HP Integrity rx5670 Windows Integrity nPartition Guide - Page 152

CIM_NAMESPACE, CIM_HOST, CIM_NOSSL, CIM_USER, CIM_PASSWORD, Namespace, Set the value

Page 152 highlights

Troubleshooting Using WMIOP.EXE to pinpoint problems CIM_NAMESPACE -- if not defined use root/cimv2 CIM_HOST -- local connect if not defined CIM_PORT -- port number (default determined by CIM_NOSSL) CIM_NOSSL -- if defined, connect unencrypted to 5988, else 5989 CIM_USER -- user CIM_PASSWORD -- password Notes: • Set the value for CIM_NAMESPACE appropriately, so that instances of __Namespace can be enumerated, created, and deleted. • Set the CIM_NAMESPACE variable to the correct and desired namespace before running the WMIOP application. • If an invalid classname is provided, the application will abort. • Do not redirect WMIOP output to a file. Some operations require user input after the command line call and these inputs cannot be omitted. 152 Chapter 6

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160

Troubleshooting
Using WMIOP.EXE to pinpoint problems
Chapter 6
152
CIM_NAMESPACE
-- if not defined use root/cimv2
CIM_HOST
-- local connect if not defined
CIM_PORT
-- port number (default determined by CIM_NOSSL)
CIM_NOSSL
-- if defined, connect unencrypted to 5988, else 5989
CIM_USER
-- user
CIM_PASSWORD
-- password
Notes:
Set the value for
CIM_NAMESPACE
appropriately, so that instances of
__Namespace
can
be enumerated, created, and deleted.
Set the
CIM_NAMESPACE
variable to the correct and desired namespace before running
the WMIOP application.
If an invalid classname is provided, the application will abort.
Do not redirect WMIOP output to a file. Some operations require user input after the
command line call and these inputs cannot be omitted.