Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

request chassis satellite file-copy

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
request chassis satellite file-copy [remote | local] <source-URL> <destination-URL>

Description

Copy a file between a satellite device and an aggregation device in a Junos Fusion.

Options

local

Indicate that the file-copy from satellite-device has been initiated by a local user.

remote

Indicate that the file-copy from satellite-device has been initiated by a remote user.

source-URL

Specify the URL of the file that is copied.

If no device is specified as the source-URL, the file is copied from the aggregation device.

To specify a satellite device in the source-URL, enter sdslot-id-number at the beginning of the source-URL. For example, enter sd101:/var/tmp/filename.txt to specify that filename.txt in the /var/tmp directory on the satellite device using FPC slot ID number 101 is the source-URL.

destination-URL

Specify the destination URL where the file is copied into.

If no device is specified as the destination-URL, the file is copied into the aggregation device.

To specify a satellite device in the destination-URL, enter sdslot-id-number at the beginning of the destination-URL. For example, enter sd101:/var/tmp/ to specify the /var/tmp directory on the satellite device using FPC slot ID number 101 as the source-URL.

Required Privilege Level

system-control

Sample Output

request chassis satellite file-copy

content_copy zoom_out_map
root@aggregation-device> request chassis satellite file-copy local /var/tmp/file_name sd101:/var/tmp/

Release Information

Command introduced in Junos OS Release 14.2R3.

footer-navigation