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: ^P, ^N, etc aren’t one single character. Enter Ctrl-V and Ctrl-P to display them in vi. Auto-completion is only available for files, not commands. Press either twice on the escape key, […]
Tags: AIX, ksh, linux, solaris, unix
May
18
2009
Here are pretty simple steps required to export NFS shares in AIX. Export NFS Shares on Server Edit /etc/exports (or create it if it doesn’t exist) and add folders you would like to share: Option access restricts the list of clients, root allows to mount the share by root user on the remote system. Start related […]
Tags: AIX, NFS
Jan
22
2009
To add a permanent static route in AIX, add the route command in the startup file /etc/rc.net: or use Smitty, AIX text interface to perform global system management (preferred): AIX Server.root / # smitty-> Communications applications and Services-> TCIP/IP-> Further Configuration-> Static Routes-> Add a Static RouteThen type in the new static route settings.
Tags: AIX