su - hacadm


/usr/sap/HAC/HDB00


sh-4.3$ ./HDB start


FAIL: process hdbcompileserver HDB Compileserver not running


su root

cd /usr/sap/hostctrl/exe

./sapcontrol -nr 00 -function RestartSystem ALL


ps -ef |grep hdb

hdbnameserver

hdbpreprocessor

hdbcompileserver

hdbindexserver


---------------------------------- START / STOP--------------------------

Procedure

  • By using the sapcontrol program:
    1. Log on to the SAP HANA system host as a user with root authorization.
    2. Execute one of the following commands:
      • Start the SAP HANA system by entering the following command:
        /usr/sap/hostctrl/exe/sapcontrol -nr <instance number> -function Start
      • Stop the SAP HANA system by entering the following command:
        /usr/sap/hostctrl/exe/sapcontrol -nr <instance number> -function Stop
  • By using the HDB program:
    1. Log on to the SAP HANA system host as user <sid>adm.
    2. Execute one of the following commands:
      • Start the SAP HANA system by entering the following command:
        /usr/sap/<SID>/HDB<instance number>/HDB start 

        Example:

        /usr/sap/KB1/HDB26/HDB start

      • Stop the SAP HANA system by entering the following command:
        /usr/sap/<SID>/HDB<instance number>/HDB stop

        Example:

        /usr/sap/KB1/HDB26/HDB stop


'나는 노동자 > LINUX' 카테고리의 다른 글

repo_download and sync  (0) 2018.04.26
linux http_proxy 설정하기 (웹사용을 위해)  (0) 2018.04.19
CentOS 커널 업그레이드 다운그레이드  (0) 2018.04.19
HANA WEB LOGIN  (0) 2018.02.13
RHEL7.X NFS MOUNT  (0) 2018.01.18

+ Recent posts