IBM Enterprise Records V5.1.2   

(WebSphere Application Server) 配置“转移”工具

安装“转移”工具后,您必须通过编辑命令文件来配置该工具。

过程

要配置“转移”工具,请完成下列步骤:

  1. 登录到安装有“转移”工具的服务器。
  2. 编辑 RMTransfer.bat 文件:
    • Windows
      应用程序服务器 编辑
      WebSphere® Application Server(所有)
      1. 找到“APP_SERVER=”参数并输入“WebSphere Application Server”,如下所示:set APP_SERVER=WebSphere
      2. 验证 WS_DIR 是否指向安装有 WebSphere Application ServerWebSphere Application Server Client 的目录。例如:set WS_DIR=C:/Program Files/IBM/WebSphere/AppServer
      3. 在“WebSphere 服务器”部分中找到参数 set NAMING_PROVIDER_URL=,并按以下格式输入 Content EngineContent Platform Engine 服务器的 URL:
        set NAMING_PROVIDER_URL=iiop://CE Server:port#
      4. 在“WebSphere 服务器”部分中,找到 set CORBA_CONFIGURL= 参数,然后根据 WebSphere Application Server 版本,输入 sas.client.props 属性文件的位置:
        例如:WebSphere Application Server 6.0 或早期版本
        set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
        "file:%WS_DIR%/profiles/default/properties/
        sas.client.props"
        WebSphere Application Server
        set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
        "file:%WS_DIR%/properties/sas.client.props"
        WebSphere Application Server Server 6.1 或 7.x
        set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
        "file:%WS_DIR%/profiles/AppSrv01/properties/
        sas.client.props"
      WebSphere Application Server 6.1 和 7.x(仅限 SSL) ssl.client.props 添加至 JVA_ARGS

      找到以下行:

      set JVA_ARGS=%JVA_ARGS% 
      -Dcom.ibm.CORBA.loginSource=none
      将以下行添加至您找到的一行后面:
      set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL
      ="file:%WS_DIR%/profiles/AppSrv01/properties/
      ssl.client.props"
      • AIX、HP-UX、Linux 和 Solaris

        编辑 RMTransfer.sh 文件:

        应用程序服务器 编辑
        WebSphere Application Server
        1. 找到 set APP_SERVER= 参数并输入“WebSphere Application Server”,如下所示:APP_SERVER=WebSphere
        2. 验证 WS_DIR 是否指向安装有 WebSphere Application Server 或客户机的目录。

          例如:WS_DIR=/opt/IBM/WebSphere/AppServer

        3. 在“WebSphere 服务器”部分中找到参数 NAMING_PROVIDER_URL=,并按以下格式输入 Content EngineContent Platform Engine 服务器的 URL:NAMING_PROVIDER_URL=iiop://CE Server:port#
        4. 在“WebSphere 服务器”部分中,找到 CORBA_CONFIGURL= 参数。

          指定 CORBA 配置文件路径(如果已安装 AppClient 或者该路径不是缺省路径),然后根据 WebSphere Application Server 的版本,输入 sas.client.props 文件的位置。

          例如:WebSphere Application Server 6.0 或早期版本
          CORBA_CONFIGURL=file:"$WS_DIR"/profiles/default/
          properties/sas.client.props
          WebSphere Application Server Client
          CORBA_CONFIGURL=file:"$WS_DIR"/properties/
          sas.client.props
          WebSphere Application Server 6.1 或 7.x
          CORBA_CONFIGURL=file:"$WS_DIR"/profiles/AppSrv01/
          properties/sas.client.props
        在 SSL 下运行的 WebSphere Application Server 6.1 和 7.x 在 Java 命令行中指定 com.ibm.SSL.ConfigURL 系统属性。com.ibm.SSL.ConfigURL 属性引用指向 ssl.client.props 文件的文件 URL。 找到以下行:
        -Dcom.ibm.CORBA.ConfigURL="$CORBA_CONFIGURL" \ 
        将以下行添加至您找到的一行后面:
        -Dcom.ibm.SSL.ConfigURL=file:"$WS_DIR"
        /profiles/AppSrv01/properties/ssl.client.props \
  3. 禁用运行工具时的登录 Content EngineContent Platform Engine 要求,如下所示:
    1. 编辑 CORBA_CONFIGURL 指示的 sas.client.props 文件。
    2. 设置以下变量。
      com.ibm.CORBA.loginSource=none
    3. 保存并关闭文件。


反馈

最近一次更新时间: 2013 年 11 月
frmic110.htm

© Copyright IBM Corporation 2013