部署dem

注意:

  金蝶没有maxPostSize="-1"    要在/opt/AAS-V9.0/domains/mydomain/config/ vm.options里配置apusic.http.request.maxHeaderLine=819200

  War包要手动解压放/opt/AAS-V9.0/domains/mydomain/ applications进去才可以生效


一、安装DM数据库

安装完成之后,修改配置文件dm.ini中的一些参数

MEMORY_POOL          =  200

         BUFFER               =  1000

         KEEP                 =  64

         MAX_BUFFER           =  2000

         SORT_BUF_SIZE        =  50

[if !supportLists] [endif]二、在数据库中执行一个脚本(但是这个脚本数据库识别不到,可以打开管理工具,把脚本中的SQL语句复制粘贴出来在管理工具中执行)

脚本的位置:/home/dmdba/dmdbms/web/dem_init.sql

[if !supportLists] [endif]三、进入dem目录中有WEB-INF,/opt/AAS-V9.0/domains/mydomain/ applications /dem/WEB-INF路径下,修改db.xml文件

dm7

10.19.1.54

5236

SYSDBA

SYSDBA

50

100

500

60

select 1

../sslDir/client_ssl/SYSDBA

[if !supportLists] [endif]将/opt/AAS-V9.0/domains/mydomain/ applications/dem/WEB-INF/sslDir路径下的server_ssl拷贝到/home/dmdba/dmdbms/bin下

[if !supportLists] [endif]配置金蝶(这个时候要关闭金蝶 ./stopapusic或者kill -9 进程号)

[if !supportLists] [endif]四、启动金蝶(/opt/AAS-V9.0/domains/mydomain/bin/  ./startapusic)

[if !supportLists] [endif]开启浏览器访问

http://10.19.1.54:6888/dem  登陆(金蝶admin/Admin1234)、(dem:admin/888888)

五、配置dmagent代理(如果要监控其他机器,只需要部署代理即可)

在/home/dmdba/dmdbms/tool/dmagent/下,修改config.properties

#[General]

#run_mode values:

#0 - assist process

#1 - assist process & monitor

#2 - assist process & monitor & deployer

run_mode=2

ap_port=6363

rmi_port=6364

#[DEM]

center.url=http://10.19.1.54:6888/dem

center.agent_servlet=dem/dma_agent

[dmdba@c1 dmagent]$ ./DMAgentService.sh start

Starting DMAgentService...

.......... running: PID:10289

[dmdba@c1 dmagent]$

你可能感兴趣的:(部署dem)