The following messages will appear in the log.
Message Level | Message | Explanation |
---|---|---|
Information | script started. | The script has started processing. |
vCenter Server connected. | Logged in to the vCenter Server. | |
vCenter Server disconnected. | Logged out of the vCenter Server. | |
script ended normally. | The script has finished processing. | |
execute CCM. command operand copyGroup orgLu:backupLu | LU to LU copying has been executed. An AdvancedCopy Manager CCM command will appear after this message. | |
output password file. | A password file has been generated. | |
create snapshot. | A snapshot has been created. | |
delete snapshot. | Snapshots have been deleted. | |
rescan storage. esxName | Storage has been re-scanned on the ESXi Server. | |
update storage. esxName | Storage has been updated on the ESXi Server. | |
complete resignature datastore for restore. luName datastoreName | The datastore for restoration has been resignatured. | |
delete datastore for restore. datastoreName | The datastore for restoration has been deleted. | |
remove harddisk of target VM. harddiskName | The hard disk of the virtual machine to be restored has been removed. | |
delete Snapshot of target VM. vmName | Snapshots of the virtual machine to be restored have been deleted. | |
delete target VM. vmName | The virtual machine to be restored has been deleted. | |
add VM to inventory. datastoreName vmName vmxFileName | The backup data virtual machine has been added to the inventory. | |
delete VM. vmName | The backup data virtual machine has been deleted. | |
move to target Snapshot. vmName snapshotName | Snapshots have been restored using the backup data virtual machine. | |
delete Snapshot. vmName snapshotName | Snapshots restored from the backup data virtual machine have been deleted. | |
execute Cold Migration. vmName srcDatastoreName -> dstDatastoreName | The backup data virtual machine has been moved to the running datastore. | |
Failed to delete snapshot. | Failed to delete snapshots. Delete it if you confirm the existence of the snapshot called "ETERNUS_Backup" at Snapshot Manager. | |
checking harddisks started. VM=vmName | The checking of the hard disk of the targeted virtual machine will be started. | |
checking harddisks ended normally. VM=vmName | The checking of the hard disk of the targeted virtual machine has successfully ended. | |
Warning ": < Warn > : " | parameter: Not found in fileName | Cannot find the definition file parameter. Check the contents of the definition file. |
Message | Check the contents of Message generated by the system. | |
Error ": ## ERROR ## : " | parameter incorrect. fileName | The definition file format is incorrect. |
can not make LogFile. logFilePath. | Cannot create a log file. Check for errors in the specified path. | |
vCenter Server connection failed. serverName userName | Could not log in to the vCenter Server. Check the PowerCLI (Connect-VIServer) error information shown after this message. | |
vCenter Server disconnection failed. | Could not log out of the vCenter Server. Check the PowerCLI (Connect-VIServer) error information shown after this message. | |
password file not found. path | Cannot find Password.txt file. Execute initial processing. | |
password file incorrect. | Password.txt file is unusable. Recreate by executing initial processing. | |
failed to CCM. command copyGroup orgLu:backupLu | LU to LU copying has failed. Check the AdvancedCopy Manager CCM error information shown after this message. | |
do not set CCM path. fileName parameter | The definition file does not include the parameter indicating the bin directory path of AdvancedCopy Manager CCM. | |
do not get VM. vmName | Failed to acquire virtual machine information. vmName shows the name of the failed virtual machine. Check the PowerCLI (Get-VM) error information shown after this message. | |
data not found. path | There is no valid data in the file shown in path. Check the contents. | |
do not get LU to target datastore. datastoreName | Cannot acquire LU information storing the datastore shown in datastoreName. Check the PowerCLI (Get-Datastore, Get-ScsiLun) error information shown after this message. | |
definition of LU that target VM not found. vmName lunVNo | Copy definition about LU stored in the virtual machine has not been written to LU.ini. Add a definition to LU.ini or review the VM to be backed up. | |
failed to create snapshot. | Failed to create snapshots. Check the PowerCLI (Remote-Snapshot) error information shown after this message. | |
do not set VM Name. | In startup parameter "-vm", specify the name of the virtual machine to be restored. | |
not exist VM. | The specified virtual machine does not exist. Specify the name of an existing virtual machine. Check the PowerCLI (Get-VM) error information shown after this message. | |
VM is not unique. vmName | There are several virtual machines with the same name. Specify a unique virtual machine. | |
do not get datastore of target VM. datastoreName | Cannot acquire information for the datastore storing the vmx file of the virtual machine. Check the PowerCLI (Get-Datastore) error information shown after this message. | |
found datastore in LU for Restore. luName datastoreName | The ESXi Server found an LU for restoration. Delete the LU for restoration from the datastore. | |
backup setting is not found. vmName | The virtual machine to be restored has not been backed up or the BkupInfo.txt file is broken. | |
do not set LU of Restore. backupLu | The LU for restoration for the backup destination LU has not been defined. Check the contents of the LU.ini file. | |
LU for restore not found. backupLu | Several LUs for restoration for the backup destination LU have been defined. Check the contents of the LU.ini file. | |
failed to rescan storage devices. esxName | Failed to re-scan storage. Check the PowerCLI (Get-VMHostStorage) error information shown after this message. | |
failed to update storage. esxName | Failed to update storage. Check the PowerCLI (Get-VMHostStorage) error information shown after this message. | |
LU for restore not found. luName | The ESXi Server could not find the LU for restoration. When it is not connected, check the connection between the LU for restoration specified in the LU.ini file and the ESXi Server of the virtual machine to be restored. | |
failed to resignature datastore for restore. luName | Failed to resignature the LU for restoration. In cases when the backup volume is connected to the ESXi server, re-execute the restoration after disconnecting it. Check the PowerCLI (ResignatureUnresolvedVmfsVolume method) error information shown after this message. | |
failed to get datastore for restore. luName datastoreID | Failed to acquire datastore information for restoration. Check the PowerCLI (Get-Datastore) error information shown after this message. | |
failed to remove harddisk of target VM. hardDiskName | Failed to remove the hard disk for the Data Area of the virtual machine to be restored. Check the PowerCLI (Remove-HardDisk) error information shown after this message. | |
failed to delete Snapshot of target VM. vmName | Failed to delete the snapshots of the virtual machine for restoration. Check the PowerCLI (Remove-Snapshot) error information shown after this message. | |
failed to delete target VM. vmName | Failed to delete the virtual machine for restoration. Check the PowerCLI (Remove-VM) error information shown after this message. | |
failed to add inventory. datastoreName vmName vmxFileName | Could not add the backup data virtual machine to the inventory. Check the PowerCLI (New-VM) error information shown after this message. | |
failed to delete VM. vmName | Could not delete the backup data virtual machine to the inventory. Check the PowerCLI (Remove-VM) error information shown after this message. | |
Snapshot of target VM not found. vmName snapshotName | There is no snapshot called "ETERNUS_Backup" in the backup data virtual machine. Virtual machines not backed up using the backup script cannot be restored. | |
backup setting is not specified. vmName | Cannot identify backup information. The virtual machine to be restored has not been backed up or the BkupInfo.txt file is broken. | |
failed to move of target Snapshot. vmName snapshotName | Failed to restore snapshots in the virtual machine restored from the backup data. A PowerCLI (Set-VM) error information will appear after this message. | |
failed to delete Snapshot. vmName snapshotName | Failed to delete snapshots in the virtual machine restored from the backup data. A PowerCLI (Remove-Snapshot) error information will appear after this message. | |
do not get datastore of target VM. datastoreName vmName | Failed to acquire datastore information containing the hard disk of the virtual machine to be restored. Check the PowerCLI (Get-Datastore) error information shown after this message. | |
failed to Cold Migration. vmName srcDatastoreName dstDatastoreName | The virtual machine restored from the backup data could not be moved from srcDatastoreName to dstDatastoreName. A PowerCLI (RelocateVM method) error information will appear after this message. | |
the following data disk must have the property 'IndependentPersistent'. | The Data Area is not Independent (Persistent). Please confirm the classification of the Data Area that has been output following this message. | |
the following data disk must not be stored in the same datastore with system disk. | The Data Area is allocated on the same volume as the System Area. Please confirm the Data Area that has been output following this message. | |
unsupported disk type. | The type of disk is not supported. | |
checking harddisks ended abnormally. VM=vmName | An error has been detected while checking the hard disk of the virtual machine. | |
the target VM has not been shut down. | The virtual machine subject to restoration has not been shut down. | |
LUNs are not in the same storage. | Information for more than one ETERNUS Disk storage system is specified in the LU copy information configured in the LU.ini file. | |
the target VMs are not in the same storage. | Virtual machines residing on more than one ETERNUS Disk storage system have been specified in the VMBackup.ini file. | |
failed to get VMHost. | The operation of the acquisition of information on the ESXi Server failed. Check the status of the vCenter Server. |
The following message will be output to the command prompt that activated the script.
Message | Explanation |
---|---|
The VMware vSphere PowerCLI core component seems to be not installed. | VMware vSphere PowerCLI has not been installed. |