Running RSA Via V7.0 P04 standalone server. The following command would not allow me to change hostname, however, this script works well for remote RSA Via V7.0 P04 application server.
Running RSA Via V7.0 P04 standalone server. The following command would not allow me to change hostname, however, this script works well for remote RSA Via V7.0 P04 application server.
By testing in-lab, this seems to be a problem for all 7.0.0 patch levels except for 7.0.0 P02. If you still have the 7.0.0 P02 files do the following:
1. Extract the Aveksa_7.0.0_P02.tar.gz file to /home/oracle
cd /home/oracle
tar -zxvf Aveksa_7.0.0_P02.tar.gz
2. At this point you should have the following directory and file:
/home/oracle/Aveksa_7.0.0_P02/deploy/modifyhostname-impl.sh
3. Create a backup of the file /home/oracle/deploy/bin/impl/modifyhostname-impl.sh
cp /home/oracle/deploy/bin/impl/modifyhostname-impl.sh /home/oracle/deploy/bin/impl/modifyhostname-impl.sh.old
4. Replace the above file with the one from /home/oracle/Aveksa_7.0.0_P02/deploy directory
cp /home/oracle/Aveksa_7.0.0_P02/deploy/modifyhostname-impl.sh /home/oracle/deploy/bin/impl/modifyhostname-impl.sh
Please also open a support ticket referencing this thread so we can report this issue and have a proper fix in future patches/releases.
By testing in-lab, this seems to be a problem for all 7.0.0 patch levels except for 7.0.0 P02. If you still have the 7.0.0 P02 files do the following:
1. Extract the Aveksa_7.0.0_P02.tar.gz file to /home/oracle
2. At this point you should have the following directory and file:
3. Create a backup of the file /home/oracle/deploy/bin/impl/modifyhostname-impl.sh
4. Replace the above file with the one from /home/oracle/Aveksa_7.0.0_P02/deploy directory
Please also open a support ticket referencing this thread so we can report this issue and have a proper fix in future patches/releases.