- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to assign new IP address to Clustered package.
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
09-10-2001 11:45 PM
09-10-2001 11:45 PM
We have two HP 9000 nodes configured in MC/SG cluster. We need to do a total reconfiguration of the existing cluster like , both the host names, (IP address of nodes remains same), the IP address of the package, Volume groups and file systems.
I would like to know something more but clear steps on how to change the Package IP of the cluster. I'm comfortable with the rest of the things.
In my setup the earlier running package have got shifted to a stand alone server alongwith the package IP, so the frontend users need not change their SAP GUI configuation from their end. So now i need to be very clear and sure that the steps i'm doing in the cluster IP configuration won't affect the new standalone node's IP address. At the moment the cluster is kept down for the same purpose otherwise IP clas will occur.
Thanx in advance..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 12:06 AM
09-11-2001 12:06 AM
Re: How to assign new IP address to Clustered package.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 12:22 AM
09-11-2001 12:22 AM
Re: How to assign new IP address to Clustered package.
Ok, do i just need to do the change in the specified option for the package IP in the package control script file, for giving a new ip address to package ..
Thanks for ur help..
Cheers !!!,
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 12:31 AM
09-11-2001 12:31 AM
Solutionjust edit your control script and then check your configuration using cmcheckconf.
In case ther is no error detected apply the new config with cmapplyconf .
(see man pages for cmcheckconf and cmapplyconf)
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 12:55 AM
09-11-2001 12:55 AM
Re: How to assign new IP address to Clustered package.
I believe that the package IPs are only defined within the package control scripts.
The package IPs are associated with the packages, not with the cluster.
So if you just want to get rid of the package, then you should bring the package down:
cmhaltpkg mypkg
Then delete the package configuration from the cluster:
cmdeleteconf -p mypkg
and finally, delete the package directory (first make sure that there is nothing the this directory that you want to keep around):
rm -rf /etc/cmcluster/mypkg
Hope this helps.
-Santosh Nair
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 01:10 AM
09-11-2001 01:10 AM
Re: How to assign new IP address to Clustered package.
Thanx guys... for ue responses ...
Cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 10:56 PM
03-25-2004 10:56 PM
Re: How to assign new IP address to Clustered package.
The package IP will be in /etc/cmcluster/pkg_name/pkg_name.cntl file
,it will be in /etc/hosts file too.
you need to edit both.I am also having the same problem
Regards
Ripunjay