- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UPS configuration: HP-UX and EMC Clariion
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-22-2002 10:44 PM
05-22-2002 10:44 PM
Two HP-UX 11.0 servers (L1000/L3000) are sharing one EMC Clariion disk array. Both have a separate UPS system, the EMC is connected to one of these.
Power failure: First the servers have to shut down their applications and halt, the Clariion has to be available and shut down afterwards.
Power restore: First the Clariion has to be ready before the servers start to boot.
How can this be archived? Up to EMC (they are of no help at all!) there is no solution to have communication take place between the systems.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 07:27 AM
05-24-2002 07:27 AM
Re: UPS configuration: HP-UX and EMC Clariion
1. What type of EMC/Clariion array?
2. Is this a SAN or an FCAL configuration?
3. What are you tring to acomplish with this
configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 05:12 AM
05-27-2002 05:12 AM
Re: UPS configuration: HP-UX and EMC Clariion
All works fine, but right now there is no "power failure szenario" that was available with old EMC Centriplex systems ore HP disk arrays.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 08:14 AM
05-27-2002 08:14 AM
Re: UPS configuration: HP-UX and EMC Clariion
The most elegant way would be to use an UPS that switches the outlets at different times on.
Otherwise you have to include a sleep in the /sbin/lvmrc to give the diskarray time to spin up before the hp-ux expects the disks.
Example for a 20 second sleep:
#vi sleep20.c:
#include
main()
{
sleep(20);
}
compile and copy to /sbin:
# cc -Wl,-a,archive sleep20.c -o sleep20
# mv sleep20 /sbin/sleep20
2) include in /sbin/lvmrc
.
.
.
default_vg_activation()
{
if [ -r /etc/lvmtab ]
echo " Waiting for Disk Array to spin up..."
/sbin/sleep20
then echo "Waited 20 seconds for Disk Array to spin up"
fi
}
.
.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 02:32 AM
05-28-2002 02:32 AM
Re: UPS configuration: HP-UX and EMC Clariion
we do not know in detail how long the Clariion will need to recover from a power failure. If we use a constant time to wait, this has to be "long". But in this case the system boot always will be delayed even if there was no power failure.
It should be possible to ask the disk array for it's status and to decide if the boot process has to be delayed or not.
Nobody else has this problem??
Thank you, Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 12:04 PM
05-28-2002 12:04 PM
Re: UPS configuration: HP-UX and EMC Clariion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:47 PM
05-30-2002 10:47 PM
Re: UPS configuration: HP-UX and EMC Clariion
Is this kind of utility available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:44 PM
06-03-2002 11:44 PM
Re: UPS configuration: HP-UX and EMC Clariion
Does someone know if I can use the output of one of these commands upon boot to find out if the disk array is fully operational to that the lvm can access the disks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 03:55 AM
06-04-2002 03:55 AM
SolutionYou should REARRANGE your POWER feeds!
ONE L6-30P from your Clariion into one UPS#1, and the other L6-30P into UPS#2. You'll probably need to change power cords.
Then do the same for your L-class servers - which will RUN on a SINGLE power supply! The L's are designed to have three power supplies and should be wired that way to UPS's. Have one PDU into UPS#1 and another PDU into UPS#2.
As for booting after a power failure, I always do MANUAL intervention on systems that rely on EXTERNAL storage unless I can be guaranteed that the storage device will always be ready. I would not want to screw around with having to reboot the HP's again if they timeout because the Clariion (or any disk subsystem for that matter) isn't ready.
The Clariions should be up and running WAY before the HP's are ready to boot, so you shouldn't have any issues!
live free or die
harry