- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trying to mount a LV: after do a fsck I get "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
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
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-18-2007 05:11 PM
тАО01-18-2007 05:11 PM
Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
I tried to mount a lv, but I receive next error:
Command:
#/usr/sbin/fsck /dev/vgHITACHI_SI_6/lvHIP17
Error:
fsck: /etc/default/fs is used for determining the file system type
vxfs fsck: not a valid vxfs file system
vxfs fsck: cannot initialize aggregate
invalid super-block file system check failure, aborting ...
Doing: #lvdisplay /dev/vgHITACHI_SI_6/lvHIP17
I receive:
lvdisplay: Volume group "/dev/vgHITACHI_SI_6" does not exist in the "/etc/lvmtab" file.
lvdisplay: Cannot display logical volume "/dev/vgHITACHI_SI_6/lvHIP17".
#ll /dev/vgHITACHI_SI_6
total 0
crw-rw-rw- 1 root sys 64 0x430000 Dec 18 11:23 group
brw------- 1 root sys 64 0x430001 Dec 20 10:12 lvHIP16
brw------- 1 root sys 64 0x430002 Dec 20 10:12 lvHIP17
brw------- 1 root sys 64 0x430003 Dec 20 10:13 lvHIP18
crw------- 1 root sys 64 0x430001 Dec 20 10:12 rlvHIP16
crw------- 1 root sys 64 0x430002 Dec 20 10:12 rlvHIP17
crw------- 1 root sys 64 0x430003 Dec 20 10:13 rlvHIP18
If I do: #lvcreate тАУL 31984 тАУn lvHIP17 /dev/vgHITACHI_SI_6
I lose information but I can mount the LV.
After Shadow Image copy (SAN) do a copy on this disk I receive same error and I can't mount again.
Any idea?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 05:21 PM
тАО01-18-2007 05:21 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
Please see the below thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=61799
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1065329
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 05:30 PM
тАО01-18-2007 05:30 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
newfs -F vxfs -o largefiles /dev/vgHITACHI_SI_6/rlvHIP17
(Instead of lvcreate -L 31984 ... )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 05:31 PM
тАО01-18-2007 05:31 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
#newfs -F vxfs -o largefiles /dev/vgHITACHI_SI_6/rlvHIP17
(Instead of lvcreate -L 31984 ... )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 06:24 PM
тАО01-18-2007 06:24 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
I think that my case does not in none of this two situations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 07:46 PM
тАО01-18-2007 07:46 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
This related to superbolck error,
Try to run the fsck in alternate superblock by specifying fsck -b
Alternate superblock can be found in /var/adm/sbtab.
This could sort out the issue.
Regds
B.Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 08:08 PM
тАО01-18-2007 08:08 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
# /usr/sbin/fsck -F vxfs /dev/vgHITACHI_SI_6/lvHIP17
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2007 07:00 PM
тАО02-04-2007 07:00 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
I don't have directory /var/adm/sbtab.
I tried to run the fsck -b and get: "
fsck: illegal option -- b
vxfs fsck: Usage:
fsck [-V] [-F vxfs] [-pmnNyY] [-o full,nolog] special"
To Sandman, I tried to do a /usr/sbin/fsck -F vxfs /dev/vgHITACHI_SI_6/lvHIP17, but I got this error:
"vxfs fsck: not a valid vxfs file system
invalid super-block
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ..."
At the moment unique method to exit from this situation is making a newfs and loosing all information. After do this, I can mount, but as soon as I run another disk copy.
Surprising that from 3 new LV created, one preserves the config and can mount after Shadow Image copy (HITACHI SAN), and other 2 have this problem. I created all three with same pattern.
/dev/vgHITACHI_SI_6/rlvHIP16--> OK
/dev/vgHITACHI_SI_6/rlvHIP17--> KO
/dev/vgHITACHI_SI_6/rlvHIP18--> KO
Any idea?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2007 06:42 AM
тАО02-05-2007 06:42 AM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
Could yoy check version of your fschk !
Find and use appropriatle version.
luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2007 02:18 PM
тАО02-05-2007 02:18 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
try running vgscan so that any issues with the /etc/lvmtab are resolved. then u can try fsck again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2007 02:42 PM
тАО02-05-2007 02:42 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2007 12:13 AM
тАО02-22-2007 12:13 AM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
Why "USED PV" are diferent? They are formed by 4 disks in two cases, 4 disks with the same capacity.
Source Machine:
LV Name /dev/vgHITACHI_P6/lvHIP18
LV Status available/syncd
LV Size (Mbytes) 31984
Current LE 7996
Allocated PE 7996
Used PV 4
Destination machine:
LV Name /dev/vgHITACHI_SI_6/lvHIP18
LV Status available/syncd
LV Size (Mbytes) 31984
Current LE 7996
Allocated PE 7996
Used PV 2
It could cause the talked error?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2007 12:15 AM
тАО02-23-2007 12:15 AM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
root@xxxx:/> fstyp -v /dev/vgHITACHI_SI_6/lvHIP16
vxfs
version: 4
f_bsize: 8192
f_frsize: 4096
f_blocks: 8187904
f_bfree: 122831
f_bavail: 121168
f_files: 26640
f_ffree: 30704
f_favail: 30704
f_fsid: 1078067201
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 8187904
root@xxxx:/> fstyp -v /dev/vgHITACHI_SI_6/lvHIP17
vxfs
version: 4
f_bsize: 8192
f_frsize: 4096
f_blocks: 8187904
f_bfree: 8186856
f_bavail: 8058937
f_files: 2046736
f_ffree: 2046704
f_favail: 2046704
f_fsid: 1078067202
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 8187904
root@xxx:/> fstyp -v /dev/vgHITACHI_SI_6/lvHIP18
vxfs
version: 4
f_bsize: 8192
f_frsize: 4096
f_blocks: 8187904
f_bfree: 8186856
f_bavail: 8058937
f_files: 2046736
f_ffree: 2046704
f_favail: 2046704
f_fsid: 1078067203
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 8187904
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2007 11:04 PM
тАО03-01-2007 11:04 PM
Re: Trying to mount a LV: after do a fsck I get "vxfs fsck: not a valid vxfs file system"
root@dumbo:/opt/omni/lbin> fstyp -v /dev/vgHITACHI_SI_6/lvHIP18
unknown_fstyp (no matches)
root@dumbo:/opt/omni/lbin> fstyp -v /dev/vgHITACHI_SI_6/lvHIP17
unknown_fstyp (no matches)
To mount it, a newfs is needed.