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
0516-787 extendlv: Maximum allocation for logical volume error
Viewed 9374 times since Tue, Mar 12, 2019
AIX lspath Missing path
Viewed 10342 times since Fri, Oct 5, 2018
Top 4 Reasons for Node Reboot or Node Eviction in Real Application Cluster (RAC) Environment
Viewed 101223 times since Thu, Jun 21, 2018
Authenticate AIX using MS DC’s kerberos servers (Active Directory)
Viewed 2326 times since Thu, Feb 21, 2019
HOWTO: Copy a filesystem on AIX
Viewed 2664 times since Mon, May 28, 2018
Script HW/SW AIX
Viewed 9383 times since Mon, Jun 4, 2018
Control Your Logs AIX
Viewed 19344 times since Wed, May 30, 2018
Tips I Picked up at the Power Systems Technical University
Viewed 3025 times since Mon, Jun 11, 2018
vfcpmap on VIO Server
Viewed 9778 times since Tue, Jun 4, 2019
How to set Kernel Parameters in AIX ?
Viewed 15337 times since Tue, Jul 2, 2019