We have an ESXi Server for a client that is protected by UEB Free. It was running swimmingly for a few weeks and suddenly every backup we try to run fails stating no data was received from the client. In the middle of the logs we are seeing:
Text
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 | [LOG0] run_vprotect.c:635: XML Received: /usr/bp/bin/vprotect/vprotect: unrecognized option `--istemplate'
usage: vprotect [ options ]
--bpcmd : operation to perform
--backup : perform a backup
--changeids : change id of previous backup
--datastore : datastore name (for restore)
--fd : file descriptor for backup data output
--help : display this message
--hostname : hostname of ESX server
--jobid : id of job (for restore)
--newname : name of VM created upon restore
--server : address of ESX/vCenter server
--password : password for ESX/vCenter server (base64-encoded)
--restore : perform a restore
--metadata : restore metadata of excluded disks
--pool : resource pool to restore to (optional)
--restoredata : restore disk data to a VM
--username : username for ESX/vCenter server
--UUID : UUID of VM to back up
--exclude : Keys of disks to exclude from the VM
--version : display vprotect version
--hardware_hash : hardware hash
--appaware : app aware flag
--GOSusername : gos username
--GOSpassword : gos password
--disklist : get the list of disks for a VM
|
The command run was:
Text
| INFO: "Command-line...: /usr/bp/bin/vprotect/vprotect --server *** --username *** --password ******** --backup --UUID *** --istemplate NO --appaware NO "
|
Any ideas?