Important Update: Cohesity Products Knowledge Base Articles


All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/s/searchunify. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.

Original "Datafile copy tag" name is retained after copying from another Oracle Policy (WebUI only)

Article: 100051798
Last Published: 2021-11-16
Ratings: 0 0
Product(s): NetBackup

Problem

When configuring the Oracle Intelligent Policy via WebUI, the "Datafile copy tag" name does not change when copied from another Oracle policy. This only happens with WebUI and work fine if using the Java NetBackup Admin Console

Error Message

No error message

Cause

Occurs only when using NetBackup WebUI interface and copying from an existing policy.

https://<master>/webui/policies/edit-policy/<new_policy>/oracle

Solution

To address the current issue you can changed the TAG via the command line using bppllinfo

eg: Policy: NEW_COPILOT

Step 1


C:\Program Files\VERITAS\NetBackup\bin\admincmd>bpplinfo NEW_COPILOT -L
Policy Type:            Oracle (4)
Active:                 yes
*******
Oracle Backup Data File Arguments:                      SPECIFY_MAX_LIMITS=0,NUM_STREAMS=1,DATA_GUARD=0
Oracle Backup Archived Redo Log Arguments:             DELETE_ARCH_LOGS_AFTER_COPIES=1,SPECIFY_MAX_LIMITS=0,NUM_STREAMS=1
Database Backup Share Arguments:                   DELETE_COPIES=0,DELETE_SETS=0,DATAFILE_COPY_TAG=COPILOT

 

Step 2


Execute to change to set new Policy name: NEW_COPILOT

(UNIX)

# /usr/openv/netbackup/bin/admincmd/bpplinfo copilot -modify -db_bkup_share_args "DELETE_COPIES=0,DELETE_SETS=0,DATAFILE_COPY_TAG=NEW_COPILOT"

(Windows)
C:\Program Files\VERITAS\NetBackup\bin\admincmd>bpplinfo copilot -modify -db_bkup_share_args "DELETE_COPIES=0,DELETE_SETS=0,DATAFILE_COPY_TAG=NEW_COPILOT"

 

Step 3

Run bpplinfo to reflect the new change.

(UNIX)

# /usr/openv/netbackup/bin/admincmd/bpplinfo NEW_COPILOT -L

(Windows)

C:\Program Files\VERITAS\NetBackup\bin\admincmd>bpplinfo NEW_COPILOT -L

Policy Type:            Oracle (4)
Active:                 yes
*******
Oracle Backup Data File Arguments:                      SPECIFY_MAX_LIMITS=0,NUM_STREAMS=1,DATA_GUARD=0
Oracle Backup Archived Redo Log Arguments:             DELETE_ARCH_LOGS_AFTER_COPIES=1,SPECIFY_MAX_LIMITS=0,NUM_STREAMS=1
Database Backup Share Arguments:                   DELETE_COPIES=0,DELETE_SETS=0,DATAFILE_COPY_TAG=NEW_COPILOT

Engineering recently addressed this in ET4054849 which will be in the next 9.x GA Release.

References

Etrack : 4054849

Was this content helpful?