VMware Cloud Community
arjanhs
Enthusiast
Enthusiast

VCB Backup

We are trying to setup VCB in conjunction with Veritas Netbackup (version 6.0mp4), while trying to mount a VM with the following command, the understanding output is generated:

D:\VMware\VCB>vcbMounter.exe -h server1 -u root -p root -a ipaddr:server2 -r e:\backup\server2_fullvm -t fullvm -m san

\[2007-04-04 06:56:22.103 'App' 2144 info] Current working directory: D:\VMware\VCB

\[2007-04-04 06:56:22.713 'BaseLibs' 3920 warning] \[Vmdb_Unset] Unsetting unknown path: /vmomi/

Copying "\[LUN09] server2/server2.vmx":

0%=====================50%=====================100%

**************************************************

Copying "\[LUN09] server2/server2.nvram":

0%=====================50%=====================100%

**************************************************

Copying "\[LUN09] server2/vmware-1.log":

0%=====================50%=====================100%

**************************************************

Copying "\[LUN09] server2/vmware-2.log":

0%=====================50%=====================100%

**************************************************

Copying "\[LUN09] server2/vmware-3.log":

0%=====================50%=====================100%

**************************************************

Copying "\[LUN09] server2/vmware-4.log":

0%=====================50%=====================100%

**************************************************

Copying "\[LUN09] server2/vmware-5.log":

0%=====================50%=====================100%

*************************************************

Copying "\[LUN09] server2/vmware.log":

0%=====================50%=====================100%

**************************************************

\[2007-04-04 06:56:31.322 'BaseLibs' 5892 warning] \[Vmdb_Unset] Unsetting unknown path: /vmomi/

\[2007-04-04 06:56:31.916 'BlockList' 2144 warning] Could not log out (rdw09405:root)

\[2007-04-04 06:56:31.932 'vcbMounter' 2144 error] Error: Failed to open the disk: One LUN could not be opened

\[2007-04-04 06:56:31.932 'vcbMounter' 2144 error] An error occured, cleaning up.

I have checked the server twice for having just one path to the SAN and that they are not used in the Disk Manager of MS, how can I solve this problem?

Arjan

0 Kudos
3 Replies
davidbarclay
Virtuoso
Virtuoso

Are the LUNs presented with the same numbers to the ESX hosts and VCB host?

i.e. ESX with VMFSA on LUN1 must be LUN1 on the VCB host.

Dave

0 Kudos
arjanhs
Enthusiast
Enthusiast

Yes they are, all LUNs are present at the ESX host and the VCB proxy host.

Haven't find out how checking if the LUN ids are the same.

Arjan

0 Kudos
arjanhs
Enthusiast
Enthusiast

Now I’m able to do a Mount with the vcbMount command, so I think the framework is working, I’m trying now to integrate the framework in NetBackup.

When running the commands from the command line, I’m stuck on the command.wsf script, pre-command.bat calls the script, so I tried the following on the command line:

cscript command.wsf -pre d:\VMware\VCB VMware-VCB-Test

I’m in the working directory of the command.wsf file, I’m trying to do a pre, the dir where the framework is installed is given, and the configured policy name in netbackup is named.

The results are nothing, I’m getting no error message or anything else, how can I troubleshoot this problem, so I’m able to solve this problem.

Arjan

0 Kudos