- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help.... SOS!!!
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
09-18-2006 03:33 AM
09-18-2006 03:33 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:35 AM
09-18-2006 03:35 AM
Re: Help.... SOS!!!
this does not like a system generated error ! ;-)
I would suggest you post the actual error message (I assume you have forgotten to attach)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:39 AM
09-18-2006 03:39 AM
Re: Help.... SOS!!!
"vxfs: mesg001: vx_nospace - /dev/root file system full (1 block extent)"
My question is how can I log on to clean my root directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:44 AM
09-18-2006 03:44 AM
Re: Help.... SOS!!!
neither of the situations is good. first off you need to boot the system and at the boot time you should not choose to interact with the system. If you still see /dev/root, you should change your autoboot sequence NOT to contain something like "hpux -lq"
to remedy the space problem on "/" look for large files under /dev which are not device files. This usually does the work for me :
ls -Rl /dev | grep ^"-"
if there are any regular files under /dev/ you can safely delete them.
Also look for stray files left on /, especially core files.
Hope this helps a little.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:50 AM
09-18-2006 03:50 AM
Re: Help.... SOS!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:52 AM
09-18-2006 03:52 AM
Re: Help.... SOS!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:58 AM
09-18-2006 03:58 AM
Re: Help.... SOS!!!
at the "press any key in next 10 seconds" prompt, press a key and interrupt boot
at the main menu, type
boot primary
answer yes to "do you want to interact with ISL" question
it will boot to the ISL prompt and wait for you. at this point type
ISL> hpux -is
this will boot you into single user mode. Once you are in, look around to see big files, like core or any other file. Remove them. then reboot again and let the server come up normally without interruptions.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:59 AM
09-18-2006 03:59 AM
Re: Help.... SOS!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 04:11 AM
09-18-2006 04:11 AM
Re: Help.... SOS!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 05:24 AM
09-18-2006 05:24 AM
SolutionYou will need to rebbot the machine manually that is pressing the power button and thus shutting down the machine.
turn it on again and wait for a message that says "press any key whitin 10 seconds to interrupt the boot process"
interrupt it, and give the following command
BO PRI
that will display
"interect with ISL"
respond yes
and give this command
hpux -is
that will leave you in single user mode
here only / filesystem is mounted
you can give a mount /usr
and that will let you use all the commands, next try findig files you can move from / to for example /var
hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 05:38 AM
09-18-2006 05:38 AM
Re: Help.... SOS!!!
Of course if you are using /dev/root, then you need to reboot anyway as stated as you are in LVM maintenance mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 09:28 AM
09-18-2006 09:28 AM
Re: Help.... SOS!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 09:59 AM
09-18-2006 09:59 AM
Re: Help.... SOS!!!
By definition only one useer can log in in single user mode. Networking is disabled, and only basic functionality is available
While you are logged in, look in /, and /dev for files that should not be there
you can do this with the ls -l command
you can also look for large files with the find command
find / -size +
to find suspect large files
to find large files that could be causing your problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 12:44 AM
09-19-2006 12:44 AM