13.2 Sample WLST Operations

The following are some sample WLST operations that can be performed against the Oracle Access Management (OAM) domain.

For a full list of WLST operations, see WebLogic Server WLST Online and Offline Command Reference.

Display Servers

  1. Run the following commands to display the server:
    wls:/accessdomain/serverConfig/> cd('/Servers')
    
    wls:/accessdomain/serverConfig/Servers> ls()
    The output will look similar to the following:
    dr--   AdminServer
    dr--   oam_policy_mgr1
    dr--   oam_policy_mgr2
    dr--   oam_policy_mgr3
    dr--   oam_policy_mgr4
    dr--   oam_policy_mgr5
    dr--   oam_server1
    dr--   oam_server2
    dr--   oam_server3
    dr--   oam_server4
    dr--   oam_server5
    
    wls:/accessdomain/serverConfig/Servers>
    

Configure Logging for Managed Servers

  1. Run the following command to change to the domainRuntime tree:
    wls:/accessdomain/serverConfig/> domainRuntime()
    The output will look similar to the following:
    Location changed to domainRuntime tree. This is a read-only tree
    with DomainMBean as the root MBean.
    For more help, use help('domainRuntime')
       
    wls:/accessdomain/domainRuntime/>
       
    wls:/accessdomain/domainRuntime/> listLoggers(pattern="oracle.oam.*",target="oam_server1")
    ------------------------------------------+-----------------
    Logger                                    | Level
    ------------------------------------------+-----------------
    oracle.oam                                | <Inherited>
    oracle.oam.admin.foundation.configuration | <Inherited>
    oracle.oam.admin.service.config           | <Inherited>
    oracle.oam.agent                          | <Inherited>
    oracle.oam.agent-default                  | <Inherited>
    oracle.oam.audit                          | <Inherited>
    oracle.oam.binding                        | <Inherited>
    oracle.oam.certvalidation                 | <Inherited>
    oracle.oam.certvalidation.mbeans          | <Inherited>
    oracle.oam.common.healthcheck             | <Inherited>
    oracle.oam.common.runtimeent              | <Inherited>
    oracle.oam.commonutil                     | <Inherited>
    oracle.oam.config                         | <Inherited>
    oracle.oam.controller                     | <Inherited>
    oracle.oam.default                        | <Inherited>
    oracle.oam.diagnostic                     | <Inherited>
    oracle.oam.engine.authn                   | <Inherited>
    oracle.oam.engine.authz                   | <Inherited>
    oracle.oam.engine.policy                  | <Inherited>
    oracle.oam.engine.ptmetadata              | <Inherited>
    oracle.oam.engine.session                 | <Inherited>
    oracle.oam.engine.sso                     | <Inherited>
    oracle.oam.esso                           | <Inherited>
    oracle.oam.extensibility.lifecycle        | <Inherited>
    oracle.oam.foundation.access              | <Inherited>
    oracle.oam.idm                            | <Inherited>
    oracle.oam.install                        | <Inherited>
    oracle.oam.install.bootstrap              | <Inherited>
    oracle.oam.install.mbeans                 | <Inherited>
    oracle.oam.ipf.rest.api                   | <Inherited>
    oracle.oam.oauth                          | <Inherited>
    oracle.oam.plugin                         | <Inherited>
    oracle.oam.proxy.oam                      | <Inherited>
    oracle.oam.proxy.oam.workmanager          | <Inherited>
    oracle.oam.proxy.opensso                  | <Inherited>
    oracle.oam.pswd.service.provider          | <Inherited>
    oracle.oam.replication                    | <Inherited>
    oracle.oam.user.identity.provider         | <Inherited>
    wls:/accessdomain/domainRuntime/>
    
  2. Set the log level to TRACE:32:
    wls:/accessdomain/domainRuntime/> setLogLevel(target='oam_server1',logger='oracle.oam',level='TRACE:32',persist="1",addLogger=1)
  3. Run the following command to view the log level was updated:
    wls:/accessdomain/domainRuntime/> listLoggers(pattern="oracle.oam.*",target="oam_server1")
    The output will look similar to the following:
    
    ------------------------------------------+-----------------
    Logger                                    | Level
    ------------------------------------------+-----------------
    oracle.oam                                | TRACE:32
    oracle.oam.admin.foundation.configuration | <Inherited>
    oracle.oam.admin.service.config           | <Inherited>
    oracle.oam.agent                          | <Inherited>
    oracle.oam.agent-default                  | <Inherited>
    oracle.oam.audit                          | <Inherited>
    oracle.oam.binding                        | <Inherited>
    oracle.oam.certvalidation                 | <Inherited>
    oracle.oam.certvalidation.mbeans          | <Inherited>
    oracle.oam.common.healthcheck             | <Inherited>
    oracle.oam.common.runtimeent              | <Inherited>
    oracle.oam.commonutil                     | <Inherited>
    oracle.oam.config                         | <Inherited>
    oracle.oam.controller                     | <Inherited>
    oracle.oam.default                        | <Inherited>
    oracle.oam.diagnostic                     | <Inherited>
    oracle.oam.engine.authn                   | <Inherited>
    oracle.oam.engine.authz                   | <Inherited>
    oracle.oam.engine.policy                  | <Inherited>
    oracle.oam.engine.ptmetadata              | <Inherited>
    oracle.oam.engine.session                 | <Inherited>
    oracle.oam.engine.sso                     | <Inherited>
    oracle.oam.esso                           | <Inherited>
    oracle.oam.extensibility.lifecycle        | <Inherited>
    oracle.oam.foundation.access              | <Inherited>
    oracle.oam.idm                            | <Inherited>
    oracle.oam.install                        | <Inherited>
    oracle.oam.install.bootstrap              | <Inherited>
    oracle.oam.install.mbeans                 | <Inherited>
    oracle.oam.ipf.rest.api                   | <Inherited>
    oracle.oam.oauth                          | <Inherited>
    oracle.oam.plugin                         | <Inherited>
    oracle.oam.proxy.oam                      | <Inherited>
    oracle.oam.proxy.oam.workmanager          | <Inherited>
    oracle.oam.proxy.opensso                  | <Inherited>
    oracle.oam.pswd.service.provider          | <Inherited>
    oracle.oam.replication                    | <Inherited>
    oracle.oam.user.identity.provider         | <Inherited>
    wls:/accessdomain/domainRuntime/>
    
  4. Verify that TRACE:32 log level is set by connecting to the Administration Server and viewing the logs:
    kubectl exec -it accessdomain-adminserver -n <domain_namespace> -- /bin/bash
    For example:
    kubectl exec -it accessdomain-adminserver -n oamns -- /bin/bash
    This will take you into a bash shell in the Administration Server pod:
    [oracle@accessdomain-adminserver oracle]$
    1. Navigate to the log directory:
      cd /u01/oracle/user_projects/domains/accessdomain/servers/oam_server1/logs
    2. View the oam_server1-diagnostic.log:
      tail oam_server1-diagnostic.log
      The output will look similar to the following:
      [<DATE>] [oam_server1] [TRACE:32] [] [oracle.oam.config] [tid: Configuration Store Observer] [userId: <anonymous>] [ecid: 8b3ac37b-c7cf-46dd-aeee-5ed67886be21-0000000b,0:1795] [APP: oam_server] [partition-name: DOMAIN] [tenant-name: GLOBAL] [SRC_CLASS: oracle.security.am.admin.config.util.observable.ObservableConfigStore$StoreWatcher] [SRC_METHOD: run] Start of run before start of detection at 1,635,848,774,793. Detector: oracle.security.am.admin.config.util.observable.DbStoreChangeDetector:Database configuration store:DSN:jdbc/oamds. Monitor: { StoreMonitor: { disabled: 'false' } }
      [<DATE>] [oam_server1] [TRACE] [] [oracle.oam.config] [tid: Configuration Store Observer] [userId: <anonymous>] [ecid: 8b3ac37b-c7cf-46dd-aeee-5ed67886be21-0000000b,0:1795] [APP: oam_server] [partition-name: DOMAIN] [tenant-name: GLOBAL] [SRC_CLASS: oracle.security.am.admin.config.util.store.StoreUtil] [SRC_METHOD: getContainerProperty] Configuration property CONFIG_HISTORY not specified
      [<DATE>] [oam_server1] [TRACE] [] [oracle.oam.config] [tid: Configuration Store Observer] [userId: <anonymous>] [ecid: 8b3ac37b-c7cf-46dd-aeee-5ed67886be21-0000000b,0:1795] [APP: oam_server] [partition-name: DOMAIN] [tenant-name: GLOBAL] [SRC_CLASS: oracle.security.am.admin.config.util.store.StoreUtil] [SRC_METHOD: getContainerProperty] Configuration property CONFIG not specified
      [<DATE>] [oam_server1] [TRACE:32] [] [oracle.oam.config] [tid: Configuration Store Observer] [userId: <anonymous>] [ecid: 8b3ac37b-c7cf-46dd-aeee-5ed67886be21-0000000b,0:1795] [APP: oam_server] [partition-name: DOMAIN] [tenant-name: GLOBAL] [SRC_CLASS: oracle.security.am.admin.config.util.store.DbStore] [SRC_METHOD: getSelectSQL] SELECT SQL:SELECT  version  from  IDM_OBJECT_STORE  where id = ? and version = (select max(version) from  IDM_OBJECT_STORE  where id = ?)
      [<DATE>] [oam_server1] [TRACE] [] [oracle.oam.config] [tid: Configuration Store Observer] [userId: <anonymous>] [ecid: 8b3ac37b-c7cf-46dd-aeee-5ed67886be21-0000000b,0:1795] [APP: oam_server] [partition-name: DOMAIN] [tenant-name: GLOBAL] [SRC_CLASS: oracle.security.am.admin.config.util.store.DbStore] [SRC_METHOD: load] Time (ms) to load key CONFIG:-1{FIELD_TYPES=INT, SELECT_FIELDS=SELECT  version  from  IDM_OBJECT_STORE }:4