- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster Configuration
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
05-07-2008 03:26 AM
05-07-2008 03:26 AM
Cluster Configuration
just i want to know what are the steps involved if we are changing the IP Address of cluster nodes.pls tell me detailed procedure & also tell what are the files required.Cluster is of 2 nodes.
Thanks & regards
Vjta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 03:49 AM
05-07-2008 03:49 AM
Re: Cluster Configuration
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 04:04 AM
05-07-2008 04:04 AM
Re: Cluster Configuration
You may follow the steps bellow
1. Shutdown database and application
2. Stop RAC if itis RAC
3. Stop the cluster
4. Change IP address
5. Reconfigure the cluster and reapply on both nodes
6. Start Cluster
7. Start Database and application
Good luck!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 06:21 AM
05-07-2008 06:21 AM
Re: Cluster Configuration
You could try this steps below:
Changing the IP on a LAN adapter has a potentially major effect on
ServiceGuard. Although online cluster reconfiguration is a ServiceGuard
feature, it does not allow IP changes to be done with the cluster running.
Cluster downtime should be scheduled to accommodate the IP modification if it
affects the cluster.
1) Determine whether downtime is necessary by using the following sort of
command:
# cmviewconf | grep 10.126.0.17 (OLD IP)
ip address: 10.126.0.17
If the "ip address:" line appears, then the IP is embedded in the cluster
binary, and it influences the actions of the cluster. This means the cluster
binary must be updated with the new IP in order for the cluster to operate
properly. If the subnet changes along with the IP, packages that depend on
that subnet must be updated as well.
If the cluster binary must be updated, it is necessary to perform the IP
changes before updating the cluster. Do this before proceeding with the
rest of this document.
2) With the LAN IP updated, create a current cluster configuration ASCII file
in /etc/cmcluster:
# cd /etc/cmcluster
# cmgetconf CONF
Edit the file, locate the lines containing the old IP and update the IP. The
lines will look something like this:
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.126.0.17
NETWORK_INTERFACE lan1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.0.1
3) If the subnet for that LAN adapter changed, it is necessary to determine if
package-related subnet parameters must be updated as well.
# cmviewconf | grep -e "package name" -e "package subnet"
package name: clk
package subnet: 10.126.0.0 <--- HERE
If the subnet needs to be modified, locate the package configuration file
that references the subnet:
In /etc/cmcluster:
# grep 10.126.0.0 */*
PKG_1/pkg.config:SUBNET 10.126.0.0
PKG_1/pkg.ctrl:SUBNET[0]="10.126.0.0"
In the above case, only one package was affected and it's files will have to
be updated to reflect the new subnet. It may also require replacing old
relocatable IPs with new ones, and registering them on the name
server.
4) After updating the affected files, apply the updates to the cluster binary:
# cmapplyconf -C CONF [ -P ]
When completed successfully, start the new cluster:
# cmruncl
Finally, test the package startup and shutdown on each server to be
confident the change was performed properly.
Best Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 03:31 AM
05-08-2008 03:31 AM
Re: Cluster Configuration
thanks a lot for ur effort.
pls tell me the files which stores setting & configuration of cluster
thanks & regards
Vjta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 03:36 AM
05-08-2008 03:36 AM
Re: Cluster Configuration
Cluster ASCII file: /etc/cmclsuter/*.ascii -- where you can edit the file for cluster configuration
Cluster config binary file: /etc/cmclsuter/cmclconfig - binary file created by cmapplyconf from ascii file
Best Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 03:39 AM
05-08-2008 03:39 AM
Re: Cluster Configuration
Thanks whats the use of cntl file & also tell me how we can check serviceguard version
thanks & regards
Vjta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 04:13 AM
05-08-2008 04:13 AM
Re: Cluster Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 07:09 AM
05-08-2008 07:09 AM
Re: Cluster Configuration
Cntrol file is used for packages ( control scripts )
swlist -l product | grep -i cluster
Best Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2008 05:51 AM
08-06-2008 05:51 AM
Re: Cluster Configuration
issue is closed.
regards
vjta