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
Mirroring the rootvg Volume Group for AIX 4.1/4.2
Viewed 3045 times since Mon, May 21, 2018
AIX Creating EtherChannel Devices from Command Line
Viewed 3459 times since Mon, Jun 3, 2019
Install and configure yum on AIX
Viewed 4560 times since Thu, Feb 21, 2019
Script to show Total, Free and Used Memory on AIX
Viewed 3363 times since Thu, Nov 29, 2018
AIX Net How to check VLAN ID number on AIX?
Viewed 15672 times since Thu, Nov 29, 2018
AIX routing - How Do I Compare ODM with the Current Routing Table?
Viewed 2593 times since Mon, Jul 29, 2019
AIX Full memory dump configure
Viewed 3339 times since Mon, Jul 16, 2018
AIX - How to get IP and MAC address of ethernet adapter in AIX
Viewed 24976 times since Fri, Jun 8, 2018
Part 1, Network overview - Monitoring the hardware
Viewed 5309 times since Mon, Jun 4, 2018
AIX, System Admin Configuring dsh DSH
Viewed 3931 times since Fri, Apr 19, 2019