Swingbench can now be started to simulate an order-entry system and test the replication.
1. Start a new ssh session to the source server (dbv01) and logon as oracle. If connecting To connect to the first VM from the host machine (laptop), then use the laptop IP with the port 10022 as this was setup as port forwarding to connect to dbv01 on port 22.use the following command:
No Format |
---|
ssh -p10022 oracle@192.168.1.197 |
Note |
---|
This uses port forwarding which was setup when Virtual Box was configured. 192.168.1.197 is the IP address of the host machine (laptop). Use ifconfig or ipconfig to identify what the local IP address is of the host machine. |
2. Start charbench which is the character based version of swingbench
...