0% found this document useful (0 votes)
28 views4 pages

Baisc Unix Commands

The document provides information on servers running different operating systems and commands to check server status and resources. It lists servers running AIX, Solaris, and Linux and describes alerts for high CPU and memory utilization, low disk space, and unresponsive network ports. It also provides commands to check server uptime, load, disk space, running processes, and open ports for troubleshooting issues on UNIX servers.

Uploaded by

Brinda Sonalia
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views4 pages

Baisc Unix Commands

The document provides information on servers running different operating systems and commands to check server status and resources. It lists servers running AIX, Solaris, and Linux and describes alerts for high CPU and memory utilization, low disk space, and unresponsive network ports. It also provides commands to check server uptime, load, disk space, running processes, and open ports for troubleshooting issues on UNIX servers.

Uploaded by

Brinda Sonalia
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

BAS

Server

AIX

Server

Solaris

Server

linux

BASIC UNI

Alert Summary Customized_DBI.Server_Rebooted.displayName Application Collection Status Problems connecting wi CPU Utilisation is 84.70% Memory utilization is 79.33%

Filesystem xxx is 86.00% full


Unix process xxxx is not running Network Service Port Port_xxx Port Responding false 3

Alert Summary Customized_DBI.Server_Rebooted.displayName Application Collection Status Problems connecting wi CPU Utilisation is 84.70% Memory utilization is 79.33%

Filesystem xxx is 86.00% full


Unix process xxxx is not running Network Service Port Port_xxx Port Responding false 3

Alert Summary Customized_DBI.Server_Rebooted.displayName Application Collection Status Problems connecting wi CPU Utilisation is 84.70% Memory utilization is 79.33%

Filesystem xxx is 86.00% full


Unix process xxxx is not running Network Service Port Port_xxx Port Responding false 3

IC UNIX COMMAND REFERENCE


Command uptime topas topas; lsps -a df -k ; df -m ; df -g ps -ef | grep xxx netstat -a | grep xxx Command uptime top top df -k ps -ef | grep xxx netstat -a | grep xxx Command uptime top Comments Check the no. of days the server is up Check the idle and user percentage Check the paging percentage Check for free and used disk space. Check if the process is running. Check if the port is listening Comments Check the no. of days the server is up Check the idle and user percentage Check the paging percentage Check for free and used disk space. Check if the process is running. Check if the port is listening

Comments Check the no. of days the server is up Check the idle and user percentage Check the paging percentage free -m df -k Check for free and used disk space. ps -ef | grep xxx Check if the process is running. netstat -nlpt | grep xxx heck if the port is listening C

You might also like