HP Discovery not available for Linux Probes
- October 15th, 2012
- Write comment
I guess it never came up in the field, but the Discovery Flow Probe Linux installation can only be used for integrations… not discovery.
Posts Tagged ‘Discovery’
I guess it never came up in the field, but the Discovery Flow Probe Linux installation can only be used for integrations… not discovery.
To Configure PowerShell:
1) Enable PowerShell remoting.
– Launch PowerShell v2.0 as an administrator.
– Run the enable-PSRemoting cmdlet:
— Starts the WinRM service and sets the statup type to Automatic
— Enables a firewall exception for WS-Management communications
— Creates a listender to accept requests on any IP address
2) To trust all hosts, run the following from the command line:
Set-Item WSMan:\localhost\Client\TrustedHosts *
To Trust only restricted IP addresses, specific the addresses in place of the asterisk (*).
3) Restart WinRM by running the following from the command line:
Restart-Service winrm
As of uCMDB 9.03, CUP1, Host Resources and Applications discovery will fail if executed against Windows 2008 R2 nodes with the NTCMD protocol.
xCmd v1.01 for NT4/2000 – executes commands remotely
Freeware! 2001 Zoltan Csizmadia
Connecting to remote service … Failed to start remote service
Couldn’t start remote service
Failed with error code:5
Access is denied.
Remote service executable is deleted.
To overcome this, a local administrator user needs to be created on each 2008 R2 host (admin privilege will not work). Create a OS user as built in user and set the registry as per below:
To disable UAC remote restrictions, follow these steps:
For more information, please visit:
support.microsoft.com
support.openview.hp.com