- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is rhosts file required for mcsg with ops ?
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-06-2004 01:00 AM
07-06-2004 01:00 AM
.rhosts file for root and oracle. ? Can I remove .rhosts file and put all entries in that file in /etc/cmcluster/cmclnodelist. , without causing any problem ?
Does oracle also need to have .rhosts file ? DBA thinks .rhost file needed for OS and oracle OPS equivalency ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 01:04 AM
07-06-2004 01:04 AM
SolutionIf you don't know your systems, you'll need to check through your crontabs (and on any 3rd party schedulers you may have), and see if there is any rcp, remsh reference etc.
If there is you should really, for best security, replace it with secure shell alternatives.
Your cluster control scripts shouldn't rely on any "r" commands either, since the idea of a cluster is that they can continue regardless of other hosts availability. So I'd check your /etc/cmcluster/package/*.cntl scripts etc, to see if there are any references, and consider if they really need to be there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 01:05 AM
07-06-2004 01:05 AM
Re: Is rhosts file required for mcsg with ops ?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:44 PM
07-06-2004 06:44 PM
Re: Is rhosts file required for mcsg with ops ?
Starting with SG A.11.16 (released soon), a new method for non-root access for Serviceguard commands, both on command line and with Serviceguard Manager, the graphical interface will become available. Non-root access to view or to issue administration commands, is now defined in the new Access Control Policy parameter in the configuration files of the cluster or one of its packages.
Once a node has been configured into a cluster, Serviceguard will consult only the configuration files, checking access roles; it will no longer look at the .rhosts or cmclnodelist file. Root user on a node is always allowed access, but all other users must have an Access Control Policy configured.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 07:01 PM
07-06-2004 07:01 PM
Re: Is rhosts file required for mcsg with ops ?
node must have its own name as well as the other nodes in its
own .rhosts file.
After write all node .rhost file,
try cmquerycl again and then run cmruncl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 12:17 AM
07-07-2004 12:17 AM
Re: Is rhosts file required for mcsg with ops ?
One other thing you need to make sure of with regards to connectivity when setting up the cluster is that each node exists in the /etc/hosts file of each of the machines as well.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 01:03 AM
07-07-2004 01:03 AM
Re: Is rhosts file required for mcsg with ops ?
THANKS TO ALL