10.5.2 Updating the T3 Channel
To update the T3 channel, perform the following steps:
- Connect to the OIG Administration Server in the WebLogic Remote Console.
- Select Edit Tree and In the left pane of the console, expand Environment > Servers > oim_server1 > Channels. Click on T3Channel.
- 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}
. - Click Save.
- Click the Shopping Cart in the top right of the console, and click Commit Changes.
- Restart the OIG Managed Server for the above changes to take
effect:
cd $WORKDIR/kubernetes/domain-lifecycle
For example:./restartServer.sh -s oim_server1 -d <domain_uid> -n <domain_namespace>
The output will look similar to the following:./restartServer.sh -s oim_server1 -d governancedomain -n oigns
[<DATE>][INFO] Initiating restart of 'oim_server1' by deleting server pod 'governancedomain-oim-server1'. [<DATE>][INFO] Server restart succeeded !
- Check
oim-server1
has aREADY
status of1/1
before continuing:
For example:kubectl get pods -n <domain_namespace> | grep oim-server1
The output will look similar to the following:kubectl get pods -n oigns | grep oim-server1
governancedomain-oim-server1 1/1 Running 0 8m