- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vx_nospace - /dev/vg00/lvol8 file system full
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-26-2009 03:01 AM
01-26-2009 03:01 AM
vx_nospace - /dev/vg00/lvol8 file system full
we have rp7220 running HP-UX B.11.23
we reboot the server and its giving the error that is.
Configure Loopback interfaces (lo0) ................................. msgcnt 3 vxfs: mesg 001: vx_nospace - /dev/vg00/lvol8 file system full (1 block extent
and system is not booting at all.
how i can boot the server and fix the problem??
please find the attached file which i collect from mp console.
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2009 03:15 AM
01-26-2009 03:15 AM
Re: vx_nospace - /dev/vg00/lvol8 file system full
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2009 03:23 AM
01-26-2009 03:23 AM
Re: vx_nospace - /dev/vg00/lvol8 file system full
interrupt the BCH pressing any key from the MP console and boot in Single user mode.
BCH MAin Menu>boot
Inetract with IPL(y/n)?
press here y to interact with IPL
ISL>hpux -is
the system shall boot in Single user mode and root access will be given.
#fsck /dev/vg00/lvol1
#fsck /dev/vg00/lvol3
#fsck /dev/vg00/lvol4
#fsck /dev/vg00/lvol5
#fsck /dev/vg00/lvol6
#fsck /dev/vg00/lvol7
#fsck /dev/vg00/lvol8
#fsck /dev/vg00/lvol9
#fsck /dev/vg00/lvol10
etc
#mount -a
#bdf
see if FS at which /dev/vg00/lvol8 is mounted full or not.
go into that dierctory and remove the unnecessary files to make that free.
once done reboot the system normally.
#shutdown -ry 00
Regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2009 07:33 PM
01-26-2009 07:33 PM
Re: vx_nospace - /dev/vg00/lvol8 file system full
Reboot the server
#shutdown -ry 0
and login into single user mode, by interppeting the normal startup process.
In PDC menu you will get
Processor is starting the autoboot process.
To discontinue, press any key within 10 seconds.
Press any key and in Main Menu
Main Menu: Enter command or menu > search
Searching for potential boot devices
This may take several minutes.
Main Menu: Enter command or menu > boot pri*
(* - Your bootbale device number)
Interact with ISL (Y or N)?> Y
When you get the ISL prompt, use the following command to boot into single-user mode.
ISL> hpux -is
then mount the file system
#mount /{file system name}
and check the file system & delete unneccesery files & directory from the file system.
and reboot the server
#reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2009 04:54 AM
02-01-2009 04:54 AM
Re: vx_nospace - /dev/vg00/lvol8 file system full
problem solved.