- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- service guard error:Error:Invalid subnet 192.168.5...
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
08-18-2010 12:44 AM
08-18-2010 12:44 AM
service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
Meet one question as below,
I revise physical ip and floating ip address for one service guard,
one step is to revise /etc/host and then to modify cmclconfig.ascii file,
the next step is to cmcheckconf with following error:
Error:Invalid subnet 192.168.5.0 in package XXXX,
I guess if it needs to remove cmclconfig.ascii then to implement the command cmcheckconf and cmapplyconf ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2010 01:59 AM
08-18-2010 01:59 AM
Re: service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2010 02:10 AM
08-18-2010 02:10 AM
Re: service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
I do not understand why it needs to delete delete cmclconfig.ascii ,if I complete the command "cmdeleteconf " should remove binary file /etc/cmcluster/cmclconfig not cmclconfig.ascii?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2010 02:22 AM
08-18-2010 02:22 AM
Re: service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
You then need to change the configuration file (and control script if not a modular
package) to reflect the new subnet, and then reapply the package.
If all you have done is change the subnet that the package adds an addres to, make sure you modfiy, check, and apply the package configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2010 05:22 PM
08-18-2010 05:22 PM
Re: service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
Thanks for your response,
and now I need to do one change that physical address swithches from 192.168.5.101 to 10.234.231.1, and switches package floating adress from 192.168.5.100 to 10.234.231.10,I proceed with same error,
who can give one standard process as my reference,
thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2010 10:20 PM
08-18-2010 10:20 PM
Re: service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
For that, do the cmdeleteconf commands given above and then re-create the cluster, or remove the packages with cmdeleteconf, apply the cluster config files and then apply the altered package configs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2010 02:07 AM
08-19-2010 02:07 AM
Re: service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
As your said, if it needs to change Ip address to service guard that equals to rebuild it, so that it needs to cmdeleteconf the previouse configuration file, if I understand it correct ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2010 04:42 AM
08-19-2010 04:42 AM
Re: service guard error:Error:Invalid subnet 192.168.5.0 in package XXXX
The subnet value is only loaded in the package config or control file.
If a single NIC's IP on each node will be changed to a new IP, then update the cluster ASCII configuration file with the new IPs.
Also update package configuration files with the new subnet (and IP, if modular) and control script (if legacy) with the new IP/SUBNET parameters.
Then (if SG A.11.18 or older is installed), halt the cluster and perform cmapplyconf on all modified files.
If cmapplyconf cannot complete because of communication trouble, it may be that SG is trying to use the NIC with the modified IP. In that case, either cmdeleteconf the cluster, or remove /etc/cmcluster/cmclconfig on each node and rebuild the cluster.