HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reading meta data of the HP-X LVM physical volume...
Operating System - HP-UX
1833131
Members
3696
Online
110051
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
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
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
10-16-2008 10:48 PM
10-16-2008 10:48 PM
Reading meta data of the HP-X LVM physical volume.
1)Is it safe to read the meta data of the LVM physical volume? I am opening the LVM physical volume device file and reading the PVID of it using the read call. I have a the code written in C which is being invoked from java i.e a JNI call.
2)If reading the physical volume is safe enough, should we be opening a raw device file or a block device file for reading? Does this have anything to do with the utilization of CPU especially if the HP-UX host is having a number of LVM physical volumes?
The LVM physical volumes have oracle database installed on them through a file system.
2)If reading the physical volume is safe enough, should we be opening a raw device file or a block device file for reading? Does this have anything to do with the utilization of CPU especially if the HP-UX host is having a number of LVM physical volumes?
The LVM physical volumes have oracle database installed on them through a file system.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 05:58 PM
10-19-2008 05:58 PM
Re: Reading meta data of the HP-X LVM physical volume.
The LVM data is just raw data on the volume and reading the track with the PVID is just a simple read. You always open the raw device file when reading raw data. The block device is reserved for mounted filesystems so the driver can take advantage of the buffer cache.
As far as a load, if you are just gathering the PVID for each disk, reading 1 track from 500 disks is not significant. Running bdf on a system with 200 mountpoints is a 100x bigger load. And in either case, you would only run this read once in a while.
Bill Hassell, sysadmin
As far as a load, if you are just gathering the PVID for each disk, reading 1 track from 500 disks is not significant. Running bdf on a system with 200 mountpoints is a 100x bigger load. And in either case, you would only run this read once in a while.
Bill Hassell, sysadmin
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP