- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsck: /dev/vg00/rlvol3: possible swap device (cann...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-18-2009 02:36 AM
тАО04-18-2009 02:36 AM
fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
Some info:
# more /etc/fstab
/dev/vg00/lvol3 / hfs defaults 0 1
# fsck -y -F hfs /dev/vg00/rlvol3 (Ran under maint, after vgchange -a y vg00
fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
CPU1:Admin>vgdisplay -v
LV Name /dev/vg00/lvol3
LV Status available/syncd
LV Size (Mbytes) 2048
Current LE 64
Allocated PE 64
Used PV 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2009 08:30 AM
тАО04-18-2009 08:30 AM
Re: fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
It appear that you have this issue until the 7 april.
Do you have a ignite backup, perhaps it's better considering to restore it.
Do you read this recent thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1306284
Quite same problem because on your first thread, I read this error on your post message:
"/sbin/ioinitrc:
fsck: /dev/vg00/lvol1: possible swap device (cannot determine)
fsck SUSPENDED BY USER.
/dev/vg00/lvol1: No such device or address
Unable to mount /stand - please check entries in /etc/fstab"
So perhaps you could try to repair /stand first. I'm curious to know what do you remove to get / to 65%? Could you tell more about the cleaning?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2009 04:11 PM
тАО04-18-2009 04:11 PM
Re: fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
In a standard HP-UX 11.00 installation, only the /stand filesystem (/dev/vg00/rlvol1) uses HFS: all the others use vxfs.
Because /etc/fstab is not used to mount the root filesystem, the root filesystem type information in /etc/fstab might be incorrect. (To access /etc/fstab, the root filesystem must be already mounted!)
The message from fsck seems to indicate that either the filesystem type *isn't* HFS, or the filesystem corruption is really bad.
Try running "fsck -y -F vxfs /dev/vg00/rlvol3": if it proceeds further, you'll know the filesystem is actually vxfs. If it cannot recognize the filesystem either, I'm afraid it may be the time to find the latest Ignite backups...
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2009 06:47 PM
тАО04-18-2009 06:47 PM
Re: fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
Under maintenace mode ran fsck and got an error.
# fsck -F vxfs -y /dev/vg00/rlvol3
invalid super-block
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
So from what I gather, its time for what I did not want to do. RESTORE. I do have Ignite. Since the system is working perfectly except for the "not reboting automatially" issue. Can I do a full backup now and then the image restore? Will that "rearrange the files uode the root filesystem? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2009 06:55 PM
тАО04-18-2009 06:55 PM
Re: fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
As said previously, even I believe that fstab might have incorrect entry for lvol3 (root). I have never seen root to be hfs till now so I would probably doubt fstab.
Try running the fsck command with option "-F vxfs". Else go for ignite.
Regds,
R.K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2009 05:34 AM
тАО04-20-2009 05:34 AM
Re: fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
cat /etc/fstab
lvdisplay /dev/vg00/lvol3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2009 06:50 AM
тАО04-20-2009 06:50 AM
Re: fsck: /dev/vg00/rlvol3: possible swap device (cannot determine)
You should try to determine exactly what FStype the filesystem is. You can issue an fsadm -F hfs /dev/vg00/rlvol3 and it should give you details about the filesystem. If it's not an hfs filesystem it will tell you that the volume is not hfs.
If the only thing that doesn't work is autoboot, and you can actually boot manually, you should also check the bootstrap information assigned to the primary boot device.