- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- need help!! my HP box cannot shutdown!!! urgent!!!
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
12-02-2002 04:13 AM
12-02-2002 04:13 AM
any idea wats the cause??
i have to run init 0 to shutdown the system but thats not the appropriate..
my Hp box is B2600 running on HP-UX 11.0
I need help here....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 04:16 AM
12-02-2002 04:16 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 04:21 AM
12-02-2002 04:21 AM
Solutiondoes the file /etc/shutdown.allow exist ? if so it needs to either be 0 bytes (empty) or the user root added into it. This would give the error you got.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 04:22 AM
12-02-2002 04:22 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
To shutdown your system manually, just stop your applications one at a time, then
sync;sync;reboot
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 04:22 AM
12-02-2002 04:22 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
Perhaps you've created a /etc/shutdown.allow file but forgot to include root in the users list. Add it or rename the file and fix later.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 04:25 AM
12-02-2002 04:25 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 04:31 AM
12-02-2002 04:31 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 05:00 AM
12-02-2002 05:00 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 05:05 AM
12-02-2002 05:05 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
1. name of system in .allow file must match that returned by gethostbyname (ie. nslookup)
2. must be in / before attempting shutdown
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 07:02 AM
12-02-2002 07:02 AM
Re: need help!! my HP box cannot shutdown!!! urgent!!!
Maybe just try to re-touch the file:
# cp etc/shutdown.allow /etc/shutdown.allo.old
# touch /etc/shutdown.allow
then try to shutdown using root:
# shutdown -ry 0
Chuck J