码迷,mamicode.com
首页 > 数据库 > 详细

SAP MaxDB日常运维—启动、关闭、磁盘扩容

时间:2019-09-12 17:58:55      阅读:309      评论:0      收藏:0      [点我收藏+]

标签:status   rdate   state   vendor   star   检查   ams   inf   startup   

SAP MaxDB日常维护
1、检查MaxDB状态,并启动
su - pe0csc
cd /sapdb/SDB/db/bin
./dbmcli -d SDB -u superdba,Mypassword db_state
OK
State
ONLINE
MaxDB启动
./dbmcli -d SDB -u superdba,Mypassword db_online
2、启动xs_server
su - sdb
/sapdb/SDB/db/bin/x_server -S 7210 start
3、启动apache
su -
apachectl start

4、验证,健康监控

http://10.12.61.16:1090/ContentServer/ContentServer.dll?serverInfo

serverType="SAP HTTP Content Server";serverVendorId="SAP AG";serverPatch="1";serverStatus="running";serverDate="2019-09-12";serverTime="09:20:25";
startUpDate="2007-02-28";startUpTime="03:26:20";lastAccessDate="2019-09-10";lastAccessTime="08:18:53";contRep="Z_REP_DMS_PE0";contRepStatus="running";

关闭

1、关闭apache
su - sapcs
apachectl stop

2、关闭 xs_server
su - sdb
/sapdb/programs/bin/x_server -S 7210 stop

3、关闭MaxDB
su - sqdgcs
dbmcli -d gcs -u superdba,Mypassword db_offline

 磁盘扩容:https://www.jianshu.com/p/26d2628602e7

 

SAP MaxDB日常运维—启动、关闭、磁盘扩容

标签:status   rdate   state   vendor   star   检查   ams   inf   startup   

原文地址:https://www.cnblogs.com/elontian/p/11514292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!