362
Celerra Network Server Command Reference Manual
The server Commands
server_file
Copies files between the Control Station and the specified Data
Mover(s).
SYNOPSIS
server_file {<movername> | ALL}
{-get | -put} <src_file> <dst_file>
DESCRIPTION server_file copies the source file from the specified Data Mover (or
Control Station) to the destination file on the Control Station (or
specified Data Mover). The <src_file> indicates the source file, and
the name <dst_file> indicates destination file. By default, if a
directory is not specified on the Data Mover, the /.etc directory is
used.
The ALL option executes the command for all of the Data Movers.
OPTIONS -get <src_file> <dst_file>
Copies the source file on Data Mover to destination file on Control
Station. Both the <src_file> and <dst_file> may be full pathnames.
-put <src_file> <dst_file>
Copies source file on the Control Station to the destination file on the
Data Mover. Both the <src_file> and <dst_file> must be full
pathnames.
CAUTION
This command overwrites existing files of the same name without
notification. Use care when copying files.
EXAMPLE #1 To copy a file from the Control Station to a Data Mover, type:
$ server_file server_2 -put passwd passwd
server_2 : done
EXAMPLE #2 To copy a file from the Data Mover to the Control Station, type:
$ server_file server_2 -get passwd /home/nasadmin/passwd
server_2 : done