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
Aug
29
2008
A lot of networks use LDAP or NIS to authenticate users on Linux servers and any Unix flavours. There is no policy control by default and all users in the central LDAP database have access to all servers.Access can be restricted to some of the accounts adding them into the default passwd file if the […]
Tags: AIX, Authentication, ldap, linux, NIS, solaris, unix