[SAP HANA] HANA 安装更新工具HDBLCM

HDBLCM是HANA安装更新工具

HANA DB 安装更新工具hdblcm 工具有两个本地的和SOURCE的。命令都一样但功能不一样  

  1. hdblcm的位置
  2. hdblcm 的参数
  3. hdblcm 的批处理模式和自动化安装

1. Location of the HDBLCM Tools

在不同Linux 系统的位置

Intel Based:     /<download location>/DATA_UNITS/HDB_LCM_LINUX_X86_64

IBM POWER:   /<download location>/DATA_UNITS/HDB_LCM_LINUX_OOC64

Resident HDBLCM  /<sapmnt>/<SID>/hdblcm

hdblcm 的命令行模式与图形模式

Command-line :   /hana/shared/<SID>/hblcm/hdblcm

Graphical :       /hana/shared/<SID>/hblcm/hdblcmgui

 2.  HDBLCM的参数

./hdblcm  --action=install --sid=D4C --number=04 --components=server,client --password=<password> --system_user_password=<ssystem user password> --sapadm_password=<sapadm password>

 HDBLCM的配置参数文件

./hdblcm –dump_configfile_template=/root/hdblcmTemp.cfg

3. 批处理模式和自动化安装

./hdblcm --batch --action=install --sid=D4C --number=04 --components=server,client --password=<password> --system_user_password=<ssystem user password> --sapadm_password=<sapadm password>

./hdblcm --batch --configfile=/root/hdblcm.cfg

=================================================================

content of

[General]

#Components (Valid values:all |client |server |xs |...)

components=server,client

[Server]

#Enable usage of persistent memory

use_pmem=n

#SAP HANA SYSTEM

sid=D4C

#Instance Number

number=01

#Master password

master_password=

#System Administarator password

system_user_password =

#Database user(system) passwod

system_user_password=

#SAP HOST agent user password

sapadm_password=

[action]

action=install

posted on 2020-03-16 16:06  InnoLeo  阅读(902)  评论(0编辑  收藏  举报