- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with JFS
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
11-19-2003 07:43 PM
11-19-2003 07:43 PM
Problem with JFS
We have problem with a JFS filesystem:
fsck says invalid superblock and cannot find any alternate superblocks.
Any idea?
THX
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 07:51 PM
11-19-2003 07:51 PM
Re: Problem with JFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 07:54 PM
11-19-2003 07:54 PM
Re: Problem with JFS
Could you give me the fsck commands you used.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 07:56 PM
11-19-2003 07:56 PM
Re: Problem with JFS
Dis you try?
fsck -F xvfs -o full /dev/vg??/rlvol?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:26 PM
11-19-2003 08:26 PM
Re: Problem with JFS
I've tried
fsck -F vxfs -o full -y /dev/VGW99/sapdb
with following messages:
invalid super-block
search for auxiliary super-block? (ynq)y
alternate super-block not found
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
Bye
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:28 PM
11-19-2003 08:28 PM
Re: Problem with JFS
I've also tried mount -ro, the result is:
mount -o ro /sapdb
mount: /dev/VGW99/sapdb is an invalid operand
Bye
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:44 PM
11-19-2003 08:44 PM
Re: Problem with JFS
1) the fsck is on the rlvol.
2) Is you lvol the same size as your filesystem bdf /sapdb vs. lvdisplay /dev/VGW99/sapdb
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:55 PM
11-19-2003 08:55 PM
Re: Problem with JFS
here the result of fsck on the rlvol:
# fsck -F vxfs -o full,nolog -y /dev/VGW99/rsapdb
pass0 - checking structural files
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
pass3 - checking reference counts
pass4 - checking resource maps
OK to clear log? (ynq)y
set state to CLEAN? (ynq)y
If I do a ls -l in the /dev/VGW99 directory, I see the following result of the rlvol:
crw-r----- 1 root sys 64 0x020002 Jul 2 12:45 rsapdb
but the lvol seems bad:
-rw-rw-rw- 1 root sys 324844 Jan 21 2001 sapdb
Bye
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:36 PM
11-19-2003 09:36 PM
Re: Problem with JFS
You should recreate your lvol device file:
mv /dev/VGW99/sapdb /dev/VGW99/sapdb.org
mknod /dev/VGW99/dapdb b 64 0x020002
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:40 PM
11-19-2003 09:40 PM
Re: Problem with JFS
thank you for your help, it works!
Bye
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:52 PM
11-19-2003 09:52 PM