<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>kelnet.net</title>
	<link>http://www.kelnet.net</link>
	<description>Life, the universe and everything</description>
	<lastBuildDate>Fri, 24 Oct 2008 19:59:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>AIX 5.2L Automount</title>
		<description><![CDATA[It seems that all *nix versions do automount and nfs slightly different than each other.  I was setting up a automount on AIX 5.2L and discovered that I needed a nfs.direct file in /etc to mount to a directory.  Anyway, it looks like this:
/etc/nfs.direct
/oracle -rw,hard,intr tulnfs01:/data/oracle
/etc/auto_mount
/-      /etc/nfs.direct
Once those files are created, you can run /etc/rc.nfs [...]]]></description>
		<link>http://www.kelnet.net/2008/10/24/aix-52l-automount/</link>
			</item>
	<item>
		<title>Cisco 2950 notes</title>
		<description><![CDATA[Good simple instructions for upgrading a cisco 2950 switch in four steps.
Cisco escape sequence: Ctrl + Shift + 6
]]></description>
		<link>http://www.kelnet.net/2008/10/17/cisco-2950-notes/</link>
			</item>
	<item>
		<title>How to install Perl modules from CPAN</title>
		<description><![CDATA[Ok, I always forget and have to google it so here it is&#8230;.
http://perl.about.com/od/packagesmodules/qt/perlcpan.htm
There are several ways to get Perl modules from CPAN installed on your unix-based system. Keep in mind that there is always more than one way to do it with Perl, and this is no different. Before embarking upon any installation, it&#8217;s a [...]]]></description>
		<link>http://www.kelnet.net/2008/09/15/how-to-install-perl-modules-from-cpan/</link>
			</item>
	<item>
		<title>Cygwin cron service on Windows server 2003</title>
		<description><![CDATA[Working with windows 2003 can be somewhat awkward when running jobs via the scheduler so I was wondering if cygwin cron can be installed.  Sure enough, good old google came through with the following:
http://www.mail-archive.com/cygwin@cygwin.com/msg31579.html

The easiest way is to follow the ssh-host-config script in
creating a special account:
  net user cron_server &#60;passwd&#62; /add /yes
  net [...]]]></description>
		<link>http://www.kelnet.net/2008/08/20/cygwin-cron-service-on-windows-server-2003/</link>
			</item>
	<item>
		<title>Fedora Core 9 console access</title>
		<description><![CDATA[Just installed Fedora Core 9 and discovered the method I had been using to setup a tty console has changed.  Originally, I would add the following to the /etc/inittab file:
co:2345:respawn:/sbin/agetty -t 60 19200 ttyS0 vt102
After adding this line I would then issue the command init q to re-read the inittab file and start the agetty [...]]]></description>
		<link>http://www.kelnet.net/2008/08/18/fedora-core-9-console-access/</link>
			</item>
	<item>
		<title>IBM AIX 5.2L mount NFSv4 linux export</title>
		<description><![CDATA[This is not totally unknown, but I was trying to mount a fedora core 8 NFS exported file system. but I kept getting the error:
vmount: operation not permited
Luckily I ran across this web page:
http://www-1.ibm.com/support/docview.wss?uid=isg3T1000590
AIX versions 4.x and 5.x
Sometimes Linux NFS servers will do port checking and require that  the NFS client use a reserved [...]]]></description>
		<link>http://www.kelnet.net/2008/06/19/ibm-aix-52l-mount-nfsv4-linux-export/</link>
			</item>
	<item>
		<title>Using Microsoft PowerToys on Server 2003</title>
		<description><![CDATA[I recently have been using Windows Server 2003 and was missing the MSVDM powertoy that I use on XP.  After trying to install it, it complains that it needs XP.  Well, I searched good old google and came across the following blog which explains how to bypass this problem:
http://blog.netnerds.net/2006/08/how-to-install-xp-powertoys-on-windows-server-2003/
This blog mentions one of the powertoys [...]]]></description>
		<link>http://www.kelnet.net/2008/05/20/using-microsoft-powertoys-on-server-2003/</link>
			</item>
	<item>
		<title>How to a validate a Netbackup Client</title>
		<description><![CDATA[How do I validate a client to allow it to
do a bplist or bprestore from another client.

Example:   Machine A (Backups)

I want to restore to machine B:

bplist -C MachineA 

I get:

EXIT Status 135: client is not validated to perform the operation.
Simply do the following:
Unix:
cd /usr/openv/netbackup/bin/admincmd
./bpclient -add -client MachineB -list_restore 3
cd /usr/openv/netbackup/db/altnames
Windows:
cd  $PROGRAM_PATH\VERITAS\NetBackup\bin\admincmd
bpclient -add [...]]]></description>
		<link>http://www.kelnet.net/2008/03/06/how-to-a-validate-a-netbackup-client/</link>
			</item>
	<item>
		<title>Passsword aging in Linux</title>
		<description><![CDATA[At least on HP-UX and Solaris, when you create a user and give them a password, you can use the command &#8220;passwd -f username&#8221; to force the user to change their password on initaly login.  Linux on the other hand does not have this feature although after searching around, it appears that you can [...]]]></description>
		<link>http://www.kelnet.net/2008/03/05/passsword-aging-in-linux/</link>
			</item>
	<item>
		<title>How to clear the failing flag when a vxdisk list status shows &#34;online failing&#34;</title>
		<description><![CDATA[The original can be found here.   
Exact Error MessageDEVICE       TYPE         DISK              GROUP        STATUSc0t1d0s2     sliced  [...]]]></description>
		<link>http://www.kelnet.net/2007/12/13/how-to-clear-the-failing-flag-when-a-vxdisk-list-status-shows-online-failing/</link>
			</item>
</channel>
</rss>
