- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with mounting a FS (file system)
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-12-2006 07:07 AM
01-12-2006 07:07 AM
Problem with mounting a FS (file system)
one of my file system got unmounted.
#bdf
..
..
bdf:/oracle/data : I/O error
#cd /oracle
#ll
./data not found
#cd
#umount /opt/oracle
#mount /dev/vg01/oracle_data /oracle/data
vxfs mount: /dev/vg01/oracle_data is corrupted. needs checking
#fsck -y /dev/vg01/oracle_data
super block file system size incorrect, run full fsck
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
#lvdisplay /dev/vg01/oracle_data
LV Name /dev/vg01/oracle_data
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 7000
Current LE 1750
Allocated PE 1750
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:11 AM
01-12-2006 07:11 AM
Re: Problem with mounting a FS (file system)
fsck -o full -y /dev/vg01/oracle_data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:16 AM
01-12-2006 07:16 AM
Re: Problem with mounting a FS (file system)
Try:
# fsck -F vxfs -y -o full /dev/vg01/oracle_data
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:16 AM
01-12-2006 07:16 AM
Re: Problem with mounting a FS (file system)
try:
fsck -F vxfs -o full /dev/vg01/roracle_data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:23 AM
01-12-2006 07:23 AM
Re: Problem with mounting a FS (file system)
# fsck -o full -y /dev/vg01/oracle_data
super block file system size incorrect, restore super-blocks? (ynq)y
file system is larger than device
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
# mount -F vxfs /dev/vg01/oracle_data /oracle/data
vxfs mount: /dev/vg01/oracle_data is corrupted. needs checking
# mount /dev/vg01/oracle_data /oracle/data
vxfs mount: /dev/vg01/oracle_data is corrupted. needs checking
Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:35 AM
01-12-2006 07:35 AM
Re: Problem with mounting a FS (file system)
# fsck -F vxfs -o full,nolog /dev/vg01/roracle_data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:37 AM
01-12-2006 07:37 AM
Re: Problem with mounting a FS (file system)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:41 AM
01-12-2006 07:41 AM
Re: Problem with mounting a FS (file system)
"...file system is larger than device..."
This seems related to your earlier post/problem today:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=991142
I think you may be forced to recreate your filesystem and restore your data from a backup.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:12 AM
01-12-2006 08:12 AM
Re: Problem with mounting a FS (file system)
file system is larger than device
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
#fsck -F vxfs -o full /dev/vg01/roracle_data
file system is larger than device
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:23 AM
01-12-2006 08:23 AM
Re: Problem with mounting a FS (file system)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:30 AM
01-12-2006 08:30 AM
Re: Problem with mounting a FS (file system)
these are different different servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:34 AM
01-12-2006 08:34 AM
Re: Problem with mounting a FS (file system)
Sounds like you extended the file system but not the lvol - put it back.
/dev/vg01/oracle_data is 7000 Mbytes
fsadm -b 7000M /dev/vg01/roracle_data
The fsck it.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:35 AM
01-12-2006 08:35 AM
Re: Problem with mounting a FS (file system)
OK, Technical Knowledge Base document #KBRC00010646 suggests that it's your lucky day.
# lvextend -l
Note that we are extending in extents. Add a few more than the number (n) of extents needed to match your filesystem size.
Since your extent size appears to be four (4), if your filesystem size was 8000 MB, then you would need 200 extents (plus a few more) for the value of 'n'.
# extendfs -F vxfs -v /dev/vg01/oracle_data
This makes the filesystem grow to the size of the logical volume.
# fsck -F vxfs -o full -y /dev/vg01/oracle_data
# mount /dev/vg01/oracle_data /opt/oracle
By the way, you should (?) be able to query the actual filesystem size with:
# fstyp -v /dev/vg01/oracle_data
Look at the value for 'f_size'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:37 AM
01-12-2006 08:37 AM
Re: Problem with mounting a FS (file system)
(remember this is in bytes)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 09:43 AM
01-12-2006 09:43 AM
Re: Problem with mounting a FS (file system)
vxfs fsadm: /dev/vg01/oracle_data is not the root inode of a vxfs file system
# fsadm -F vxfs -b 7000M /dev/vg01/oracle_data
vxfs fsadm: /dev/vg01/oracle_data is not the root inode of a vxfs file system
# fsadm -F vxfs -b 7168000 /dev/vg01/oracle_data
vxfs fsadm: /dev/vg01/oracle_data is not the root inode of a vxfs file system
# lvextend -L 7168 /dev/vg01/oracle_data
lvextend: Logical volume "/dev/vg01/oracle_data" could not be changed:
now what happen:
all the logical volume / file system getting same problem under this volume group.
please suggest soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:05 AM
01-12-2006 10:05 AM
Re: Problem with mounting a FS (file system)
Do you have a backup of this filesystem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:12 AM
01-12-2006 10:12 AM
Re: Problem with mounting a FS (file system)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:17 AM
01-12-2006 10:17 AM
Re: Problem with mounting a FS (file system)
Did you read my last suggestion, above? Did you try it?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:27 AM
01-12-2006 10:27 AM
Re: Problem with mounting a FS (file system)
you can run on a search on your erros and you will be directed to the same solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:20 PM
01-12-2006 07:20 PM
Re: Problem with mounting a FS (file system)
You mentioned that all the LVOL are having this problem in this VG. Can you post
#vgdisplay -v vg01
It could be due to non availability of free space in the VG.
HTH,
Devender