Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Logovi

hanab1v1:/var/log/SAPBusinessOne # less sldService.log | grep mpinojtic

U folderu ovom su logovi za korisnike koji idu preko sld-a

Sve naredbe se izvode userom sa root ovlastima.


Obavezno je zaustaviti SAP B1 servise sljedećim redoslijedom:
1. /usr/sap/SAPBusinessOne/WebClient/startup.sh stop
2. systemctl stop sapb1edfbackend.service
3. systemctl stop b1s.service
4. systemctl stop sapb1servertools.service

Kad se zaustave SAP B1 servisi, stopirati HANA DB sljedećom naredbom:

• /usr/sap/hostctrl/exe/sapcontrol -nr 00 -function Stop


Provjeriti jesu li svi HANA servisi zaustavljeni naredbom:
• /usr/sap/hostctrl/exe/sapcontrol -nr 00 -function GetProcessList
GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
hdbdaemon, HDB Daemon, GRAY, Stopped, , , 18834
Ako su svi servisi zaustavljeni dobit ćemo listu iznad.

Nakon restarta servera SAP HANA i SAP B1 servisi se automatski startaju.


Potrebno je provjeriti jesu li svi startani naredbom:
• /usr/sap/hostctrl/exe/sapcontrol -nr 00 -function GetProcessList

24.11.2021 14:37:57
GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
hdbdaemon, HDB Daemon, GREEN, Running, 2021 11 24 14:33:30, 0:04:27, 467
hdbcompileserver, HDB Compileserver, GREEN, Running, 2021 11 24 14:33:39, 0:04:18,
718
hdbindexserver, HDB Indexserver-NDB, GREEN, Running, 2021 11 24 14:33:39, 0:04:18,
769
hdbnameserver, HDB Nameserver, GREEN, Running, 2021 11 24 14:33:30, 0:04:27, 487
hdbpreprocessor, HDB Preprocessor, GREEN, Running, 2021 11 24 14:33:39, 0:04:18,
721
hdbscriptserver, HDB Scriptserver-NDB, GREEN, Running, 2021 11 24 14:33:39,
0:04:18, 774
hdbwebdispatcher, HDB Web Dispatcher, GREEN, Running, 2021 11 24 14:34:59, 0:02:58,
1658
hdbxsengine, HDB XSEngine-NDB, GREEN, Running, 2021 11 24 14:33:39, 0:04:18, 778
Iznad je popis svih HANA servisa koji moraju biti startani.
Potrebno je da svaki ima status GREEN i Running.
Startanje može potrajati nekoliko minuta.
Status SAP B1 servisa možemo provjeriti naredbama:
• systemctl status sapb1servertools.service
• systemctl status b1s.service
• systemctl status sapb1edfbackend.service

Ako je potrebno ručno startati SAP HANA DB i SAP B1 servise potrebno je to


napraviti izvođenjem naredbi sljedećim redoslijedom:

1. /usr/sap/hostctrl/exe/sapcontrol -nr 00 -function Start


Pričekati dok se starta HANA DB. Status provjeriti naredbom:
/usr/sap/hostctrl/exe/sapcontrol -nr 00 -function GetProcessList
2. systemctl start sapb1servertools.service
3. systemctl start b1s.service
4. systemctl start sapb1edfbackend.service
5. /usr/sap/SAPBusinessOne/WebClient/startup.sh start
16 + 16 = 32

• q
https://sapb1dev.mstart.local:40000/ControlCenter/
https://saphana03.mstart.local:40000/ControlCenter/

You might also like