Stopping vrlcm service...
INFO vrlcm[1249] [http-nio-8080-exec-9] [c.v.v.l.l.u.RequestSubmissionUtil] – ++++++++++++++++++ Creating request to Request_Service :::>>> {
"vmid" : "vm_task_id",
"transactionId" : null,
"tenant" : "default",
"requestName" : "lcmvarestore",
"requestReason" : "Trigger LCM VA Restore",
"requestType" : "lcmvarestore",
"requestSource" : null,
"requestSourceType" : "user",
"inputMap" : {
"backupArchivePath" : "/data/lcm-backup-<data_time>.tar.gz"
INFO vrlcm[1249] [scheduling-1] [c.v.v.l.a.c.EventProcessor] – INITIALIZING NEW EVENT :: {
"vmid" : "vm_task_id",
"transactionId" : null,
"tenant" : "default",
"createdBy" : "root",
"lastModifiedBy" : "root",
"createdOn" : 1769058819225,
"lastUpdatedOn" : 1769058819801,
"version" : "9.0.0.0",
"vrn" : null,
"eventName" : "OnStart",
"currentState" : null,
"eventArgument" : "{\"productSpec\":{\"name\":\"productSpec\",\"type\":\"com.vmware.vrealize.lcm.domain.ProductSpecification\",\"value\":\"{\\\"symbolicName\\\":\\\"lcmvarestore\\\",\\\"displayName\\\":null,\\\"productVersion\\\":null,\\\"priority\\\":0,\\\"dependsOn\\\":[],\\\"components\\\":[{\\\"component\\\":{\\\"symbolicName\\\":\\\"lcmvarestore\\\",\\\"type\\\":null,\\\"componentVersion\\\":null,\\\"properties\\\":{
\\\"backupArchivePath\\\":\\\"/data/lcm-backup-<data_time>.tar.gz\\\",\\\"isVcfUser\\\":\\\"true\\\"}},\\\"priority\\\":0}]}\"}}",
"status" : "CREATED",
"stateMachineInstance" : "######-####-####-####-######",
"errorCause" : null,
"sequence" : 336,
"eventLock" : 1,
"engineNodeId" : "fleetmgmt_node_fqdn"
}
VCF Operations 9.0.x
The restore script attempts to stop the vrlcm-server.service even when the service is already stopped. This results in the systemd unit returning a non-zero exit code, causing the restore script to halt and preventing the restore operation from moving forward.
Broadcom is aware of the issue affecting the restore script and is planning to fix it in a future update.
Workaround:
systemctl stop vrlcm-server.servicesystemctl stop vrlcm-server.service --> #systemctl stop vrlcm-server.service
/var/lib/vlcm-common/lcm-restore.sh /data/lcm-backup.tar.gz