- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cluster ascii file
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
10-27-2003 02:01 AM
10-27-2003 02:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 02:05 AM
10-27-2003 02:05 AM
Re: cluster ascii file
If you are making no changes, it should apply with the cluster up and running.
Check hte Managing MC/ServiceGuard manual at http://docs.hp.com/hpux/ha for some tables on what can/cannot be changed with the cluster running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:39 AM
10-27-2003 03:39 AM
Re: cluster ascii file
This tells you what you have to do while reconfiguring a running cluster,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90053/B3936-90053_top.html&con=/hpux/onlinedocs/B3936-90053/00/00/48-con.html&toc=/hpux/onlinedocs/B3936-90053/00/00/48-toc.html&searchterms=a%7cRunning%7cCluster%7cReconfiguring&queryid=20031027-093822
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:08 AM
10-27-2003 06:08 AM
Re: cluster ascii file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:19 AM
10-27-2003 06:19 AM
SolutionBest way to do is:
# cmgetconf > /etc/cmcluster/cluster.ascii
Edit /etc/cmcluster/cluster.ascii and add your new NIC in there. Remove all the lines starting with Warning from the file.
Check the syntax:
#cmcheckconf -C /etc/cmcluster/cluster.ascii
Then apply conf:
#cmaplyconf -C /etc/cmcluster/cluster.ascii
Thanks,
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:25 AM
10-27-2003 06:25 AM
Re: cluster ascii file
I think you have to shutdown the cluster before you do the change / add more net interfaces for failover.
Hope this helps.
Regds