- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disable 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
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
03-12-2007 02:51 PM
03-12-2007 02:51 PM
Disable services
Due to audit requirement i want to disable following services.So please guide me on below mention question
1)This service is related to what ?
chargen, bootps, printer, dtspc, swat, rpc, recserv, instl, boots, tftp
2) How to disable it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 03:02 PM
03-12-2007 03:02 PM
Re: Disable services
You can find information on these via google or any other search engine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 05:12 PM
03-12-2007 05:12 PM
Re: Disable services
Some additional info:
All the internet services configured on the system are listed in the /etc/inetd.conf file.
whenever you configure any service you need to add a line for that service in this file.
Commenting or uncommenting the line will disable or enable the service.
whenever you make changes to this file the inetd.conf file needs to be read. so do inetd -c
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 04:15 PM
03-13-2007 04:15 PM
Re: Disable services
you may want to consider loading bastille and allowing bastille to disable these services that way you have a easy way to undo it and you can just create a config and then secure other systems the same way.
Bastill will do this after asking you a series of questions. Great security tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 01:26 AM
03-14-2007 01:26 AM
Re: Disable services
The Internet daemon accesses the configuration data it needs by reading the file /etc/inetd.conf
The Internet daemon reads its configuration file on three occasions:
1]When inetd is started during normal system startup
2]When inetd is started following a network shutdown as opposed to a system shutdown
3]When you instruct an executing inetd to reread the configuration file after you have made changes to it that you wish to put into effect
Now here services you mentioned for them you need to edit /etc/inetd.conf.
Refer following document for more information:
http://docs.hp.com/en/32650-90897/ch02s03.html?btnNext=next%A0%BB
Thanks & Regards
Reshma