7–Installing Management Applications
Detailed Procedures
73
83840-546-00 D
Configure WinRM HTTPS/SSL
You can run
winrm
from a client to retrieve information from the server using
WinRM HTTPS connection. Use the following steps to test the WinRM
HTTPS/SSL connection from client:
1.
To retrieve the server operating system information, enter the following
command.
winrm e wmi/root/cimv2/Win32_OperatingSystem
-r:https://yourservername
-u:username -p:password -skipCAcheck
2.
To retrieve the server WinRM identity information, enter the following
command.
winrm id -r:https://yourservername -u:username -p:password
-skipCAcheck
3.
To enumerate Windows services on the server, enter the following
command.
winrm e wmicimv2/Win32_service -r:https://yourservername
-u:username -p:password -skipCAcheck
The next section explains how to export and import the self-signed certificate.
WS-MAN and CIM-XML—Linux Server
There are two options available for installing OpenPegasus: install from an Inbox
RPM or install from the source. The Inbox OpenPegasus is available only on the
Red Hat Linux OS. For the SUSE Linux Enterprise Server 11 (SLES11) OS, you
must use the source RPM. If you plan to use WS-MAN then you must install
OpenPegasus from source.
NOTE
It is important to use
-skipCAcheck
switch in the
winrm
command line
testing, as the certificate is self-generated and not imported on the client.
Otherwise, the following error message appears:
WSManFault.
NOTE
The Inbox RPM does not support the WS-MAN communication protocol. To
use WS-MAN, you must install OpenPegasus from source.
Summary of Contents for 8400 Series
Page 390: ......