IBM DataStage服务的启动和停止

本文详细介绍了在Linux环境下,如何启动和停止IBMDataStage服务器中的DB2、ASB代理服务、ASBNODE服务、DS服务以及DS监控的步骤。
摘要由CSDN通过智能技术生成

在IBM DataStage中,服务指的是DataStage服务器的相关进程。以下是在Linux环境下启动和停止DataStage服务的步骤说明。
注意:以下命令中涉及到的路径会根据DataStage的安装位置而有所不同。在实际操作时,请根据自身系统环境调整路径。

1 DataStage服务启动

1.1 启动DB2

操作用户:db2inst1

# 执行启动命令
[db2inst1@...~]$ db2start
# 验证DB2是否启动成功,连接成功表示启动成功
[db2inst1@...~]$ db2 connect to xmeta

1.2 启动ASB代理服务

操作用户:root

# 进入ASB代理服务bin目录,执行启动命令
~]# cd /opt/IBM/InformationServer/ASBServer/bin
~]# ./MetadataServer.sh start
# 验证是否启动成功,进程存在表示启动成功
~]# ps -ef|grep AppServer|grep -v grep

1.3 启动ASBNODE服务

操作用户:root

# 进入ASBNODE服务bin目录,执行启动命令
~]# cd /opt/IBM/InformationServer/ASBNode/bin
~]# ./NodeAgents.sh start
# 验证是否启动成功,进程存在表示启动成功
~]# ps -ef|grep ASBNode|grep -v grep

1.4 启动DS服务

操作用户:安装DS的用户,这里以dsadm用户为例

# 进入DS引擎bin目录,执行启动命令
[dsadm@...~]$ cd /opt/IBM/InformationServer/Server/DSEngine/bin
[dsadm@...~]$ ./uv -admin -start
# 验证是否启动成功,进程存在表示启动成功
[dsadm@...~]$ ps -ef|grep  dsrpcd|grep -v grep

1.5 启动DS监控

操作用户:安装DS的用户,这里以dsadm用户为例

# 进入DS监控bin目录,执行启动命令
[dsadm@...~]$ cd /opt/IBM/InformationServer/Server/DSODB/bin/
[dsadm@...~]$ ./DSAppWatcher.sh -start

2 DataStage服务停止

2.1 停止DS监控

操作用户:安装DS的用户,这里以dsadm用户为例

# 进入DS监控bin目录,执行停止命令
[dsadm@...~]$ cd /opt/IBM/InformationServer/Server/DSODB/bin/
[dsadm@...~]$ ./DSAppWatcher.sh -stop

2.2 停止DS服务

操作用户:安装DS的用户,这里以dsadm用户为例

# 进入DS引擎bin目录,执行停止命令
[dsadm@...~]$ cd /opt/IBM/InformationServer/Server/DSEngine/bin
[dsadm@...~]$ ./uv -admin -stop
# 验证是否停止成功,进程不存在表示停止成功
[dsadm@...~]$ ps -ef|grep  dsrpcd|grep -v grep

2.3 停止ASBNODE服务

操作用户:root

# 进入ASBNODE服务bin目录,执行停止命令
~]# cd /opt/IBM/InformationServer/ASBNode/bin
~]# ./NodeAgents.sh stop
# 验证是否停止成功,进程不存在表示停止成功
~]# ps -ef|grep ASBNode|grep -v grep

2.4 停止ASB代理服务

操作用户:root

# 进入ASB代理服务bin目录,执行停止命令
~]# cd /opt/IBM/InformationServer/ASBServer/bin
~]# ./MetadataServer.sh stop
# 验证是否停止成功,进程不存在表示停止成功
~]# ps -ef|grep AppServer|grep -v grep

2.5 停止DB2

操作用户:db2inst1

# 执行停止命令
[db2inst1@...~]$ db2stop force
# 验证DB2是否停止成功,连接失败表示停止成功
[db2inst1@...~]$ db2 connect to xmeta
  • 12
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing, IBM Corporation, North Castle Drive, Armonk, NY 10504-1785 U.S.A. The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. COPYRIGHT LICENSE: This information contains sample application programs in source language, which illustrate
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值