Operating System - HP-UX
1829014 Members
2408 Online
109986 Solutions
New Discussion

LVM/Veritas Command table.

 
SOLVED
Go to solution
brian_31
Super Advisor

LVM/Veritas Command table.

Is there any command reference between HP LVM and Veritas? I mean for each LVM command the corresponding veritas command? Can someone help please? atleast for the major commands

Thanks

Brian
4 REPLIES 4
James George_1
Trusted Contributor

Re: LVM/Veritas Command table.

Hi

Here is some comaprisons ..


LVM and VxVM Comparisons

LVM VxVM
â ¢ Volume Group Disk Group
â ¢ Physical Volume Volume Manager disk
â ¢ Physical extents subdisks
â ¢ Logical Volume Volume
â ¢ Mirrors Plexes ( Mirrors)
â ¢ LVM metadata Private Region
â ¢ Vgexport Deport
â ¢ Vgimport import
A disk can belong to Only one group. But a group consist of a collection of disks.
In VxVM , you associate a VxVM disk with a device. This lever of abstraction , provides an easy method to change device names, for ex: disk media name of disk01 Device name c0t4d0

Command Comparisons

Physical Disk

LVM : pvcreate â f /dev/rdsk/disk_name
VxVM : vxdisk â f init /dev/dsk/disk_name
Disk Group
LVM : vgcreate vg01 /dev/dsk/disk_name
VxVM : vxdg init rootdg
LVM : vgextend vg01 /dev/dsk/disk_name
VxVM : vxdg â g rootdg adddisk disk1=devicename
Logical Volume
LVM : lvcreate â L vol_size /dev/vg01 /dev/vg01
VxVm : vxassist make vol_name length

Displays
LVM : vgdisplay â v /dev/vg
VxVM : vgprint â g disk_group
LVM : lvdisplay /dev/vg01/lvol_name
VxVM : vxprint â ht vol_name


rgds / James
forum is for techies .....heaven is for those who are born again !!
Deoncia Grayson_1
Honored Contributor
Solution

Re: LVM/Veritas Command table.

Maybe this link will be of help to you, it list vxvm and lvm commands:


http://www.docs.hp.com/en/5187-1372/ch03s01.html
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Alzhy
Honored Contributor

Re: LVM/Veritas Command table.

Excellente Dionicia!

'Been looking for such material to aid our ertshwhile LVM focused HP-UX only admins...

Amigos u amigas, add the URL to your favs. Nice enough of HP to concoct this material...

So Brian, there you go... this is very helpful indeed.

Thanks!
Hakuna Matata.
brian_31
Super Advisor

Re: LVM/Veritas Command table.

Great!!!!!!

Thanks

Brian