- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM/Veritas Command table.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 05:32 AM
03-03-2006 05:32 AM
Thanks
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 05:40 AM
03-03-2006 05:40 AM
Re: LVM/Veritas Command table.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 05:54 AM
03-03-2006 05:54 AM
Solutionhttp://www.docs.hp.com/en/5187-1372/ch03s01.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 06:25 AM
03-03-2006 06:25 AM
Re: LVM/Veritas Command table.
'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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 07:09 AM
03-03-2006 07:09 AM
Re: LVM/Veritas Command table.
Thanks
Brian