Complete the following steps on all the ASE nodes in a cluster to upgrade to upgrade ASE 5.0 to 5.1.
- Extract the upgrade scripts from the PingIntelligence upgrade package as explained in Common upgrade tasks section
- Run the following command to disable
ABS:
# <ASE installation path>/ase/bin/cli.sh -u <username> -p <password> disable_abs
- Run the following command and stop ASE.
For example:# /<ASE installation path>/pingidentity/ase/bin/stop.sh -u <username> -p <password>
If ASE is running as a service, then run the following command.# /home/pi-user/pingidentity/ase/bin/stop.sh -u admin -p pswd
# systemctl stop pi-ase.service
- Make sure all the access logs are uploaded. Navigate to /<ASE 5.0 installation
path>/pingidentity/ase/log and run the following
command.
$ ls -lrt | sed -r "s/(.+\s+.+\s+.+\s+.+\s+0\s+.+)//g" | grep "http\|decoy"
Complete the following steps on all the ASE nodes in a cluster to upgrade to upgrade ASE 5.0 to 5.1.
# <ASE installation path>/ase/bin/cli.sh -u <username> -p <password> enable_abs