cancel
Showing results for 
Search instead for 
Did you mean: 

BMR Shared Resource Tree Creation - Solution Needed

robtest_2013
Level 3

Hello All,

I am currently in the process of creating an SRT. Im working in Solaris 10, Netbackup version 7.5.0.6. I have created the SRT but when i run the prepare to restore option i get an error message about the kernel version of the SRT not the same kernel version of the client. ( i have attached a screengrab of the error)

I have tried to patch the SRT with a solaris patchcluster.
 

 

Is there another way to update or upgrade the kernel version of the SRT that i am missing?

 

Thanks in advance for the help!

 

 

 

 

4 REPLIES 4

robtest_2013
Level 3

# ./bmrsrtadm

Select one of the following options:

    1.  Create a new Shared Resource Tree.
    2.  Create a new CD image based Shared Resource Tree.
    3.  Copy an existing Shared Resource Tree to a new location.
    4.  Import a Shared Resource Tree.
    5.  Modify an existing Shared Resource Tree.
    6.  Delete an existing Shared Resource Tree.
    7.  List Shared Resource Trees available on this server.
    8.  Quit.

Enter your selection (1-8) [1] : 7

Name                     State   Type Path                                         Description                  
------------------------ ------- ---- -------------------------------------------- -----------------------------
Sol10_0508_SPARC_sun4u   READY   NFS  /opt/VRTSnbu/export/Sol10_0508_SPARC_sun4u   Solaris 10 0508 SPARC sun4u  
Sol8_0204_SPARC_sun4u    READY   NFS  /opt/VRTSnbu/export/Sol8_0204_SPARC_sun4u    Solaris 8 0204 SPARC sun4u   
Sol_10_0508_SPARC        READY   NFS  /opt/VRTSnbu/export/Sol_10_0508_SPARC        Solaris 10 update 5 SPARC    
Sol_10_0811_SPARC        READY   NFS  /opt/VRTSnbu/export/Sol_10_0811_SPARC        Sol_10_0811_SPARC            
Sol_10_1009_SPARC        DAMAGED NFS  /opt/VRTSnbu/export/Sol_10_1009_SPARC        Solaris 10 update 9 SPARC    
Sol_10_1009_SPARC_NBU_75 READY   NFS  /opt/VRTSnbu/export/Sol_10_1009_SPARC_NBU_75 Solaris 10/09 SPARC w/NBU 7.5

Select one of the following options:

    1.  Create a new Shared Resource Tree.
    2.  Create a new CD image based Shared Resource Tree.
    3.  Copy an existing Shared Resource Tree to a new location.
    4.  Import a Shared Resource Tree.
    5.  Modify an existing Shared Resource Tree.
    6.  Delete an existing Shared Resource Tree.
    7.  List Shared Resource Trees available on this server.
    8.  Quit.

Enter your selection (1-8) [1] : 5
Enter the name of an existing SRT : Sol_10_0811_SPARC

------------------------------------------------------------------------------
SRT name:      Sol_10_0811_SPARC
Location:      /opt/VRTSnbu/export/Sol_10_0811_SPARC
Description:   Sol_10_0811_SPARC
Exclusive use: (none)
------------------------------------------------------------------------------

You may make modifications to this SRT.
Select one of the following options:

    1.  Install Symantec NetBackup Maintenance Pack.
    2.  Install Veritas Volume Manager and Veritas File System.
    3.  Update Veritas Volume Manager and Veritas File System.
    4.  Install Veritas Security Services.
    5.  Install additional packages or patches.
    6.  Change SRT description.
    7.  Change client exclusive use of this SRT.
    8.  Quit.

Enter your selection (1-8) [8] : 5
Unpacking miniroot...
Allow user interaction during installation? (y/n) : y
Enter the package/fileset/patch to be added in SRT or blank to return : 150400-30
Enter a [hostname:]/pathname containing the 150400-30 patch image [/mnt2/Sol_10_0910_SPARC/Solaris_10/Product/] : /var/tmp/10_Recommended/patches/150400-30
[Error] V-125-697 Cannot find valid patch at /var/tmp/10_Recommended/patches/150400-30/150400-30.
[Error] V-125-93 Error during installation - package not added.
Enter the package/fileset/patch to be added in SRT or blank to return :  
Enter a [hostname:]/pathname containing the   package image [/mnt2/Sol_10_0910_SPARC/Solaris_10/Product/] : /var/tmp/10_Recommended/patches/150400-30
Usage: grep -hblcnsviw pattern file . . .
Usage: grep -hblcnsviw pattern file . . .
[Error] V-125-696 Cannot find valid package at /var/tmp/10_Recommended/patches/150400-30/ .
[Error] V-125-93 Error during installation - package not added.
Enter the package/fileset/patch to be added in SRT or blank to return :           
Enter a [hostname:]/pathname containing the            package image [/mnt2/Sol_10_0910_SPARC/Solaris_10/Product/] : 
[Error] V-125-93 Error during installation - package not added.
Enter the package/fileset/patch to be added in SRT or blank to return : 

Mark_Solutions
Level 6
Partner Accredited Certified

I am wondering if it is connected in some way to this http://www.veritas.com/docs/000018564 ... there have been a few issues when you get aroung the U11 range in Solaris 10

Hope it helps

robtest_2013
Level 3

Thanks Mark, Ill take a look at this.

mnolan
Level 6
Employee Accredited Certified

There were specific kernel patches that had issues per: http://www.veritas.com/docs/000039994

Otherwise the message is only supposed to be a warning http://www.veritas.com/docs/000085888

If your prepare to restore is failing with a status 1, other issues could be at play here for which you would have to review the bmrprep log.

 

Set the bmrprep logging level:

/usr/openv/netbackup/bin/vxlogcfg -a -p NB -o 126 -s DebugLevel=6 -s DiagnosticLevel=6

Attempt a Prepare to Restore.

Generate the log:

/usr/openv/netbackup/bin/vxlogview -p NB -i 126 -d all > /tmp/126-i.txt

Reset the bmrprep logging level to 0:
/usr/openv/netbackup/bin/vxlogcfg -a -p NB -o 126 -s DebugLevel=0 -s DiagnosticLevel=0