- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Looking partiton information on hard disks
Operating System - HP-UX
1823086
Members
3423
Online
109646
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО02-22-2002 04:36 AM
тАО02-22-2002 04:36 AM
Looking partiton information on hard disks
Can anyone help. I am looking for the command that will get the partition (VTOC) of a hard drive.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 04:57 AM
тАО02-22-2002 04:57 AM
Re: Looking partiton information on hard disks
On hpux there is not VTOC.
Older systems HPUX 09.xx used disk partitioning, but you cannnot defined it, just use some of defined.
Now HPUX uses Logical Volume Manager (LVM), and there is not VTOC.
Search LVM introduction on http://docs.hp.com
Older systems HPUX 09.xx used disk partitioning, but you cannnot defined it, just use some of defined.
Now HPUX uses Logical Volume Manager (LVM), and there is not VTOC.
Search LVM introduction on http://docs.hp.com
unsupported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 05:42 AM
тАО02-22-2002 05:42 AM
Re: Looking partiton information on hard disks
Hi,
in these days, LVM is used instead of partitioning disks. So you don't have a VTOC any more, but a data structure made by LVM. And of course you can display informations about volume groups, physical volumes and logical volumes:
vgdisplay -v /dev/vg00
pvdisplay -v /dev/dsk/c0t5d0
lvdisplay -v /dev/vg00/lvol5
volume group ---> one or more hard disks, which are now one logical disk
physical volume ---> hard disk, handeled by LVM
logical volume ---> the newer version of a "partition"
the option -v (verbose) gives you a more detailed output.
Allways stay on the bright side of life!
Peter
in these days, LVM is used instead of partitioning disks. So you don't have a VTOC any more, but a data structure made by LVM. And of course you can display informations about volume groups, physical volumes and logical volumes:
vgdisplay -v /dev/vg00
pvdisplay -v /dev/dsk/c0t5d0
lvdisplay -v /dev/vg00/lvol5
volume group ---> one or more hard disks, which are now one logical disk
physical volume ---> hard disk, handeled by LVM
logical volume ---> the newer version of a "partition"
the option -v (verbose) gives you a more detailed output.
Allways stay on the bright side of life!
Peter
I'm learning here as well as helping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 06:48 AM
тАО02-22-2002 06:48 AM
Re: Looking partiton information on hard disks
Attached is a LVM program that I got from the HP response center that gives even more detail when reading the LVM headers on a drive. I have found it to be really useful.
Positive Results requires Positive Thinking
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP