- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var full and fails fsck -y
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
10-15-2004 11:32 AM
10-15-2004 11:32 AM
/var full and fails fsck -y
Hi
i get the following error message from fsck -y when i try to fsck -y /dev/vg00/lvol8.
I tried to extend /dev/vg00/lvol8 >> /var
but could not through the console port as single user mode. is there any way to fix this error ?
i'll give points for fix the problem.....
mountall: /dev/vg00/lvol8 has to be fsck'd
mountall: diagnostics from fsck
vxfs fsck: sanity check: /dev/vg00/lvol8 needs checking
mountall: cannot fsck /dev/vg00/lvol8
mountall: diagnostics from fsck
vxfs fsck: cannot initialize aggrefile system check failure, aborting ...
mountall: /dev/vg00/lvol8 failed in fsck
mountall: /dev/vg00/lvol8 cannot be mounted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 11:47 AM
10-15-2004 11:47 AM
Re: /var full and fails fsck -y
If this is a VxFS filesystem, you can try the fsck with the full log option:
fsck -F vxfs -o full /dev/vg00/rlvol8
Plus, I would try it with the raw logical volume (rlvol8). If this fails, do an 'echo $?' to see what error code is returned.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 11:48 AM
10-15-2004 11:48 AM
Re: /var full and fails fsck -y
Not sure if fsadm/extendfs is going to work either. I know if fsadm is unable to create the lock file,it will fail.
How did you try to extend the filesystem ? -what was the error message ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 11:55 AM
10-15-2004 11:55 AM
Re: /var full and fails fsck -y
The error no. i got was an error number 16.
anyway im connected to the console from a HP term and all the ascii characters are all screwed up. its doesnt page correctly. every letter and number is scrolled though the one line.
anyhelp here with this nonsense is helpful. i tried settingthe server to defaults on the ISL area but still doesnt help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 11:58 AM
10-15-2004 11:58 AM
Re: /var full and fails fsck -y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 12:01 PM
10-15-2004 12:01 PM
Re: /var full and fails fsck -y
For your console, try getting into the settings and see what term type it is set for. I'm not a wizard with those console settings, but I seem to remember that some of the newer systems expect the console to be VT100 instead of HPTERM or HP70090.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 12:29 PM
10-15-2004 12:29 PM
Re: /var full and fails fsck -y
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=26943
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 10:40 AM
10-18-2004 10:40 AM
Re: /var full and fails fsck -y
my problem is this:
one ofthe disks assigned to my /dev/vg00 has failed and doesnt respond to any probing (diskinfo etc). i attached a new disk to the host but it fails to vgextend the /dev/vg00 group as the failed disk doesnt respond and vgextend justs bombs out entirely. how do i recover the system ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 11:49 AM
10-18-2004 11:49 AM
Re: /var full and fails fsck -y
If you have a make_tape_recovery tape, you can replace the bad disk, boot off the tape and restore vg00 to where it was before the failure.
You need to pvcreate the new disk before you can use it.
ioscan -fnCk disk
ioscan -fnC disk
or
ioscan
Find out if it shows up at all.
Obtain the physical address of the new drive.
Lets day its /dev/dsk/c1t6d0
pvcreate /dev/dsk/c1t6d0
vgextend
onward and upward.
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:04 PM
10-18-2004 12:04 PM