Link to home
Start Free TrialLog in
Avatar of Stewart_HendersonNO1
Stewart_HendersonNO1

asked on

vcb dismount no longer working

Hi,
Until recently the following vcb batch file was working. But now when it it runs it fails on the dismount. Please see attached file where the last few lines indicate a Block List error, no path to device LVID .....
Suggestions would be much appreciated.

@ECHO OFF
ECHO ESXBackup started for %1 > D:\ESXBACKUP\%1.log
DATE /T >> D:\ESXBACKUP\%1.log
ECHO.
REN D:\ESXBackup\%1 %1_OLD
"C:\Program Files\VMware\VMware Consolidated Backup Framework\vcbmounter" -h daldkvir.daloon.com -u administrator -p XXXX -a uuid:%2 -r D:\ESXBackup\%1 -t fullvm -m san -M 1 >> D:\ESXBACKUP\%1.log
IF ERRORLEVEL==0 RMDIR D:\ESXBackup\%1_OLD /S /Q
ECHO.
ECHO ESXBackup færdig. >> D:\ESXBACKUP\%1.log
TIME /T >> D:\ESXBACKUP\%1.log


Thanks,

Stewart
Avatar of Stewart_HendersonNO1
Stewart_HendersonNO1

ASKER

Hi,

Forgot to attach the file, please find it now enclosed.

Stewart
DALDKSQL11.log
Hi,

Does anybody have any suggestions on the above ?

Stewart
[2009-12-19 03:10:23.355 'vcbMounter' 1528 error] Error: Failed to open the disk: Cannot access a SAN/iSCSI LUN backing this virtual disk. (Hint: Option "-m ndb" swtiches vcbMounter to network base disk access if this is what you want.)
[2009-12-19 03:10:23.355 'vcbMounter' 1528 error] An error occurred, cleaning up...
Has your SAN configuration changed?
Two google searches ...
http://wiki.sflanders.net/Docs/VCB 
http://seer.entsupport.symantec.com/docs/308860.htm
http://seer.entsupport.symantec.com/docs/319289.htm
 
 
 
Hi again,

Is there anybody who can assist with this questions ?

Many Thanks,

Stewart
Hi Za Mkh,

On the first link you posted it highlights the error I have but is does not indicate how to define the LUNs on the backup server (do you know how this should be done ?)

2.5 Failed to open the disk: Cannot access a SAN/iSCSI LUN backing this virtual disk.
This typically means that new LUNs have been defined, but have not been allocated to the backup server:
"Define the LUNs on the backup server
"Reboot the backup server
"Start VCB script again
Hi again Za Mkh,

On the backup server is IBM Storage Manager 10 Client which manages the FC connection to the SAN (VMachines stored on SAN) - is it here where the LUNs need to be reconfigured in the defining host ?

Is this related to the Failed to open the disk: Cannot access a SAN/iSCSI LUN backing this virtual disk.
error message.

Stewart
Hi again Za Mkh,

You mentioned if the SAN configuration has changed - there are two SANs, one which stores the VMachines and this has not changed plus a second San which has been reformatted / new disk array created (this san is purely used as an additonal back and should not have any influence on the vcb.

Any further suggestions would be greatly appreciated.

Stewart
ASKER CERTIFIED SOLUTION
Avatar of Naga Bhanu Kiran Kota
Naga Bhanu Kiran Kota
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi bhanu,

Sorry for not returning to you before now. I am testing this today and will come back to you on it tomorrow.

Thanks- - Stewart
hi stewart,


not a problem i hope you will be able to hit bang on target as to what is not working and fix the same.

revert back if you need any further clarifications

regards
bhanu
Hi Bhanukir,

The vcb now works having modified the .bat file to use -t fullvm -m nbd  rather than -t fullvm -m san
It did take considerably longer for the vcb backups to run ? As this does work does it point to an issue with the FC switch when reverting back to to the original command ?

Stewart
hi stewart,

as mentioned earlier... if running backing with -m san is failing then you need to verify if you see the SAN volumes are visible to the VCB proxy server. You can verify this by going to disk management and seeing if you see any disks with "unknown" partition type "Healthy" status.

if you dont see them then verify with your SAN admin if the LUNs are configured to be visible to the VCB proxy server. There might be a mis configuration on the FC switch or wrong definition of LUNs etc.....

regards
bhanu
Hi Bhanu,

I have enclosed a screenprint of the disk management from the vcb proxy server. Does this indicate there is an issue with the SAN..

Stewart
Disk-Management.doc
hi stewart,

from the disk management view i dont think the SAN volume is visible to the VCB proxy.  If you look at the "disk 2"  that is one disk that is not initialized but that is only 16MB, you should see something on the same lines and the disk should be initialized and it should show up as "healthy" "unknown paritition"

Check this article for more details: Though this talks about multipath issues with VCB and FC disks look at this article where it talks about how to add disks and view them in disk managment.

http://www.petri.co.il/how-to-deal-with-vmware-esx-server-vcb-multipath-issues-consolidated-backup-windows.htm

regards
bhanu

Hi bhanu,

Apologies for my absence and the lack of response to the above, but I appreciate all the comments you have supported with and will duly be awarding you with the points .

Stewart