- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Delete HP standard users.
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-22-2007 12:33 PM
04-22-2007 12:33 PM
For security reasons, the management is planning to delete not used HP standard users. Can you tell me which HP standard users can be deleted and which are not. The standard users are:
daemon
bin
sys
adm
uucp
lp
nuucp
hpdb
nobody
www
smbnull
webadmin
iwww
owww
mysql
tftp
Will it cause any problems if we delete it? We are running SAP with oracle database in our HP-UX 11i server.
Thanks,
Roel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2007 12:45 PM
04-22-2007 12:45 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2007 01:27 PM
04-22-2007 01:27 PM
Re: Delete HP standard users.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2007 02:10 PM
04-22-2007 02:10 PM
Re: Delete HP standard users.
thanks,
Roel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 12:47 AM
04-24-2007 12:47 AM
Re: Delete HP standard users.
I think it will be difficult to find any docs that can prove you do not need to delete this accounts - it is just common sense. And I can not imagine that these standard accounts are extremly dangerous - no one can "su" to them except root, no can login under them - cause they have no password. The only purpose, I think, of them to define access rules to files and dirs of software. Deleting of accounts is usefull, for example, on Oracle - scott/tiger :) in other words - standard user with known standard password, that can be used for logging in, that is not your case. Also, can anyone guarantee correct operation of installed software after deletion?
Search for everyone of them in docs or ask HP. "Fanaticism" is dangerous :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 01:12 AM
04-24-2007 01:12 AM
Re: Delete HP standard users.
If you're not running a web server or mysql on the system, those can be eliminated (www, iwww, owww, mysql, webadmin). I'd actually suggest removing the associated software with swremove and these accounts should be cleaned up as part of the removal if HP did a good packaging job.
If you're not using CIFS/Samba, you don't need smbnull and that should be removed when you swremove that software.
I don't know what hpdb is associated with so I wouldn't touch it.
The others I wouldn't touch either. These are typical UNIX system accounts that are required for certain subsystems to work. Removing any of them could cause system malfunctions and outages. As Bill and ACS suggested, these failures might not be immediate or predictable, but something would likely fail at some point because of their removal. As long as the accounts are locked, they don't impact the security (from an access perspective) of the system at all.
Jeff Traigle