Dell PowerEdge R830 Integrated Remote Access Controller 8 Version 2.70.70.70 U - Page 290

Programs and Features, Control Panel

Page 290 highlights

How to check whether iDRAC Service Module is installed in the host operating system? To know if the iDRAC Service Module is installed on the system, • On systems running Windows: Open the Control Panel, verify if iDRAC Service Module is listed in the list of installed programs displayed. • On systems running Linux: Run the command rpm -qi dcism. If the iDRAC Service Module is installed, the status displayed is installed. NOTE: To check if the iDRAC Service Module is installed on Red Hat Enterprise Linux 7, use the systemctl status dcismeng.service command instead of the init.d command. How to check the version number of the iDRAC Service Module installed in the system? To check the version of the iDRAC Service Module in the system, do any of the following: • Click Start > Control Panel > Programs and Features. The version of the installed iDRAC Service Module is listed in the Version tab. • Go to My Computer > Uninstall or change a program. What is the minimum permission level required to install the iDRAC Service Module? To install the iDRAC Service Module, you must have administrator level privileges. On iDRAC Service Module version 2.0 and earlier, while installing the iDRAC Service Module, an error message is displayed stating this is not a supported server. Consult the User Guide for additional information about the supported servers. How to resolve this error? Before installing the iDRAC Service Module, make sure that the server is a 12th generation PowerEdge server or later. Also, make sure that you have a 64-bit system. The following message is displayed in the OS log, even when the OS to iDRAC Pass-through over USBNIC is configured properly. Why? The iDRAC Service Module is unable to communicate with iDRAC using the OS to iDRAC Pass-through channel iDRAC Service Module uses the OS to iDRAC pass-through over USB NIC feature to establish the communication with iDRAC. Sometimes, the communication is not established though the USB NIC interface is configured with the correct IP endpoints. This may happen when the host operating system routing table has multiple entries for the same destination mask and the USB NIC destination is not listed as the first one in routing order. Table 48. iDRAC Service Module Destination default 10.94.148.0 link-local link-local Gateway 10.94.148.1 0.0.0.0 0.0.0.0 0.0.0.0 Genmask 0.0.0.0 255.255.255.0 255.255.255.0 255.255.255.0 Flags UG U U U Metric Ref 1024 0 0 0 0 0 0 0 Use Iface 0 em1 0 em1 0 em1 0 enp0s20u12u3 In the example enp0s20u12u3 is the USB NIC interface. The link-local destination mask is repeated and the USB NIC is not the first one in the order. This results in the connectivity issue between iDRAC Service Module and iDRAC over the OS to iDRAC Pass-through. To troubleshoot the connectivity issue, make sure that the iDRAC USBNIC IPv4 address (by default it is 169.254.0.1) is reachable from the host operating system. If not: • Change the iDRAC USBNIC address on a unique destination mask. • Delete the entries that are not required from the routing table to make sure that USB NIC is chosen by route when the host wants to reach the iDRAC USB NIC IPv4 address. On iDRAC Service Module version 2.0 and earlier, when uninstalling iDRAC Service Module from a VMware ESXi server, the virtual switch is named as vSwitchiDRACvusb and port group as iDRAC Network on the vSphere client. How to delete them? While installing iDRAC Service Module VIB on a VMware ESXi server, iDRAC Service Module creates the vSwtich and Portgroup to communicate with iDRAC over the OS to iDRAC Pass-through in USB NIC mode. After the uninstallation, the virtual switch vSwitchiDRACvusb and the port group iDRAC Network are not deleted. To delete it manually, perform one of the following steps: • Go to vSphere Client Configuration wizard and delete the entries. • Go to the Esxcli and type the following commands: 290 Frequently asked questions

  • 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
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298

How to check whether iDRAC Service Module is installed in the host operating system?
To know if the iDRAC Service Module is installed on the system,
On systems running Windows:
Open the
Control Panel
, verify if iDRAC Service Module is listed in the list of installed programs displayed.
On systems running Linux:
Run the command
rpm —qi dcism
. If the iDRAC Service Module is installed, the status displayed is
installed
.
NOTE:
To check if the iDRAC Service Module is installed on Red Hat Enterprise Linux 7, use the
systemctl status
dcismeng.service
command instead of the
init.d
command.
How to check the version number of the iDRAC Service Module installed in the system?
To check the version of the iDRAC Service Module in the system, do any of the following:
Click
Start
>
Control Panel
>
Programs and Features
. The version of the installed iDRAC Service Module is listed in the
Version
tab.
Go to
My Computer
>
Uninstall or change a program
.
What is the minimum permission level required to install the iDRAC Service Module?
To install the iDRAC Service Module, you must have administrator level privileges.
On iDRAC Service Module version 2.0 and earlier, while installing the iDRAC Service Module, an error message is displayed
stating this is not a supported server. Consult the User Guide for additional information about the supported servers. How
to resolve this error?
Before installing the iDRAC Service Module, make sure that the server is a 12th generation PowerEdge server or later. Also, make sure
that you have a 64-bit system.
The following message is displayed in the OS log, even when the OS to iDRAC Pass-through over USBNIC is configured
properly. Why?
The iDRAC Service Module is unable to communicate with iDRAC using the OS to iDRAC Pass-through channel
iDRAC Service Module uses the OS to iDRAC pass-through over USB NIC feature to establish the communication with iDRAC.
Sometimes, the communication is not established though the USB NIC interface is configured with the correct IP endpoints. This may
happen when the host operating system routing table has multiple entries for the same destination mask and the USB NIC destination is
not listed as the first one in routing order.
Table 48. iDRAC Service Module
Destination
Gateway
Genmask
Flags
Metric
Ref
Use Iface
default
10.94.148.1
0.0.0.0
UG
1024
0
0 em1
10.94.148.0
0.0.0.0
255.255.255.0
U
0
0
0 em1
link-local
0.0.0.0
255.255.255.0
U
0
0
0 em1
link-local
0.0.0.0
255.255.255.0
U
0
0
0 enp0s20u12u3
In the example
enp0s20u12u3
is the USB NIC interface. The link-local destination mask is repeated and the USB NIC is not the first one
in the order. This results in the connectivity issue between iDRAC Service Module and iDRAC over the OS to iDRAC Pass-through. To
troubleshoot the connectivity issue, make sure that the iDRAC USBNIC IPv4 address (by default it is 169.254.0.1) is reachable from the
host operating system.
If not:
Change the iDRAC USBNIC address on a unique destination mask.
Delete the entries that are not required from the routing table to make sure that USB NIC is chosen by route when the host wants to
reach the iDRAC USB NIC IPv4 address.
On iDRAC Service Module version 2.0 and earlier, when uninstalling iDRAC Service Module from a VMware ESXi server, the
virtual switch is named as vSwitchiDRACvusb and port group as iDRAC Network on the vSphere client. How to delete them?
While installing iDRAC Service Module VIB on a VMware ESXi server, iDRAC Service Module creates the vSwtich and Portgroup to
communicate with iDRAC over the OS to iDRAC Pass-through in USB NIC mode. After the uninstallation, the virtual switch
vSwitchiDRACvusb
and the port group
iDRAC Network
are not deleted. To delete it manually, perform one of the following steps:
Go to vSphere Client Configuration wizard and delete the entries.
Go to the Esxcli and type the following commands:
290
Frequently asked questions