- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM: any way to know to konow on which disk fi...
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
05-28-2006 09:54 PM
05-28-2006 09:54 PM
LVM: any way to know to konow on which disk file is located
Thanks and points in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 10:04 PM
05-28-2006 10:04 PM
Re: LVM: any way to know to konow on which disk file is located
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 10:10 PM
05-28-2006 10:10 PM
Re: LVM: any way to know to konow on which disk file is located
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 10:10 PM
05-28-2006 10:10 PM
Re: LVM: any way to know to konow on which disk file is located
You can determine which disks the LVM is using by lvdisplay -v | more
This will show the disks (PV) on which the LVM is residing on.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 10:22 PM
05-28-2006 10:22 PM
Re: LVM: any way to know to konow on which disk file is located
i found in forum :
ncheck -oblock=- /dev/vg00/lvolx lists files and its' blocks.
i am not sure. just a suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 10:27 PM
05-28-2006 10:27 PM
Re: LVM: any way to know to konow on which disk file is located
I know basic LVM concepts, there are no problems with "*display" commands.
I see that some disks in a given lvol get a very heavy load. I'd like to have an idea of what database files are put on them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 10:46 PM
05-28-2006 10:46 PM
Re: LVM: any way to know to konow on which disk file is located
If yes try the glance -u and -v options [ I dont remember if its u and v options - just do man glance and will display you which option shows what. these options are for IO by disk and IO by logical volumes - These options are not working for my system but you can check if its working for you ] Check the IO by lvol to see which are highly used lvols. If you have filesystems on these volumes then you can also see in glance IO by filesystems.
Another way is at databae level. If its Oracle databae just check with your DBA - he should be able to tell you IO by datafiles and table spaces, then map the datafiles to see which filesystem they are on to understand if your IO is distributed properly.
Hope this helps.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 12:27 AM
05-30-2006 12:27 AM