在 AIX、Linux 和 Solaris Operating Environment 上打开配置管理器

AIX、Linux 和 Solaris Operating Environment

要创建或配置 WebSphere Commerce 或 WebSphere Commerce Payments 实例,应当使用配置管理器。

要在 AIX、Linux 和 Solaris Operating Environment 上打开 WebSphere Commerce 配置管理器,请执行以下操作:

  1. 执行以下操作启动服务器:
    1. root 登录。
    2. 打开终端窗口。
    3. 发出以下命令:
      xhost +host_name
      其中,host_name 是希望在其上运行配置管理器的机器的全限定域名。

      注意:在通过 X-client(例如,Exceed)启动配置管理器时,必须从控制台终端发出 xhost 命令,而从 X-client 中的终端会话发出其它命令。在使用 X-client 时,host_name 是 X-client 机器的全限定域名。

    4. 发出以下命令:
      su - wasuser_ID
      其中 wasuser_ID 是在安装 WebSphere Commerce 之前创建的 non-root 用户标识。缺省 WebSphere Application Server 用户名是 wasuser
    5. 发出以下命令:
      export DISPLAY=host_name:0.0
      cd WC_installdir/bin
      ./config_server.sh
      
      其中,host_name 是希望在其上运行配置管理器的机器的全限定域名。

      注意:

      • 请不要关闭您输入 config_server.sh 命令的终端窗口,否则将停止“配置管理器”服务器。
      • 请不要将“配置管理器”服务器作为后台进程运行-这可能会有潜在的安全性风险。
      • 不要让配置管理器服务器运行,除非尚有连接着的客户机-这是潜在的安全性风险。
  2. 执行以下操作启动客户机:
    1. 打开另一个终端窗口。
    2. 发出以下命令:
      xhost +host_name
      其中,host_name 是希望在其上运行配置管理器的机器的全限定域名。
    3. 发出以下命令:
      su - wasuser_ID
      其中 wasuser_ID 是在安装 WebSphere Commerce 之前创建的 non-root 用户标识。缺省 WebSphere Application Server 用户名是 wasuser
    4. 发出以下命令:
      export DISPLAY=host_name:0.0
      cd WC_installdir/bin
      ./config_client.sh &
      
      其中,host_name 是希望从其访问配置管理器的机器的全限定主机名。
  3. 在“配置认证”窗口中,输入配置管理器用户标识和密码并单击确定