- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems with fsck on hp ux 10.20 c-class
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
08-02-2001 11:23 PM
08-02-2001 11:23 PM
problems with fsck on hp ux 10.20 c-class
We had to restart our C-class CAD server, running Hp-UX 10.20 and Unigraphics V13. But the problem is that the server is unable to mount the main unigraphics volume. It prompts for a manual fsck check and even when this is done, it is able to to check all other lvol's (1-8) but not the 9th one which is the user defined one and critical software area. I do not have a recent backup due to tape drive failure.
Can anybody help me out here.
Thankx
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 11:26 PM
08-02-2001 11:26 PM
Re: problems with fsck on hp ux 10.20 c-class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 11:26 PM
08-02-2001 11:26 PM
Re: problems with fsck on hp ux 10.20 c-class
Can you post the results of the fsck?
It may help to diagnose the problem.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 11:31 PM
08-02-2001 11:31 PM
Re: problems with fsck on hp ux 10.20 c-class
CANNOT READ: BLK 2057864
CONTINUE?
if I give yes it comes back to continue and times out after 2 retries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 11:37 PM
08-02-2001 11:37 PM
Re: problems with fsck on hp ux 10.20 c-class
I am afraid you are in a precarious position if you do not have a valid backup.
One thing you may want to try, but be aware it is not without risk.
You could try to FORCE mount the fs, in read-only mode, and then attenmpt to start copying of files.
The danger is that if you hit t hye bad area on the disc, you may cause a system hang, or worse, panic.
try
mount -f -r
and then see if you can access the fs.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2001 12:50 AM
08-03-2001 12:50 AM
Re: problems with fsck on hp ux 10.20 c-class
i doubt you will be able to restore the data. What you oculd try is to copy the disk with dd. The dd will produce errors when ic comes to the defect block, but you might get at least some of your data copied. As dd is able to use the rawdevice you don't need to mount the defect drive. Try
dd if=/dev/vg00/rlvol9 of=/dev/....
You could set a blocksize, but i would reconmend to use the small default blocksize. This takes a lot longer, but you might restore more of the data around the defect block.
Hope this helps
Regards Stefan