racli add tag
Syntax
racli add tag --tag=myTagName --level=myLevel
Options
-
--tag -
Name of the new tag to be added.
-
--level -
The level of the ANDed diagnostics to include in the tag, available levels are:
level 1 System activity report.
level 2 RA dump txt file.
level 4 RA dump datapump.
level 8 ORDERING_WAIT analysis.
level 16 Corruption.
level 32 Gather racli logs from each node.
level 64 Get RA version information from each node.
level 128 Get store and config files from each node.
level 256 Get root and oracle history from each node.
level 512 Get network information from each node.
level 1024 Run obtool gathering useful information.
level 2048 Get osb logs from each node.
level 4096 Get /usr/etc/ob/xcr from each node.
level 8192 Get backup/admin/state from each node.
level 16384 Get all nodes ASM and ZDLRA alert.logs.
level 32768 Get an AWR extract for the last 7 days
level 65536 Get details of TLS objects and files from all nodes
level 131072 Get details of replication objects and files
level 262144 Get incident logs for a specific incident or active incidents
level 524288 Get MgmtDb data
level 1048576 Get configuration files and logs related to security on the system
level 2097152 Get reconcile traces and protected database metadata for replication reconcile problems/bugs
The levels can be ANDed together to create a collection.
Details
Specifies the diagnostic TAG to add to all nodes of the Recovery Appliance
Examples
This example adds a new TAG to collect racli logs and Recovery Appliance version information from each node:
racli add tag --tag=new_tag --level=196608