Getting Started
The script (aci-preupgrade-validation-script.py
) needs to be run on one of your Cisco APICs via SSH session.
Cisco APIC is an linux appliance. You can download the script and copy it over to an APIC just as you do for a regular linux machine.
In case you are wondering how to do this, here are some examples.
Note
/data/techsupport
is an ideal location to place the script on your APIC
1. Download the script (aci-preupgrade-validation-script.py
)
Option1: git clone
Option2: via browser
Download the script from here: aci-preupgrade-validation-script.py
2. Copy the script to an APIC
Option1: SCP, SFTP, etc.
Option2: SSH and copy/paste via cat
On your APIC via SSH
admin@f2-apic1:~> cd /data/techsupport
admin@f2-apic1:techsupport> cat > aci-preupgrade-validation-script.py (Enter)
<.. paste the contents of aci-preupgrade-validation-script.py ..>
(Ctrl+D)