1836579 Members
1500 Online
110102 Solutions
New Discussion

vx_nospace

 
SOLVED
Go to solution
Uday_S_Ankolekar
Honored Contributor

vx_nospace

I wanted to login to a E-35x and not been able to do so I'm getting this message

vxfs:msg001:vx_nospace /dev/root file system full (1 block extent)
can't rewrite terminal control entry.

I'm not been able to login from console
What's the solution..?
Good Luck..
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor

Re: vx_nospace

Hi Uday:

If you can't login from the console, see if you can 'su' to root from another session somewhere.

Something has filled up the filesytem. It is very likely that a backup was started that mis-specified a tape device file and has created, instead, a regular file. Look in /dev for non-devices files -- often "om" instead of "0m".

...JRF...
Robin Wakefield
Honored Contributor
Solution

Re: vx_nospace

Try logging in from another machine, but start up a minimal shell:

remsh {server} /usr/bin/ksh -i

this should bypass any signals that would normally throw you straight out because of a full root fs.

Robin
Uday_S_Ankolekar
Honored Contributor

Re: vx_nospace

Hello:

This is a test box , and no one is logged in to the system now hence I can not su also.
When I try login as root it flashes initial line : Last susccesful login ...and last unsucessful login and then kicks me out.
Good Luck..
Ron Cornwell
Trusted Contributor

Re: vx_nospace

If you are able to remotely execute commands attempt to bring the system down to single user mode. $rexec systemname /sbin/init s
Ron Cornwell
Trusted Contributor

Re: vx_nospace

You could also attempt to ftp into the system cd to the root directory and delete some stuff. That is if you are allowed to ftp in...
Uday_S_Ankolekar
Honored Contributor

Re: vx_nospace

Hello

Luckily I found one server from which I can remsh to the remote server. I've logged in now.
Thanks guys..

Good Luck..
MANOJ SRIVASTAVA
Honored Contributor

Re: vx_nospace

Hi Uday

You can also do one more thing

1. ftp from some other server .
2. Check for the unsual files big core files , files in /dev .
3. Remove it using delete command.

Manoj Srivastava