首页 > 数据库技术 > 详细

[SAP HANA] HDBLCM tool

时间:2020-03-16 17:57:16      阅读:95      评论:0      收藏:0      [点我收藏+]

Location of the HDBLCM Tools

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

 

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

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

 

Generating a Configuration File with Installation Parameters

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

 

automatically

./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

[SAP HANA] HDBLCM tool

原文:https://www.cnblogs.com/tingxin/p/12504519.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!