From 1142b0e41de39010de7845cf70d71dbb001fc1dc Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Fri, 25 Nov 2011 20:13:35 +0530 Subject: Renamed projects / packages com.gluster.* to org.gluster.* --- .../html/gettingstarted/cifs_service.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/org.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html (limited to 'src/org.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html') diff --git a/src/org.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html b/src/org.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html new file mode 100644 index 00000000..21ba31ec --- /dev/null +++ b/src/org.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html @@ -0,0 +1,42 @@ + + + + + + +Sub Topic + + + +

CIFS Services

+

Common Internet File System (CIFS) operates as an application - layer network protocol to provide shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network. It also provides an authenticated inter-process communication mechanism. Most usage of SMB involves computers running Microsoft Windows operating system.

+

CIFS can be used as an access protocol by Microsoft Windows users to access files in a GlusterFS volume. Users will be able to perform regular file system operations such as creating files, read or write data to files, deletion of data through CIFS.

+

Typically, all CIFS releated operations such as configuring CIFS services, creating and removing users, enabling CIFS re-export of a volume must be perfomed on each and every node of your cluster. Gluster Management Gateway provides an easy way to manage these opeartions, such as: +

+ +

Configuring the CIFS Service

+

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:

+

$ 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 name> <password>

+ +

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 name>

+ + \ No newline at end of file -- cgit