You can set up the Recovery Kit for IBM Db2 Database through the use of the LKCLI (Command Line Interface).
Creating the DB2 resource from the Command Line
create DB2
EXAMPLE: #lkcli resource create db2 --tag <tag> --instance <DB2 instance> --switchback <switchback type>
| Option | Default | Description |
|---|---|---|
| --instance <str> | DB2 instance Specify the DB2 instance to protect. |
extend DB2
EXAMPLE: #lkcli resource extend db2 --tag <tag> --dest <backup node> --switchback <switchback type> --template_prioity <priority> --target_priority <prority>
config DB2
Nothing to configure.



Post your comment on this topic.