- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error entering single user mode
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
11-21-2007 04:40 AM
11-21-2007 04:40 AM
1) I tried to shutdown to single user mode via sam. I a while, I was prompted this message:
"UNEXPECTED EXIT: process (trap "" 27 28; /usr/sbin/sync; cd /; /usr/sbin/shutdown -y 0 >/dev/console 2>/dev/null ) exited with a non-zero exit status"
2) I been trying to access the console from my laptop, referring to the "HP9000 iLO Operation Guide" but nothing shown on my HyperTerminal
Any advice is appreciated
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 04:55 AM
11-21-2007 04:55 AM
Solution1) Sounds like there is a critical OS failure. Sounds like you will need to reinstall the OS, but you can try booting off the OS media.
2) Hyperterminal with default connection settings and a null modem cable (VERY IMPORTANT the cable type), should connect without issue.
After you connect, you should configure your MP/GSP card for network access because its hard to do an OS install with hyper terminal. You need one of those connectors (usually black) with three connectors coming out of it, to connect to the one marked "console"
If you truly can't connect to console, its probably time for a hardware service call.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 06:43 PM
11-21-2007 06:43 PM
Re: Error entering single user mode
For system maintainence, please use command prompt instead of SAM
#shutdown 0 (this will bring the system to single user mode)
#init 3 (to go to multi user mode)
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2007 03:07 AM
11-22-2007 03:07 AM
Re: Error entering single user mode
1) Yes, I did try shutdown -y 0 as well but was unable to go into single user mode.
Is this an OS failure? I manage to do a reboot, shutdown -ry 0, and the softwares installed are running fine.
Is there a simpler way anyone can recommend to solve this??
2) I am not sure how to check for a null modem cable but i tried the cable (serial-usb), it works fine on my HyperTerminal for router and switch console.
Yes, I am using the black converter with 3 connectors. I am connecting my serial-usb cable to the connector marked "console".
I have also tried the RJ45 MP port. Both method do not show any prompt on my HyperTerminal. I am using baud rate 9600, as specified in the guide
please advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2007 07:49 PM
11-22-2007 07:49 PM
Re: Error entering single user mode
bo pri
Interact: answer yes
hpux -is
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2007 08:04 PM
11-22-2007 08:04 PM
Re: Error entering single user mode
try to connect to the serial console port on the server with the console cable, not in the console port on the management processor module.
cheers..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2007 06:04 AM
11-23-2007 06:04 AM
Re: Error entering single user mode
In general, I would not use SAM to perform a shutdown. First, SAM is a big process with many, many features and can also involve Xwindows if you use the GUI version. shuwdown is a pretty drastic step and I would always want to invoke shutdown from the 'real' console and not a remote login or program like SAM. However, SAM is running shutdown -y 0 and that will not get to single user mode. The only guaranteed way (for any version of HP-UX) to get to single user mode is a complete shutdown+reboot with an interrupt at the appropriate time to interact with the processor ROMs. At that time, you would boot from the primary, answer YES to the interact with boot loader and then type: hpux -is to attain true single user mode.
AS far as connecting to the console, the most common failure is to use the correct serial cable. Do NOT use a straight-through or modem cable. Instead, use a printer or cross-over cable (aka, null modem). Set your Hyperterminal to 9600 baud, 8N1 and at any time, you can type CTRL-B and you'll see the GSP/MP prompt. If this machine was never setup with GSP/MP logins, just press Enter a couple of times to login. From there you can connect to the console with the CO command.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2007 06:34 AM
11-23-2007 06:34 AM
Re: Error entering single user mode
What about the error i get "UNEXPECTED EXIT .... " Anyone has an idea of what does that mean, or how to resolve it?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2007 08:22 AM
11-23-2007 08:22 AM
Re: Error entering single user mode
Bill Hassell, sysadmin