- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- MSA Storage
- >
- EVA Controlled Shutdown in the event of Power Fail...
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
Discussions
Discussions
Discussions
Forums
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
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-29-2006 02:50 AM
тАО05-29-2006 02:50 AM
I am currently putting together a test plan for a controlled shutdown of our computer rooms in the event of a power failure. Does anyone have a list of commands that can be run through a batch file from the SAN Appliance Server to do a controlled shutdown of the EVA system?
Thanks
Mick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 03:31 AM
тАО05-30-2006 03:31 AM
Re: EVA Controlled Shutdown in the event of Power Failure
My plan so far is to have the UPS power management software (HP UPS) run the script.
CLI - Shutdown this, shutdown other
Command to power off EVA - ?
Shutdown power software should shut down OS and power off UPS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 04:20 AM
тАО05-30-2006 04:20 AM
Re: EVA Controlled Shutdown in the event of Power Failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 05:28 AM
тАО05-30-2006 05:28 AM
Solution-----
select manager username=administrator password=
select system
SHUTDOWN ALL_PEERS
-----
You need to find out what the position of the controller enclosure is on your system to fill in the value . Again, I can't verify it, but the command should be:
> show monitor
or
> ls controller
depending on the SSSU version. It's a string like this:
"\Hardware\Rack 1\Enclosure 7\Controller B"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 07:45 AM
тАО05-30-2006 07:45 AM
Re: EVA Controlled Shutdown in the event of Power Failure
As for Carsten, I think your HP Trainer is like my Quilified EVA HP Engineer, his never done it as it can be done through GUI. Not much unless you plan to work 24/7.
Will look at teh SSSU and see if I can work it our.
Thanks again for the input.
Mick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 10:46 AM
тАО05-30-2006 10:46 AM
Re: EVA Controlled Shutdown in the event of Power Failure
the problem is not, that you can not do it. You can shut down the EVA with SSSU (if you do not have a boot from SAN only environment). The problem we had was the following szenatio:
- you have a power failure and your UPS is nearly at the end
- your management server will shut down the EVA
- perhaps your management server will shut down itself
- suddenly the power returns BEFORE the UPS is completely empty
Who will wake up the server(s) and the EVA?
Therefore in case of power failure we shut down our production servers, our EVA and our management server wont. They will run until the UPS shuts down. After power returns the EVA will restart without any problem. If the management server did not survive the crash, i have to restore a backup. My production servers will restart normaly, because i set them to auto power-up.
We have 24/7 business - therefore, we will never will see more then 24 hours without power and so the caches will store the data for us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2006 07:21 AM
тАО08-30-2006 07:21 AM
Re: EVA Controlled Shutdown in the event of Power Failure
I'm facing a similar case of shutting down both EVA4000 controllers when UPS running on Batteries and before they die.
Please provide me with the required steps to do this scripts and how can I execute this script when power disconnecting .
I have a management Software for controlling shutdown all servers when UPS running on Batteries but I can not control shutting down the EVA4000 controllers.
Please advise . . .
Regards,
Emad Omar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2006 10:12 PM
тАО08-30-2006 10:12 PM
Re: EVA Controlled Shutdown in the event of Power Failure
APC PowerChute Network Shutdown Settings for
DC1-SANAPP1
Configure Events
Event: UPS: On Battery
Shutdown the System only when the event lasts this long (seconds): 7200
Configure Shutdown
Run this command file (full name) @start c:\bridge\shutdownbatch
This command file needs this much time to complete (seconds) 300
ShutdownBatch.bat
C:\bridge\sssu ├в File shutdownevascript01.txt├в
ShutdownEVAScript01.txt
!
! SSSU EVA Shutdown script start
! System: BDC1-EVA01
!
! SSSU Build 7 for EVA Version 3.2
!
SET OPTIONS ON_ERROR=HALT_ON_ERROR
Select manager dc1-sanapp1 user=adminUser pass=yourpassword
! Name of EVA must be Uppercase
SELECT SYSTEM DC1-EVA01
!
!
!Shoutdown Controllers and Drive Enclosures
!
Shutdown "\Hardware\Rack 1\Controller Enclosure 7\Controller B" ALL_PEERS
!
! SSSU EVA Shutdown script end
Hope this helps
MickD1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2007 04:21 AM
тАО05-26-2007 04:21 AM
Re: EVA Controlled Shutdown in the event of Power Failure
I also need same type of help, i am having two set of one SMA and EVA 3000. i require a script which can shutdown my EVA when i require. very urgent for me, please help me
Thanks & Regards
Prabhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 09:06 PM
тАО12-23-2009 09:06 PM
Re: EVA Controlled Shutdown in the event of Power Failure
I have to perform testing in my EVA 4400 for this i have to first shutdown contrller-A and after make it up , I have to shutdown controller-B,
Please let me know the procedure from command view & SSSU both?