12.2 Sample WLST Operations

The following are some sample WLST operations that can be performed against the Oracle Identity Governance(OIG) 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:/governancedomain/serverConfig/> cd('/Servers')
    
    wls:/governancedomain/serverConfig/Servers> ls()
    The output will look similar to the following:
    dr--   AdminServer
    dr--   oim_server1
    dr--   oim_server2
    dr--   oim_server3
    dr--   oim_server4
    dr--   oim_server5
    dr--   soa_server1
    dr--   soa_server2
    dr--   soa_server3
    dr--   soa_server4
    dr--   soa_server5
    
    wls:/governancedomain/serverConfig/Servers>