Operating System - HP-UX
1833325 Members
2701 Online
110051 Solutions
New Discussion

/dev/root filesystem full - unable to log into server

 
SOLVED
Go to solution
B Wade Moll
Frequent Advisor

/dev/root filesystem full - unable to log into server

Am building a new 11.23 server and I accidently filled up VG00 when I FTPd a tarfile into a directory (ooops) ....

When I attempt to log in the server either via ssh or on the console, it keeps disconnecting me..


vxfs: msgcnt 180 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)Connection to 15.171.1.196 closed.

As I have access to the console, please advise on the steps to address this issue?

Thank you !!!
5 REPLIES 5
Patrick Wallek
Honored Contributor
Solution

Re: /dev/root filesystem full - unable to log into server

Can you still FTP into the server? If so just use the 'del'ete function of FTP.

If that fails, you may have to restart the server, come up in single user mode, and delete the file from there.
B Wade Moll
Frequent Advisor

Re: /dev/root filesystem full - unable to log into server

I'm unfamiliar with the ILO console. what is the procedure to boot from the co prompt and bring it into single user mode ?
B Wade Moll
Frequent Advisor

Re: /dev/root filesystem full - unable to log into server

sftp isn't working either :(

-bash-3.00$ sftp root@15.171.1.196
Connecting to 15.171.1.196...
Password:
Received message too long 1281454964
-bash-3.00$
Tim Nelson
Honored Contributor

Re: /dev/root filesystem full - unable to log into server

Depending on the unspecified model.

After connecting to the MP/ILO, login. If the server is up but you cannot log in to shut it down, then CM, then RS to crash and reset the server.

ma (main menu)
co (console)

Watch the system do self tests and boot. During the boot there will be a message stating to "interupt the boot sequence hit any key" you got 10 seconds to do so.

If this is a PA-RISC server then you will get BCH menu. If this is IA server then you will get EFI menu.

If PA-RISC:
b for boot.
answer yes to interact with ISL.
at ISL prmpt enter hpux -is
This will boot to single user mode. You can then delete your file mistake. reboot to reboot.

If IA:
select EFI Built in shell:
type in fs0: ( assuming this is boot device)
at prompt hpux -is.

this will take you to single user mode and you can cleanup your file mistake. reboot to reboot



B Wade Moll
Frequent Advisor

Re: /dev/root filesystem full - unable to log into server

Thank you for your help

I'm used to PA-RISC and these are the first 11.23 servers i've worked with..

Problem resovled and thank you !!