Oct
13
2009
Arrows aren’t used in ksh as a default. To enable command history like in Bash, add the following lines in the .profile or .kshrc file: # Switch to Emacs mode # Only Emacs mode lets you make use of arrow keys set -o emacs # Go back in command history (up arrow) alias __A=’^P’ # [...]
Tags: Aix, ksh, linux, solaris, unix
Jul
02
2009
Windows Windows shares can be mounted on /QNTC filesystem. Create a folder is all needs to be done. MKDIR ‘/QNTC/MY_SERVER’ Walk through remote directory: WRKLNK ‘/QNTC/MY_SERVER’ IP address can also be used in place of the server name: mkdir ‘/QNTC/IPADDR’ wrklnk ‘/QNTC/IPADDR’ Note: Pay attention to Windows rights. It doesn’t seem to be [...]
Tags: AS400, export, NFS, QFileSrv, QNTC, QOpenSys, share, unix, Windows
Jan
22
2009
To add a permanent static route in AIX, add the route command in the startup file /etc/rc.net: AIX Server.root / # route add -net 192.168.2.0 -netmask 255.255.255.0 192.168.0.1 or use AIX interface Smitty (preferred): AIX Server.root / # smitty -> Communications applications and Services -> TCIP/IP -> Further Configuration -> Static Routes -> [...]
Tags: 4.3, add, Aix, permanent, route, smitty, static, unix