- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted System and CDE lock
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
03-20-2002 03:08 AM
03-20-2002 03:08 AM
I just tried converting a HP-UX 11 system to Trusted System state.
The problem is that users can't unlock their CDE sessions anymore. Root can't do this either. What's the problem here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:22 AM
03-20-2002 03:22 AM
Re: Trusted System and CDE lock
It happens as the previous password is not acceptable for the system after converting it to a trusted one.
Better to change the password of all the users affected with the problem then they will be able to unlock the CDE screen.
root should be able to login to CDE Login screen's command line login option with the previous password itself.
If you are not able to get the CDE login screen rightnow at your console, if you can reboot the server, then you will be able to do this.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:27 AM
03-20-2002 03:27 AM
Re: Trusted System and CDE lock
you need to have everyone logged off while you convert to trusted.
login from command line option in CDE.
cp passwd file to passwd.saved
restore backup of /etc/passwd
log everyone out
cp passwd.saved back to passwd
good luck
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:30 AM
03-20-2002 03:30 AM
Re: Trusted System and CDE lock
At the worst case we can boot the system in single user mode and either convert the system back to untrusted one by issuing the command "tsconvert" or just change the passwords of required users.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 06:54 AM
03-20-2002 06:54 AM
Re: Trusted System and CDE lock
It seems to be sufficient for the users just to log out and log in again after the conversion.
Dtsession is the process that fires the locking mechanism. When you restart this it starts in a Trusted System (mode/version?), even displaying the lastlog-message on login and unlock.
Again, thanks.