- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Clustering help needed
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-24-2006 11:07 PM
07-24-2006 11:07 PM
Clustering help needed
I hav configured clustering on 2 HP UX nodes.Initially the server had OS and i configured clustering.Now the nodes are shown as up in cluster..Do i need to install the application(ORACLE) first before i configure the package part...or i can go ahead with package configuration now and install application later on ...plz suggest
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 11:12 PM
07-24-2006 11:12 PM
Re: Clustering help needed
it is more esier for you. No need changes regarding IP changes from phisical IP to IP package
Thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 11:17 PM
07-24-2006 11:17 PM
Re: Clustering help needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 11:37 PM
07-24-2006 11:37 PM
Re: Clustering help needed
When configuring oracle keep in mind that you are clustering it. So plumb the package IP, so you can completely test oracle is working before packaging it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 12:05 AM
07-25-2006 12:05 AM
Re: Clustering help needed
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 08:27 AM
07-26-2006 08:27 AM
Re: Clustering help needed
We just got down configuring MCSG. I think it is better to have the application in stalled. You can set up your pkg with IP and try switch the pkg around between nodes. Then just add your application to the pkg.
Sp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 09:35 AM
07-26-2006 09:35 AM
Re: Clustering help needed
But if you are taking our approach, I'd strongly suggest you to halt the cluster first, which will release the relocatable IP address, then assign this IP address to the primary interface of your server where you are going to install oracle as a sub interface.
Example:
server1 :10.21.33.2 (lan1)
server2 :10.21.33.3 (lan1)
relocatible IP : 10.21.33.10
Assuming you are going to install oracle on server1
server1# cmhaltcl
server1# ifconfig lan1:1 inet 10.21.33.10 netmask 255.255.255.0 up
(install oracle with the server name resolving to 10.21.33.10 on server1)
server1# ifconfig lan1:1 down
server1# ifconfig lan1:1 unplumb
server1# cmruncl
modify the package control scripts to include the oracle occupied filesystems and customer defined functions to start/stop the database.
copy package control script to server2
start your package.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 09:43 AM
07-26-2006 09:43 AM
Re: Clustering help needed
In any event, you can certainly install Oracle and then make it a package. With experience, it is easy to create packages. It's much more difficult to build the MC/SG cluster itself and the monitors for the packages.