The physical machine hosting the FluidVM Management server typically runs the management server and the services for the FluidVM browser based interface. It does not have to be this way, depending on the load, it is possible to move the interface services to another system.
On the FluidVM Management server:
- Code: Select all
/etc/init.d/vkarma
This is the main back-end server
- Code: Select all
/etc/init.d/webkarma
This is the front-end core server
- Code: Select all
/etc/init.d/nginx
This is the front-end web server
On the compute nodes:
- Code: Select all
/etc/init.d/fluidvm-agent-updater
This is the compute node agent service updater. Agents are kept on the management server. They are passed on to the updater and the updater in-turn starts them. The Agent Updater is also responsible for running FluidVM software updates.
- Code: Select all
/etc/init.d/vkservices
Such called, "Binary Karma Containers Node Services". Please note that it is important to stop the agent updater before you stop the agent. If you stop the agent without stopping the agent updater, the agent updater will re-start the agent in a few seconds.
By default the installer, will turn on these services to start automatically during boot-up.