================================================================================ A celerra can have 2-14 DM data movers / servers 1-2 CS control stations / mgt 2 TB per celerra (272 GB per DM) slots 0-13, 0&1 for CS, 2-13 for DM CS0, slot 0 is emccs1 CS1, slot 1 is emccs2 the CSs run Linux DM: DM1-12 (slots 2-13) run DARD CS> nas_disk [-l] [-info] nas_volumes [-l] [-info] nas_fs [-l] [-info] nas_server [-l] [-info] server_df servername servers_sysconfig servername [-pci] server_mountpoint servername [-l] server_ifconfig servername [-l] [-a] server_mount servername Below are the exact steps I used to setup the emcdm2:/dbdump6/sqlserver CIFS share, currently shared as SQLDUMP in the NT world. This share looks exactly like the emcdm3:/home share that EMC originally setup. Please take a look and let me know if there are any changes or added steps needed to create a CIFS share from scratch. ------------------------------------------------------------------- server_cifs emcdm2 -a netbios=sqldump,domain=mydomain,interface=fsn0 server_cifs emcdm2 -add security=NT,dialect=NT1 server_cifs emcdm2 -add wins=10.1.203.87:10.1.203.88 server_file emcdm2 -put passwd passwd (needed to add passwd and group files to the datamover) server_file emcdm2 -put group group (Need to add Netbios name to PDC and sync up prior to next step) server_setup emcdm2 -P cifs -o start server_export emcdm2 -P cifs -name sqlserver /dbdump6/sqlserver server_cifs emcdm2 ================================================================================ You must use the server_user command to properly set up the user name and password for NDMP on the Data Mover. for example: [root@pfxem01 log]# /nas/sbin/server_user server_2 -add -passwd ndmp Creating new user ndmp User ID: 3001 Group ID: 3001 Comment: Home directory: Shell: Changing password for user ndmp New passwd: Retype new passwd: server_2 : done Fix: To clear the blank line you must be root user. Mount server_X:/ /mnt cd /mnt/.ect vi passwd Find the blank line and remove it. Test with either ndmp or by ftp to the server. ================================================================================