Tags: value

LogicalExtentsNumber is bigger than the maximum value allowed in hp-ux

HP-UX Send feedback »
If you get this error when trying to lvextend a lvol: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed. It is becuse you have tried to use more than 65,535 logical extents -- the limit for a logical volume.Your only choice… 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 »