- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP Apache on MCSG on hpux 11i
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
01-21-2006 09:01 AM
01-21-2006 09:01 AM
Is it possible to deploy HP Apache on MCSG on HPUX 11i ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2006 04:03 PM
01-21-2006 04:03 PM
SolutionEnterprise Cluster Master toolkit B.02.21 does support the deployment of HP Apache alongwith MCSG on HPUX11iV2.
Refer the following link for detail.
http://docs.hp.com/en/T1909-90024/ch01s03.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2006 04:44 PM
01-21-2006 04:44 PM
Re: HP Apache on MCSG on hpux 11i
High availability websites is one of the more popular uses for MCSG.
Just have to modify the httpd.conf file and related files to have content stored on shared storage so the site stays up when failover occurs.
Also apache auto start in /etc/rc.config.d/ must be set to 0 as in not start, because you need to let your SG control scripts start it.
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
01-22-2006 12:30 AM
01-22-2006 12:30 AM
Re: HP Apache on MCSG on hpux 11i
Use the ENterprise Cluster Master Toolkit to do this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 01:27 AM
01-22-2006 01:27 AM
Re: HP Apache on MCSG on hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 02:14 AM
01-22-2006 02:14 AM
Re: HP Apache on MCSG on hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 02:53 AM
01-22-2006 02:53 AM
Re: HP Apache on MCSG on hpux 11i
1) install apache on all servers as normal
2) decide on whether to have a seperate non-failover filesystem for HTDOCS or just to implement links
3) create your package with a bare minimum of LVM resources (or none), and just implement the start scripts
When the package fails over, it will execute the httpd startup based on server-specific HTML files, not MCSG failover files, and in this way you can have a quick auto start/stop functionality but without all the hassle of shared disks. You can then do a quick cmhaltpkg on node1 and a runpkg on node2 to test a new website. If it sucks, simply fail back. No need for file copies, restores, relinking, nothing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 03:19 PM
01-22-2006 03:19 PM
Re: HP Apache on MCSG on hpux 11i
This link will be useful.
http://www.hp.com/products1/unix/webservers/apache/faqs/index.html
-Arun