- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsdb errors on vxfs
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-23-2001 05:20 AM
05-23-2001 05:20 AM
fsdb errors on vxfs
I'm trying to use fsdb to look ata VXFS file system on HPUX 10.20B machine.
This utility (fsdb) was working fine on our other HP machines with 10.20 & 11.0, but on a new machine with 10.209 it gives us an error when trying to look at inode info (i.e. #i command):
"not able to seek to inode # in fset 999"
this fs is new, so I dont think it is damaged.
the utility does seem to work on other fs on the same machine.
any idea of what is this error about ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 06:19 AM
05-23-2001 06:19 AM
Re: fsdb errors on vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 06:59 AM
05-23-2001 06:59 AM
Re: fsdb errors on vxfs
any other ideas ?
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 09:47 AM
05-23-2001 09:47 AM
Re: fsdb errors on vxfs
you can see the free inode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 10:01 PM
05-28-2001 10:01 PM
Re: fsdb errors on vxfs
I ran the sar command and it yielded the following output:
# sar -v 5 5
HP-UX hp6 B.10.20 A 9000/831 05/29/01
07:51:17 text-sz ov proc-sz ov inod-sz ov file-sz ov
07:51:23 N/A N/A 128/276 0 373/476 0 173/800 0
07:51:28 N/A N/A 128/276 0 373/476 0 173/800 0
07:51:33 N/A N/A 128/276 0 373/476 0 173/800 0
07:51:38 N/A N/A 128/276 0 373/476 0 173/800 0
07:51:43 N/A N/A 125/276 0 373/476 0 170/800 0
the number do look small compared to other hp systems we have, but what this has to do with fsdb not being able to find the inode I requested ? The inode I was lokking was a number like 3450 - how this number is related to the number of free inodes and max inodes cache ?
thanks for the help and if you have other suggestions I would be happy to try it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 09:58 AM
05-29-2001 09:58 AM
Re: fsdb errors on vxfs
Can you redo your newfs?
When you did fsck did you use options to do a full check and not use the bitmap log? (Probably wrong terminology). Use something like
fsck -F vxfs -o full,nolog /dev/vgXX/rLVOL
This might find and correct any fs problems.
Can you mount your file system?
Just a few extra ideas.
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 09:02 PM
05-30-2001 09:02 PM
Re: fsdb errors on vxfs
I did full fsck - found no probelms. The thing is, this fs contains an Oracle installation that works (together with data files), so there must be something wrong with fsdb. The fs size is around 20GB, may fsdb has problems with such file systems ?
I did not see any patch in HP site regarding such issues.
any other ideas to look at ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 09:10 AM
05-31-2001 09:10 AM
Re: fsdb errors on vxfs
I couldn't find must on the exact condition you have, but there are patches for 10.20 mentioned at the technical knowledge database and most mentioned that fsdb could corrupt a file system. I can post some links later have to leave for a while. Do a search for "fsdb error vxfs" or "fset 999" or "fsdb inode" Use "any word" and include the "technical knowledge database" and "patches" in your search areas. Under patches I chose 10.20
This will produce some documents on patches for vxfs errors and mention fsdb. None were exact but maybe they will help.
Later,
Peg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2001 08:46 PM
06-03-2001 08:46 PM
Re: fsdb errors on vxfs
thanks for the help, any other ideas are welcomed.