- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Startup scripts
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-2002 02:31 AM
05-29-2002 02:31 AM
Startup scripts
I am trying to implement security on a HP-UX11 server so I am removing any unnecessary startup scripts from the /sbin/rc*.d directories. Can you someone please tell which scripts I absolutely need to leave in, I have most of them but just in case......
Thanks Barbara.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 02:37 AM
05-29-2002 02:37 AM
Re: Startup scripts
E.g. to stop cron from starting, edit /etc/rc.config.d/cron and change CRON=1 to CRON=0.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 02:39 AM
05-29-2002 02:39 AM
Re: Startup scripts
The services that you would defeat would be dependent upon your environment. Some recommendations can be found in the "Building a Bastion Host Using HP-UX 11" whitepaper:
http://www.kbeta.com/SecurityTips/Checklists/HPUX_11_Bastion_Guide.htm
However, rather than removing files (links) in '/sbin/rc*.d/' or files in 'sbin/init.d' (to which the links point), consider turning *off* their control in their corresponding '/etc/rc.config.d' configuration files. Generally this means changing a variable's value from <1> to <0> to defeat the startup of a service.
For more information on the startup/shutdown mechanisms, see:
http://docs.hp.com/hpux/onlinedocs/os/startup.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 02:40 AM
05-29-2002 02:40 AM
Re: Startup scripts
You can remove scripts like
( used wild cards )
S*mrouted
S*rwhod
S*gated
S*rbootd
S*audio
S*ospf*
If you are not using NIS then you can remove
S*nis*
Note: please take a copy of these rc* directories before doing anything.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 02:40 AM
05-29-2002 02:40 AM
Re: Startup scripts
some are as follows-
apache
dns
xsever
nfs-if not required
dtlogin
mwa
omni
etc
Regards,