SAP MaxDB: Unterschied zwischen den Versionen

Aus XccesS Wiki
Zur Navigation springen Zur Suche springen
Zeile 13: Zeile 13:
xuser -U c clear
xuser -U c clear
xuser -U c -u CONTROL,<passwort> -d SID -n Hostname -S INTERNAL
xuser -U c -u CONTROL,<passwort> -d SID -n Hostname -S INTERNAL
cleanipc 00 remove
</syntaxhighlight>
</syntaxhighlight>
===== SUPERDBA =====
===== SUPERDBA =====
Zeile 20: Zeile 21:
xuser -U w clear
xuser -U w clear
xuser -U w -u superdba,<PW> -d <SID> -n <HOST> -S INTERNAL
xuser -U w -u superdba,<PW> -d <SID> -n <HOST> -S INTERNAL
cleanipc 00 remove
</syntaxhighlight>
</syntaxhighlight>
===== SAPSID =====
===== SAPSID =====
Zeile 27: Zeile 29:
xuser -U DEFAULT clear
xuser -U DEFAULT clear
xuser -U DEFAULT -u SAP<SID>,<PW> -d <SID> -n <HOST> -S SAPR3 -t 0
xuser -U DEFAULT -u SAP<SID>,<PW> -d <SID> -n <HOST> -S SAPR3 -t 0
cleanipc 00 remove
startsap R3
startsap R3
</syntaxhighlight>
</syntaxhighlight>

Version vom 25. November 2025, 19:17 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
cleanipc 00 remove
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
cleanipc 00 remove
SAPSID
stopsap R3
dbmcli -d <SID> -u superdba,<PW> -uSQL SAP<SID>,<PW> sql_execute ALTER PASSWORD <PWALT> TO <PWNEW>
xuser -U DEFAULT clear
xuser -U DEFAULT -u SAP<SID>,<PW> -d <SID> -n <HOST> -S SAPR3 -t 0
cleanipc 00 remove
startsap R3

Update

Test

Fehlerbehebung

Starten/Stoppen funktioniert nicht

Lösung 1
auszufüllen

Codeschnipsel

Nützliche Links

Codeschnipsel

Nützliche Links