- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Securing /etc/inetd.conf /etc/services + simple qu...
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
05-29-2003 10:21 AM
05-29-2003 10:21 AM
I am currently working on securing my /etc/inetd.conf file and /etc/service. Here are my little questions.
Could you give me the best url for a list of ALL ports/services and their functionality (if we need them opened or not).
Also, I was wondering if you could tell me what the following service does.
registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar
I see tons and tons of registrar entries in my syslog and I was wondering if I can simply disable this service. Is this service needed for EMS to work ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 10:32 AM
05-29-2003 10:32 AM
SolutionPorts here:-
http://www.opendoor.com/doorstop/ports.html
Have a look at ems setup - are there any errors with this entry in syslog?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 10:36 AM
05-29-2003 10:36 AM
Re: Securing /etc/inetd.conf /etc/services + simple question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 10:37 AM
05-29-2003 10:37 AM
Re: Securing /etc/inetd.conf /etc/services + simple question
You can gain quite a bit of insight into ports and services that can be disabled (notably the "little TCP" services like 'echo', 'chargen', etc. by reading this classic whitepaper:
http://www.hp.com/products1/unix/operating/infolibrary/whitepapers/building_a_bastion_host.pdf
As for 'registrar', it is a part of EMS.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 10:45 AM
05-29-2003 10:45 AM
Re: Securing /etc/inetd.conf /etc/services + simple question
http://www.iana.org/assignments/port-numbers
James -- registrar in syslog ? some thing I havent seen.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 10:50 AM
05-29-2003 10:50 AM
Re: Securing /etc/inetd.conf /etc/services + simple question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 10:51 AM
05-29-2003 10:51 AM
Re: Securing /etc/inetd.conf /etc/services + simple question
Whenever a query is made to view the resources configured under EMS, registrar is used to report the information. For ex.,
$resls /system/status/cpu/lpmc
contacting Registrar on xxxxxxx
..
.
If you are using EMS monitors inside ServiceGuard, then do not disable this service.
-Sri