- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote Shutdown HP-UX from Windows
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-28-2002 06:01 AM
тАО10-28-2002 06:01 AM
i want to shut down all systems via a skript startet from one NT Server.
For Windows Servers i can use a remote shutdown tool from www.sysinternals.com
psshutdown.
Is there maybe a tool wich works under Windows NT to shutdown a HP-UX Server. Today i start a makro, but that's not the best way.
Hope you can help me.
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2002 06:08 AM
тАО10-28-2002 06:08 AM
Re: Remote Shutdown HP-UX from Windows
You can use ops (open proces)axway, but it is NOT a simple tool.
www.axway.com
regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2002 06:10 AM
тАО10-28-2002 06:10 AM
SolutionRegards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2002 06:28 AM
тАО10-28-2002 06:28 AM
Re: Remote Shutdown HP-UX from Windows
you can add an useraccount shutdown which has as shell /etc/shudown.
This user has to have ID 0 since only root can shutdown a system.
This way you can simplify the passwords for all systems.
Good luck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2002 06:55 AM
тАО10-28-2002 06:55 AM
Re: Remote Shutdown HP-UX from Windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2002 10:28 AM
тАО10-28-2002 10:28 AM
Re: Remote Shutdown HP-UX from Windows
I use ssh to reboot systems remotely. You can wrap this up into a script using the authorized_keys file on the unix side (if you use open ssh, other distros are slightly different). Basically the NT side holds the private key and the /.ssh/authorized_keys holds the public key. You will need to append the public key to the end of this file (make SURE you retain 600 as the permissions on authorized_keys). Basically this allows you to log in and reboot the system remotely without giving a typed password, instead you will be using your encryption key as authentication. I have found this to be a good method because using "r" commands passes the password over the network in plain text format. If you need more help with this or an example let me know.
Thx,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2002 01:57 AM
тАО10-29-2002 01:57 AM
Re: Remote Shutdown HP-UX from Windows
special thanks for all your helpfull replies!
rsh, is the easiest way to solve my problem.
Tim: thanks for your offer, but special authentication, with public and private keys, is a bit to much, cause i'm the last IT guy in the company, and after my leave our sekretary will maintain our Network.
The hole theme, with authorisation, is too much write work for me in my documention. Well, maybe i come back to you from my next job. Thanks for your offer.
best regards
Patrick