cancel
Showing results for 
Search instead for 
Did you mean: 

Need to know the policy type using backup image

Ram_drk
Level 3
Certified
Hi

i need to know the policy type of the client.

i have imported on image in the NBU 6.5 and the backed up datewas 2005 year using backup Exec and i did a phtsical inventory for the tape and i imported 1 & 2 phase import. when i try to restore the file the policy type in not match to the client. how can i get the policy type of the client.

Pls send me the way to resolve my issue

Thanks
2 REPLIES 2

Marianne
Level 6
Partner    VIP    Accredited Certified
The easiest way I can think of is to open the image header file. You can find it under ...\netbackup\db\images\<client_name>\1######### \ folder. The header files are the ones without any extension. You can open it with any text editor.
Look for this entry in the header file:
CLIENT_TYPE

The number following CLIENT_TYPE indicates the policy type.
The full list can be found in NBU Commands manual.

0 = Standard
4 = Oracle
6 = Informix-On-BAR
7 = Sybase
8 = MS-SharePoint
10 = NetWare
13 = MS-Windows
14 = OS/2
15 = MS-SQL-Server
16 = MS-Exchange-Server

Hope this helps!

Sriram
Level 6
You can also use the following command to check policy type:

bpimagelist -backupid <clientname_imageid> -L |grep -i "Policy Type"