Post-Upgrade Steps and Troubleshooting
Prerequisite for RHEL 9.4
Note: After you have upgraded the OS to RHEL 9.4 and before
you start using AppViewX, perform the steps below to update the
sysctl.conf file.
-
To update the sysctl.conf file, execute the command below.
sudo vi /etc/sysctl.conf -
Add these two lines (parameters) to the end of the file.
fs.inotify.max_user_instances=8192fs.inotify.max_user_watches=524288 - Save and exit.
-
Now, run the command below.
sudo sysctl -p
Starting the Services and Pods
-
Start the infra and application services using the following commands
-
Restart all the pods by executing the command below.
kubectl delete po –all -A –forceNote: Wait until all the pods are in the running state. -
Verify the application status.
Troubleshooting
-
Handling istio issues (if present).
-
Handling pod specific issues (if present) - If vault, mongo, or
other pods start crashing with error message as xtables parameter
problem: iptables-restore: unable to initialize table 'nat', do
the following:
- Manually create the iptable_filter.conf file under /etc/modules-load.d/.
- To ensure the changes take effect after creating the above file, reboot the node.
