- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change root password
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
08-25-2003 04:23 AM
08-25-2003 04:23 AM
change root password
Our admin is leave and we don't know root password to L1000/HP-UX 11.11
When we try change password trought "set_parms root_passwd" under single use mode we see next message:
# set_parms root_passwd
/sbin/set_parms [730]: grep: not found
set_parms: Cannot find dialog for -- using English.
/sbi_setparms.d/15_root_passwd [56]: grep: not found
Can we change root password for succesful in to system or no ?
If yes please says as ?
BR,
Efim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 04:26 AM
08-25-2003 04:26 AM
Re: change root password
I would use the passwd command rather than setparms.
By the way, is this a trusted system?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 04:26 AM
08-25-2003 04:26 AM
Re: change root password
If yes, is /bin in your path?
echo $PATH
If not, then:
EXPORT PATH=$PATH:/bin
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 04:31 AM
08-25-2003 04:31 AM
Re: change root password
# /sbin/mount -a
# vi /etc/passwd
and remove the enqrupted passwd field.
trusted mode
# /sbin/mount -a
# cd /tcb/files/auth/r/
and then delete the actual encrypted password from the root file, the field your looking for is 'u_pwd'.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 04:31 AM
08-25-2003 04:31 AM
Re: change root password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 04:33 AM
08-25-2003 04:33 AM
Re: change root password
2. mount -a
This will mount all of the file systems.
3. Set root passwd with "passwd root", as described above.
4. Reboot server with "shutdown -r".
You want to reboot to bring the server up normally. Single-user mode skips some stuff.
Don't let this happen again. Ensure that you know the root password before the system admin goes on vacation. Have a "backup" system admin lined up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 04:52 AM
08-25-2003 04:52 AM
Re: change root password
sorry to trouble your but one security was find password in notebook.
Thanks to all for help,
BR, Efim.