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
0 (0)
Article Rating (No 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
AIX - How to shutdown or reboot
Viewed 3070 times since Fri, Jun 8, 2018
AIX: Configuring a network interface
Viewed 2745 times since Sat, Jun 2, 2018
Part 3, Tuning swap space settings AIX7
Viewed 8615 times since Wed, Jun 19, 2019
AIX check the HBA status
Viewed 15404 times since Tue, May 22, 2018
SNAP
Viewed 1502 times since Mon, Sep 17, 2018
AIX Replacing a failed disk (rootvg)
Viewed 7850 times since Tue, Jul 17, 2018
Part 2, NFS monitoring and tuning
Viewed 5957 times since Mon, Jun 4, 2018
Configure log file for cron daemon on AIX
Viewed 9557 times since Thu, Feb 21, 2019
AIX lspath Missing path
Viewed 8411 times since Fri, Oct 5, 2018
Customizing a NIM Client Restore With a Post-Install Script
Viewed 10488 times since Wed, May 30, 2018