12-11-2022 08:53 AM
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#
Solved! Go to Solution.
12-11-2022 09:50 AM
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!
12-11-2022 09:50 AM
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!
12-11-2022 10:11 AM
Thanks for your answer. I can do it now.
02-01-2024 09:10 PM
Thanks for detailed information. It is very useful information for me
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide