- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
09-13-2002 03:28 PM
09-13-2002 03:28 PM
trusted system
I want to make my live servers running HP-UX 10.20 &11.x as trusted .
thanks for suggesyions.
spv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 03:33 PM
09-13-2002 03:33 PM
Re: trusted system
There is a lot of good information on Trusted Systems out at http://www.docs.hp.com
Just search on trusted system and you'll get many returns that discuss this topic more in depth. The easiest way to convert is via SAM, Auditing and Security, then select one of the options on that next screen.
Hope this helps!
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 04:20 PM
09-13-2002 04:20 PM
Re: trusted system
There are additional features now available to control security policies if you want to enable them.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 05:44 PM
09-13-2002 05:44 PM
Re: trusted system
To make a system trusted use sam.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 10:56 PM
09-13-2002 10:56 PM
Re: trusted system
# /usr/lbin/tconvert (to change to trusted)
Be aware that changing a system to trusted, expires all passwords immediately, so be ready.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2002 02:11 PM
09-14-2002 02:11 PM
Re: trusted system
You can use either SAM as already mentioned or use the command "/usr/lbin/tsconvert" to convert a system to trusted. You will find a new directory tree structure under /tcb after this task.
The passwords will be expired. This is to make sure users will set the password to the trusted system standards. You can leave it that way or disable password expiry by running the command "/usr/lbin/modprdef -m exptm=0".
Start getting familiar with the commands like getprpw, modprpw, getprdef and modprdef etc under /usr/lbin. There won't be man pages on them. Try searching for these words in the forums. Sometimes you may find it irritating to go into SAM for small tasks like enabling a login (/usr/lbin/modprpw -k login).
-Sri