05-01-2024 07:06 PM
all of the sudden the VDX6740 just "crashed"... and it restarted itself... but after reload itself. All the license was intact. However, all my config is gone.
So my question is, is there a way to backup the config to an external source so if this happens again I can just restore?
when I do a #copy running-config startup-config
"This operation is not supported in logical chassis mode."
Solved! Go to Solution.
05-02-2024 06:08 AM
Sorry to hear that you had this issue.
Starting with your last question; the configuration on a Logical Chassis setup is persistent and managed by the principal node. Every time you make a config change it is automatically saved to startup and sent to the principal node so there is no need to do a "copy run start". The great thing about this is if a device gets defaulted, when it reloads and joins the VCS fabric again, it will download the original config from the principal and recover.
Regarding backing up your config to an external location, this can be done with the "copy" command:
copy run [ftp://|scp://|sftp://|tftp://|usb://|flash://]
i.e:
VDX1# copy running-config scp://user:password@10.10.10.23//tftp/home/mmorey
2024/05/02-14:24:09, [DCM-1108], 37610, M2 | Active, INFO, VDX8770-8, Running configuration file has been uploaded successfully to the remote location.
05-02-2024 06:08 AM
Sorry to hear that you had this issue.
Starting with your last question; the configuration on a Logical Chassis setup is persistent and managed by the principal node. Every time you make a config change it is automatically saved to startup and sent to the principal node so there is no need to do a "copy run start". The great thing about this is if a device gets defaulted, when it reloads and joins the VCS fabric again, it will download the original config from the principal and recover.
Regarding backing up your config to an external location, this can be done with the "copy" command:
copy run [ftp://|scp://|sftp://|tftp://|usb://|flash://]
i.e:
VDX1# copy running-config scp://user:password@10.10.10.23//tftp/home/mmorey
2024/05/02-14:24:09, [DCM-1108], 37610, M2 | Active, INFO, VDX8770-8, Running configuration file has been uploaded successfully to the remote location.
05-02-2024 01:28 PM
when using usb:// does it have to be a Brocade USB drive or any will work?
05-03-2024 05:57 AM
If you are running the latest version (NOS 7.4.1x) you should be able to use an unbranded USB
05-02-2024 05:57 AM
To copy to an external source, you can use below command:
copy running-config scp://<username>:<password>@hostname/<filepath>
# copy running-config
Possible completions:
flash:// copy running-config to local flash. path syntax flash://<filename>
ftp:// copy running-config to FTP server. URL syntax for IPv4 ftp://<username>:<password>@hostname/<filepath>. URL syntax for IPv6 ftp://<username>:<password>@[hostname]/<filepath>.
scp:// copy running-config to SCP server. URL syntax for IPv4 scp://<username>:<password>@hostname/<filepath>. URL syntax for IPv6 scp://<username>:<password>@[hostname]/<filepath>.
sftp:// copy running-config to SFTP server. URL syntax for IPv4 sftp://<username>:<password>@hostname/<filepath>. URL syntax for IPv6 sftp://<username>:<password>@[hostname]/<filepath>.
startup-config copy from running-config to startup-config
tftp:// copy running-config to TFTP server. URL syntax for IPv4 tftp://@hostname/<filepath>.
usb:// copy running-config to USB. path syntax usb://<filename>