- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- trusted system
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
11-23-2003 08:12 PM
11-23-2003 08:12 PM
Can any of you tell me about his/her experience with trusted systems under hpux 11.00 and 11.11? The thing is we'd like to convert our systems to trusted and need to know if there is any disadvantage with it. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 08:39 PM
11-23-2003 08:39 PM
Re: trusted system
on docs.hp.com you can find many useful hints and suggestions to manage your trusted system and eventual known problems.
Anyway
KBRC00012678 - TRUSTED: System generated password length exceeds maximum length
already reports a warning about password lenghts and
KBRC00010639 - Troubleshooting a Trusted system
about a general troubleshooting on trusted system.
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 10:31 PM
11-23-2003 10:31 PM
SolutionTo resolve this, you must bring the system down to single-user mode to change the root password.
Or you may want to increase the 'Unsuccessful Login Tries Allowed' from 'General User Account Policies' using SAM to increase the number.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 11:25 PM
11-23-2003 11:25 PM
Re: trusted system
Yiu have more control on passwors, expiry time and whole lot of other details. For accounts getting disabled, you can set max. no. unsuccessful logins. For root I always set it bit high,
Also immedialtely after to you convert to trusted systems , in order to avoid getting all logins expired, execute the following command.
/usr/lbin/modprpw -V
Check the man pages for getprpw, getprdef, modprpw, modprdef.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 11:50 PM
11-23-2003 11:50 PM
Re: trusted system
Most of the problems I've encountered have to do with account deactivation. People don't always remember that they only have 3 (or x number of times) to get their password right before being locked. Also, has already mentionned, root being locked can create havoc (especially if you don't have another root-type account), cause not only will it lock you root and stop from accessing it, but if you're using r-commands, like in ServiceGuard, it'll always ask you for password, and even if it's the right one, it won't work, causing jobs to fail.
But in my mind, the advantages far outweight the disadvantages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 09:37 PM
11-24-2003 09:37 PM
Re: trusted system
Do you run NIS? You can't mix trusted mode and NIS.
If you decide to convert to trusted mode, be sure you have current patches for libsec, tsconvert and libpam before converting. That will help you avoid several potential problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 12:45 AM
11-25-2003 12:45 AM
Re: trusted system
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 01:32 PM
11-25-2003 01:32 PM
Re: trusted system
By the way, I think bring the system down to single-user mode to re-activate the root account is unavoidable for a workstation? Unless we have another active telnet session login as root?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 11:46 PM
11-25-2003 11:46 PM
Re: trusted system
JL