I'm running VC2.5 with VCB1.1 and ESX 3.0.2 servers. I have Netbackup 5.1. I'm trying to get VCB working in my environment with the Netbackup Integration Module for ESX 3.0.2.
The Netbackup script fails when calling:
C:\Program Files\VMware\VMware Consolidated Backup Framework\netbackup>cscript /nologo "%VCBBASE%\netbackup\command.wsf" -pre "%VCBBASE%" VMware-1
Unknown error: The system cannot find the file specified.
Exit Code: -2147024894
I've confirmed that VCB is working by using vcbmounter and the pre-command.wsf script in the ../generic directory.
I've triple checked my config.js files. I added the following entries to the config.js file in the netbackup directory (even though I shouldn't have had to):
/*
Veritas NetBackup specific configuration options. Can also be used
to override default options in "config.js"
*/
BACKUPROOT="C:
mnt";
/*
NetBackup installation path. - If unset, the default value is obtained
from the registry. If Veritas NetBackup was installed properly, you
should not need to set this.
*/
VNBU_INSTALL_PATH="C:
Program Files
VERITAS
NetBackup";
/*
Veritas NetBackup's job file directory. The pre command creates
a job config file that is subsequently used by the post command.
*
If no value is specified, your temporary folder is used.
*/
VNBU_JOBFILE_DIR="C:
Windows
Temp";
This problem is similar to the one described here: http://communities.vmware.com/thread/88708?tstart=0
I'm not sure I understood the solution there, but I tried what I could, to no avail.
Thanks in advance.