Unsolved
This post is more than 5 years old
1 Rookie
•
119 Posts
0
925
April 6th, 2015 10:00
File Copy in Control Station
Hello,
Can anyone please let me know what is command;
1) To copy paste files in Controls Station from one directory to other.
2) To copy paste files from CM to DM
3) To copy paste files from DM to CM
Thanks
No Events found!


AlvaroG
97 Posts
0
April 6th, 2015 11:00
You have to remember that the Control Station is a Management machine.
Take in account that its a Linux like OS, so to do:
1) Use CP (Linux copy)
2) and 3) What is CM stand for?
AlvaroG
97 Posts
0
April 6th, 2015 11:00
If you like to copy files that are in a datamover from de CS (Control Station) you can use:
server_archive server_2 -rw -YZ -J /root_vdm_X/Filesystem_name/path1 /root_vdm_X/Filesystem_name/path2
SunshineM
1 Rookie
•
119 Posts
0
April 7th, 2015 02:00
I need to copy file in CS (sorry it is not CM, typing mistake) from /nas/sys to /nas/site directory. What is the command for this.
SunshineM
1 Rookie
•
119 Posts
0
April 7th, 2015 02:00
Thanks for the help. I got the command I was looking for.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 7th, 2015 03:00
another option
server_file { |ALL}
{-get|-put}
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 indicates the source file, and
the name indicates destination file. By default, if a
directory is not specified on the Data Mover, the /.etc directory is
used.