- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- modprpw - help
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-2002 06:55 AM
04-22-2002 06:55 AM
I just know that to reactivate the locked passswd I can use this command "modprpw -k username".
From where can I find help for this command, It tried man but does not show the man pages for me.
If somebody can give me the details to what are the other options..I really appreciate it.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:01 AM
04-22-2002 07:01 AM
Re: modprpw - help
Normally I'd say search docs.hp.com for it, but that site seems to be down at the moment.
If you can be patient you should find the man page in the 1m section of the man pages for 11i
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:02 AM
04-22-2002 07:02 AM
Re: modprpw - help
When you don't get a hit from a standard man search try
whereis command
This will return ALL the possible man pages & importantly WHICH man section
Then you can specify the section in the man command.
You can also do
man -k command
to do the same thing & has the added benefit of showing ANY command which may contain the command name within it.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:03 AM
04-22-2002 07:03 AM
Re: modprpw - help
You can find it in www.docs.hp.com ( unfortunately there is some problem with the site now). Search for this word and it will give you the man pages.
This command is in the /usr/lbin directory and is intended for backends to commands in the /usr hierarchy. This is why HP has not documented it. If you are using 11i, then there might be a man page for this command.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:05 AM
04-22-2002 07:05 AM
Re: modprpw - help
Or tail -f /var/sam/log/samlog in one window and use sam in another.
These are the commands I use :-
(Unlocks the account)
#
# /usr/lbin/modprpw -k username
(Resets the password)
#
# /usr/lbin/modprpw -x username
admnum=480
The user will be prompted for this number when they next log in.
Good luck,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 09:05 AM
04-22-2002 09:05 AM
Re: modprpw - help
You can try this sequence:
1) /usr/lbin/getprpw -l -r -m lockout
2) /usr/lbin/modprpw -l -x
I got these commands from the SAM log after having reactivated a user using SAM.
Hope this helps.
Hai