- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Trusted systems and tsconvert...
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
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
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-22-2001 11:28 AM
тАО10-22-2001 11:28 AM
I have several 11.00 servers that I inherited all of them running trusted systems. Nobody knows the root password. I unconverted one server using tsconvert ???r, changed the password and then reconverted it using tsconvert. However, it hosed up the passwords for all other users and expired the password I just changed for root when I converted back. I know there are some other options for tsconvert that will allow you to preserve passwords (both when turning ts on and off.) but I can???t find a man page and I can???t find any documentation for the tsconvert command.
Would someone please give me some more info on the tsconvert command.
Thanx,
Scott
(P.S. Please don???t tell me to use SAM to convert. It???s not an option.)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2001 12:57 PM
тАО10-22-2001 12:57 PM
SolutionYou need to use SAM to do this for you.... noooo.. just kidding... I am one another SAM hater.
I don't think there is any option with tsconvert to preserve the passwords. But once you tsconvert to convert the system, you can reset the "password reset" option by running
modprpw command.
If I recall correctly, it is -V option that does this trick for you. What I would do is to get a list of all the user-ids (awk '{FS=":";print $1}' /etc/passwd will give a list and you can modify it if you want) and then run modprpw -V on them.
for USER in `cat list`
do
/usr/lbin/modprpw -V $USER
done
Above should help you. I don't well remember this option though as I did it quite sometime back. I don't have a system to test this out.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2001 01:52 PM
тАО10-22-2001 01:52 PM
Re: Trusted systems and tsconvert...
If the root password or
user passwords is not known,
what is the need to preserve
it?? If you want to change
the password in the trusted
system to new and are being
prompted for the old password
during the change- you
can edit the tcb files
and remove the entry
corresponding to
u_pwd=
this will reset the password
to empty and then you can
set a password.
The whole thing can be
setup with a script using
sed or awk.
If password change is
your goal, there is no
need to even go with the
convert option.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2001 03:25 PM
тАО10-22-2001 03:25 PM
Re: Trusted systems and tsconvert...
Then again, if you don't know the root password, you couldn't do this anyhow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2001 04:32 PM
тАО10-22-2001 04:32 PM
Re: Trusted systems and tsconvert...
try modprpw -V option after converting the sysetm to trusted. It should work. There is no such option directly with tsconvert command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 05:06 AM
тАО10-23-2001 05:06 AM