Connecting to the Simulator Using ODACLI
Run the following script to connect to the container. This script is usually located in the simulator directory (for example, simulator_19.xx.0.0.0)
To access the default single node simulator (for example, odasim-1), run the following command. You need to switch to the odaadmin
user with earlier password you set with the Browser UI to run the CLI commands.
# ./connectContainer.sh -n odasim-1
[root@odasim-1 /]# su odaadmin
[odaadmin@odasim-1 /]$
Or if you have created a 2-node Oracle Database ApplianceHA simulator, you can access each node independently. To access the first node (node0), run the following command.
# ./connectContainer.sh -n oda-1-node0
[root@oda-1-node0 /]#
To access the second node (node1), run the following command:
# ./connectContainer.sh -n oda-1-node1
[root@oda-1-node1 /]#
Make sure you have both – a command line window and a web browser open for the lab exercises as some require ODACLI command line input require entries in the web browser (BUI).
Note: