Load Balancer distributes Payment Gateway requests to 2 servers:
- kiwi
- lychee
To start / stop the server, first SSH to the server. Go to ~/SportLogic/PaymentGateway directory.
To start, run
>pgstart
To stop, run
>pgstop
Monitoring Payment Gateway Servers
- Login to AWS Console – make sure region is set to Asia Pacific (Sydney).
- Go to EC2 > Load Balancing > Load Balancers
- Select “payment-gateway”
- Go to “Instances” tab and there should be 2 instances:
- lychee
- kiwi
- Make sure both are “InService”