<?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; Novell</title>
	<atom:link href="http://thebackroomtech.com/tag/novell/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>Howto:  Authenticate to eDirectory via the Novell Client, command line style</title>
		<link>http://thebackroomtech.com/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/</link>
		<comments>http://thebackroomtech.com/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[edirectory]]></category>
		<category><![CDATA[authenticate]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Novell]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1500</guid>
		<description><![CDATA[I have a backup script that runs on a Windows 2003 server that requires Novell client authentication.  Here&#8217;s how to authenticate to eDirectory via the command line, which means it&#8217;s scriptable!  The syntax is: c:\windows\system32\LOGINW32.EXE  .user.ou.o /PWD password /CONT Alternatively, you could map a drive to an eDirectory server (Netware, SLES Linux or Windows), which [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have a backup script that runs on a Windows 2003 server that requires Novell client authentication.  Here&#8217;s how to authenticate to eDirectory via the command line, which means it&#8217;s scriptable!  The syntax is:</p>
<div><em>c:\windows\system32\LOGINW32.EXE  .user.ou.o /PWD password /CONT</em></div>
<div><em><br />
</em></div>
<div><em></em></div>
<div>Alternatively, you could map a drive to an eDirectory server (Netware, SLES Linux or Windows), which would force background authentication.  Here&#8217;s that syntax:</div>
<p></p>
<div><em>net use x: \\server\vol /user:.user.ou.o password</em></div>
<p></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/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/12/13/howto-determine-the-version-of-edirectory-in-sles-10-sp1/" title="Howto:  Determine the version of eDirectory in SLES 10 SP1">Howto:  Determine the version of eDirectory in SLES 10 SP1</a></li><li><a href="http://thebackroomtech.com/2007/12/06/howto-remove-edirectory-from-a-sles-9-sp3-server/" title="Howto: Remove eDirectory from a SLES 9 SP3 server">Howto: Remove eDirectory from a SLES 9 SP3 server</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/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/feed/</wfw:commentRss>
		<slash:comments>2</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>Ninotech Path Copy – a free Shell extension to copy the path of a file or directory to the Clipboard</title>
		<link>http://thebackroomtech.com/2008/01/18/ninotech-path-copy-a-free-shell-extension-to-copy-the-path-of-a-file-or-directory-to-the-clipboard/</link>
		<comments>http://thebackroomtech.com/2008/01/18/ninotech-path-copy-a-free-shell-extension-to-copy-the-path-of-a-file-or-directory-to-the-clipboard/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 14:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utilities]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[context menu]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Ninotech Path Copy]]></category>
		<category><![CDATA[Novell]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2008/01/18/ninotech-path-copy-a-free-shell-extension-to-copy-the-path-of-a-file-or-directory-to-the-clipboard/</guid>
		<description><![CDATA[Ninotech Path Copy is one of those free utilities I&#8217;ve just discovered recently, although it has been around for years. I found it on Novell&#8217;s Cool Tools web site, and it isn&#8217;t just for use in a Novell Netware environment. You can quickly install it into your Windows 95-Windows XP context menu, where it can [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.novell.com/coolsolutions/tools/13986.html" target="_blank">Ninotech Path Copy</a> is one of those free utilities I&#8217;ve just discovered recently, although it has been around for years.  I found it on Novell&#8217;s <a href="http://www.novell.com/coolsolutions/tools" target="_blank">Cool Tools web site</a>, and it isn&#8217;t just for use in a Novell Netware environment.  You can quickly install it into your Windows 95-Windows XP context menu, where it can copy file or folder paths to the Windows clipboard from any network resource.</p>
<p>You copy the path of a file or directory by right-clicking it in the Windows  Explorer and choosing Copy Path from the context menu. The context menu then  offers nine standard ways of copying the path, in addition to the user defined  copying methods that you create yourself:</p>
<p>- Short Name: File/folder name  converted to 8.3 characters<br />
- Long Name: File/folder name<br />
- Short Folder:  Parent folder name converted to 8.3 characters<br />
- Long Folder: Parent folder  name<br />
- Short Path: Full path name converted to 8.3 characters<br />
- Long  Path: Full path name<br />
- Short UNC Path: Full UNC path name converted to 8.3  characters (only enabled in network environment)<br />
- Long UNC Path: Full UNC  path name (only enabled in network environment)<br />
- Internet Path: Full UNC  path name converted to Internet path (only enabled in network environment)<br />
-  Setup&#8230; Create your own copy methods for copying the path names.</p>
<p>Why would this be beneficial?  As a network administrator, I often find myself browsing for resources in Network Neighborhood.  All too often I need to copy the paths to files and folders housed on various network resources, and I need to convert the path to a different format.</p>
<p>Take a Novell Netware for example.  When creating a desktop shortcut to a server based ConsoleOne installation, I may need to copy and paste the path to the ConsoleOne executable file found at <i>z:\public\mgmt\consoleone\1.2\bin\consoleone.exe</i>.  Since Z:\ may be mapped differently based upon which account I&#8217;m logged into the network as, I should specify the UNC path to the .exe.</p>
<p>Rather than manually replacing z:\ with \\servername\volumename\, I can use Ninotech Path Copy to copy the entire UNC path to consoleone.exe, i.e.</p>
<p><i>\\servername\sys\public\mgmt\consoleone\1.2\bin\consoleone.exe</i></p>
<p>This saves me keystrokes, and makes my job easier, especially since I am not the most accurate typist.</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/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></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/01/18/ninotech-path-copy-a-free-shell-extension-to-copy-the-path-of-a-file-or-directory-to-the-clipboard/feed/</wfw:commentRss>
		<slash:comments>2</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>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>
		<item>
		<title>When GWIA won&#8217;t unload and the server hangs</title>
		<link>http://thebackroomtech.com/2007/06/14/when-gwia-wont-unload-and-the-server-hangs/</link>
		<comments>http://thebackroomtech.com/2007/06/14/when-gwia-wont-unload-and-the-server-hangs/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 11:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Groupwise]]></category>
		<category><![CDATA[diagnostics]]></category>
		<category><![CDATA[GWIA]]></category>
		<category><![CDATA[Netware]]></category>
		<category><![CDATA[Novell]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2007/06/14/when-gwia-wont-unload-and-the-server-hangs/</guid>
		<description><![CDATA[I updated my NW65SP6 Groupwise 7.0.1 server to 7.0.2 Hot Patch 1a yesterday, and my gwia kept abending when I tried to restart it or exit it. It didn&#8217;t matter if gwia was loaded in protected memory or not, it would just lock the system console. I was unable to down the server, spawn a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I updated my NW65SP6 Groupwise 7.0.1 server to 7.0.2 Hot Patch 1a yesterday, and my gwia kept abending when I tried to restart it or exit it.  It didn&#8217;t matter if gwia was loaded in protected memory or not, it would just lock the system console.  I was unable to down the server, spawn a new process, or restart the server from Netware Remote Manager.  I had to walk down to the server room and physically restart the machine to regain access to it.</p>
<p>I found that you can enable the <em>kill threads on exit or restart</em> option in ConsoleOne from the gwia object&#8217;s <a href="http://www.novell.com/documentation/gw7/gw7_admin/index.html?page=/documentation/gw7/gw7_admin/data/aizlsot.html" target="_blank">SMTP/MIME settings</a> page.  This forces the gwia to terminate all current threads and exits almost immediately without locking up the server. You&#8217;ll have to cycle the gwia for this setting to take effect, and killing threads without a proper shutdown <em>can theoretically</em> lead to data loss.</p>
<p>You could specify this setting in both eDirectory and the gwia.cfg file in versions of Groupwise prior to 7.0.1, but now <a href="http://www.caledonia.net/gw7sp1.html" target="_blank">ConsoleOne moves the gwia.cfg file settings into the wpdomain.db file</a>. <a href="http://groups.google.com/group/novell.support.groupwise.7x.gwia/browse_frm/thread/f633ddda726c1e73/5c5dad915db31907?tvc=1&amp;q=gwia+doesn%27t+read+gwia.cfg&amp;hl=en#5c5dad915db31907" target="_blank">You can still use the gwia.cfg file to override</a> the <a href="http://groups.google.com/group/novell.support.groupwise.7x.gwia/browse_frm/thread/f633ddda726c1e73/dff9d0eaace538d3?lnk=st&amp;q=gwia.cfg+7.0.1&amp;rnum=6&amp;hl=en#dff9d0eaace538d3" target="_blank">ConsoleOne settings</a>, but it didn&#8217;t work for me, so good luck.</p>
<p>Confused?</p>
<p>Here&#8217;s Novell&#8217;s Explanation from the <a href="http://support.novell.com/docs/ProductDoc/gw7/gw7_install/gw7_install.html" target="_blank">Groupwise 7 installation guide</a> (accurate as of 06-14-2007):</p>
<h3><em>Consolidated Configuration Information (v7.0.1)</em></h3>
<p><em>Before GroupWise 7 SP1, Internet Agent configuration information was stored both in eDirectory, as properties of the Internet Agent object, and in the Internet Agent configuration file (gwia.cfg). Starting in SP1, all primary configuration settings have been consolidated into the properties of the Internet Agent object. Secondary settings are still available only through the startup file.</em></p>
<p><em>When you update an Internet Agent to GroupWise 7 SP1 and access the Internet Agent object in ConsoleOne, all primary configuration settings are moved from the startup file into eDirectory. ConsoleOne no longer writes configuration settings to the startup file. Switches in the startup file can be used to override the settings in ConsoleOne.</em></p>
<p>Please note that the under the Internet Agent Fixes section of the <a href="http://support.novell.com/docs/Readmes/InfoDocument/patchbuilder/readme_5003921.html" target="_blank">readme for Groupwise 7 SP2</a> it states:</p>
<p><em>The /killthreads startup switch immediately kills all Internet Agent threads</em></p>
<p>so does that mean if you&#8217;re using a pre 7.0.2 gwia, this switch doesn&#8217;t work?</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/01/08/identifying-and-clearing-groupwise-gwia-queues-of-corrupt-messages/" title="Identifying and Clearing Groupwise GWIA Queues of Corrupt Messages">Identifying and Clearing Groupwise GWIA Queues of Corrupt Messages</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/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></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2007/06/14/when-gwia-wont-unload-and-the-server-hangs/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 46/62 queries in 0.025 seconds using disk: basic
Object Caching 1201/1205 objects using disk: basic

Served from: thebackroomtech.com @ 2012-05-22 22:24:21 -->
