I've got a Dell R540 server running ESXi version 7.0.7 (VMKernel Release Build 20036586). I'm trying to add the VCenter Server Appliance version 7.0.3-20150588 to the server. I downloaded and mount...
See more...
I've got a Dell R540 server running ESXi version 7.0.7 (VMKernel Release Build 20036586). I'm trying to add the VCenter Server Appliance version 7.0.3-20150588 to the server. I downloaded and mounted the ISO per the instructions, ran the GUI from my Windows 10 workstation, and Stage 1 seemed to go fine. However, Stage 2 has been stuck since yesterday. The GUI hung, so I closed it and checked from the web browser—it's still stuck! The response from the server doesn't offer much insight: {
"state": "CONFIG_IN_PROGRESS",
"progress": {
"total": 3,
"completed": 2,
"message": {
"id": "install.ciscommon.component.starting",
"default_message": "Starting VMware Appliance Configuration...",
"args": [
"VMware Appliance Configuration"
]
}
},
"subtask_order": [
"rpminstall",
"validate",
"firstboot"
],
"subtasks": [
{
"key": "rpminstall",
"value": {
"progress": {
"total": 100,
"completed": 100,
"message": {
"id": "com.vmware.vcenter.deploy.task.complete.success",
"default_message": "Task has completed successfully.",
"args": []
}
},
"description": {
"id": "com.vmware.vcenter.deploy.task.description.rpminstall",
"default_message": "Install required RPMs for the appliance.",
"args": []
},
"service": "",
"operation": "",
"status": "SUCCEEDED",
"cancelable": false,
"start_time": "2022-08-10T22:20:39.125Z",
"end_time": "2022-08-10T22:28:52.594Z"
}
},
{
"key": "validate",
"value": {
"progress": {
"total": 100,
"completed": 100,
"message": {
"id": "com.vmware.vcenter.deploy.task.complete.success",
"default_message": "Task has completed successfully.",
"args": []
}
},
"description": {
"id": "com.vmware.vcenter.deploy.task.description.validate",
"default_message": "Validate input parameters.",
"args": []
},
"service": "",
"operation": "",
"status": "SUCCEEDED",
"cancelable": false,
"start_time": "2022-08-11T14:56:49.756Z",
"end_time": "2022-08-11T14:56:49.758Z"
}
},
{
"key": "firstboot",
"value": {
"progress": {
"total": 100,
"completed": 0,
"message": {
"id": "install.ciscommon.component.starting",
"default_message": "Starting VMware Appliance Configuration...",
"args": [
"VMware Appliance Configuration"
]
}
},
"description": {
"id": "com.vmware.vcenter.deploy.task.description.firstboot",
"default_message": "Run firstboot scripts.",
"args": []
},
"service": "",
"operation": "",
"status": "RUNNING",
"cancelable": false,
"start_time": "2022-08-11T14:56:51.832Z"
}
}
],
"description": {
"id": "com.vmware.vcenter.deploy.task.description.op.install",
"default_message": "Install vCenter Server appliance.",
"args": []
},
"service": "",
"operation": "INSTALL",
"status": "RUNNING",
"cancelable": false,
"start_time": "2022-08-10T22:20:39.125Z"
} Does anyone have insight or advice on this?