- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG Question
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
07-03-2007 09:42 PM
07-03-2007 09:42 PM
SG Question
I am in the process of configuring a 2 nodes cluster. I have two servers named ETL and EDW. When i am running cmquerycl to create the ascii template file i am speciying the ETL node first and then EDW ,but template file is getting generated with EDW server information first. After the cluster creation cmviewcl output shows EDW node first and then the ETL node as given below,
etl:/tmp#cmviewcl
CLUSTER STATUS
etl-edw up
NODE STATUS STATE
--> edw up running
--> etl up running
I was under the impression that node order in the cmviewcl output is based on the order in which nodes details are specified in the ascii template file. I have tried changing the node detials order in the ascii file and reconfigured the cluster but still getting the same cmviewcl o/p.
Is there anyway to change the order in teh cmviewcl o/p ? or is it based on alphabatic order ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 09:55 PM
07-03-2007 09:55 PM
Re: SG Question
It is based on alphabetic order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 05:25 AM
07-04-2007 05:25 AM
Re: SG Question
cmviewcl |sort -rn
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 07:41 AM
07-04-2007 07:41 AM
Re: SG Question
it doesn't matter whick node is being listed first. what matters is which node is configured as primary/alternate for each of the packages that will run in the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 07:52 AM
07-04-2007 07:52 AM
Re: SG Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 07:56 AM
07-04-2007 07:56 AM
Re: SG Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 10:39 AM
07-04-2007 10:39 AM
Re: SG Question
cmquerycl just pull the data out of the binary config file - it should be based on the order from teh ascii file that was used to create it.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:08 PM
07-04-2007 12:08 PM
Re: SG Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:34 PM
07-04-2007 12:34 PM
Re: SG Question
you have not confirmed about the cmapplyconf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:36 PM
07-04-2007 12:36 PM
Re: SG Question
I checked the clusters we have here and it definitely doesn't look like they are based on alphabetic order. As you have observed, by changing the order in the ASCII file doesn't make any difference either.
So I think - it may be - I am not sure here, that it is taking the node which has the lock VG activated at the time of cmapplyconf as its first node in the cmviewcl. I don't have a test enviro to check it out...
Please check and let us know if it makes any difference.
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:36 PM
07-04-2007 12:36 PM
Re: SG Question
you have not confirmed about the cmapplyconf?verify the changes with cmgetconf or cmviewconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 06:27 PM
07-04-2007 06:27 PM
Re: SG Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 06:44 PM
07-04-2007 06:44 PM
Re: SG Question
That was a good suggestion , but even that also didnt work here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 03:49 AM
07-05-2007 03:49 AM
Re: SG Question
-Srinivas