Category Archives: Unix

How to overcome NFS through firewall issues using NFS4, while maintaining compatibility with NFS3 clients (Draft)

NFS4 server uses port 2049 only, no port mapping Run “startsrc -s nfsrgyd” on client and server Must use public file system, list the available using “nfsd -getnodes”, or else you’ll get an error indicating “No such filesystem or directory” … Continue reading

Posted in Unix | Tagged , , , , | Leave a comment

Resolve Hostname on AIX

host “hostname” e.g. host “myhost” Output: myhost is 10.11.212.134,  Aliases:   wkms2

Posted in Unix | Tagged , | Leave a comment

Password-less logins with OpenSSH on AIX

http://www.debian-administration.org/articles/152

Posted in Unix | Tagged , , | Leave a comment

Setting Up a CVS Server on AIX -> Draft

Download the RPM package from the online AIX Linux Toolbox Install it using RPM, if it doesn’t exist, download the installp image for RPM first and install it using Smitty Install the RPM package using “rpm -ivh cvsxxxx.rpm” CVSROOT environment … Continue reading

Posted in Unix | Tagged , , , | Leave a comment

Command to display Hardware specs of an AIX Server

prtconf In order to be able to read the info, you should offcourse pipe to more, i.e. prtconf | more  

Posted in Unix | Tagged , , , | Leave a comment