2016-06-21 11 views
1

Ich versuche, einen Vertica Clusetter mit 3 Knoten auf die neueste Version 7.2.3 zu aktualisieren. Ich habe versucht, mit dem folgenden Befehl:Vertica rpm Installation schlägt fehl

rpm -Uvh vertica-7.2.3-0.x86_64.RHEL6.rpm 

Dies ist jedoch mit dem folgenden Fehler fehl:

Preparing...    ########################################### [100%] 
ERROR: AdminTools process still running. 
ERROR: You must quit adminTools prior to upgrade. 
dbadmin 1456 1455 0 14:22 ? 00:00:00 /opt/vertica/oss/python/bin/python  /opt/vertica/bin/adminTools -t command_host -cstart 
error: %pre(vertica-7.2.3-0.x86_64) scriptlet failed, exit status 1 
error: install: %pre scriptlet failed (2), skipping vertica-7.2.3-0 

Ich bin keine Admintools Prozess ausgeführt wird. Ich bin mir jedoch nicht sicher, ob jemand einen Bildschirm geöffnet hat, der etwas ausführt. Wie erzwinge ich das Schließen des AdminTools-Prozesses?

[Update 1]

Ausgabe von ps auxwww | grep -i Admin

root  925 0.0 0.0 103244 892 pts/3 S+ 21:01 0:00 grep -i admin 
dbadmin 1440 0.0 0.0 106060 1368 ?  Ss 14:22 0:00 /bin/bash  /opt/vertica/agent/agent.sh /opt/vertica/config/users/dbadmin/agent.conf 
dbadmin 1451 0.8 0.0 1381652 43228 ?  Sl 14:22 3:24 /opt/vertica/oss/python/bin/python ./simply_fast.py 
root  1455 0.0 0.0 155712 1768 ?  S 14:22 0:00 su -l dbadmin -c /opt/vertica/bin/adminTools -t command_host -cstart 
dbadmin 1456 0.0 0.0 432844 21740 ?  Ss 14:22 0:00 /opt/vertica/oss/python/bin/python /opt/vertica/bin/adminTools -t command_host -cstart 
dbadmin 1526 0.0 0.0 59820 3748 pts/1 Ss+ 14:23 0:00 /usr/bin/ssh -oConnectTimeout=30 -o TCPKeepAlive=no -o ServerAliveInterval=15 -o ServerAliveCountMax=2 -o StrictHostKeyChecking=no -o BatchMode=yes -l dbadmin 10.164.97.8 
dbadmin 1527 0.0 0.0 59820 3748 pts/2 Ss+ 14:23 0:00 /usr/bin/ssh -oConnectTimeout=30 -o TCPKeepAlive=no -o ServerAliveInterval=15 -o ServerAliveCountMax=2 -o StrictHostKeyChecking=no -o BatchMode=yes -l dbadmin 10.164.97.9 
dbadmin 30185 0.0 0.0 101428 596 ?  Ss 17:36 0:02 /opt/vertica/bin/rsync --daemon --config=/tmp/vbr_rsyncd/vbr_rsyncd.conf --port=50000 
+1

"ps auxwww | grep -i admin" und sehen, was kommt. –

+0

Die Ausgabe hinzugefügt ... Ich sehe ein paar laufen als dbadmin ... sollte ich alle diese manuell töten? – Ravi

+1

keine Ahnung. Die SSH-Server führen die Befehle auf Remote-Computern aus und können wahrscheinlich in Ruhe gelassen werden. die anderen ... töten auf eigene Gefahr. –

Antwort

0

Der Fehlerausgang die problematische PID beinhaltet:

ERROR: You must quit adminTools prior to upgrade.
dbadmin 1456 1455 0 14:22 ? 00:00:00 /opt/vertica/oss/python/bin/python /opt/vertica/bin/adminTools -t command_host -cstart

Allgemeiner gesagt, wenn die Installation fehlschlägt Da einige Vertica-Prozesse noch ausgeführt werden, wird die Suche nach "vertica" in Ihrer Prozessliste im Allgemeinen gefunden. Standardmäßig wird Vertica in/opt/vertica installiert.

Verwandte Themen