This section explains error messages regarding vmfile_update.pl.
ERROR: Option option requires an argument.
A parameter has not been specified.
Check if the parameter on the command line is correct.
ERROR: Required command option option not specified. usage: usage
The required option has not been specified on the command line.
Ensure that the correct command line option has been specified.
ERROR: Unknown option: option. usage: usage
An invalid option is included in the command line.
Delete the option displayed in option from the command line.
ERROR: Error connecting to server at server: Perhaps host is not a vCenter or ESX server
There is an error in the connected vCenter or ESX server.
Modify the parameter value for server which has been entered on the command line to vCenter or ESX.
ERROR: Cannot complete login due to an incorrect user name or password.
There is an error in the user name or password entered on the command line.
Correct the user name or password entered on the command line.
ERROR: Failed to open file: file.
The specified file cannot be opened.
Check that the specified file exists and is readable.
ERROR: Invalid file format. Correct file format should be: #operation,type,vstorage_name,datastore_name,mountpath,vmhosts. Detail: line number in input_file.
There is an error in the format of line number in input_file.
Modify the format of the line containing the error as follows:
#operation,type,vstorage_name,datastore_name,mountpath,vmhosts
ERROR: Datastore type must be "nfs" or "vmfs". Detail: line number in input_file.
There is an error in the type of the datastore that requires updating in the input file.
Specify vmfs or nfs for the type of the datastore that requires updating in the input file.
ERROR: Failed to find datastore datastore_name in datacenter.
There is no datastore for the input file on the server.
Check the datastore information in the input file and then execute the command again.
ERROR: Failed to update datastore datastore_name, line number in input_file. Detail: vcli_detail
An error has occurred during the updating of datastore information.
Check the datastore information and the state of the datastore in the error line, and then execute the command again.