- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to find a datafile's inodes distributionï¼
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
01-08-2004 12:30 PM
01-08-2004 12:30 PM
particular position on some LUN,do you have any mind?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:50 PM
01-08-2004 02:50 PM
Re: how to find a datafile's inodes distributionï¼
What do you mean "particular position on some LUN"?
If you are talking in terms of a LUN, then you are likely on some sort of disk array. LUNs on disk arrays are generally made up of many disks. The exact number will depend on your array and how it is configured. The data is generally then striped across all disks in a LUN, but again this depends on your exact configuration. So a single Oracle datafile could be spread across many disks in a LUN on your disk array.
In your subject line you mention a datafiles inode distribution. If you are talking about a single datafile, then there will be only one (1) inode associated with that datafile. The inode is not at the LUN level anyway, it is at the filesystem (or logical volume) level. The inode really has no bearing on how the datafile is placed in the LUN on the disk array.
I hope this all makes sense. If this isn't what you were asking, please clarify your question with a few more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 03:19 PM
01-08-2004 03:19 PM
Re: how to find a datafile's inodes distributionï¼
of a file use "ls -li",how to find the blocks and relative disk device on this inode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 04:10 PM
01-08-2004 04:10 PM
Re: how to find a datafile's inodes distributionï¼
If you have used LVM/Veritas then physical volumes are group of LDEVs.
xpinfo -i can give details of datafiles created on file system which in turn are based on physical volumes.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 05:26 PM
01-08-2004 05:26 PM
Re: how to find a datafile's inodes distributionï¼
------------------------------------------
hchk0#fsdb -F vxfs /dev/vx/dsk/dg_test/vol_test
> 1281 i
inode structure at 0x00001207.0100
type IFREG mode 100644 nlink 1 uid 0 gid 3 size 872069120
atime 1073627022 348932 (Fri Jan 9 13:43:42 2004 EAT)
mtime 1073614513 180669 (Fri Jan 9 10:15:13 2004 EAT)
ctime 1073614513 180669 (Fri Jan 9 10:15:13 2004 EAT)
aflags 0 orgtype 1 eopflags 0 eopdata 0
fixextsize/fsindex 0 rdev/reserve/dotdot/matchino 0
blocks 106454 gen 0 version 0 66 iattrino 0
de: 7964 1277952 1245184 65536 0 0 0 0 0
0
des: 24804 32768 32768 16114 0 0 0 0 0
0
ie: 0 0
ies: 0
inode 1281 has so many blocks,how can I find which devices belong to them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 06:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 07:09 PM
01-08-2004 07:09 PM