- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fail-over to a dedicated or DEV server?
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
07-21-2005 05:35 AM
07-21-2005 05:35 AM
There is no question about it that it'd better to use dedicated server, however, for saving money purpose, we want to use the Dev server as the fail-over. Can anybody please let me know in the detail of what problems or impacts we will have to use this option? what the extra headache we will have?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:47 AM
07-21-2005 05:47 AM
Solution1. The production package runs in addition to the DEV/TEST environments and performance is impacted accordingly for everyone accros the board.
2. The production package stops the DEV/TEST environments and takes over the standby machine completely. Impact to production is only affected by the differences in hardware between the production and standby machines. Impact to DEV/TEST is tremendous because during failover, DEV/TEST are completely down.
Maybe you can upsize the DEV/TEST box to account for more throughput during a fail over event.
Just my thoughts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:48 AM
07-21-2005 05:48 AM
Re: fail-over to a dedicated or DEV server?
From a reliability and ease of management a dedicated server is the way to go. It's only configuration and purpose is to failover. From a cost stand point it is hard to justify.
If the standby server is going to be used for other purposes you must take into consideration that it must be configured to support your developement and the failed over environment. i.e. host files, network, logins, permissions, and any other environments needed. Of course you can script any and all changed needed into the SG scripts but this does add complexity and a wrench into the failover process.
If you want something that is going to fail over reliably go with a dedicated server. If this cannot be done financially take every difference that exists into consideration when creating your SG scripts.
Don't forget you also have to fail back, and hopefully with little impact to your development server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:53 AM
07-21-2005 05:53 AM
Re: fail-over to a dedicated or DEV server?
Let me suggest a Plan B that sounds insane at first glance but is really a very good approach. Use both of your "good, fast" boxes in the MC/SG Cluster and go out a buy a dog (e.g. an old K580 or so on the used equipment market where they are dirt cheap) for development. Your developer's will hate you because the compiles are so slow --- BUT, in reality, compile/links are at most 1% of the development so the actual impact in trivial. Be prepared because they will complain to your managers but I've done enough development to know that slow boxes are a good thing. Over time even the developers will come to appreciate this approach because of fewer performance complaints. Code that will run reasonably well on a SLOW development box has a much greater chance of running well in production. It's very common for development code to suffer performance problems when moved to production but by doing your testing on a slower box, you improve your chances of success enormously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:53 AM
07-21-2005 05:53 AM
Re: fail-over to a dedicated or DEV server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:52 AM
07-21-2005 06:52 AM
Re: fail-over to a dedicated or DEV server?
"One of the major impacts is ability of users to access both development and production environments"
Can you please explore it a little bit more, what you mean by that?
I would assume, when fail-over happens, the development function will be shut off, and the application software will be umounted, production version of app.sofware will be mounted. So users should not able to do any development job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:24 AM
07-21-2005 07:24 AM
Re: fail-over to a dedicated or DEV server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:42 AM
07-21-2005 07:42 AM
Re: fail-over to a dedicated or DEV server?
________________________________________________
I would assume, when fail-over happens, the development function will be shut off, and the application software will be umounted, production version of app.sofware will be mounted. So users should not able to do any development job.
________________________________________________
As the wise-men said one time, assumption is the mother of all "mess"-up's.
First, if you configure your production and dev/test applications as separate packages, there is no need to shut down dev/test when production fails over to this node. You sure can force this but then you will lose major time for development, i.e., your company will pay developers to sit on their butts. After a couple of days of fail-over scenario, one persone will have a revelation and say "why don't we use both applications at the same time. SG can do that according to HP". And they will realize the performance penalties are not that big of a deal under these circumstances. At least tolerable compared to paying staffers not to do any work. Then Clay's Sarbanes-Oxley people start banging on your door with questions like "how do you keep the development users from touching your production data ?" or "show us your audit trail, your production data has not been compromised" and believe me, I am telling this from a very recent experience, digging up this data is neither fun nor quick. It almost justifies buying another fast server let alone a slow clunker.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:45 AM
07-21-2005 07:45 AM
Re: fail-over to a dedicated or DEV server?
Our shop adopted exactly what Clay explained as Plan B.
And yes, there was initially a lot of gripping from developers, at first. That eventually leveled off and is no longer a burning issue with the developers.
As stated, Pland B gets my vote.
Regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 04:45 PM
07-21-2005 04:45 PM
Re: fail-over to a dedicated or DEV server?
Yes, Clay's option seems to be more adequate as it will cost very low and will still be able to serve for the DEV environment all the time. The actual use of the idle node in the cluster can be done for some purposes which are not quite important and you can live without them for a few days if required. Another use of the node can be used for some packages which use minimal resources.
In that event the system can be used to run both packages at the same time with only a small reduce in the perforamnce of production( Only during downtime of one node) that anyway you will have to opt on the cost of the cost saving.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 05:27 AM
08-01-2005 05:27 AM
Re: fail-over to a dedicated or DEV server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 05:37 AM
08-01-2005 05:37 AM
Re: fail-over to a dedicated or DEV server?
move passwords over doesn't mean that you will. You must have a documented procedure in place along with the scripts that actually do this and prove somehow that development users are truly isolated.
In principle, with very tight controls, you could actually allow deveopment to continue while production also runs on the same node. The difficultly is actually proving that the controls are adequate. One of the real problems I find when complex schemes are in place (no matter how valid) is getting the auditors to understand; I've yet to be impressed by any auditor's technical prowess. I'm not saying that there aren't extremely UNIX competant auditors out there but rather that I have yet to meet one during any of my audits.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 11:27 AM
08-01-2005 11:27 AM