Posts

Showing posts with the label electriccommander

Electric Commander Startup and Important Files

  Start Electric Commander Services Start/Stop Apache Service: /etc/init.d/commanderApache start|stop Start/Stop  Agent Service: /etc/init.d/commanderAgent  start|stop Start/Stop Commander Flow Server: /etc/init.d/commanderServer start|stop Important Files: 1) CommanderServer:  Path:  /commanderserver/installfolder/conf wrapper.conf database.properties commander.properties Logs Folder: PATH: /commanderserver/installfolder/logs commander-service.log commander-hostname.log event.log 2) Commander Web Server: PATH: /commanderserver/installfolder/apache/con f httpd.conf ssl/certificates.{cer, csr, key, pem} PATH: /commanderserver/installfolder/apache/logs access.log error.log 3) Agent Log: PATH: /commanderserver/installfolder/apache/logs jagent-service.log jagent.log agent.log

Install Electric Commander on Singe node Cluster

  Install Electric Commander on Singe node Cluster Electric Commander on Single node cluster need all the components like Flow Server, Apache, Agent, and Database server to be installed on a Single Node ./CloudBeesFlow-x64-version --mode silent --installDirectory /local/mnt/electriccloud/electriccommander  --installWeb --installAgent --installDatabase --installServer  --unixServerUser qctecmdr --unixServerGroup users

Electric Commander Upgrade

  Electric Commander Upgrade The below command uses the previous installation file and installs the same components with the same user and group from the file and make sure the package has executed permissions ./CloudBeesFlow-x64-version --mode silent --dataDirectory /opt/electriccloud/

Install Electric Commander

  Install Electric Commander Web and Flow Server  Install Commander Apache and Agent  : ./CloudBeesFlow-x64-version --mode silent --installDirectory /local/mnt/electriccloud/electriccommander   --installWeb --installAgent --unixAgentUser  qctecmdr --unixAgentGroup users --unixServerUser qctecmdr --unixServerGroup users Start Apache and Agent Service: /etc/init.d/commanderApache start|stop /etc/init.d/commanderAgent  start|stop Install Commander Flow Server: ./CloudBeesFlow-x64-version --mode silent --installDirectory /local/mnt/electriccloud/electriccommander   --installServer  --unixServerUser qctecmdr --unixServerGroup users Start and Stop Commander Flow Server: /etc/init.d/commanderServer start|stop