Instant AP Upgrade 說明 AOS 10 > 8
Instant AP Upgrade 說明 AOS 10 > 8
ARUBA 目前在控制器與基地台中有兩個主要作業系統 AOS_8 /AOS_10 最大差異在於AOS_8 是本地配置運行的作業系統。AOS_10則為雲端管理系統。如果因為測試需要切換。請注意下列說明。
因為運行在AOS_10版本上的設備 本機Web管理介面不一定開得起來 所以 更新韌體就需要透過 CLI執行..
指令為 : upgrade-image tftp://server_ip/image_file name
觀看進度指令為 : show upgrade
正常下載完畢後 會自動升級...請耐心等待..
下面是我升級抓的範例
20:4c:03:d7:d6:27# upgrade-image tftp://192.168.99.201/ArubaInstant_Gemini_8.10.0.11_89676
Upgrade is triggered.
Please type "show upgrade" to get the result.
Will automatically reboot when done.
20:4c:03:d7:d6:27# show upgrade
swarm upgrade status
--------------------
Mac IP Address Seed AP AP Class Status Image Info
--- ---------- ------- -------- ------ ----------
20:4c:03:d7:d6:27 192.168.1.153 Yes Gemini downloading tftp://192.168.99.201/ArubaInstant_Gemini_8.10.0.11_89676
Auto reboot :enable
Use external URL :enable
Conductor wait Time :892 secs 0 count
Switch Partition :enable
Upgrade in process :Yes
UAP convert process :No
20:4c:03:d7:d6:27# ble_ready NOT present @1122 .... stop processing msgs from APB
Sending SIGKILL to all processes.
Unmounting UBIFS completed.
Please stand by while rebooting the system.
# 设置静态地址(如果 DHCP 可用可以不用设置)
apboot> setenv ipaddr 192.168.1.100
apboot> setenv netmask 255.255.255.0
apboot> setenv gatewayip 192.168.1.1
# 设置 TFTP 服务器地址
apboot> setenv serverip 192.168.1.101
# 清除 OS 镜像(可选)
apboot> clear os 0
# 升级 OS 镜像
apboot> upgrade os [file-name]
# 恢复默认配置信息
apboot> factory_reset
# 重启
apboot> reset
默认密码
默认账号均为 admin
以 ArubaOS 8 作为分界线,在此之前默认密码为 admin,以后默认密码为本机序列号
(本机序列号在在自签的证书中也有包含)
某位不透露姓名的 Aruba Staff 表示,建议使用 printenv 事先备份正常状态下的 env 信息。
原话如下:
祝各位網路暢行無阻