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
IP configuration in AIX
Viewed 2662 times since Tue, Jul 17, 2018
How To Mirror Your Root Disk On AIX (a.k.a. rootvg)
Viewed 5247 times since Mon, May 21, 2018
10 AIX Commands to Add to Your Toolbox
Viewed 4245 times since Sat, May 19, 2018
AIX: Script to check if all paths are consistent and available
Viewed 3107 times since Tue, Jun 12, 2018
Undocumented AIX command lquerypv
Viewed 3519 times since Mon, Jul 16, 2018
A Unix Utility You Should Know About: lsof
Viewed 1880 times since Tue, Apr 16, 2019
How to Maintain a Virtual I/O Server With FBO Part II
Viewed 10531 times since Wed, Jun 5, 2019
0516-404 allocp: This system cannot fulfill the allocation request. [AIX]
Viewed 5079 times since Thu, Sep 20, 2018
AIX, Monitoring, Networking, Red Hat, Security, System Admin↑ Determining type of system remotely
Viewed 2177 times since Fri, Apr 19, 2019
Script to make mksysb backup from NIM to LPAR
Viewed 3577 times since Thu, Feb 21, 2019