http://hostname:8001 or 8002/sap/hana/xs/admin


요렇게 치면 로그인 화면이 나옴


Enter username

Enter password





SAP HANA Lifecycle Manager


https://host:1129/lmsl/HDBLCM/SID/index.html

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

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

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

[root@dockertest1 /]# mount -t nfs xx.xx.xx.xx:/gpu_docker  /Analytics

Job for rpc-statd.service failed because the control process exited with error code. See "systemctl status rpc-statd.service" and "journalctl -xe" for details.


요렇게 날때 



systemctl status rpc-statd.service 


mount -t nfs xx.xx.xx.xx:/gpu_docker  /Analytics

요렇게 해보세요

음 안되면

systemctl enable nfs-idmap && systemctl start nfs-idmap

systemctl enable nfs-client.target && systemctl start nfs-client.target


요렇게 하고 다시 해보세요


근데 리부팅후에 안될수도 있을듯...그러면


systemctl enable   rpcbind.service   # for the next reboot

요렇게 해주면 됩니다


'나는 노동자 > 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
HANA DB START/STOP  (0) 2018.02.12

+ Recent posts