Useful commands in HP UX


1.To get hardware details and server info


#/opt/ignite/bin/print_manifest

#cat /var/opt/ignite/local/manifest/manifest.info

2.Swap info in HP UX

#swapinfo (displayed in KB)
#swapinfo -m (display in Mb)
#swapinfo -tm (total / Mb)

3.Kernel Bit check in HP UX


#getconf KERNEL_BITS ( version 11)
#/opt/ignite/bin/print_manifest |grep -i 'os mode'


Note: determine if system supports 64 bit
#getconf HW_CPU_SUPP_BITS
#/opt/ignite/bin/print_manifest |grep -i 'hw capability'

4.To check memory details

#dmesg | grep -i physical
#/usr/sam/lbin/getmem
#/opt/ignite/bin/print_manifest

5.Display network packets

#nettl -start
#nettl -status all

Post a Comment

0 Comments