Tags: display

HP-UX : ICAP Quick How To

HP-UX Send feedback »
Use icapstatus to display Instant Capacity (iCAP) status and information: # icapstatusSoftware version:          B.08.00System ID:                 test06Serial number:             UFR99899X2Product number:           A6752AUnique ID:                … more »

Aix: Displaying the top 10 CPU / Memory consuming processes

Technology, Aix Send feedback »
Displaying the top 10 CPU-consuming processes # ps aux | head -1; ps aux | sort -rn +2 | head -10 Displaying number of processors in the system # lsdev -Cc processor Displaying the top 10 CPU-consuming processes # ps aux | head -1 ; ps au… more »

Veritas / AIX : Logical Volume Manager

Technology, Veritas, Aix Send feedback »
Tasks AIX Logical Volume Manager Veritas Volume Manager Create a Volume Group mkvg vxdg init Create a Logical Volume mklv vxassist make… more »

Veritas: DISK GROUP OPERATIONS

Technology, Veritas Send feedback »
Action Command Line Create a disk group vxdg init diskgroup diskname=device Add a disk to disk group vxdg -g diskgroup adddisk diskname=device Remove a… more »