User guide
NetXtreme II User Guide
September 2013
Broadcom Corporation
Page 122 Detailed Procedures Document INGSRVT78-CDUM100-R
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
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 displays: WSManFault.
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.SLES11,
NOTE: The Inbox RPM does not support the WS-MAN communication protocol. To use WS-MAN, you must install
OpenPegasus from source.
Install OpenPegasus From the Inbox RPM (Red Hat Only)
In Red Hat Linux, an Inbox OpenPegasus RPM is available as tog-pegasus-<version>.<arch>.rpm.
1. Use the following command to install tog-pegasus:
rpm -ivh tog-openpegasus-<version>.<arch>.rpm
2. Use the following command to start Pegasus:
/etc/init.d/tog-pegasus start
NOTE: If your system has “Red Hat Security Enhancement for tog-pegasus” enabled, disable it before connecting
to BACS. See /usr/share/doc/tog-pegasus-2.5.2/README.RedHat.Security for details. To disable it, remove the
line from /etc/pam.d/wbem.
NOTE: On SuSE Linux, the Inbox OpenPegasus RPM is not available. OpenPegasus must be installed from
source, as described in the following section.
Note that in inbox Pegasus, HTTP is not enabled by default. After Inbox OpenPegasus is installed successfully, if no further
configuration is required, then follow the instructions in Install Broadcom CMPI Provider. To enable HTTP, see Enable HTTP.
Install OpenPegasus From Source (Red Hat and SuSE)
The OpenPegasus source can be downloaded from www.openpegasus.org.