Operating System - HP-UX
1827593 Members
2617 Online
109965 Solutions
New Discussion

vx_nospace - /dev/vg00/lvol8 file system full

 
Zulfiqar Hanif
Advisor

vx_nospace - /dev/vg00/lvol8 file system full

Hi,
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,



4 REPLIES 4
Ivan Krastev
Honored Contributor

Re: vx_nospace - /dev/vg00/lvol8 file system full

Try to boot into single user mode, mount and cleanup this file system lvol8.

regards,
ivan
sujit kumar singh
Honored Contributor

Re: vx_nospace - /dev/vg00/lvol8 file system full

hi


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
Md. Farhan A Azam
Trusted Contributor

Re: vx_nospace - /dev/vg00/lvol8 file system full

Salam,

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

Zulfiqar Hanif
Advisor

Re: vx_nospace - /dev/vg00/lvol8 file system full

i restart the server in single user mode and extend the device /dev/vg00/lvol8, which was full.
problem solved.