- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmclnodelist
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-11-2004 06:56 PM
10-11-2004 06:56 PM
I want to add permission to view cluster status to some normal users. These users [10 Nos] are grouped as "sysadmin" group. Would I be able to grant a permission to a group instead of individual users.
I believe the file is "/etc/cmcluster/cmclnodelist" but after I add the users to it then also it's not happening. Any services to restart?
Please help
Shripad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 07:13 PM
10-11-2004 07:13 PM
SolutionIf you are using 11.16 version, then cmclnodelist and .rhosts entries will no more be applicable. For earlier versions, make sure you configure this file with the actual names of the servers you specified in your cluster configuration file. Try with different combinations (IP address, fully qualified domain name, short name ) and see which works. You cannot specify a group in this file. The format is "
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 07:19 PM
10-11-2004 07:19 PM
Re: cmclnodelist
You can also use sudo command to grant
a permission to a group for cmviewcl command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 08:08 PM
10-11-2004 08:08 PM
Re: cmclnodelist
Do not add the entire group to access the CM related command..it's not recommended..
Identify couple of resposible users and add then to cmnodelist file as suggested earlier.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 12:52 AM
10-12-2004 12:52 AM
Re: cmclnodelist
In /etc/cmcluster/cmclnodelist:
servername userid
If 11.16, in the cluster ascii file:
# Example: to configure a role for user john from node noir to
# administer a cluster and all its packages, enter:
USER_NAME john
USER_HOST noir
USER_ROLE FULL_ADMIN
For monitor,
USER_ROLE monitor
Then cmapplyconf
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 12:53 AM
10-12-2004 12:53 AM
Re: cmclnodelist
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 03:30 AM
10-12-2004 03:30 AM
Re: cmclnodelist
http://docs.hp.com/hpux/ha
Pick the manual for the version you are running and look in the manual for the methodology of configuring non-root users to do cmviewcl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 01:23 AM
10-14-2004 01:23 AM
Re: cmclnodelist
Thanks a lot for your valuable support . I am able to solve the problem of cmclnodelist. It requires entries in individual ids and not in group .