- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Converting into the 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
01-18-2001 02:49 AM
01-18-2001 02:49 AM
Converting into the trusted system
- 1 cluster (MC Service Guard),
- Disk format VXFS and HFS only on /stand
- 50 PCc are running under Windows NT4.0 connect to HP9000 by telnet and Winsock
- 1 External modem connect to /dev/ttyd0p7 (serial port)
- 1 External tape device for DDS/DAT
I have to convert my systems into the trusted mode. So, my questions are :
1) Where can I find out the patches and which one ?
2) What are the troubles may be occurred after converting the trusted mode ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2001 10:30 AM
01-18-2001 10:30 AM
Re: Converting into the trusted system
>
Because of passwd policies, be aware that you will have users that will be asking you to reactivate accounts, reset passwds etc...
that you may have root account deactivated by people trying to connect...
So for root, the best is to create a /etc/securetty file containing the word console in it, and from then on you will have to use su except on console...
For the rest there is nothing special...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2001 12:37 AM
01-19-2001 12:37 AM
Re: Converting into the trusted system
On an untrusted system, only the first eight characters of a password are significant and used for authentication. On a trusted system, passwords can be longer than eight characters and all characters are used for authentication.
Regards, Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2001 12:52 AM
01-19-2001 12:52 AM
Re: Converting into the trusted system
Apart from the password aging and format policies, users shouldn't notice any difference between trusted and untrusted mode.
You can find all patches on this web site, by clicking on 'maintenance and support' on the left frame.
As Victor suggested you, create the /etc/securetty file with one single line:
console
to restrict root logins to the system console (people will have to 'su' to become root)
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2001 07:29 AM
01-19-2001 07:29 AM
Re: Converting into the trusted system
I agree with our collegae.
You 'll need to create a file onder /etc called securetty in which you can set the following;
# echo console >> /etc/securetty
# chmod 600 /etc/securetty
Maybe it will help.