在开启了HA集群后,面板上的HA指示灯会亮绿色或者橙色。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # 注意是在命令行模式下 # 查看集群状态(HA) root> show chassis cluster status # 关闭集群并重启 root> set chassis cluster disable reboot # 重启完成后再查看集群状态 root> show chassis cluster status error: Chassis cluster is not enabled. # 进入配置模式 root> configure Entering configuration mode [edit] # 恢复出厂设置 root # load factory-default warning: activating factory configuration [edit] # 设置root密码 root # set system root-authentication plain-text-password New password: Retype new password: [edit] # 提交 root # commit |
原创文章,转载请注明。本文链接地址: https://www.rootop.org/pages/5405.html