Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

[Error] V-123-49 Operation failed.

Updated: 21 May 2010 | 6 comments
Zahid.Haseeb's picture
0 0 Votes
Login to vote

i am using Veritas Netbackup 6.5 on win2003R2. i took the discovered information from client over USB flash drive and paste it on the Master server. here i am unable to import the configuration
Below is the error which i am getting

C:\Program Files\Veritas\NetBackup\bin>bmrs -operation import -resource config -

path c:\discover.xml
[Error] V-123-49 Operation failed.
 
 
discussion Filed Under:

Comments

Zahid.Haseeb's picture
13
Nov
2009
0 Votes 0
Login to vote

 Any help will be

 Any help will be appriciated
Thanks

Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb

zahidhaseeb.wordpress.com
 

NavA's picture
14
Nov
2009
0 Votes 0
Login to vote

bundle.dat

i think you have use to copy the bundle.dat and import not the xml file.

/usr/openv/netbackup/bin/bmrs -op import -res config -client <client_name> -path <path_to>bundle.dat

Also increase bmrd logging on master that might help you identify the problem.

vxlogcfg -a --prodid 51216 --orgid 119 -s DebugLevel=5 -s DiagnosticLevel=5
vxlogview -i 119 > /tmp/bmrd.log [to read the log]

Zahid.Haseeb's picture
15
Nov
2009
0 Votes 0
Login to vote

HI NavA My discovered

HI NavA

My discovered configuration is in .xml file, why do i import bundle.dat? where do i can find the bundle.dat

Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb

zahidhaseeb.wordpress.com
 

NavA's picture
16
Nov
2009
0 Votes 0
Login to vote

bundle.dat is in the same

bundle.dat is in the same folder/directory as the .xml file. On unix client it is under /usr/openv/netbackup/baremetal/client/data

Zahid.Haseeb's picture
16
Nov
2009
0 Votes 0
Login to vote

 Actually 1st i discovered

 Actually 1st i discovered the configuration and 2nd i copy the .xml file from the client on which i want to install BMR backup to the Master Server. I am taking regarding the client Side and you are taking about the Master Server Side. I am descovering the configuration and saving it locally bcuz my NIC driver was doing problem and thats why i am not able to connect the Master and the CLient. I am discovering the configuration for view the NIC so i can import it to the master server and let meself know what is the NIC driver / NIC model is at the client side

Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb

zahidhaseeb.wordpress.com
 

NavA's picture
17
Nov
2009
0 Votes 0
Login to vote

client side is what i said.

I was talking about the client not master server.

I beleive you have NB client installed. If it is windows client bundle.dat is located [C:\Program Files\Veritas\NetBackup\BareMetal\client\data or install location].

PUt the bundle.dat on usb and copy it to master server and run the below command to import it. The below command is for UNIX/LINUX master server, i beleive it would be the same on windows as well just the PATH would be different.

/usr/openv/netbackup/bin/bmrs -op import -res config -client <client_name> -path <path_to>bundle.dat

Hope this helps.bmr.JPG