From KBA-3377: How to update ZD mode AP firmware to support vSCG using LWAPP2SCG
Use the following steps to have the vSCG automatically upgrade your ZD-mode AP to a vSCG-mode AP.
Step 1: Preparing the vSCG to accept and convert ZD mode AP.
1. SSH into your vSCG
2. Get into the configuration context and enter the LWAPP2SCG config mode.
Sid-3rd-vSCG# config
Sid-3rd-vSCG(config)# lwapp2scg
3. Set the Policy to allow the vSCG to upgrade all AP, or only upgrade specific AP by mac.
Sid-3rd-vSCG(config-lwapp2scg)# policy accept-all
4. Exit the config context and save the change.
Sid-3rd-vSCG(config-lwapp2scg)# end
Do you want to update this context configuration (or input 'no' to cancel)? [yes/no] yes
Sid-3rd-vSCG#
Step 2: Directing your ZD-mode AP to connect to the vSCG's Control IP.
1. SSH into the AP
2. Issue the same "set director ip", but point it to the vSCG's Control IP.
rkscli: set director ip 10.9.101.5
3. reboot the AP and it will connect to the vSCG and upgrade it's firmware.
rkscli: reboot
Step 3: Direct your SCG-mode AP to your vSCG's Control IP.
1. Once the AP has finished upgrading and rebooting from (Step 2) SSH into the AP
2. Issue a "set scg ip" command to point it to the vSCG's Control IP. This
is because when the AP was converted from ZD-mode AP to vSCG-mode AP,
it took on the vSCG mode AP's Factory Default setting, meaning it doesn't know
the vSCG IP.
rkscli: set scg ip 10.9.101.5
NOTE 1: If the vSCG was deployed with only 1 Interface (recommended) then the Control, Management and Cluster IP are all the same.
NOTE 2: It is very important [required] to factory default the AP after every conversion process, form ZD to SCG or converting a SCG AP to ZD mode AP.