DELL POWEREGDE 1950 on Solaris 10 Update7

Solaris 10 Update7をDELL POWEREGDE 1950にインストール

基本的に、先日書いたUpdate6と変わりなし。

設定が少し進んだので、記録しておく。

Global Zoneをインストールし、Zoneの設定を行った。

Non-Global Zoneでwwwを稼働させるべく、Sun Java System Web Server 7 U5 をインストール

以下、Non-Global Zone上での設定。

  1. zfsをNon-Global Zoneでマウント
    Global-Zoneでzfs filesystemが作成済 /raidbox/www
    /etc/zones/www.xml
    <filesystem special=”/raidbox/www” directory=”/www” type=”lofs”>
    <fsoption name=”rw”/>
    </filesystem>
  2. webserver7のインストール
    # gtar zxvf sjsws-7_0u5-solaris-amd64.tar.gz
    # ./setup
    Sun Java System Web Server 7.0 インストールディレクトリ [/sun/webserver7] {“<” 戻る, “!” 終
    了}: /opt/webserver7
    ディレクトリを作成しますか ? [Yes/No] [yes] {“<” 戻る, “!” 終了} yes
    1. 高速
    2. カスタム
    3. 終了

    何を実行しますか  [1] {“<” 戻る, “!” 終了}? 1
    管理者ユーザー名 [admin] {“<” 戻る, “!” 終了}
    管理者パスワード:
    パスワード再入力:

    製品 : Sun Java System Web Server
    場所 : /opt/webserver7
    ディスク容量 : 280.79 MB
    ——————————————————

    管理コマンド行インタフェース
    サーバーコア
    サンプルアプリケーション
    サーバーコア 64 ビットバイナリ

    管理サーバーの起動 [yes/no]  [yes] {“<” 戻る, “!” 終了}: yes
    1. 今すぐインストール
    2. やり直し
    3. インストール終了

    何を実行しますか  [1] {“<” 戻る, “!” 終了}? 1
    – 次の URL にアクセスすることにより、管理コンソールにアクセスできます:
    https://www:8989

これでインストール完了。

https://www:8989/でweb consoleが開けます。

続いてphppackをインストール。

phpを有効にするインスタンスは、[www]とする。

# unzip phppack-5_2_0-solaris-amd64.zip
# mv php /opt/webserver7/plugins/
# cd /opt/webserver7/plugins/php
# ./setupPHP -instancename=https-www

UPDATED: /opt/webserver7/https-www/config/magnus.conf
UPDATED: /opt/webserver7/https-www/config/viaphoto-obj.conf
UPDATED: /opt/webserver7/https-www/config/via-obj.conf
UPDATED: /opt/webserver7/https-www/config/mime.types

Setup was sucessful.
——————–

The following steps are necessary to make the changes to all the nodes.

(1) Start the admin server

/opt/webserver7/admin-server/bin/startserv

(2) Connect to the admin server using wadm command

/opt/webserver7/bin/wadm [–user=admin-user] [–password-file=admin-pswd-file] [–host=admin-host] [–port=admin-port]

(3) Pull the modified config from the node to config store
using the following command in wadm console:

pull-config –config=www nodehost

For Example: If the host name for the node is xyz.com then enter the command like,

pull-config –config=www xyz.com

(4) Deploy the new changes to all nodes using
the following command in wadm console:

deploy-config www

# /opt/webserver7/plugins/php> /opt/webserver7/bin/wadm –user=admin
admin-user-password を入力してください>
localhost:8989 に接続されました
Sun Java System Web Server 7.0U5 B03/10/2009 14:57
wadm> pull-config –config=www www
CLI201 コマンド ‘pull-config’ は正常に実行されました
wadm> deploy-config www
ADMIN3667: 配備対象の変更がありません。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA