diff --git a/docs/source/advanced/hierarchy/service_nodes.rst b/docs/source/advanced/hierarchy/service_nodes.rst index 7a6462a04..a1c99d57c 100644 --- a/docs/source/advanced/hierarchy/service_nodes.rst +++ b/docs/source/advanced/hierarchy/service_nodes.rst @@ -1,7 +1,7 @@ Service Nodes ============= -Service Nodes are similar to the xCAT Management Node in that each service Nodes runs an instance of the xCAT daemon: ``xcatd``. ``xcatd``'s communicate with each other using the same XML/SSL protocol that the xCAT client uses to communicate with ``xcatd`` on the Management Node. +Service Nodes are similar to the xCAT Management Node in that each service Nodes runs an instance of the xCAT daemon: ``xcatd``. ``xcatd``'s communicate with each other using the same XML/SSL protocol that the xCAT client uses to communicate with ``xcatd`` on the Management Node. The Service Nodes need to communicate with the xCAT database running on the Management Node. This is done using the remote client capabilities of the database. This is why the default SQLite database cannot be used.