awk
Not vg00 # awk ‘(! ( $1~/vg00/)) {print $0}’ /etc/fstab Only vg00 # awk ‘($1~/vg00/) {print $0}’ /etc/fstab
at jobs
at -f /tmp/test now
nic duplex settings
To set to 100 full duplex # lanadmin -X 100FD 2 ( ppa# from lanscan ) to check the dulpex setting. #lanadmin -x 2 (ppa# from lanscan) Current Speed = 100 Full-Duplex Auto-Negotiation-OFF The hpetherconf is the config file for the built in, 10BaseT card. Run #ioscan -fkC lan and see what btlan driver you […]
32-bit or 64-bit mode
All machines of the rp series (rp24xx, rp 34xx, rp44xx, rp54xx, rp74xx) are all 64-bit ONLY machines. To see what bitness is running: # getconf KERNEL_BITS It will return 32 or 64, which indicates 32-bit or 64-bit HP-UX. getconf HW_CPU_SUPP_BITS # file /stand/vmunix /stand/vmunix: ELF-64 executable object file – PA-RISC 2.0 (LP64) Here it tells […]
HP9000 Console – TERM
When connecting an HP Secure Web Console, HP Product J3591A, to an HP9000 L-class server, make sure the VT100 terminal emulation mode is selected. Also check the terminal emulation mode of the serial port on the L-class Guardian Service Processor (GSP). To access the GSP from the system console, type CNTL-B After logging in at […]