Installation manual

Configuring Front-End Services
Configuring CIFS
CLI Storage-Management Guide 11-25
bstnA6k(gbl)# cifs beta_service
bstnA6k(gbl-cifs[beta_service])# no browsing
bstnA6k(gbl-cifs[beta_service])# ...
Setting a Server Description (optional)
You can optionally set the CIFS-service description that will appear in Windows
network browsers. The description appears in the “Remarks” column when you issue
a Windows net view command:
U:\>net view
Server Name Remark
-------------------------------------------------------------------------------
\\MEDSERVER
\\ARCHIVE1 A full tree of 5-year-old records
Use the description command to set a description for this CIFS service:
description description
where description (1-49 characters) is a quoted string to describe this CIFS
service.
For example, the following command sequence sets the CIFS-service description for
the global server at “ac1.medarch.org:”
bstnA6k(gbl)# cifs ac1.medarch.org
bstnA6k(gbl-cifs[ac1.medarch.org])# description “medical histories and records”
bstnA6k(gbl-cifs[ac1.medarch.org])# ...
Removing the Description
Use the no form of the description command to remove the description for this CIFS
service:
no description
For example, the following command sequence removes the default description for
the global server at “ac1.medarch.org:”
bstnA6k(gbl)# cifs ac1.medarch.org
bstnA6k(gbl-cifs[ac1.medarch.org])# no description