- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changng root password on trusted system
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-02-2000 08:35 PM
04-02-2000 08:35 PM
Changng root password on trusted system
I can't change the root password. Sam lets me change
any other password but fails on root. At the command
line, passwd fails with "sorry".
HPUX - 11.00
The root account is not locked as I can still log in
under the old password.
Very confused...???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2000 12:35 AM
04-03-2000 12:35 AM
Re: Changng root password on trusted system
# passwd root
This should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2000 04:33 AM
04-03-2000 04:33 AM
Re: Changng root password on trusted system
# passwd root
Changing password for root
Old password:
Sorry.
#
And it is not that I forgot the password cause I still
login with it.
I have the same problem on two machines
I figure it must be a bug, or something in my security policies.
Any more ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2000 05:09 PM
04-03-2000 05:09 PM
Re: Changng root password on trusted system
- select Account for users and group
- Go Actions & Modify user's password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2000 07:49 PM
04-03-2000 07:49 PM
Re: Changng root password on trusted system
says, I can change other users but not root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2000 10:15 AM
04-12-2000 10:15 AM
Re: Changng root password on trusted system
HPUX 11.
The login command will accept your long password, but the passwd command will
not.
You should be able to chnage your password by only entering the first 8
characters at the passwd change prompt.
This problem only occurs for the first password change per user after
converting to a trusted system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2000 08:39 PM
04-12-2000 08:39 PM
Re: Changng root password on trusted system
was 9 chars when I changed to a trusted system.
However - HP Support had me use their undocumented
routines in the /usr/lbin .
what did the trick was
#/usr/sam/lbin/usermod.sam -F -p "" root
#passwd
This cleared and reset the root password.