I am trying to upgrade a firewall cluster from R80.10 (GAIA) to R80.20
I can't connect to any of the firewalls via the GAIA Portal to carry out a CPUSE upgrade
I've tried the solution SK121373 below, but this hasn't fixed the issue.
Does anyone have any advice? I know that a hotfix would probably sort this but I can't do a hotfix without access to the GAIA portal!
Thanks in advance
I have tried this solution below without success:
([Expert@HostName:0]# grep -q "form.el.dom.action" /web/htdocs2/login/login.js; if [ $? -eq 0 ]; then echo File is already modified, exiting.; else echo File backed up and modified. ; sed -i.bak '/form.isValid/s/$/\nform.el.dom.action=formAction;\n/' /web/htdocs2/login/login.js ; fi)
Bookmarks