Browse Community
Help
Log In
Responses(5)
Solutions(0)
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?
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
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.
Thanks for the help. I got the command I was looking for.
dynamox
9 Legend
20.4K Posts
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.
Dell Support Resources
View All
Top
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
9 Legend
•
20.4K Posts
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.