cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2523
Views
8
Helpful
3
Replies

How can I copy a file from sysadmin to normal mode of NCS5501

JackDaniels98
Level 1
Level 1

I would like to copy a file from sysadmin mode to normal mode but I don't know the commands to do. Please help me.

from this mode: sysadmin-vm:0_RP0#

to this mode: RP/0/RP0/CPU0:ios#

1 Accepted Solution

Accepted Solutions

Jose Nava Nieto
Cisco Employee
Cisco Employee

Hello Jack,

From sysadmin mode, you can use the following command to copy a file to the XR VM:

sysadmin-vm:0_RP0# copy file_source_location file_destination_location location 0/RP0/CPU0/VM1

Example:

sysadmin-vm:0_RP0# copy harddisk:/test-file.txt harddisk: location 0/RP0/CPU0/VM1

Source Location is in sysadmin harddisk:

Destination Location is in XR harddisk:

Location: Specifies the module where you want to copy the file to. VM1 refers to the XR VM (normal mode)

Hope this helps!

 

View solution in original post

3 Replies 3

Jose Nava Nieto
Cisco Employee
Cisco Employee

Hello Jack,

From sysadmin mode, you can use the following command to copy a file to the XR VM:

sysadmin-vm:0_RP0# copy file_source_location file_destination_location location 0/RP0/CPU0/VM1

Example:

sysadmin-vm:0_RP0# copy harddisk:/test-file.txt harddisk: location 0/RP0/CPU0/VM1

Source Location is in sysadmin harddisk:

Destination Location is in XR harddisk:

Location: Specifies the module where you want to copy the file to. VM1 refers to the XR VM (normal mode)

Hope this helps!

 

Thanks for your answer. I can do it now.

Thanks for detailed information. It is very useful information for me