Skip to content

Team configuration - multiple db2 subsystem for the same lpar #1521

Answered by t1m0thyj
Martin-Zeithaml asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

I assume by subsystems, you mean the "database" property on a DB2 profile? If so, you can take advantage of nested profiles where the child profiles inherit properties from the parent, like the following example:

{
    "$schema": "./zowe.schema.json",
    "profiles": {
        "lpar1": {
            "properties": {
                "host": "example.com",
                "rejectUnauthorized": true
            },
            "profiles": {
                "db2": {
                    "properties": {
                        "port": 1234
                    },
                    "profiles": {
                        "d10p": {
                            "type": "db2",
                  …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ATorrise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants