- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service guard and rexec/remsh
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
06-14-2002 11:42 AM
06-14-2002 11:42 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 11:46 AM
06-14-2002 11:46 AM
Re: Service guard and rexec/remsh
no i don't think service guard uses either remsh or rexec to handle communication betweeb nodes.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 11:52 AM
06-14-2002 11:52 AM
Re: Service guard and rexec/remsh
No, MC/Serviceguard does not need this enabled. In fact, you can avoid the '.rhosts' file too, '/etc/cmcluster/cmclnodelist' for it. This generally tightens security if/where it is desirable to avoid'.rhosts' files.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 04:01 PM
06-16-2002 04:01 PM
Re: Service guard and rexec/remsh
I got the same question. Our Sys Admin told me that MC Service Guard requires to have .rhost file. I am a security admin and require not to have .rhost file on a system.
Could you please tell me how to configure the specific file (/etc/clumster) to replace the .rhost file?
Tx, Crystal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 07:03 PM
06-16-2002 07:03 PM
Re: Service guard and rexec/remsh
.rhosts is not a security risk by itself...it is a risk based on the contents. Since clustered machines are virtually equal and can therefore trust each other. .rhosts must never be readable by anyone except the owner (permissions=600) and must contain the name(s) of the clustered machines plus the user name.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 05:18 AM
06-17-2002 05:18 AM
SolutionThe system administrator must manually copy package control scripts to the same directories on other nodes when the scripts are altered.
It is not essential to copy the cluster configuration file or package configuration files to the other servers, because the ServiceGuard daemon (cmcld) works with the binary cmclconfig file - which was created as a result of the cmapplyconf command with the cluster and package configuration files. These configuration files can be reconstructed using the cmgetconf(1m) command.
Once configured and running, ServiceGuard uses tcp and udp ports (see "hacl" lines in /etc/services) to communicate between cluster nodes.
-s.