HTTP-TDB Service
Server : Bangalore - epicode-svr9 (10.10.0.10)
Gujarat - epicode-a-svr8 (192.168.1.9)
FilePath : Running as service : /usr/local/epi/www/httptdb/
Managing Service
sudo service httptdb status |
Look for Errors
sudo journalctl -e -u httptdb |
Storage Server and Storage Gateway
Server : Bangalore - epicode-svr9 (10.10.0.10)
Gujarat - epicode-a-svr8 (192.168.1.9)
Note : Storage gateway is only running in Bangalore and Storage server running in Both DC.
FilePath : Running as Pod. Yaml files available in
Look for Errors
Kubectl get pods |
Managing Service
Notes
---
1. The helm charts do not add the volumes necessary for storage server as of now. So, we need to explicitly add volume and volume claim.
volume.yaml
--- |
volume-claim.yaml
--- |
2. Ingress has to be applied manually by the installer for storage-server. It is assumed that the `saarthi-ai-tls-secret` secret which is used in ingress is already available in the namespace.
storage-server-ingress.yaml
--- |
----------
1. Storage Server
helm install ss -f ss-values.yaml oci://public.ecr.aws/epicode-modules/storage-server |
ss-values.yaml
--- |
2. Storage Gateway
helm install sg -f sg-values.yaml oci://public.ecr.aws/epicode-modules/storage-gateway |
sg-values.yaml
--- |
Server : Bangalore - epicode-svr12 (10.10.0.13)
Gujarat - epicode-a-svr10 (192.168.1.11)
epicode-a-svr11 (192.168.1.12)
FilePath : Running as service : /usr/local/epi/cdb
Managing service
sudo service cdb status |
Look for Errors
StandardOutput : /var/log/epi/cdb/cdb_out.log |