- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need our opinions
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
03-04-2004 03:04 AM
03-04-2004 03:04 AM
I am thinking on a cold standby solution with too HP D Class servers. One is a D200 the other is a D270 server. If the active system has a hardware failure - (disks failures will be handled by Mirrordisk). If other hardware fail i will swap the disks from the failed system to the standby system.
A big problem are maybe software licenses wired to the hardware.
Which problems can also occur ?
Need our opinions.
Thanks in advance
Uli
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 03:12 AM
03-04-2004 03:12 AM
Re: Need our opinions
If you keep your standby machine off the network, you will only have license issues with applications that license against the machine id.
Most applications don't do this though.
You are better off getting storage that can be used by both machines though as this makes your options much more flexible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 03:14 AM
03-04-2004 03:14 AM
Re: Need our opinions
I would suggest Serviceguard as a clustering solution except the hardware is old and is either no longer supported or will soon be out of support.
Its up to you to be sure the disks will work in both systems, if not, your plan will fail.
You need to have a DR test and see if this scenario will work, because the hardware is pretty out of date/
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
03-04-2004 03:57 AM
03-04-2004 03:57 AM
Re: Need our opinions
YOu have to be very careful if you are planning to do it. What you are trying to is to mimic serviceguard. If you can pay some money you can get serviceguard that can eliminate a lot of headaches. Otherwise, you will need to make sure the VGs are not activated at the same time by customizing the /etc/lvmrc file. Also you will need to take care of network and other stuff. This may involve quite a bit of scripting with meticulous error handling.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 04:20 AM
03-04-2004 04:20 AM
Re: Need our opinions
What kind of disk configuration are you on?
Internal hotswap? external cabinet?...
You shoulnd have too much problems here nor licence issues (HPUX that is, for you did not mention what else is running...).
I may see an issue in swapping the disks (system), my concern is about the 2 systems, what lan interface are you using? at the time of D200-210 extra lan cards used vglan drivers... then btlan ...
I would suggest to test in booting straight away in single user and check the lan config before to go multi-user and have bad surprise...
Dont forget in /etc/nswitch.conf to put files first...
For the rest I did such configs a few years ago without suffering (internal hotswap system disk+ external scsi-subsystem with D220-D230)
good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 04:34 AM
03-04-2004 04:34 AM
SolutionAs far as licensing, this is *always* application dependent. Some applications license based on the MAC address of the first working LAN card. Others (more common) use the output of uname -i which *WILL* be different on the two machines. Still others look at uname -m which will be different. And arp caches in network appliances and other machines may be confused since the same IP address now has a different MAC address--this is probably not a big issue except for some clunky boxes.
I would perform a dress rehearsal for your potential disaster. This means that during some scheduled downtime, actually move the disks to your backup machine and bootup to test your entire environment. Even better: switch machines every few weeks or so. But the best choice is ServiceGuard.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 07:28 PM
03-04-2004 07:28 PM
Re: Need our opinions
Rgds
Uli