AIX Health Check basic

AIX Health Check

 
To view overall performance.
topas
Option:
-D Display all disks status
-M Memory
-P DIsplay all processes and sorted based on CPU utilization

To view CPU utilization.
sar -u 5 5

To view swap utilization.
lsps -a

To view memory utlization.
svmon -G #OR ps aux |sort -nrk 4| head -10

To view hardware info.
prtconf

To view IP configured.
ifconfig -a

To view gateway.
netstat -rn

To check statstic of network interface (duplex?)
entstat -d en2

To view filesystem mounted
df

Configuration file to configure hard mount.
cat /etc/filesystems

To shutdown.
shutdown               #shutdown after 60s
shutdown now       #shutdown now
shutdown -F          #shutdown forcefully

To reboot.
shutdown -r          #reboot - flush cache to disk
shutdown -Fr       #reboot forcefully
reboot                  #Do not flush cache to disk

To check runlevel.
who -r

To list configured services and their status.
lssrc -a

Configuration files of services during startup.
/etc/inittab

To start a service.
startsrc -s qdaemon
5 (1)
Article Rating (1 Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Configuring an AIX client with multiple Kerberos realms
Viewed 10207 times since Mon, Jun 25, 2018
AIX Cloning a rootvg using alternate disk installation
Viewed 12349 times since Sun, Jun 30, 2019
7 Tips – Tuning Command Line History in Bash
Viewed 6277 times since Fri, Jul 5, 2019
AIX Assign a PVID to a new hdisk
Viewed 7149 times since Tue, Jul 17, 2018
AIX: How to set automatic logoff (only for terminals)
Viewed 3635 times since Mon, Jun 11, 2018
AIX Commands Related to Boot and Init Process
Viewed 5615 times since Tue, Apr 16, 2019
Kerberos, Active Directory and AIX
Viewed 7087 times since Mon, Jun 25, 2018
AIX: How to determine which application created the OS core file
Viewed 2986 times since Mon, Jun 11, 2018
Mirroring the rootvg Volume Group for AIX 4.1/4.2
Viewed 3645 times since Mon, May 21, 2018
AIX, Security, System Admin↑ Generating random passwords
Viewed 3594 times since Fri, Apr 19, 2019