HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need to add new package in a different subnet
Operating System - HP-UX
1837878
Members
3694
Online
110122
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
10-22-2009 09:28 AM
10-22-2009 09:28 AM
Hi, I need help
HP-UX tst93 B.11.23 U ia64 0698804623 unlimited-user license
ia64 hp server rx2660
PHKL_35420 1.0 Overtemp shutdown / Serviceguard failover
SGManagerPI B.01.01 HP Serviceguard Manager
SGWBEMProviders A.02.00.00 HP Serviceguard WBEM Providers SD Product
ServiceGuard A.11.18.00 Serviceguard SD Product
I need to add a new package in MC/SG conf, with an IP addr in a diff subnet already used by the first package.
When I use cmcheckconf, it gives me the message:
MONITORED_SUBNET 10.210.11.0 not part of the cluster.
What should I do to fix it ?
I appreciate any help, best regards
Jose
HP-UX tst93 B.11.23 U ia64 0698804623 unlimited-user license
ia64 hp server rx2660
PHKL_35420 1.0 Overtemp shutdown / Serviceguard failover
SGManagerPI B.01.01 HP Serviceguard Manager
SGWBEMProviders A.02.00.00 HP Serviceguard WBEM Providers SD Product
ServiceGuard A.11.18.00 Serviceguard SD Product
I need to add a new package in MC/SG conf, with an IP addr in a diff subnet already used by the first package.
When I use cmcheckconf, it gives me the message:
MONITORED_SUBNET 10.210.11.0 not part of the cluster.
What should I do to fix it ?
I appreciate any help, best regards
Jose
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 11:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 04:31 AM
10-23-2009 04:31 AM
Re: Need to add new package in a different subnet
Before a package can be configured to work with a subnet, the cluster must know about the subnet.
Use cmviewconf (OR cmviewcl -v -f line | grep subnet) to inspect the cluster binary and verify that 10.210.11.0 is listed. You will not find it, since Serviceguard did not accept it.
If you have recently installed IPs/subnets on a NIC in each node that have that subnet but are not included in the cluster ASCII file, add HEARTBEAT_IP (or STATIONARY_IP) references for the IP addresses in the ASCII file
example:
NODE_NAME tst93
...skipped...
NETWORK_INTERFACE lan4
HEARTBEAT_IP 10.210.11.12
NODE_NAME tst94
...skipped...
NETWORK_INTERFACE lan4
HEARTBEAT_IP 10.210.11.13
And then 'cmapplyconf' the file to add the NICs/network to the cluster. cmapplyconf will identify the subnet assigned to the NICs that you add, and will include it in the cluster binary (use cmviewconf to verify).
Then cmapplyconf the package configuration file.
-----------
If you are attempting to add another IP to a NIC which doesn't support 10.210.11.0 subnet, you can only do that in the customer_defined_run_cmds section (and remove the IP/subnet in customer_defined_halt_cmds) of the package control script, or for modular packages, call a script via
external_pre_script or external_script in the package configuration file that adds/removes the IP/subnet combination.
Use cmviewconf (OR cmviewcl -v -f line | grep subnet) to inspect the cluster binary and verify that 10.210.11.0 is listed. You will not find it, since Serviceguard did not accept it.
If you have recently installed IPs/subnets on a NIC in each node that have that subnet but are not included in the cluster ASCII file, add HEARTBEAT_IP (or STATIONARY_IP) references for the IP addresses in the ASCII file
example:
NODE_NAME tst93
...skipped...
NETWORK_INTERFACE lan4
HEARTBEAT_IP 10.210.11.12
NODE_NAME tst94
...skipped...
NETWORK_INTERFACE lan4
HEARTBEAT_IP 10.210.11.13
And then 'cmapplyconf' the file to add the NICs/network to the cluster. cmapplyconf will identify the subnet assigned to the NICs that you add, and will include it in the cluster binary (use cmviewconf to verify).
Then cmapplyconf the package configuration file.
-----------
If you are attempting to add another IP to a NIC which doesn't support 10.210.11.0 subnet, you can only do that in the customer_defined_run_cmds section (and remove the IP/subnet in customer_defined_halt_cmds) of the package control script, or for modular packages, call a script via
external_pre_script or external_script in the package configuration file that adds/removes the IP/subnet combination.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 04:44 AM
10-23-2009 04:44 AM
Re: Need to add new package in a different subnet
Thanks you all.
That solved the problem.
TIA, best regards
Jose
That solved the problem.
TIA, best regards
Jose
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP