During a Data Repository (DR) upgrade in a multi-node cluster, the dr_install.sh script may fail on one or more nodes after succeeding on others. When attempting to start Vertica via adminTools, the following error is displayed:
DX NetOps Upgrade to 24.3.x
The installation or startup script fails because a Vertica process from a previous session is still running. This is typically caused by an ungraceful shutdown or a prior failed upgrade attempt that left a process hung. The installer detects this running process and cannot proceed.
The hung Vertica process must be identified and manually terminated before the upgrade can be successfully retried.
Identify the Hung Vertica Process:
Terminate the Hung Process:
You can use the recommended adminTools method or the more forceful manual kill command.
Method 1: Using adminTools (Recommended)
Method 2: Manual Kill Command (Forceful)
Retry the Upgrade:
After confirming the hung process is stopped, re-run the dr_install.sh upgrade script. The installation should now proceed without error.
Before Killing the process - Please make sure you have a valid backup of vertica database which was taken as per the documentation using vbr.py script.