10.5.2 Updating the T3 Channel

To update the T3 channel, perform the following steps:
  1. Connect to the OIG Administration Server in the WebLogic Remote Console.
  2. Select Edit Tree and In the left pane of the console, expand Environment > Servers > oim_server1 > Channels. Click on T3Channel.
  3. In the Channel General tab, set the External Listen Address to the hostname of the OIG URL entry point, for example ${HOSTNAME} and the External Listen Port to the port of the OIG URL entry point, for example ${PORT}.
  4. Click Save.
  5. Click the Shopping Cart in the top right of the console, and click Commit Changes.
  6. Restart the OIG Managed Server for the above changes to take effect:
    cd $WORKDIR/kubernetes/domain-lifecycle
    ./restartServer.sh -s oim_server1 -d <domain_uid> -n <domain_namespace>
    For example:
    ./restartServer.sh -s oim_server1 -d governancedomain -n oigns
    The output will look similar to the following:
    [<DATE>][INFO] Initiating restart of 'oim_server1' by deleting server pod 'governancedomain-oim-server1'.
    [<DATE>][INFO] Server restart succeeded !
  7. Check oim-server1 has a READY status of 1/1 before continuing:
    kubectl get pods -n <domain_namespace> | grep oim-server1   
    
    For example:
    kubectl get pods -n oigns | grep oim-server1   
    
    The output will look similar to the following:
    governancedomain-oim-server1                                1/1     Running     0          8m