- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Trusted mode - backup/restore of the password
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-30-2004 02:05 AM
01-30-2004 02:05 AM
I want to use MC/SG with the Trusted Mode configuration.
I understood that in terms of system management the main feature (perceived by the system administrator) is related to the password management; after that there are several features available, system monitoring, .... but they are just available, no effort is required.
In my cluster I'd like to have the same operators on the main and on the spare node;
currently we performs some "backup" of the main node, and when a Transfer Of Control occurs the backup is restored on the spare node.
My question is:
can we adopt thie solution again in TM?
can we backup the passwords (even if it's a more complex) in teh main node and restore them on the spare node?
Is there, in the passwords, some dependency on the hostname / IP address of the main node?
thaks a lot
Enrico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 02:19 AM
01-30-2004 02:19 AM
Re: Trusted mode - backup/restore of the password
/tcb/files/auth
There are folders for each letter in the alphabet.
You can restore the files in there and it should work. You can also just null out the password and force a change on next login.
I'm attaching a script that does that on trusted systems.
If you restore the file in /tcb/files/auth/r
You will be restoring the file for all users starting with the letter r.
That means root and randy will BOTH be restored.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 02:28 AM
01-30-2004 02:28 AM
Re: Trusted mode - backup/restore of the password
and what about if I want to keep the same password?
can log on in the node spare by using the password that I set on the node main?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 03:23 AM
01-30-2004 03:23 AM
SolutionThere isn't really a dependency on a given host for the passwords, however it does contain the last successful and unsuccessful login details for each account on the machine. If you copy the /tcb files to another machine these values become less useful.
I wonder if something like NIS+ or LDAP might be a suitable way forward for you?
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 03:46 AM
01-30-2004 03:46 AM
Re: Trusted mode - backup/restore of the password
To keep the user definitions "in sync" between the two I would transfer the following:
/etc/passwd
/etc/group
/tcb/files/auth/*
/home/* #optional but recommended
/etc/default/security #If used
You can cron this to do it periodically.
Rgds,
Jeff