SAP MaxDB: Unterschied zwischen den Versionen

Aus XccesS Wiki
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „=== Beschreibung === === Download === === Installation === === Konfiguration === ==== Kennwörter ändern ==== ===== CONTROL ===== Hinweis: Wenn Monitoring-Checks "lila" sind, ist noch folgendes auszuführen: sudo /opt/nrpe/addxuser <syntaxhighlight lang="bash" line="1"> dbmcli -d <SID> -u control,<passwort_alt> user_put control password=<passwort_neu> xuser -U c clear xuser -U c -u CONTROL,<passwort> -d SID -n Hostname -S INTERNAL </syntaxhighlight> =…“
 
Zeile 18: Zeile 18:
dbmcli -d <SID> -u control,<PW> user_put superdba password=<PW>
dbmcli -d <SID> -u control,<PW> user_put superdba password=<PW>
dbmcli -d <SID> -u control,<PW> load_systab -u superdba,<PW>
dbmcli -d <SID> -u control,<PW> load_systab -u superdba,<PW>
xuser -U c clear
xuser -U c -u CONTROL,<PW> -d <SID> -n <HOST> -S INTERNAL
dbmcli -d <SID> -U c db_enum
xuser -U w clear
xuser -U w clear
xuser -U w -u superdba,tS6dpk7ygU@2 -d <SID> -n olga9205 -S INTERNAL
xuser -U w -u superdba,<PW> -d <SID> -n <HOST> -S INTERNAL
dbmcli -d <SID> -U w db_enum
</syntaxhighlight>
</syntaxhighlight>
=== Update ===
=== Update ===



Version vom 25. November 2025, 18:58 Uhr

Beschreibung

Download

Installation

Konfiguration

Kennwörter ändern

CONTROL

Hinweis: Wenn Monitoring-Checks "lila" sind, ist noch folgendes auszuführen: sudo /opt/nrpe/addxuser

dbmcli -d <SID> -u control,<passwort_alt> user_put control password=<passwort_neu>
xuser -U c clear
xuser -U c -u CONTROL,<passwort> -d SID -n Hostname -S INTERNAL
SUPERDBA
dbmcli -d <SID> -u control,<PW> user_put superdba password=<PW>
dbmcli -d <SID> -u control,<PW> load_systab -u superdba,<PW>
xuser -U w clear
xuser -U w -u superdba,<PW> -d <SID> -n <HOST> -S INTERNAL

Update

Test

Fehlerbehebung

Starten/Stoppen funktioniert nicht

Lösung 1
auszufüllen

Codeschnipsel

Nützliche Links

Codeschnipsel

Nützliche Links