VMware VS4-ENT-PL-A Setup Guide - Page 211

Problems if You Upgrade vCenter Server But Do Not Upgrade Auto Deploy Server

Page 211 highlights

Chapter 7 Installing ESXi 4 Go to the Auto Deploy data directory. Operating System vCenter Server appliance Microsoft Windows File Location /var/lib/rbd The data directory you selected during installation. To find it, type the following command into a command prompt. reg.exe QUERY "HKLM\SOFTWARE\WOW6432Node\VMware, Inc.\VMware vSphere Auto Deploy" /v DataPath The directory contains a file named db, and backup files named db-yyy-mm-dd. 5 Rename the current db file. VMware Support might ask for that file if you call for assistance. 6 Rename the most recent backup to db. 7 Restart the Auto Deploy server service. 8 If the message still appears in the log, repeat the steps to use the next recent backup until Auto Deploy works without database errors. Problems if You Upgrade vCenter Server But Do Not Upgrade Auto Deploy Server When you upgrade vCenter Server, you can upgrade the Auto Deploy Server at the same time. If you postpone the update, problems with the vSphere HA agent might result. Problem When you upgrade vCenter Server, vCenter Server replaces the vSphere HA agent (vmware-fdm) version 5.0 with vSphere HA agent version 5.1 or later on each ESXi host. On hosts provisioned with Auto Deploy, the replacement is not permanent because no state is on the host. If vCenter Server is not available, the ESXi hosts do not have the correct vSphere HA agent and cannot join a cluster. Cause The Auto Deploy 5.0 server does not automatically upgrade the FDM VIB to version 5.1 or later. Unless you create a new image that includes the VIB, Auto Deploy reverts to the FDM VIB version 5.0 after reboot. Solution Upgrade the Auto Deploy server. If you cannot upgrade the Auto Deploy server, you can use Image Builder PowerCLI cmdlets included with vSphere PowerCLI to create an ESXi 5.0 image profile that includes the new vmware-fdm VIB. You can supply your hosts with that image profile. 1 At the PowerCLI prompt, add the ESXi 5.0 software depot and add the software depot that contains the new vmware-fdm VIB. Add-EsxSoftwareDepot C:\Path\VMware-Esxi-5.0.0-buildnumber-depot.zip Add-EsxSoftwareDepot http://vcenter_server/vSphere-HA-depot 2 Create a rule that assigns the new image profile to your hosts, and add the rule to the ruleset. New-DeployRule -Name "Rule Name" -Item "ImageName" -Pattern "my host pattern" Add-DeployRule -DeployRule "Rule Name" VMware, Inc. 211

  • 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

4
Go to the Auto Deploy data directory.
Operating System
File Location
vCenter Server appliance
/var/lib/rbd
Microsoft Windows
The data directory you selected during installation. To find it, type the
following command into a command prompt.
reg.exe QUERY "HKLM\SOFTWARE\WOW6432Node\VMware,
Inc.\VMware vSphere Auto Deploy" /v DataPath
The directory contains a file named
db
, and backup files named
db
-
yyy
-
mm
-
dd
.
5
Rename the current
db
file.
VMware Support might ask for that file if you call for assistance.
6
Rename the most recent backup to
db
.
7
Restart the Auto Deploy server service.
8
If the message still appears in the log, repeat the steps to use the next recent backup until Auto Deploy
works without database errors.
Problems if You Upgrade vCenter Server But Do Not Upgrade Auto Deploy Server
When you upgrade vCenter Server, you can upgrade the Auto Deploy Server at the same time. If you
postpone the update, problems with the vSphere HA agent might result.
Problem
When you upgrade vCenter Server, vCenter Server replaces the vSphere HA agent (vmware-fdm) version
5.0 with vSphere HA agent version 5.1 or later on each ESXi host. On hosts provisioned with Auto Deploy,
the replacement is not permanent because no state is on the host. If vCenter Server is not available, the ESXi
hosts do not have the correct vSphere HA agent and cannot join a cluster.
Cause
The Auto Deploy 5.0 server does not automatically upgrade the FDM VIB to version 5.1 or later. Unless you
create a new image that includes the VIB, Auto Deploy reverts to the FDM VIB version 5.0 after reboot.
Solution
Upgrade the Auto Deploy server.
If you cannot upgrade the Auto Deploy server, you can use Image Builder PowerCLI cmdlets included with
vSphere PowerCLI to create an ESXi 5.0 image profile that includes the new vmware-fdm VIB. You can
supply your hosts with that image profile.
1
At the PowerCLI prompt, add the ESXi 5.0 software depot and add the software depot that contains the
new vmware-fdm VIB.
Add-EsxSoftwareDepot
C:\
Path
\VMware-Esxi-
5.0.0-buildnumber
-depot.zip
Add-EsxSoftwareDepot http://
vcenter_server
/vSphere-HA-depot
2
Create a rule that assigns the new image profile to your hosts, and add the rule to the ruleset.
New-DeployRule -Name "
Rule Name
"
-Item "
ImageName
"
-Pattern "my host pattern"
Add-DeployRule -DeployRule "
Rule Name
"
Chapter 7 Installing ESXi
VMware, Inc.
211