Windows Integrity nPartition Guide
Troubleshooting
Checking component installation and operation
Chapter 6
141
NumberOfProcessors = 1
OEMStringArray[?] = "SMBIOS 2.3 BIOS with HP DMI extensions "
PauseAfterReset = -1
PowerOnPasswordStatus = 3
PowerState = 0
PowerSupplyState = 3
PrimaryOwnerName = "Joe Owner"
ResetCapability = 1
ResetCount = -1
ResetLimit = -1
Roles[?] = "LM_Workstation LM_Server NT Server_NT Backup_Browser "
Status = "OK"
SystemStartupDelay = 30
SystemStartupOptions[?] = ""Microsoft Windows 2000 Server" /fastdetect "
SystemStartupSetting = 0
SystemType = "X86-based PC"
ThermalState = 3
TotalPhysicalMemory = 1341636608
UserName = "DOMAIN-NAME\jowner"
WakeUpType = 6
}
Verify WMI Mapper service with HTTP connection
This set of commands verifies that the WMI Mapper service is running and properly
responding to client requests. Note that running the nPartition commands with the -g
option (to connect remotely to the Management Processor on the partitionable system)
does not go through the WMI Mapper service, so this test does not apply for those cases.
The following test uses a basic HTTP connection to the service, which eliminates any
possible SSL/certificate problems. By default, the WMI Mapper service is configured for
HTTPS/SSL connections only. Therefore this test will not work without first
reconfiguring the service for HTTP connections. See the installed file
%PEGASUS_HOME%\ConfigREADME.txt for instructions on how to configure the
service. To test the default configuration (HTTPS connections), you should skip this test
and use the next one instead.
Open a Command Prompt window and run the following commands:
set CIM_HOST=localhost
set CIM_USER=<domain\username>
set CIM_PASSWORD=<password for user, above>