- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM can't remove www user
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
06-04-2003 01:27 AM
06-04-2003 01:27 AM
SAM is not allowed to remove or deactivate user "www".
See the "sam(1M)" entry in the"HP-UX Reference" for details.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 01:47 AM
06-04-2003 01:47 AM
Re: SAM can't remove www user
A restricted SAM has the following rules you should know when using:
Cannot add user with UID 0
Cannot change the password of a user with the UID of 0
Cannot remove a user with the UID of 0
Cannot deactivate a user with UID of 0
Can change the home directory of a user with UID 0
Can create a new home directory for a user with UID 0
Can change the login shell or startup program for a user with UID 0
I hope this information will help.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:03 AM
06-04-2003 02:03 AM
Re: SAM can't remove www user
Could also be that you're in some of the directories owned by www user while running SAM?:)
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:32 AM
06-04-2003 02:32 AM
Re: SAM can't remove www user
Was there any more detail in the sam log that may shed some light? You should be able to tell which command or script was called to do the job - and then check it out.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:43 AM
06-04-2003 03:43 AM
Re: SAM can't remove www user
Check what software products are installed:
# swlist -l product
# swlist -l fileset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:43 AM
06-04-2003 03:43 AM
Re: SAM can't remove www user
Regards
Michael
"When I have rouble spelling, it's called fat finger syndrome."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:55 AM
06-04-2003 03:55 AM
Re: SAM can't remove www user
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8313-90002/B8313-90002_top.html&con=/hpux/onlinedocs/B8313-90002/00/00/6-con.html&toc=/hpux/onlinedocs/B8313-90002/00/00/6-toc.html&searchterms=/etc/passwd%7cwww&queryid=20030604-055411
The entry in /etc/passwd is:
www:*:30:1::/:
# swlist -l fileset |grep -i netscape
If you remove the product first, you will then be able to remove the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 09:41 AM