- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Custom Tools Windows without SSH
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-22-2008 07:03 PM
09-22-2008 07:03 PM
Custom Tools Windows without SSH
mx_dtf_ssh_bypass_user and mx_dtf_enable_ssh_bypass
I have done this but still get the task error message
The "Run as" user does not have adequate permission to manipulate this file: Connection refused: connect
Using TCP monitoring tools I have still noticed that mxdtf is attempting to make SSH connection with the target node despite the bypass being set. Has anyone else had this problem and what did you need to set in the custom tool or SIM overall to force the bypass. Thanks in advance. Justin
- Tags:
- ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 08:43 AM
09-23-2008 08:43 AM
Re: Custom Tools Windows without SSH
"SSH Bypass is used to boost performance by bypassing the overhead of setting up SSH connections for specified users when the **Central Management Server (CMS) is executing a tool locally on the CMS.**"
SSH Bypass is only for local commands run on the CMS. Using a 'remote tool' AKA a Single-System-Aware tool on a system that is not the CMS requires SSH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 04:06 PM
09-23-2008 04:06 PM
Re: Custom Tools Windows without SSH
Thanks for the swift response. It is disappointing that SIM does not allow straight forward remote execution of commands without SSH as this would be an extremely useful tool for running scripts. Is this something that the HP SIM developers are looking into?
Regards,
Justin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 07:51 AM
09-25-2008 07:51 AM
Re: Custom Tools Windows without SSH
As a workaround, you can run things on the CMS itself and use the target device variable to address one or more remote systems. This is limited, of course, to utilities that let you specify a remote system (e.g. shutdown lets you do this, netstat does not). I haven't played much with PowerShell, but this would let you do a lot of things for which there is not an ability in the utility to specify a remote device. MS has published a number of sample administration scripts. PowerShell would only need to be present on the CMS and not on all of your devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2008 09:17 AM
11-05-2008 09:17 AM
Re: Custom Tools Windows without SSH
Another potential work around would be to use the Systernals PSTools package: http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx You will still have to run these ON the CMS (SIM server) remotely against the nodes. The psexec utility will let you execute something on a remote system, but I've never used it in a SIM tool to see what the returned data looks like.