HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I determine a file based upon Inode number
Operating System - HP-UX
1835261
Members
2318
Online
110078
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
04-05-2000 10:26 PM
04-05-2000 10:26 PM
How do I determine a file based upon Inode number
I have an error message that points to an inode. This is on a logical volume
spread over a couple of disks. Is there a way that I can determine which
physical disk this error is pointing at?
spread over a couple of disks. Is there a way that I can determine which
physical disk this error is pointing at?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2000 10:52 PM
04-05-2000 10:52 PM
Re: How do I determine a file based upon Inode number
Getting the filename from an inode number is easy:
find /mount_point -inum nnn -print
But then tracking down the physical disk adresses occupied by the file is very
hard and only a very knowledgable guru should even attempt it.
Basicly you would use fsdb to display the adresses of the file in the logical
volume and use lvdisplay -v to map the lv addresses to phyiscal disk addresses.
If you're getting disk errors at the hardware level, you should be looking at
the diagnostic logs. You use stm(1m) for this.
find /mount_point -inum nnn -print
But then tracking down the physical disk adresses occupied by the file is very
hard and only a very knowledgable guru should even attempt it.
Basicly you would use fsdb to display the adresses of the file in the logical
volume and use lvdisplay -v to map the lv addresses to phyiscal disk addresses.
If you're getting disk errors at the hardware level, you should be looking at
the diagnostic logs. You use stm(1m) for this.
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