- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- r-services
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-08-2002 10:01 AM
тАО01-08-2002 10:01 AM
r-services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 10:40 AM
тАО01-08-2002 10:40 AM
Re: r-services
Try this link,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=fe26d522168dc3020a/screen=ckiDisplayDocument?docId=200000058036742
You can try this link from hp docs site too, Use inetd.sec to enforce security
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/10-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/10-toc.html&searchterms=inetd.sec&queryid=20020108-104518
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 11:30 AM
тАО01-08-2002 11:30 AM
Re: r-services
With var/adm/inted.sec file you can actually control your all r-services.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 12:10 PM
тАО01-08-2002 12:10 PM
Re: r-services
login stream tcp nowait root /usr/lbin/rlogind rlogind
shell stream tcp nowait root /usr/lbin/remshd remshd
exec stream tcp nowait root /usr/lbin/rexecd rexecd
The tell inetd to re-read it's config file with inetd -c and you should find the r-services disabled.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 12:40 PM
тАО01-08-2002 12:40 PM
Re: r-services
Besides the information already provided, you will want to chech for .rhost files on you box.
find / -type -f -name .rhosts -exec ll {} \;
You will want to get rid of these files as well. What they are probably doing is blocking tcp ports associated with that traffic i.e. tcp/512, so you even if you use the inetd.sec to control access, you still can't use these services outside your LAN (this assumption is based on my prior government experience).
This isn't the worst thing to happen, ssh has all the capabilites or the r commands.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 12:53 PM
тАО01-08-2002 12:53 PM
Re: r-services
I assume, since you only have 1 server still running the "r" services, this is not a ServiceGuard system. If is is you need to be sure you are using /etc/cmcluster/cmclnodelist before disabling the "r" services.
Darrell