- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mapping large file across physical extents
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
12-21-2001 02:18 PM
12-21-2001 02:18 PM
Mapping large file across physical extents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 02:58 PM
12-21-2001 02:58 PM
Re: Mapping large file across physical extents
No.
You can only identify the physical extents used by the filesystem where the large file resides. This is performed by performing an lvdisplay on the logical volume that the filesystem sits on top of.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2001 06:14 PM
12-22-2001 06:14 PM
Re: Mapping large file across physical extents
I don''t think it is possible. The best you can do is to see which PV extents your Filesystem is occupying.
(using lvdisplay -v)
You can also run pvdisplay -v on PVs to see what filesystem is contains and how it is distributed.
HTh
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2001 12:36 PM
12-27-2001 12:36 PM
Re: Mapping large file across physical extents
not a convenient way, at least :-(
You'll need a mixture of "fsdb" on the i-node and file-system of that file, "lvdisplay -v" on its LV, and "ioscan" on its PV. In case of a RAID-box you then need a mapping from LUN to *real* har-disk inside the RAID-box, too...
It would be pretty difficult to write a script doing this, I guess.
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 11:57 AM
01-02-2002 11:57 AM
Re: Mapping large file across physical extents
unfortunately you cannot do this, only at the lvol level with the lvdisplay -v command.
The file should be using the extents evenly, what indications are you receiving that there is a problem here?