- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Tru64 Cluster Alias - selp 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
10-25-2006 05:53 AM
10-25-2006 05:53 AM
I was reading the cluamgr(8) man pages about the Selection Priority for the cluster alias and found that "The highest selection priority is 100, the lowest is 1." but when I run sysman to set that parameter it says "1 is the highest".
Which one is correct?
Thanks
Juan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 06:19 AM
10-25-2006 06:19 AM
Re: Tru64 Cluster Alias - selp question.
If an alias has three members, two with selp=10
and one with selp=5, no connection requests or messages are given to the selp=5 member as long as either of the selp=10 members is available.
So, the lower the number, the highest priority.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 06:35 AM
10-25-2006 06:35 AM
Re: Tru64 Cluster Alias - selp question.
From the man page again
â The highest selection priority is 100, the lowest is 1 â ¦ Connection requests are distributed among those members sharing the highest selection priority valueâ so â The lower the number the highest priorityâ for what? For NOT to accept new client connections?
Thanks again,
Juan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 07:41 AM
10-25-2006 07:41 AM
Solution1 or 0 is the lowest and 100 is the highest.
RE: sysman....don't trust it. It is often wrong or doesn't do everything it should do.
If you want something done, don't rely on sysman to do it for you. Instead set the values either manually or in a caa script or in /etc/cla_alias.config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 07:42 AM
10-25-2006 07:42 AM
Re: Tru64 Cluster Alias - selp question.
serverA - selp=1
serverB - selp=10
All connections to the cluster alias (clua_services) will always go to serverB.
So, for me 1 is the highest priority for accepting connections, and 100 the lowest priority for accepting connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 05:09 AM
10-26-2006 05:09 AM
Re: Tru64 Cluster Alias - selp question.
Juan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 07:59 AM
10-26-2006 07:59 AM
Re: Tru64 Cluster Alias - selp question.
We're both understand how these parameters work and saying the same things.....just using different terms.
Al