- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11i on intanium minimun running processe...
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
04-08-2007 09:11 PM
04-08-2007 09:11 PM
HP-UX 11i on intanium minimun running processes/services
I would build a box myself but sadily I do not own one.
If one has a list of what these services are that would be great to but not my main aim
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 01:58 AM
04-09-2007 01:58 AM
Re: HP-UX 11i on intanium minimun running processes/services
Running IP Filter and limiting what ports your server listens to is also your best bet since it isolates you from a lot of possible remote exploits.
Besides that, there is the old Bastion guide for HP-UX 11.0 but a lot of "value-added" services have been added since then (SMH, WBEM, etc) so it's less relevant as it used to be: http://www.unixadm.net/hp/bastioning_hpux.11.html
You can also look at a doc I made here:
http://www.mayoxide.com/securing-hpux/phpwiki/ . But it is dated from 2004, unfinished and I have no plans to complete it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 01:18 PM
04-09-2007 01:18 PM
Re: HP-UX 11i on intanium minimun running processes/services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 01:31 PM
04-09-2007 01:31 PM
Re: HP-UX 11i on intanium minimun running processes/services
But there is a LONG list of useless, almost impossible to determine the purpose of, extra stuff in /sbin/init.d. Unfortunately, there is no easy way to determine what function the obscure scripts are starting. Minimum services is undefinable, but there is a lot of junk that can be dumped. Use Google to search for the mystery features to see if you need these items.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 01:57 AM
04-20-2007 01:57 AM
Re: HP-UX 11i on intanium minimun running processes/services
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 02:03 AM
04-20-2007 02:03 AM
Re: HP-UX 11i on intanium minimun running processes/services
comment out what you do not wish to run.
Leave telnet
Leave ftp
If you want EMS to work then leave registrar.
A number of items there are self explanitory or there is a man page that desribes the service.
Next step.
run through the /etc/rc.log.
Services like sendmail may not be wanted.
Most other services can be disabled by stopping them and then modifying /etc/rc.config.d/xxx file.
And in the end. review ps -ef output then do your research on what processes are running.
You should be able to get things down to about 70 processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 02:59 AM
04-20-2007 02:59 AM
Re: HP-UX 11i on intanium minimun running processes/services
Bill Hassell, sysadmin