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
AIX Encrypted File System
Viewed 5652 times since Tue, Jul 17, 2018
AIX HOW TO CLONE A ROOTVG USING ALTERNATE DISK INSTALLATION ALTER_DISK_COPY
Viewed 16299 times since Sun, Jun 30, 2019
Kerberos authentication configuration for AIX servers
Viewed 10700 times since Mon, Jun 25, 2018
Mount CD/DVD & ISO image in AIX 6.1
Viewed 3872 times since Tue, Jul 17, 2018
NTLMSSP, SPN and AIX CIFS
Viewed 8026 times since Fri, Jun 15, 2018
AIX, Storage, System Admin Allocating shared storage to VIOS clients
Viewed 2144 times since Fri, Apr 19, 2019
AIX Migrating from SDDPCM to AIXPCM (the easy way)
Viewed 19724 times since Mon, Dec 31, 2018
AIX alt_disk_copy
Viewed 9675 times since Sun, Jun 30, 2019
Migrating AIX User Environments
Viewed 2099 times since Wed, May 30, 2018
0516-404 allocp: This system cannot fulfill the allocation request. [AIX]
Viewed 4974 times since Thu, Sep 20, 2018