zoukankan      html  css  js  c++  java
  • [SAP HANA] HANA 数据库的启动与关闭

    本文重点介绍HANA 启动与关闭在不同管理工具的具体用法

    1. HANA 数据库启动与关闭的工具
    2. HANA 数据库启动与关闭工具需要的账号与密码
    3. HANA 数据库启动与关闭在各个不同管理工具的具体用法

    1.HANA 数据库管理工具

    the whole database system  :             SAP HANA COCKPIT and SAP Control
    one or more tenants:                     SAP HANA COCKPIT and SQL
    one or more hosts in scale-out scenairo:    HDB and SAPControl
    SAP HANA servcies:                       SAP HANA COCKPIT and SQL

    2.不同管理工具需要的账号与密码

    Tools Root <sid>adm Cockpit User DB user
    SAP HANA Cockpit NO YES YES YES
    SAPControl YES YES NO NO
    HDB NO YES NO NO
    SQL via HANA Cockpit NO NO YES YES
    SQL via HDBSQL NO YES NO NO

     注意 SAP HANA cockpit 和SAPcontrol 的特点

     Using SAP HANA Cockpit and the SAPControl function Stop System and Start system will stop the entire sap HANA database system,independently of whether the system is
    a singel-host system or a multi-host(scale-out) system.

    3.各个管理工具的具体用法

    SAPControl

    sapcontrol -nr <instancenumber> -function StopSystem
    sapcontrol -nr <instancenumber> -function StartSystem
    sapcontrol -nr <instancenumber> -function RestartSystem
    sapcontrol -nr <instancenumber> -function GetSysteminstanceList
    sapcontrol -nr <instancenumber> -function GetProcessList

    SQL

    alter system start database tenant1
    alter system stop database H93

    HDB

    HDB STOP
    HDB START
    HDB RESTART

     注意:

    both SAP HANA Cockpit and the SAPControl use the the SAP start servcies (sapstartsrv)to stop and start HANA database system in a controled way.Sapstartsrv start all necessary OS servcies and the SAP HANA Daemon.

    The SAP HANA daemon starts all required SAP HANA services, such as the name server,index server and for example the preprocessor services.

    每天进步一点点,多思考,多总结 版权声明:本文为CNblog博主「zaituzhong」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
  • 相关阅读:
    C++中逻辑操作符的重载分析
    不要62
    P1052 过河
    P1029 最大公约数和最小公倍数问题
    P1345 [USACO5.4]奶牛的电信Telecowmunication
    Dining
    Dinic
    [Scoi2015]小凸玩矩阵
    12.16
    bzoj 3529
  • 原文地址:https://www.cnblogs.com/tingxin/p/12567136.html
Copyright © 2011-2022 走看看