<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thebackroomtech &#187; Netware</title>
	<atom:link href="http://thebackroomtech.com/tag/netware/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Assigning Netware rights via the command line</title>
		<link>http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/</link>
		<comments>http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 08:37:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Novell]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[edirectory]]></category>
		<category><![CDATA[NDS]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[Rights]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1805</guid>
		<description><![CDATA[Here at the office we have a group in charge of assigning and maintain user and group rights and permissions to our various systems.  It&#8217;s nice not having to worry about that aspect of server administration.  But I have an urgent need to have some eDirectoy group rights assigned to a specific directory on every [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here at the office we have a group in charge of assigning and maintain user and group rights and permissions to our various systems.  It&#8217;s nice not having to worry about that aspect of server administration. </p>
<p>But I have an urgent need to have some eDirectoy group rights assigned to a specific directory on every Netware server in our Enterprise.  The group that controls user access is saying that they can&#8217;t meet my timeframe for getting these rights assigned, so I had to come up with my own solution.</p>
<p>My solution was to use Wolfgang Schreiber&#8217;s  <a href="http://wstools.ws.funpic.de/files/lrights.zip" target="_blank">lrights.exe</a> utility to script assigning the rights command line style.  The syntax is:</p>
<p><em>LRights &lt;path&gt; &lt;rights&gt; /name=&lt;trustee&gt;</em></p>
<p>For example, to assign read and file scan rights to the .mygroup.OU.O user:</p>
<p><em>lrights \\server\volume\directory R F /Name=.mygroup.OU.O</em></p>
<p>This utility was written to support long path/file names, unlike Novell&#8217;s rights.exe utility.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2007/11/07/nds-edirectory-login-script-search-and-replace-utility/" title="NDS / eDirectory login script search and replace utility">NDS / eDirectory login script search and replace utility</a></li><li><a href="http://thebackroomtech.com/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/" title="Howto:  Authenticate to eDirectory via the Novell Client, command line style">Howto:  Authenticate to eDirectory via the Novell Client, command line style</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2008/10/10/error-618-the-server-has-detected-an-inconsistent-database-when-trying-to-view-an-edirectory-objects-properties-in-consoleone/" title="&#8220;Error -618 – The Server has detected an inconsistent database&#8221; when trying to view an eDirectory object&#8217;s properties in ConsoleOne">&#8220;Error -618 – The Server has detected an inconsistent database&#8221; when trying to view an eDirectory object&#8217;s properties in ConsoleOne</a></li><li><a href="http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/" title="Novell has released patches for DNS cache poisoning vulnerability">Novell has released patches for DNS cache poisoning vulnerability</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enabling Backup Exec remote agent debug logging on Novell Netware</title>
		<link>http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/</link>
		<comments>http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/#comments</comments>
		<pubDate>Tue, 12 May 2009 11:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[Backup Exec]]></category>
		<category><![CDATA[BackupExec]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[remote agent]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[Veritas]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1727</guid>
		<description><![CDATA[We&#8217;ve been experiencing issues with some of our Backup Exec 9 remote agents losing their connections to media server during backup.  The Backup Exec server job logs report the following generic error: Final error: 0xa000fe30 &#8211; A communications failure has occurred. To help troubleshoot this problem, I decided to enable debugging on the Backup Exec remote [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We&#8217;ve been experiencing issues with some of our Backup Exec 9 remote agents losing their connections to media server during backup.  The Backup Exec server job logs report the following generic error:</p>
<p><em>Final error: 0xa000fe30 &#8211; A communications failure has occurred.</em></p>
<p>To help troubleshoot this problem, I decided to enable debugging on the Backup Exec remote agent. To do this, on the Netware server that is running the Backup Exec remote agent:</p>
<p>1.  Make a backup copy of the <em>sys:\system\bestart.ncf</em> file</p>
<div> 2.  Edit the <em>sys:\system\bestart.ncf</em> file</div>
<div> </div>
<div>3.  The default bestart.ncf should look something like:</div>
<div> </div>
<div><em>SEARCH ADD SYS:\BKUPEXEC\NLMS<br />
LOAD BKUPEXEC.NLM -tr</em></div>
<div> </div>
<div>4.  Add <em>-zl</em> to line that loads BKUPEXEC.NLM, so it looks like</div>
<div> </div>
<div><em>SEARCH ADD SYS:\BKUPEXEC\NLMS<br />
LOAD BKUPEXEC.NLM -tr -zl</em></div>
<div> </div>
<div>5. At the server console, stop the Backup Exec remote agent by typing</div>
<div> </div>
<div><em>bestop.ncf</em></div>
<div> </div>
<div>6.  At the server console, start the Backup Exec remote agent by typing</div>
<div> </div>
<div><em>bestart.ncf</em></div>
<div> </div>
<div>Remote agent log files will be written to <em>SYS:\BKUPEXEC\LOG\NDMPD.LOG</em></div>
<div> </div>
<div>Make sure to disable remote debugging once you are through troubleshooting, or you may fill up your SYS volume.  To do this:</div>
<div> </div>
<div>1.  Restore the copy of your original <em>bestart.ncf</em> file to sys:\system.</div>
<div> </div>
<div>2.  On the server console, type <em>bestop.ncf</em> to unload the remote agent.</div>
<div> </div>
<div>3.  On the server console, type <em>bestart.ncf</em> to load the remote agent with the original settings.</div>
<div> </div>
<div> </div>
<div>Reference: <a href="http://seer.entsupport.symantec.com/docs/246436.htm">http://seer.entsupport.symantec.com/docs/246436.htm</a></div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/29/howto-enable-debug-logging-for-backup-exec-for-windows-servers/" title="Howto: Enable debug logging for Backup Exec for Windows Servers">Howto: Enable debug logging for Backup Exec for Windows Servers</a></li><li><a href="http://thebackroomtech.com/2009/03/18/fix-event-id-57860-an-error-occurred-while-attempting-to-log-in-to-the-following-server-sql-error-number-0011-is-seen-when-backing-up-a-server-with-sql-installed/" title="FIX: Event ID: 57860 &#8220;An error occurred while attempting to log in to the following server… SQL error number: &#8220;0011&#8243; is seen when backing up a server with SQL installed">FIX: Event ID: 57860 &#8220;An error occurred while attempting to log in to the following server… SQL error number: &#8220;0011&#8243; is seen when backing up a server with SQL installed</a></li><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/21/fix-cant-remove-server-from-backup-exec-selection-list/" title="Fix: Can&#8217;t remove server from Backup Exec selection list">Fix: Can&#8217;t remove server from Backup Exec selection list</a></li><li><a href="http://thebackroomtech.com/2009/01/21/converting-backup-exec-11d-job-logs-into-txt-or-html-files/" title="Converting Backup Exec 11d job logs into .txt or .html files">Converting Backup Exec 11d job logs into .txt or .html files</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to backup Groupwise configuration files on Netware Part I</title>
		<link>http://thebackroomtech.com/2008/09/15/script-to-backup-groupwise-configuration-files-on-netware-part-i/</link>
		<comments>http://thebackroomtech.com/2008/09/15/script-to-backup-groupwise-configuration-files-on-netware-part-i/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 09:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[Groupwise]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Netware]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=882</guid>
		<description><![CDATA[I performed a Groupwise 6.5 to 7.0.3 upgrade this weekend on the domain and post office servers, and wrote a quick script to backup the agent configuration files.  It&#8217;s not a pretty script, but I wrote it in about 10 minutes and it worked on all my Netware servers.  I call this script part I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I performed a Groupwise 6.5 to 7.0.3 upgrade this weekend on the domain and post office servers, and wrote a quick script to backup the agent configuration files.  It&#8217;s not a pretty script, but I wrote it in about 10 minutes and it worked on all my Netware servers.  I call this script part I since it only deals with files affected by my upgrade, which are all located on the sys volume.  I upgrade the gateways in two weeks, so I&#8217;ll backup the configuration files in the domain directories then.</p>
<p>You need to set SERVERNAME, SERVERVOL, BKUPLOC and BKUPDIR. If I&#8217;ve missed any files, please let me know and I&#8217;ll add them to the list.</p>
<p><!--StartFragment--></p>
<p>[sourcecode language='cpp']<br />
@echo off<br />
REM script to backup Groupwise configuration files from Netware server<br />
REM replace SERVERNAME with the name of your Netware/Groupwise server<br />
SET SERVERNAME=\\grpwise4<br />
SET SYSVOL=sys<br />
REM replace SERVERVOL with the name of the volume to write the backup files to<br />
SET SERVERVOL=vol1<br />
REM SERVERPATH is combination of server and volume name in \\server\vol\ format<br />
SET SERVERPATH=%SERVERNAME%\%SERVERVOL%<br />
REM SYSVOLPATH is combination of server and volume name in \\server\sys\ format<br />
SET SYSVOLPATH=%SERVERNAME%\%SYSVOL%<br />
REM APACHEAPTH is sys:\apache2 Apache2 web server directory<br />
SET APACHEPATH=%SERVERNAME%\%SYSVOL%\Apache2<br />
REM NOVELLPATH is sys:\novell directory<br />
SET NOVELLPATH=%SERVERNAME%\%SYSVOL%\Novell<br />
REM TOMCATPATH is sys:\tomcat\4 directory<br />
SET TOMCATPATH=%SERVERNAME%\%SYSVOL%\tomcat\4<br />
REM BKUPLOC is the directory to save backup files to<br />
REM this script has no error checking, so the directory&#8217;s existance will probably matter<br />
SET BKUPLOC=gw65bkup<br />
REM BKUPDIR is the full path to the backup directory<br />
SET BKUPDIR=%serverpath%\%bkuploc%<br />
REM Create the backup directory<br />
md %bkupdir%<br />
REM copy sys:\system\ config files<br />
md %bkupdir%\system<br />
copy %sysvolpath%\system\*.mta %bkupdir%\system<br />
copy %sysvolpath%\system\*.poa %bkupdir%\system<br />
copy %sysvolpath%\system\*.waa %bkupdir%\system<br />
copy %sysvolpath%\system\*.cfg %bkupdir%\system<br />
copy %sysvolpath%\system\*.ncf %bkupdir%\system<br />
copy %sysvolpath%\system\*.xml %bkupdir%\system<br />
copy %sysvolpath%\system\*.bin %bkupdir%\system<br />
copy %sysvolpath%\system\autoexec.ncf %bkupdir%\system<br />
REM copy important Apache files<br />
md %bkupdir%\apache2\conf<br />
copy %apachepath%\conf\*.* %bkupdir%\apache2\conf<br />
REM copy important Tomcat files<br />
md %bkupdir%\tomcat\4\conf<br />
copy %tomcatpath%\conf\*.* %bkupdir%\tomcat\4\conf<br />
REM copy important Webaccess files<br />
md %bkupdir%\novell\webaccess\conf<br />
copy %novellpath%\webaccess\*.* %bkupdir%\novell\webaccess<br />
REM copy important Groupwise NLMs from sys:\system<br />
copy %sysvolpath%\system\dbcopy.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\ex*.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\gw*.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\ldap*.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\tsa*.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\scc*.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\vs*.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\wvc*.nlm %bkupdir%\system<br />
copy %sysvolpath%\system\xg*.nlm %bkupdir%\system<br />
[/sourcecode]</p>
<div>Save the script as gwbkup1.bat and run it from your Windows workstation.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/09/08/simple-script-to-backup-groupwise-7-configuration-files-on-sles-linux/" title="Simple script to backup Groupwise 7 configuration files on SLES Linux">Simple script to backup Groupwise 7 configuration files on SLES Linux</a></li><li><a href="http://thebackroomtech.com/2009/03/05/howto-export-iis-70-web-server-configuration/" title="Howto: Export IIS 7.0 web server configuration">Howto: Export IIS 7.0 web server configuration</a></li><li><a href="http://thebackroomtech.com/2008/11/18/fix-for-consoleoneexe-error-the-procedure-entry-point-wpsudatalength-could-not-be-located-in-the-dynamic-link-library-gwenv1dll/" title="Fix for ConsoleOne.exe error – The procedure entry point WpSUDataLength could not be located in the dynamic link library gwenv1.dll">Fix for ConsoleOne.exe error – The procedure entry point WpSUDataLength could not be located in the dynamic link library gwenv1.dll</a></li><li><a href="http://thebackroomtech.com/2008/06/23/script-to-securely-backup-and-export-iis-60-configuration/" title="Script to securely backup and export IIS 6.0 Configuration">Script to securely backup and export IIS 6.0 Configuration</a></li><li><a href="http://thebackroomtech.com/2008/06/18/script-to-securely-backup-iis-60-metabase/" title="Script to securely backup IIS 6.0 Metabase">Script to securely backup IIS 6.0 Metabase</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/09/15/script-to-backup-groupwise-configuration-files-on-netware-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novell has released patches for DNS cache poisoning vulnerability</title>
		<link>http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/</link>
		<comments>http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 12:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[Sles]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=507</guid>
		<description><![CDATA[Novell has released patches for novell-bind on OES2 and named.nlm on Netware that address the deficiencies in the DNS protocol and common DNS implementations that facilitate DNS cache poisoning attacks described in CVE-2008-1447.    Patches for bind running on SuSE Enterprise Linux Server (SLES) 9 and 10, plus openSUSE 10.2, 10.3, and 11.0 were released previously.    [...]]]></description>
			<content:encoded><![CDATA[<p></p><div><span style="font-size:xx-small;">Novell has released patches for novell-bind on OES2 and named.nlm on Netware that address the deficiencies in the DNS protocol and common DNS implementations that facilitate DNS cache poisoning attacks described in <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447" target="_blank">CVE-2008-1447</a>.   </p>
<p></span></div>
<div><span style="font-size:xx-small;"><span style="font-size:xx-small;">Patches for bind running on SuSE Enterprise Linux Server (SLES) 9 and 10, plus openSUSE 10.2, 10.3, and 11.0 were released previously.   </p>
<p></span></span></div>
<div><span style="font-size:xx-small;"><span style="font-size:xx-small;">See <a href="http://www.novell.com/support/viewContent.do?externalId=7000912&amp;sliceId=1" target="_blank">TID 7000912</a> for details. Security patches are available from the <a href="http://download.novell.com/index.jsp?tab=patches&amp;page_num=1&amp;build_type=PatchBuildBean&amp;patch_security_alert=on&amp;search_type=&amp;search=Search" target="_blank">Novell download site</a>.</span></span></div>
<div></div>
<div><span style="font-size:xx-small;"></span></div>
<p><span style="font-size:xx-small;"><span style="font-size:xx-small;"></p>
<div><span style="font-size:xx-small;">These patches should be applied as soon as possible.  Metasploit exploits of this vulnerability are already available.</span></div>
<p></span></span></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/09/03/howto-determine-the-version-of-sles-linux/" title="Howto: Determine the version of SLES Linux">Howto: Determine the version of SLES Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Netware iManager on Apache results in 503 error</title>
		<link>http://thebackroomtech.com/2008/06/16/accessing-netware-imanager-on-apache-results-in-503-error/</link>
		<comments>http://thebackroomtech.com/2008/06/16/accessing-netware-imanager-on-apache-results-in-503-error/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 05:48:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iManager]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[pkidiag]]></category>
		<category><![CDATA[tckeygen]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=364</guid>
		<description><![CDATA[Last Wednesday I updated one of my Netware 6.5.7 / Zenworks 7.0.1 servers, and rebooted it to make sure everything came us as expected.  Apache loaded fine, and when I went to http://serverIP, everything worked great.  But when I attempted to access iManager at  http://serverIP/nps/iManager.html, I received a 503 error from Apache.  The same results [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last Wednesday I updated one of my Netware 6.5.7 / Zenworks 7.0.1 servers, and rebooted it to make sure everything came us as expected.  Apache loaded fine, and when I went to <a href="http://serverIP">http://serverIP</a>, everything worked great.  But when I attempted to access iManager at  <a href="http://serverIP/nps/iManager.html">http://serverIP/nps/iManager.html</a>, I received a 503 error from Apache.  The same results were observed when accessing the sites through https rather than http.</p>
<p>To fix this problem, I modified instructions posted by <a href="http://baudizm.blogsome.com/2008/02/12/resolve-imanager-503-issue-in-netware/" target="_blank">Baudizm</a>.  You can find my comments enclosed in [ ]</p>
<p>On the server console I ran:</p>
<p><em><span style="color:#000080;">tc4stop</span></em>   [stops Tomcat]</p>
<p><em><span style="color:#000080;">ap2webdn</span></em>  [stops Apache]</p>
<p><em><span style="color:#000080;">java -exit</span></em><span style="color:#000080;"> </span> [stops Java]</p>
<p><em><span style="color:#000080;">pkidiag</span></em>  [loads PKI diagnostic utility]</p>
<p>authenticate as admin equivalent user</p>
<p>[select pkidiag options] <em><span style="color:#000080;">4 &#8211; 5 &#8211; 6 &#8211; 0</span></em></p>
<p><em><span style="color:#000080;">tckeygen</span></em>  [for LDAP]</p>
<p><em><span style="color:#000080;">tomcat4</span></em>  [loads tomcat]</p>
<p><em><span style="color:#000080;">Ap2webup</span></em>  [loads Apache web server]</p>
<p>After performing these steps, iManager loaded with no problem.</p>
<p><span style="text-decoration:underline;">Additional Resources</span></p>
<p><a href="http://support.novell.com/Platform/Publishing/183/3377845_f.1.html" target="_blank">TID 3377845 error 503 returned by applications that use Tomcat</a>, is a good resource for fixing tomcat/tckeygen related problems.</p>
<p><a href="http://support.novell.com/Platform/Publishing/680/3640106_f.1.html" target="_blank">TID 3640106, How to Use PKIDIAG to avoid issues while Installing Netware 6.5</a> goes into detail on how pkidiag works and how to troubleshoot vertificate problems.</p>
<p><a href="http://support.novell.com/Platform/Publishing/328/3234091_f.1.html" target="_blank">TID 3234091 Tomcat4 does not load</a>, talks about using Tckeygen to fix .keystore problems.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/04/30/groupwise-webaccess-loads-but-users-cannot-see-webaccess-login-screen/" title="Groupwise Webaccess Loads, but Users Cannot See Webaccess Login Screen">Groupwise Webaccess Loads, but Users Cannot See Webaccess Login Screen</a></li><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2008/10/14/creating-edirectory-ssl-certificates-with-alternate-names-to-use-across-round-robin-dns-load-balanced-web-servers/" title="Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers">Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers</a></li><li><a href="http://thebackroomtech.com/2008/09/17/howto-redirect-groupwise-65-url-servletwebacc-to-groupwise-7-url-gwwebacc/" title="Howto: Redirect Groupwise 6.5 url /servlet/webacc to Groupwise 7 URL /gw/webacc">Howto: Redirect Groupwise 6.5 url /servlet/webacc to Groupwise 7 URL /gw/webacc</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/06/16/accessing-netware-imanager-on-apache-results-in-503-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>802.1x Network Authentication – FreeRADIUS with the Novell Client Resources</title>
		<link>http://thebackroomtech.com/2008/04/08/8021x-network-authentication-freeradius-with-the-novell-client-resources/</link>
		<comments>http://thebackroomtech.com/2008/04/08/8021x-network-authentication-freeradius-with-the-novell-client-resources/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 05:55:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Novell]]></category>
		<category><![CDATA[802.1x]]></category>
		<category><![CDATA[edirectory]]></category>
		<category><![CDATA[FreeRADIUS]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[Novell client]]></category>
		<category><![CDATA[RADIUS]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=310</guid>
		<description><![CDATA[One of my educational clients is going to be implementing a fairly significantly sized wireless network this summer. The are an all Cisco shop &#8211; all Cisco data electronics, VoIP system, firewall, etc. The wireless access points will be Cisco, probably 1252s, which are wireless-G and support the draft specifications for wireless-N. Their dilemma is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of my educational clients is going to be implementing a fairly significantly sized wireless network this summer. The are an all Cisco shop &#8211; all Cisco data electronics, VoIP system, firewall, etc. The wireless access points will be Cisco, probably 1252s, which are wireless-G and support the draft specifications for wireless-N.</p>
<p>Their dilemma is this &#8211; Should they spend the money (~$9K per box) on the Cisco Secure Access Control Server Solution, or should they try to integrate FreeRadius into their Novell Netware 6.5 network and use the Novell client with Windows XP&#8217;s built-in 802.1x supplicant. They are balking at the cost of the Cisco Secure Access Control Server Solution because they don&#8217;t have the need (or desire) to implement any of it&#8217;s advanced functionality at this time &#8211; they just want the 802.1x authentication for the wireless clients.</p>
<p>I&#8217;m in the information gathering phase of this project right now, determining if the FreeRadius/Novell Client is a feasible option for their environment. I&#8217;m going to collect some information, and will post what I find out here in the upcoming weeks.</p>
<p><span style="text-decoration:underline;">Links and Technical Reference Documents</span></p>
<p>Novell <a href="http://support.novell.com/Platform/Publishing/414/3003857_f.1.html" target="_blank">TID 3003857</a>: Integrating FreeRADIUS and eDirectory</p>
<p>Novell <a href="https://secure-support.novell.com/KanisaPlatform/Publishing/558/3009668_f.SAL_Public.html" target="_blank">TID 3009668</a>: Setting up FreeRADIUS and eDirectory for 802.1X Authentication</p>
<p>Novell <a href="http://www.novell.com/support/php/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=3557425&amp;sliceId=1&amp;docTypeID=DT_TID_1_1&amp;dialogID=624826&amp;stateId=0%200%20626802" target="_blank">TID 3557425</a>: Integrating FreeRADIUS authentication and eDirectory</p>
<p>Novell <a href="http://support.novell.com/docs/Tids/Solutions/10100693.html" target="_blank">TID 10100693</a>: 802.1x Authentication and the Novell Client for Windows</p>
<p>Novell <a href="http://www.novell.com/support/php/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=3218399&amp;sliceId=1&amp;docTypeID=DT_TID_1_1&amp;dialogID=634415&amp;stateId=0%200%20632431" target="_blank">TID 3218399</a>: 802.1x Authentication and the Novell Client for Windows</p>
<p>Novell TID <a href="http://www.novell.com/support/php/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=3356920&amp;sliceId=1&amp;docTypeID=DT_TID_1_1&amp;dialogID=634481&amp;stateId=0%200%20632505" target="_blank">3356920</a>: Does the Novell Client support 802.1x?</p>
<p>Novell <a href="http://www.novell.com/support/php/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=3038019&amp;sliceId=1&amp;docTypeID=DT_TID_1_1&amp;dialogID=602321&amp;stateId=0%200%20604136" target="_blank">TID 3038019</a>: Errors when logging in with 802.1x protocol</p>
<p>Novell <a href="http://www.novell.com/support/php/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=3777876&amp;sliceId=1&amp;docTypeID=DT_TID_1_1&amp;dialogID=634590&amp;stateId=0%200%20632635" target="_blank">TID 3777876</a>: Registry settings related 802.1x support in the Novell Client 4.91 SP4</p>
<p>Novell <a href="http://www.novell.com/support/php/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=3950357&amp;sliceId=1&amp;docTypeID=DT_TID_1_1&amp;dialogID=634673&amp;stateId=0%200%20632715" target="_blank">TID 3950357</a>: Unable to login using Cisco 802.1x implementation</p>
<p>Novell <a href="http://www.novell.com/support/php/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=3714126&amp;sliceId=1&amp;docTypeID=DT_TID_1_1&amp;dialogID=634817&amp;stateId=0%200%20632814" target="_blank">TID 3714126</a>: FreeRADIUS, NMAS, and wireless (802.1x) Networks</p>
<p>Novell <a href="http://www.novell.com/support/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=10100993&amp;sliceId=&amp;docTypeID=DT_TID_1_1&amp;dialogID=616262&amp;stateId=0%200%20614326" target="_blank">TID 10100993</a>: Debugging FreeRADIUS with radtest</p>
<p>Novell <a href="http://download.novell.com/Download?buildid=mllAgq2ydO4~" target="_blank">TID 5008620</a>: Novell Client 4.91 Post-SP4 802.1x Fixes (FTF)</p>
<p><a href="http://www.novell.com/coolsolutions/tip/15922.html" target="_blank">Configuring FreeRADIUS on Open Enterprise Server for Linux</a> by Eric Champagne</p>
<p><a href="http://www.cadinc.com/news/events/downloads/ncet/novell_8021x_client491.pdf" target="_blank">Enabling 802.1x in Client 4.91 SP4</a></p>
<p>Integrating Novell eDirectory with FreeRADIUS <a href="http://www.novell.com/documentation/edir_radius/pdfdoc/radqkstart/radqkstart.pdf" target="_blank">Quick Start Guide</a></p>
<p>Integrating Novell eDirectory with FreeRADIUS <a href="http://www.novell.com/documentation/edir_radius/pdfdoc/radadmin/radadmin.pdf" target="_blank">Administration Guide</a></p>
<p><a href="http://www.novell.com/coolsolutions/feature/15383.html" target="_blank">Addendum</a> to the FreeRADIUS Administration Guide</p>
<p><a href="http://www.novell.com/brainshare/europe/05_presentations/tut256.pdf" target="_blank">Configuring Novell eDirectory for 802.11 Wireless Authentication</a> &#8211; Novell BrainShare 2005. Discusses using OES or SLES, FreeRADIUS or Cisco ACS with verification against eDirectory.</p>
<p><a href="http://developer.novell.com/wiki/index.php/EDirectory_integration_with_FreeRADIUS" target="_blank">EDirectory integration with FreeRADIUS</a> wiki on developer.novell.com</p>
<p><a href="http://www.mastersoft-group.com/download/" target="_blank">NTRadPing</a> &#8211; free RADIUS testing utility</p>
<p>FreeRADIUS <a href="http://wiki.freeradius.org/Main_Page" target="_blank">wiki</a></p>
<p><span style="text-decoration:underline;">Client Updates</span></p>
<p>Microsoft <a href="http://support.microsoft.com/kb/885453" target="_blank">KB 885453</a>: XP SP2 PEAP authentication is not successful when you connect to a third-party RADIUS server (hotfix)</p>
<p>Microsoft <a href="http://support.microsoft.com/kb/893357" target="_blank">KB 893357</a>: The Wi-Fi Protected Access 2 (WPA2)/Wireless Provisioning Services Information Element (WPS IE) update for Windows XP with Service Pack 2 is available</p>
<p>Microsoft <a href="http://support.microsoft.com/kb/918997/en-us" target="_blank">KB 918997</a>: Developers cannot create wireless client programs that manage wireless profiles and connections over the Wireless Zero Configuration service in Microsoft Windows XP Service Pack 2 (SP2)</p>
<p>Microsoft <a href="http://support.microsoft.com/kb/931856" target="_blank">KB 931856</a>: A Windows XP-based wired client computer will not obtain a valid IP address from a guest VLAN or from an &#8220;Authentication failed-VLAN&#8221;</p>
<p>Microsoft <a href="http://support.microsoft.com/kb/917021" target="_blank">KB 917021</a>: Description of the Wireless Client Update for Windows XP with Service Pack 2</p>
<p>Microsoft <a href="http://support.microsoft.com/kb/923154" target="_blank">KB 923154</a>: FIX: EAP reauthentication may not occur and the Wireless Zero Configuration service may not work correctly when you try to use a third-party application in Windows XP</p>
<p><span style="text-decoration:underline;">Implementation Hints and Gotchas</span></p>
<ul>
<li><a href="http://listserv.educause.edu/cgi-bin/wa.exe?A2=ind0707&amp;L=wireless-lan&amp;T=0&amp;F=&amp;S=&amp;P=7187" target="_blank">Verified that the Universal Password setup is correct</a> on my test user with the <a href="http://www.novell.com/coolsolutions/tools/18468.html" target="_blank">Universal Password utility</a>.</li>
<li><a href="http://www.nabble.com/802.1x,-EAP-and-LDAP-td15805139.html" target="_blank">An interesting discussion</a> on 802.1x, EAP and LDAP configurations</li>
<li><a href="http://www.mail-archive.com/freeradius-users@lists.freeradius.org/msg14835.html" target="_blank">eDirectory and FreeRadius HowTo</a> version 0</li>
<li class="listitem">
<p class="listitem">If 802.1X authentication succeeds after the desktop is up and you are log in from the Red N but fails on the initial boot login, check to see if the <em><span class="guimenu">Authenticate as computer when computer information is available</span></em> check box on the <span class="guimenu">Authentication</span> tab of your Local Area Connection Properties dialog box is selected. This option must be selected for the initial login to succeed.</p>
</li>
<li>Try toggling the &#8220;Use 802.1x authentication during subsequent eDir-only logins&#8221; setting</li>
<li>Try <a href="http://support.microsoft.com/kb/931856/en-us" target="_blank">changing supplicant mode</a> to 3</li>
<li>Configure a <a href="http://groups.google.com/group/novell.support.open-enterprise-server.client.windows/browse_thread/thread/bcdc549fba324c1d/64d66256d16d13b1?hl=en&amp;lnk=st&amp;q=802.1x+netware+client#64d66256d16d13b1" target="_blank">DA and scope</a> in the client properties</li>
<li>
<p class="para">The Novell Client 4.91 SP4 for Windows XP/2003 includes an Extensible Authentication Protocol (EAP) plug-in to the Microsoft Windows XP supplicant, which lets users authenticate through RADIUS to wireless access points and wired switches for added network security. Using <a class="ulink" href="http://wiki.freeradius.org/Main_Page" target="_blank">FreeRADIUS</a> as the RADIUS server, users can authenticate to their local machines, to eDirectory, and to 802.1X with the same set of credentials for a single sign-on experience.</p>
<p class="para">When 802.1X authentication is enabled, the username and password entered in the Novell Login dialog box are first passed to the EAP plug-in module. An exchange of messages (PEAP/MSCHAPv2) between the Windows supplicant, the wireless access point/wired switch, and the RADIUS server allows network access if the correct credentials were entered. After the 802.1X authentication has succeeded, both the eDirectory and local logins take place just as they have in previous versions of the Novell Clients. If the 802.1X authentication fails, no access to the network is given, and the user will not be able to access the network.</p>
<p class="para">The 802.1x authentication feature supports both wired and wireless connections. Only password-based authentication is supported (the Novell Client 4.91 SP4 for Windows XP/2003 supports only PEAP with MSCHAPv2). Biometrics (non-password-based) authentication types are not supported with this release. If you want certificate support, the Microsoft EAP plug-ins are sufficient and no Novell-specific EAP support is required.</p>
<p class="para">The ability to browse for trees and servers in the Novell Login dialog box is not supported because the 802.1X port blocks all network access.</p>
</li>
<li>If the authentication times out, check to see if the radius server is getting queried for the authentication. Also check to make sure the <span class="guimenu">Validate server certificate</span> check box on the <span class="guimenu">Protected EAP Properties</span> tab on the Local Area Connection Properties dialog box is not selected.</li>
<li>If you think debug or trace logs will help, start Regedit and go to <span class="filename">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing</span> and enable tracing for Noveap. This causes Windows to create a <span class="filename">Noveap.log</span> file in the <span class="filename">windows\tracing</span> directory.</li>
<li>Utilities installed with many NIC cards can cause odd behavior. Make sure the user has only installed the drivers for the NIC card and none of the other utilities.</li>
<li>
<p class="listitem">If you still cannot get 802.1X to work, remove the Novell Client and try to get the Microsoft authentication working first. Pre-desktop authentication will not likely work in this case, but after the desktop is up, Microsoft uses the Windows username and password for 802.1X authentication.</p>
<p>For this to work, the username and password for Windows must match the username and password in eDirectory.</p>
<p>[updated 2008-11-17]<br />
Check out Jeremy&#8217;s <a href="http://packetlife.net/static/cheatsheets/ieee-8021x.pdf" target="_blank">cheat sheet</a>, a good general reference for 802.1x.</li>
</ul>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2007/11/07/nds-edirectory-login-script-search-and-replace-utility/" title="NDS / eDirectory login script search and replace utility">NDS / eDirectory login script search and replace utility</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/" title="Howto:  Authenticate to eDirectory via the Novell Client, command line style">Howto:  Authenticate to eDirectory via the Novell Client, command line style</a></li><li><a href="http://thebackroomtech.com/2008/10/14/creating-edirectory-ssl-certificates-with-alternate-names-to-use-across-round-robin-dns-load-balanced-web-servers/" title="Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers">Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/04/08/8021x-network-authentication-freeradius-with-the-novell-client-resources/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Howto: Copy files from the Netware 6.5 Server Console</title>
		<link>http://thebackroomtech.com/2008/01/09/howto-copy-files-from-the-netware-65-server-console/</link>
		<comments>http://thebackroomtech.com/2008/01/09/howto-copy-files-from-the-netware-65-server-console/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 05:00:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[Netware 6.5]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[nsnshell]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2008/01/09/howto-copy-files-from-the-netware-65-server-console/</guid>
		<description><![CDATA[I had a badly behaving Netware 6.5 SP7 server that absolutely would not allow clients to authenticate or connect. It ended up being a problem with a NIC driver gone wild, but I had to do some troubleshooting to determine that fact. During the troubleshooting process I wanted to backup several directories before I altered [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had a badly behaving Netware 6.5 SP7 server that absolutely would not allow clients to authenticate or connect.  It ended up being a problem with a NIC driver gone wild, but I had to do some troubleshooting to determine that fact.</p>
<p>During the troubleshooting process I wanted to backup several directories before I altered their contents.  I figured I&#8217;d just copy those folders to a safe location, but couldn&#8217;t remember how to do it from the server console.  I had used the <i>copy</i> command from <a href="http://www.novell.com/coolsolutions/tools/13950.html" target="_blank">toolbox.nlm</a> in the past, but of course toolbox wasn&#8217;t loaded on this server.  I don&#8217;t use the <a href="http://www.novell.com/coolsolutions/tip/14836.html" target="_blank">BASH shell</a> often enough to use it coherently, so I decided to look for an alternative shell.</p>
<p>I did a quick search and came across the Novell Script for Netware shell.  To start the shell, from the server console type:</p>
<p><font color="#0000ff"><i>nsninit</i></font></p>
<p>and then</p>
<p><font color="#0000ff"><i>nsnshell</i> </font></p>
<p>which should bring you to a screen with a prompt that looks like</p>
<p><font color="#0000ff">SYS:\&gt;</font></p>
<p>From that point I was able to use the copy command just like I would from a DOS command prompt, i.e.</p>
<p><font color="#0000ff"><i>copy  sys:\system\dsr_dib sys:\system\dsr_dib2</i></font></p>
<p>To exit from the shell, just type <font color="#0000ff"><i>exit</i> </font></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/" title="Howto:  Authenticate to eDirectory via the Novell Client, command line style">Howto:  Authenticate to eDirectory via the Novell Client, command line style</a></li><li><a href="http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/" title="Novell has released patches for DNS cache poisoning vulnerability">Novell has released patches for DNS cache poisoning vulnerability</a></li><li><a href="http://thebackroomtech.com/2007/11/28/howto-mount-an-iso-image-on-a-netware-server/" title="Howto: mount an .iso image on a Netware server">Howto: mount an .iso image on a Netware server</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/01/09/howto-copy-files-from-the-netware-65-server-console/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Identifying and Clearing Groupwise GWIA Queues of Corrupt Messages</title>
		<link>http://thebackroomtech.com/2008/01/08/identifying-and-clearing-groupwise-gwia-queues-of-corrupt-messages/</link>
		<comments>http://thebackroomtech.com/2008/01/08/identifying-and-clearing-groupwise-gwia-queues-of-corrupt-messages/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 09:24:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Groupwise]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[GWIA]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[reinstall]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2008/01/08/identifying-and-clearing-groupwise-gwia-queues-of-corrupt-messages/</guid>
		<description><![CDATA[When the Groupwise GWIA gateway has problems sending or receiving mail, it&#8217;s often the result of a corrupt message clogging up a queue. The easiest way to troubleshoot the problem and restore mail flow is often to down the GWIA and rename the queue folders. To accomplish this on a Netware server you can stop [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When the Groupwise GWIA gateway has problems sending or receiving mail, it&#8217;s often the result of a corrupt message clogging up a queue.  The easiest way to troubleshoot the problem and restore mail flow is often to down the GWIA and rename the queue folders.</p>
<p>To accomplish this on a Netware server you can stop the GWIA and MTA by pressing F7.  Once they have unloaded, browse to the domain\wpgate\gwia directory and rename the following directories:</p>
<ul>
<li>000.PRC</li>
<li>DEFER</li>
<li>GWHOLD</li>
<li>GWPROB</li>
<li>RECEIVE</li>
<li>RESULT</li>
<li>SEND</li>
<li>WPCSIN</li>
<li>WPCSOUT</li>
</ul>
<p>Restarting the GWIA and MTA will recreate these folders.  If mail starting flowing again, you can bet that the cause of the problem was a bad message in one of the renamed folders.  Move a few messages at a time from the renamed folders to their corresponding new folder.  The message flow should continue until you find the corrupt message, which is often the oldest message.</p>
<p>Once the corrupt message is identified, delete it or move it to a different location.  This should allow mail flow to resume as expected.</p>
<p>For additional details, see <a href="http://support.novell.com/docs/Tids/Solutions/10075205.html" target="_blank">TID 10075205</a>, <a href="http://support.novell.com/docs/Tids/Solutions/10054298.html" target="_blank">TID 10054298</a> and <a href="http://support.novell.com/docs/Tids/Solutions/10008353.html" target="_blank">TID 10008353</a>.</p>
<p>In a worst case scenario you may need to delete and reinstall GWIA per <a href="https://secure-support.novell.com/KanisaPlatform/Publishing/897/3674238_f.SAL_Public.html" target="_blank">TID 3674238</a>.  Don&#8217;t forget to <a href="https://secure-support.novell.com/KanisaPlatform/Publishing/855/3215004_f.SAL_Public.html" target="_blank">apply any applicable patches</a>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/01/15/troubleshooting-when-groupwise-gwia-wont-send-out-mail/" title="Troubleshooting when Groupwise GWIA won&#8217;t send out mail">Troubleshooting when Groupwise GWIA won&#8217;t send out mail</a></li><li><a href="http://thebackroomtech.com/2007/06/14/when-gwia-wont-unload-and-the-server-hangs/" title="When GWIA won&#8217;t unload and the server hangs">When GWIA won&#8217;t unload and the server hangs</a></li><li><a href="http://thebackroomtech.com/2008/11/10/fix-use-groupwise-user-address-as-mail-from-for-rule-generated-messages-checkbox-in-grayed-out-in-consoleone/" title="Fix: &#8220;Use GroupWise user address as Mail From: for rule generated messages&#8221; checkbox in grayed out in ConsoleOne">Fix: &#8220;Use GroupWise user address as Mail From: for rule generated messages&#8221; checkbox in grayed out in ConsoleOne</a></li><li><a href="http://thebackroomtech.com/2008/09/15/script-to-backup-groupwise-configuration-files-on-netware-part-i/" title="Script to backup Groupwise configuration files on Netware Part I">Script to backup Groupwise configuration files on Netware Part I</a></li><li><a href="http://thebackroomtech.com/2008/08/29/fix-for-ldap-login-failed-error-when-trying-to-install-groupwise-7-webaccess-or-gwia-on-sles-linux/" title="Fix for &#8220;LDAP login failed&#8221; error when trying to install Groupwise 7 Webaccess or GWIA on SLES Linux">Fix for &#8220;LDAP login failed&#8221; error when trying to install Groupwise 7 Webaccess or GWIA on SLES Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/01/08/identifying-and-clearing-groupwise-gwia-queues-of-corrupt-messages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: mount an .iso image on a Netware server</title>
		<link>http://thebackroomtech.com/2007/11/28/howto-mount-an-iso-image-on-a-netware-server/</link>
		<comments>http://thebackroomtech.com/2007/11/28/howto-mount-an-iso-image-on-a-netware-server/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 07:57:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[.iso]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[nss]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2007/11/28/howto-mount-an-iso-image-on-a-netware-server/</guid>
		<description><![CDATA[I&#8217;m installing Zenworks 7SP1R2 today, and the customer did not provide the installation media.  I&#8217;m downloading the .iso&#8217;s from Novell as we speak, but don&#8217;t have access to any blank CDs to burn the image files.  I decided copying the .iso files to the server and acessing them directly would be the best solution. TID 10095903 [via [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m installing Zenworks 7SP1R2 today, and the customer did not provide the installation media.  I&#8217;m downloading the .iso&#8217;s from Novell as we speak, but don&#8217;t have access to any blank CDs to burn the image files.  I decided copying the .iso files to the server and acessing them directly would be the best solution.</p>
<p><a target="_blank" href="http://support.novell.com/cgi-bin/search/searchtid.cgi?10095903.htm">TID 10095903</a> [via <a target="_blank" href="http://koolbeans.wordpress.com/2007/06/21/how-to-mount-an-iso-on-netware-65/">koolbeans</a>] says starting with Netware 6.5 SP2, you can mount an .iso using nss:</p>
<p><font color="#333399"><strong><em>nss /MountImageVolume=path_imagefilename</em></strong></font></p>
<p><font color="#333399">The above command will add and mount the specified CD or DVD image file as a read-only NSS volume.</font></p>
<p><strong><font color="#333399"><em>nss /RemoveImageVolume=path_imagefilename</em></font></strong></p>
<p><font color="#333399">The above command will dismount and remove the specified CD or DVD image file as a read-only NSS volume.</font></p>
<p><font color="#333399">The image file must reside on an NSS volume.</font></p>
<p><font color="#000000">To mount an .iso on a Netware 6 server, see <a target="_blank" href="http://www.novell.com/coolsolutions/tip/413.html">Alex&#8217;s cool solution tip</a>:</font></p>
<p><font color="#333399">1)  Copy your .ISO image to a directory on your volume. </font></p>
<p><font color="#333399">2)  Load cdinst.nlm </font></p>
<p><font color="#333399">3)  Type &#8220;<em>cd image</em> </font><font color="#000000"><font color="#333399"><em>&lt;volumes:Path to iso file\iso filename&gt;&#8221;</em></font> </font></p>
<p><font color="#333399">4)  As the last step, type &#8220;<em>cd mount</em> <em><font color="#333399">&lt;volume name&gt;</font>&#8220;</em><br />
 </font></p>
<p><font color="#333399">(When you don&#8217;t know the volume name of your image you can type &#8220;cd device list&#8221;   and check the volume name on the logger screen)</font></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/" title="Novell has released patches for DNS cache poisoning vulnerability">Novell has released patches for DNS cache poisoning vulnerability</a></li><li><a href="http://thebackroomtech.com/2008/01/09/howto-copy-files-from-the-netware-65-server-console/" title="Howto: Copy files from the Netware 6.5 Server Console">Howto: Copy files from the Netware 6.5 Server Console</a></li><li><a href="http://thebackroomtech.com/2007/11/07/nds-edirectory-login-script-search-and-replace-utility/" title="NDS / eDirectory login script search and replace utility">NDS / eDirectory login script search and replace utility</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2007/11/28/howto-mount-an-iso-image-on-a-netware-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NDS / eDirectory login script search and replace utility</title>
		<link>http://thebackroomtech.com/2007/11/07/nds-edirectory-login-script-search-and-replace-utility/</link>
		<comments>http://thebackroomtech.com/2007/11/07/nds-edirectory-login-script-search-and-replace-utility/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 07:30:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[edirectory]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[login scripts]]></category>
		<category><![CDATA[NDS]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[Novell]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2007/11/07/nds-edirectory-login-script-search-and-replace-utility/</guid>
		<description><![CDATA[A task I was assigned today had to do with Novell eDirectory login scripts.  The only information the local admin reported that Windows 2000 users were getting login script errors when the script was trying to execute &#8220;c:\program files&#8221;.  He didn&#8217;t mention any more specifics about who was experiencing the problem, but he wanted the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A task I was assigned today had to do with Novell eDirectory login scripts.  The only information the local admin reported that Windows 2000 users were getting login script errors when the script was trying to execute &#8220;c:\program files&#8221;.  He didn&#8217;t mention any more specifics about who was experiencing the problem, but he wanted the error(s) resolved.</p>
<p>The eDirectory tree is rather large at this site, and it contains many organizational units, each which have their own specific login script.  There are also some user login scripts, so finding this problem was going to be a fairly labor intensive (and monotonous) task, involving checking each login script for errors by hand.</p>
<p>I made it through reviewing about a dozen login scripts before I decided there had to be a better way to track down the root of the problem.  I did some quick searches and came across the <a target="_blank" href="http://www.novell.com/coolsolutions/tools/14085.html">NDS Login Script Editor 1.2</a>.  It&#8217;s a free program written by <a target="_blank" href="http://www.novell.com/coolsolutions/author/486.html">Jeff Brusoe</a> that can search or search &amp; replace login scripts for users, organization containers, org units, templates, and profiles in NDS.</p>
<p>The installation was painless, and once I set my starting context I quickly searched for &#8220;program files&#8221; and came up with 9 hits almost instantaneously.  I could have had the program edit the scripts for me, but I chose to have the query results saved to a log file so I could manually change the scripts. </p>
<p>I would guess this program saved me three or four hours worth of work.  If you need to make changes to login scripts, I would highly recommend using this Cool Tool.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/" title="Howto:  Authenticate to eDirectory via the Novell Client, command line style">Howto:  Authenticate to eDirectory via the Novell Client, command line style</a></li><li><a href="http://thebackroomtech.com/2008/10/10/error-618-the-server-has-detected-an-inconsistent-database-when-trying-to-view-an-edirectory-objects-properties-in-consoleone/" title="&#8220;Error -618 – The Server has detected an inconsistent database&#8221; when trying to view an eDirectory object&#8217;s properties in ConsoleOne">&#8220;Error -618 – The Server has detected an inconsistent database&#8221; when trying to view an eDirectory object&#8217;s properties in ConsoleOne</a></li><li><a href="http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/" title="Novell has released patches for DNS cache poisoning vulnerability">Novell has released patches for DNS cache poisoning vulnerability</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2007/11/07/nds-edirectory-login-script-search-and-replace-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 42/121 queries in 0.037 seconds using disk: basic
Object Caching 1316/1460 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-04 10:33:52 -->
