Tuesday, April 5, 2011

HP-UX - MIRRORING ROOT VOLUME

MIRRORING THE ROOT VOLUME 1. First create a bootable logical volume disk. 2. Mirror the root logical volume to new disk: #lvextend –m 1 /dev/vg00/lvol1 /dev/dsk/c0t1d0 3. Mirror the Primary Swap area: Lvextend –m 1 /dev/vg00/prswaplv /dev/dsk/c0t1d0 4. Verify the LVM was updated: #lvlnboot –v BREAKING A MIRROR FOR BACKUP PURPOSES Mirrors...

Network management - HPUX

Network management - HPUXTo display the network interface cards and status# lanscan Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI Path Address In# State NamePPA ID Type Support Mjr# 0/0/0/0 0x00306E1CC281 0 UP lan0 snap0 1 ETHER Yes 119 1/12/0/0 0x00306E210F32 3 UP lan3 snap3 ...

Thursday, March 31, 2011

Tuesday, March 8, 2011

HP-UX Overview and Command Summary - page 12

Users AdministrationCreating Userssam --> user and group accounts useradd -g users -d Username Creating Groups sam --> user and group accounts groupadd GroupnameUseful Commands Command Description or \ autocompletion file * Show file types, such as "ascii". find -name -print Finds a file in the OS at the starting path on down grep...