- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server Shutdown
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-25-2004 02:20 PM
11-25-2004 02:20 PM
Server Shutdown
Currently i need perform shutdown -ry 0 on HP-UX 11.11 server.
The shutdown process continue but hangs at
System shutdown in progress
___________________________
Stop SYSINFO .............................................. OK
Stop Highly Available cluster ............................. FAIL *
Stop SYSAV ................................................ OK
Stopping the Radia client subsystem ....................... OK
Stopping OpC agent proceses (opcagt). ..................... OK
Stop NFS server subsystem ................................. OK
Stop opendial ............................................. OK
Stop Hostagent ............................................
Need advice whether something is wrong? cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 02:28 PM
11-25-2004 02:28 PM
Re: Server Shutdown
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 02:34 PM
11-25-2004 02:34 PM
Re: Server Shutdown
That script needs to be fixed.
Its in /sbin/init.d/
To bypass it and get a good shutdown, remove or rename the Kill script in /sbin/rc3.d or whereeveryou have it located.
The process will shutdown when all processes die.
For diagnostics put a set -x om the start/shut script in /sbin/init.d
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-25-2004 03:58 PM
11-25-2004 03:58 PM
Re: Server Shutdown
These services are related to comand view SDM. Do you have any VA/XP storage attached ? Is there command view SDM is installed and working ?
Look into rc.log for more details about error messages. Try to stop Hostagent and opendial services from # prompt and see what it says.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 04:15 PM
11-25-2004 04:15 PM
Re: Server Shutdown
Stop NFS server subsystem
Output from "/sbin/rc2.d/K900nfs.server stop":
----------------------------
NFS_SERVER not set to one in /etc/rc.config.d/nfsconf, exiting.
Stop opendial
Output from "/sbin/rc1.d/K013opendial stop":
----------------------------
NOTE: opendial stop
Stop Hostagent
Output from "/sbin/rc1.d/K014hostagent stop":
----------------------------
NOTE: hostagent stop
Any suggestions? cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 06:00 PM
11-25-2004 06:00 PM
Re: Server Shutdown
If you know that 'hostagent' may be stopped for testing purposes, execute the command manually:
/sbin/rc1.d/K014hostagent stop
Read the script (it is a link to /sbin/init/
By the way, you are not worried by the FAIL of stop Highly Available cluster?
JP.