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 NTP Client configuration
Viewed 11177 times since Tue, Jul 17, 2018
Create memory resident filesystems (RAM disk) on AIX
Viewed 2289 times since Thu, Feb 21, 2019
Create jfs2 logical volume on AIX
Viewed 3806 times since Thu, Feb 21, 2019
Find out which port the daemon is using on AIX OS. (similar like command netstat -anp for Linux)
Viewed 10400 times since Thu, Feb 21, 2019
My LPAR always boots into SMS. Why?
Viewed 3069 times since Tue, Apr 16, 2019
This document discusses a new feature implemented for JFS2 filesystems to prevent simultaneous mounting.
Viewed 2483 times since Sat, Jun 1, 2019
AIX HOW TO CLONE A ROOTVG USING ALTERNATE DISK INSTALLATION ALTER_DISK_COPY
Viewed 14715 times since Sun, Jun 30, 2019
AIX QHA
Viewed 10635 times since Mon, Jun 3, 2019
AIX, Security, System Admin↑ Clearing password history
Viewed 1774 times since Fri, Apr 19, 2019
Setting new device attributes with chdef
Viewed 1865 times since Mon, Jun 3, 2019