From 36c7b73ba78f0939ed4baa049d33fa78ce3faa22 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Wed, 31 Aug 2011 15:13:22 +0530 Subject: Latest help files --- .../html/gettingstarted/cifs_service.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html') diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html index eccaa0f9..21ba31ec 100644 --- a/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html @@ -22,22 +22,21 @@ type="text/css" media="screen" />

To configure CIFS, you must create a text file consisting of a list of servers (hostnames or IP addresses).

Note: You can configure CIFS on a fresh install or on an existing installation on the server which you have installed Gluster Management Gateway after adding the server to the cluster.

Run the following command on the gateway server to configure CIFS:

-

$ grun.py <server list file>.txt setup_cifs_config.py

+

$ setup_cifs_config_all.py <server list file>

Note: Ensure that CIFS services are configured on all the servers of your cluster at all times. Any new servers added to the cluster, ensure that you configure CIFS services on them. This enables you to access the CIFS enabled volumes from any of the cluster nodes.

Creating CIFS Users

You must create users and their password to enable them to use the CIFS access protocol.

To create CIFS users, run the following on the gateway server:

-

$ add_user_cifs_all.py <server list file> <user list file> <password>

+

$ add_user_cifs_all.py <server list file> <user name> <password>

-

All users defined in the <user list file> will be created on each and every server defined in <server list file>, will be assigned the same password defined in <password>. -

Note: Ensure that CIFS users are created on all the servers of your cluster at all times. Any new servers added to the cluster, ensure that you create all the CIFS users on them. +

The user defined in the <user name> will be created on each and every server defined in <server list file>, will be assigned the same password defined in <password>. +

Note: Ensure that the CIFS user is created on all the servers of your cluster at all times which includes any new servers added to the cluster.

Removing CIFS Users

You can delete users and their password.

To delete CIFS users, run the following on the gateway server:

-

$ delete_user_cifs_all.py <server list> <user list>

+

$ delete_user_cifs_all.py <server list> <user name>

\ No newline at end of file -- cgit