Thursday, July 23, 2015

HPUX LVM commands

To add one PV to existing VG03
#vgextend vg03 /dev/dsk/c5t2d0
#vgdisplay -v vg03

To extend 500MB  LV into a disk
#lvextend -L 500 /dev/vg01/lvdata  /dev/dsk/c5t2d0

To mirror LV into a different disk
#lvextend -m 1 /dev/vg03/lvol1  /dev/dsk/c1t3d0

How to create a file system in HPUX

1) Identify new disk by using ioscan command.
 #ioscan -fnC disk # pvcreate /dev/rdsk/c2t5d0

 2) creating a Volume Group vg03
 #mkdir /dev/vg03

 3) creating vg major and minor number
 #mknod /dev/vg03/group c 64 0x030000

 4) Creating vg03
 # vgcreaate /dev/vg03 /dev/dsk/c2t5d0

 5) Creating Logical Volume (Lvol) 1GB size
 #lvcreate -L 1024 -n lvol1 vg03

 6) Create a file system
 #newfs -F vxfs -o largefiles /dev/vg03/rlovl1

 7) Mount the filesystem
 # mount /dev/vg03/lvol1 /myfilesystem)

 8) To mount permanently, add entry in /etc/fstab file.

Wednesday, March 17, 2010

Wednesday, March 3, 2010

September 2009 rx7640 Setup

Task: HP Itanium rx7640 staging and OS Installation
Duration: 3 Days


Hamid Tech Solution Engineers's Mohd Affan, fixing the cables at the back of rx7640

December 2009 HPUX MC-Service Guard Disaster Recovery Setup

Task : HPUX 11i Version 2 MC service Guard Setup for rp4440 server single node cluster setup Disaster Recovery activity.

Duration : 2 Weeks including ERP applications Testing


The above picture is The HP Superdome



Hamid Tech Solution Engineer's Mohd Azmi was setting up the VGs and Lvols for MC-Service Guard preparation