cancel
Showing results for 
Search instead for 
Did you mean: 

Unix client with All_Local_Drives

Vickie
Level 6
Hi All,
 
I have a Unix client for which I have given "All_Local_Drives" in backup selection.
Now I want to know, what are the mount point or file system are being backed up for this client.
What is the command to check, can I have the list.
1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

 

use below command to get the info and see all mount points info

bpcoverage -c <clientname> 

refer below tech note for more details

http://www.symantec.com/business/support/index?page=content&id=TECH9292

View solution in original post

7 REPLIES 7

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

 

use below command to get the info and see all mount points info

bpcoverage -c <clientname> 

refer below tech note for more details

http://www.symantec.com/business/support/index?page=content&id=TECH9292

Marianne
Level 6
Partner    VIP    Accredited Certified

The client will run the 'bpmount' command at the beginning of the backup to determine local filesystems to be backed up.

You can run this command on the client:

/usr/openv/netbackup/bin/bpmount

Vickie
Level 6

Thanks Nagalla, bpcoverage works fine for me.

Hi Marianne, please confirm what exactly bpmount will work. If possible plz share any example.

Marianne
Level 6
Partner    VIP    Accredited Certified

Why not issue bpmount on one of your clients?

I do not have access to any Unix clients right now.

On my Windows 7 laptop, this is what the command reports:

C:\Program Files\Veritas\NetBackup\bin>bpmount
local: Shadow Copy Components:\ on Shadow Copy Components:\
local: C:\ on C:\
CDROM: D:\ on D:\

Vickie
Level 6
This what I get by this command,
What is the use of this command in particular, this is showing all of the drives available on the client.
 
C:\VERITAS\NetBackup\bin>bpmount
local: Shadow Copy Components:\ on Shadow Copy Components:\
local: C:\ on C:\
local: D:\ on D:\
local: E:\ on E:\
local: F:\ on F:\
local: G:\ on G:\
local: H:\ on H:\
local: I:\ on I:\
local: J:\ on J:\
local: K:\ on K:\
local: L:\ on L:\
local: M:\ on M:\
local: N:\ on N:\
local: O:\ on O:\
local: P:\ on P:\
local: Q:\ on Q:\
local: R:\ on R:\
local: S:\ on S:\
local: T:\ on T:\
EXIT STATUS 0: the requested operation was successfully completed

Marianne
Level 6
Partner    VIP    Accredited Certified

Correct. 

The same will happen when the command is issued on a Linux or Unix client.

All mount points will be listed with indication of which filesystems are 'Local'.

Vickie
Level 6
This one is from Unix,
 
#-> ./bpmount
VxFS: /dev/vg00/lvol3 on /
VxFS: /dev/vg00/lvol1 on /stand
VxFS: /dev/vg00/lvol10 on /var
VxFS: /dev/vg00/lvol11 on /var/adm/crash
VxFS: /dev/vg00/lvol8 on /usr
VxFS: /dev/vg_openv/lv_openv on /usr/openv
VxFS: /dev/vg_nbudb/lv_nbudb on /usr/openv/netbackup/db
tmp: /dev/vg00/lvol7 on /tmp
VxFS: /dev/vg00/lvol5 on /opt
VxFS: /dev/vg_sched/lv_opt_maestro on /opt/maestro
VxFS: /dev/vg_sched/lv_opt_tidal on /opt/TIDAL
VxFS: /dev/vg00/lvol6 on /opt/APPQcime
VxFS: /dev/vg_nbulogs/lv_nbulogs on /nbu/logs
VxFS: /dev/vg00/lvol4 on /home
EXIT STATUS 0: the requested operation was successfully completed