cancel
Showing results for 
Search instead for 
Did you mean: 

netbackup 7.1 questions with answer

Bharath_Achar
Level 6


1. what is the command to increase priority of client backups from policy? bpplinfo <Policy_Name> -modify -priority <####>
2. can we suspend DB/cataloge/duplications jobs from activity monitor ? NO; Take Checkpoints every option is greyed out in policy atttribute.
3. what is the port number for bpcd and vnetd ? bpcd:13782 & vnetd:13724.
4. possible cause when telnet is not working ?
       a. firewall blocking the port 
       b. NBU services not running
       c. NBU client software is not installed
5. what is the command to verify bpcd port connectivity from master to client otherthan telnet?
         /usr/openv/netbackup/bin/admincmd
         [root@xxxxxxxxx admincmd]# bptestbpcd -client xxxxxxxxx-bak.advancemags.com
         1 1 1
         10.207.242.98:42073 -> 10.207.242.102:1556
         10.207.242.98:50722 -> 10.207.242.102:1556
         10.207.242.98:44263 -> 10.207.242.102:1556
6. can we take backup on or restore from a frozen media ? yes: restore & no: backup
7. how many backup streams appear for cataloge backups ? 4 (Including parent stream)
8. what is the command to suspend or freeze a media ? usr/openv/netbackup/bin/admincmd/bpmedia -freeze -ev PN1325
9. what is the command to manually clean the drive ?
       /usr/openv/volmgr/bin/ 
       tpclean -L
       tpclean -C <drive name>
10. how to change mount poitns for media ?
11. what is the command to change retention period of a media ? /usr/openv/netbackup/bin/admincmd/bpexpdate -d <expiry_date> -mediaid <mediaid>
12. how to change media as scratch using bpexpdate ?                  /usr/openv/netbackup/bin/admincmd/bpexpdate -d 0 -mediaid <mediaid>
13. how to check number scratch tapes ? /usr/openv/volmgr/bin/vmquery -pn Scratch | grep -c TLD
14. what are the default volume pools in NBU ? Netbackup, Datastore, datacataloge and None
15. what is the default volume pool for cleaning tapes ? None (Volume pool)
16. difference between frozen and suspended media ?
     frozen -
     *Netbackup will freeze a tape if it shows an error, or we can freeze it manually.
     *frozen media are write protected
     *After expiration date; media will assigned state and cannot be used for backup.
     Suspended-
     *Netbackup will NOT auto suspend a tape. we have to suspend ourself.
     *frozen media are write protected
     *After expiration date; media will unassigned state and cannot be used for backup.
    
17.what are the commands to check media info ?

Displays media attributes
usr/openv/volmgr/bin
[root@xxxxxxxxx bin]# ./vmquery -m PN1694
================================================================================
media ID:              PN1694
media type:            1/2" cartridge tape (6)
barcode:               PN1694
media description:     Added by Media Manager
volume pool:           NetBackup (1)
robot type:            TLD - Tape Library DLT (8)
robot number:          0
robot slot:            342
robot control host:    xxxxxxxxx.advancemags.com
volume group:          001_00000_TLD
vault name:            ---
vault sent date:       ---
vault return date:     ---
vault slot:            ---
vault session id:      ---
vault container id:    -
created:               Wed 25 Jan 2012 11:24:52 AM EST
assigned:              Thu 08 Mar 2012 06:46:04 PM EST
last mounted:          Thu 08 Mar 2012 06:47:32 PM EST
first mount:           Thu 08 Mar 2012 06:47:32 PM EST
expiration date:       ---
number of mounts:      1
max mounts allowed:    ---
status:                0x0
================================================================================


Displays media contents                             
usr/openv/netbackup/bin/admincmd
[root@xxxxxxxxx admincmd]# ./bpmedialist -mlist -m PN1694
================================================================================
Server Host = xxxxxxxxx.domain.com
id     rl  images   allocated        last updated      density  kbytes restores
           vimages   expiration       last read         <------- STATUS ------->
--------------------------------------------------------------------------------
PN1694   3     39   03/08/2012 18:46  03/08/2012 19:01   hcart    37015800     0
                0   04/08/2012 20:01        N/A         EXPIRED FROZEN
================================================================================
 

1 REPLY 1

mph999
Level 6
Employee Accredited

 

 

Corrected answer 16 and added a bit to 17

16. difference between frozen and suspended media ?
     frozen -
     *Netbackup will freeze a tape if it shows an error, or we can freeze it manually.

Media should NEVER be frozen manually
    The media is NOT write protected, but NBU will not use it
    Frozen will not expire..
    

Suspended-
     *Netbackup will NOT auto suspend a tape. we have to suspend ourself.
     Suspended tapes will expire as normal and be available for re-use
 

 

   
17.what are the commands to check media info ?

nbemmcmd -listmedia is a better command the vmquery, so I would recommend this one as well as vmquery.