1834954 Members
2213 Online
110071 Solutions
New Discussion

Root file system is full

 
anand_51
Advisor

Root file system is full

Hi All,
Root file system in one of our rx4640 is full now.we are unable login in to that server. It is a trusted system also.Is there any way to login?
5 REPLIES 5
Peter Godron
Honored Contributor

Re: Root file system is full

Sundar_7
Honored Contributor

Re: Root file system is full

I am afriad not. In most of the cases, only way is to reset the system from the GSP, interrupt the ISL and boot in single user mode, clean up the root and boot in multi-user mode.

This is ofcourse, assuming no one else has a old root session that can be used.

But I have a work around if you have Openview Operations Agent running in the system.
Learn What to do ,How to do and more importantly When to do ?
Ruben Tapia_2
Occasional Advisor

Re: Root file system is full

Hi:

There are 2 options (maybe more but almos i know 2), one is try to conect on single user and then delete files, if you can't with this, login on server with rescue CD and then mount FS and delete all that you need.

Ruben.
A. Clay Stephenson
Acclaimed Contributor

Re: Root file system is full

Probably not. You will probably have to shutdown (which may literally mean pulling the plug) and then bring the system up in single-user mode. You will then be logged in as root with /stand and / mounted and can clean up the problem. A very common cause of this is the crash of a process whose CWD is in the root filesystem. The resulting core file might fill the filesystem.

In any event, it's a good idea to have a daemon or cron job that checks for a nearly full / filesystem and takes some sort of action before you get to your present state.
If it ain't broke, I can fix that.
anand_51
Advisor

Re: Root file system is full

thank u for ur suggests