- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perform Change On Multiple Workstations
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
06-15-2001 09:44 AM
06-15-2001 09:44 AM
Perform Change On Multiple Workstations
Ive been doing SA for a few years, but in an environment of less than 20 machines. Now I'm in an environment with 200+ workstations and I'd like to change the root password on all of them. Any suggestions as to the best/most efficient way to accomplish this. HP-UX 10.2 on primarily the same subnet.
Thanks & HAGO,
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 01:10 PM
06-15-2001 01:10 PM
Re: Perform Change On Multiple Workstations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 01:32 PM
06-15-2001 01:32 PM
Re: Perform Change On Multiple Workstations
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/rdist-6.1.5/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 01:48 PM
06-15-2001 01:48 PM
Re: Perform Change On Multiple Workstations
Expect is your friend. We have an expect script called "pass_mass" that crawls all 62 of our boxes and strokes the root password before it expires each month.
(Shhh. Don't tell Information Security!)
Home:
http://expect.nist.gov/
Depot:
http://hpux.cs.utah.edu/hppd/hpux/Tcl/expect-5.31/
Cheers,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 04:45 PM
06-15-2001 04:45 PM
Re: Perform Change On Multiple Workstations
If security is a bigger issue, then you could build and install OpenSSH on each of the systems, and ssh over instead. It allows a policy similar to .rhosts, and the full transmission is encrypted. However, if the password is sniffed off the net, it is no different that users being able to view the file, which any user with access hast to be able to do!
Regards,
Shannon