Skip to content

db2 get db cfg for <DATABASE> | grep -i "logarch" #7

@robert-s-lee

Description

@robert-s-lee

Describe the issue

https://docs.arcion.io/docs/source-setup/db2/db2_native_luw/#on-system-running-source-db2-server

the command results in error

[db2inst1@db2 ~]$ db2 get db cfg for arcsrc show detail 
SQL1024N  A database connection does not exist.  SQLSTATE=08003

The relevant Arcion product or service

remove show detail

`
s/
db2 get db cfg for show detail | grep -i "logarch"
/
db2 get db cfg for | grep -i "logarch"
/

Expected behavior

Actual behavior

The part of the documentation that requires updating

[db2inst1@db2 ~]$ db2 get db cfg for arcsrc | grep -i logarch
 First log archive method                 (LOGARCHMETH1) = LOGRETAIN
 Archive compression for logarchmeth1    (LOGARCHCOMPR1) = OFF
 Options for logarchmeth1                  (LOGARCHOPT1) = 
 Second log archive method                (LOGARCHMETH2) = OFF
 Archive compression for logarchmeth2    (LOGARCHCOMPR2) = OFF
 Options for logarchmeth2                  (LOGARCHOPT2) = 

Additional information
Any other details or screenshots that you think might be relevant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdb2Issues related to IBM Db2 connector

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions