Configure a new connection pool

  • Identify the parent ID:

    set newds [$AdminConfig getid /Cell:cellname/Node:nodename/JDBCProvider:JDBC1/DataSource:DS1/]
    

    Example output:

    DS1(cells/cellname/nodes/nodename:resources.xml$DataSource_1)
    

  • Creating connection pool:

    $AdminConfig create ConnectionPool $newds {}
    

    Example output:

    (cells/cellname/nodes/nodename:resources.xml#ConnectionPool_1)
    

  • Save changes:

    $AdminConfig save
    

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.