In order to access AIX box from Windows you will need either PuTTY or WinSCP. PuTTY has character user interface wherein you need to type the UNIX commands. WinSCP on the other side is a GUI tool. To connect to AIX box you will need Host name / IP address and the port number. By default PuTTY connects using SSH on port 22. You will need the username and the password as well.
Some of the usefull commands are listed below
- sudo su –
Change user to get super user privileges. - df –k
df –g
Check the disk space occupied by each directory - topas
Check the current CPU usage - stty erase ^?
Enable the usage of backspace on PuTTY - set -o vi
this command is used to show the commands when you press up/down keys - oslevel -g
Displays the version of operating system - prtconf
Displays system configuration information
No comments:
Post a Comment