- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sequence of shutting down system external comp...
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
05-09-2003 07:16 AM
05-09-2003 07:16 AM
sequence of shutting down system external components
Is this the right sequence? Also, with several servers and a couple of SureStore Disk Array, the wires are running under the floor and its hard to see which array goes wich server. Is there a command to execute on the HP server to get the Serial Number of the Array (this helps not making mistake shutting down the wrong Array).
Thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 06:28 PM
05-11-2003 06:28 PM
Re: sequence of shutting down system external components
Shutting down the external devices prior to shutting down the server could cause errors on the server, depending on what is running and what is being used at that time.
Shut down the server first, but do not power it off. Then shut down any external devices (those that have a shutdown-equivalent command, like tape library robots and intelligent disk arrays). Finally, you can power them off - by now, the sequence does not matter too much, but start with the server and external disks, then go to non-disk devices.
D.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 06:37 PM
05-11-2003 06:37 PM
Re: sequence of shutting down system external components
Agree with Decio.You should issue a shutdown command : shutdown -hy 0.Next shutdown the controller , disk and the system.
For non Disk Array , you could issue a dd command to check the disk ( where is it in the box).I used to issue:
dd if=/dev/dsk/
The light will be on for the disk /dev/dsk/
Any comment guru's ???..
One good practise is the label.I label almost all the cable in my customer.Also I label the disk.
Hope this help
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 06:48 PM
05-11-2003 06:48 PM
Re: sequence of shutting down system external components
Shutdown the server
# shutdown -h -y now
Once the server is down, you can power off any or all external components. It does not matter if you remove power to the server before powering off disks etc, but the shutdown of the server must be done first.
To turn everything on again, all of the external peripherals must be turned on first, with the server started last.
Having cables labelled at both ends (server to disk array) will assist in shutting down the right disk array. This also helps in identifying what cables to remove if necessary.
Sorry I can't help with the serial number, I don't use this type of disk array, but there should be command. EMC certainly has one.
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 06:49 PM
05-11-2003 06:49 PM
Re: sequence of shutting down system external components
You need to do some down time and creal off the mess and label them all to avoid any confusions and if possible document that.
And the sequence to poser off remains 3-1-2
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 08:05 PM
05-11-2003 08:05 PM
Re: sequence of shutting down system external components
as per HP recommendation procedure is
1. Shutdown system (server)
2. wait for some time so data of storage cache can be written to disk then you can switch off E disk array ( I assume this is your disk controller too)
3. disk enclosure.
Sunil