- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password Recovery
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
10-31-2007 02:17 AM
10-31-2007 02:17 AM
I have a trusted system and all the passwords has been expired. I need to restore all the passwords again. what all steps i need to take here. its hp-ux 11.11.
Thanks
Candyman
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 02:22 AM
10-31-2007 02:22 AM
SolutionYou would need to run a root script.
make a list of users
while read -r username
do
passwd -d $username
passwd -f $username
done < list
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 02:45 AM
10-31-2007 02:45 AM
Re: Password Recovery
I have a full system backup.... can I restore the /tcb direcory? will that work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 02:50 AM
10-31-2007 02:50 AM
Re: Password Recovery
This as actually done duu to system was changed to untrusted from trusted and back to trusted system.... this expired all the passwords. but will the restore of /tcb directory restore the old passwords? cuz i need the old passwords to be restored.
Thanks
candyman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 05:54 AM
10-31-2007 05:54 AM
Re: Password Recovery
I think the passwords have expired as you change to trusted system.
you can run following command to disable the password expiry/aging
#/usr/lbin/modprpw -m mintm=0,exptm=0,lftm=0 username
Run for one user and if its ok, then you can do the same for other users.
once everything is fine, you may again want to enable the password aging, see modprpw manpage for the details.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 02:26 PM
10-31-2007 02:26 PM
Re: Password Recovery
/usr/lbin/modprpw -V
That's UPPERCASE V. When SAM does the conversion, this step is done automatically. Note that the passwords are still the same, only the expiration time is refreshed. man modprpw
Bill Hassell, sysadmin