Remote Agent と Local Distributor を自動的にアップグレードする前に、N1 Grid Service Provisioning System 5.0 が現在サポートしていないオペレーティングシステムを実行するサーバーのアップグレードを行わなかった場合は、それらのシステムを手動でアップグレードする必要があります。
アップグレードする 4.1 の Remote Agent または Local Distributor を稼働しているサーバーで、4.1 バージョンの Remote Agent または Local Distributor をインストールしたユーザーでマシンにログインします。
アプリケーションスクリプトが入っているディレクトリに移動します。
% cd /N1SPS4.1-home/app/bin/ |
N1SPS4.1-home には、アプリケーションをインストールしたディレクトリを指定します。
app には、Remote Agent の場合 agent を、Local Distributor の場合 ld を指定します。
4.1 バージョンの Remote Agent または Local Distributor を停止します。
% ./cr_app stop |
app には、Remote Agent の場合 agent を、Local Distributor の場合 ld を指定します。
システムの起動スクリプトによるシステムのリブート時に 4.1 バージョンの Remote Agent または Local Distributor が自動的に起動しないことを確認します。
サーバーのオペレーティングシステムを N1 Grid Service Provisioning System 5.0 でサポートされているバージョンにアップグレードします。
4.1 バージョンの Remote Agent または Local Distributor を、サーバー上の一時的な場所に移動させます。
% mv /N1SPS4.1-home/app /temporary_directory |
N1SPS4.1-home には、アプリケーションをインストールしたディレクトリを指定します。
app には、Remote Agent の場合 agent を、Local Distributor の場合 ld を指定します。
temporary_directory には、アプリケーションの移動先である一時ディレクトリを指定します。
5.0 バージョンの Remote Agent または Local Distributor を、4.1 アプリケーションがインストールされているディレクトリにインストールします。
手順については、「Solaris OS、Red Hat Linux、IBM AIX システムに N1 Grid Service Provisioning System 5.0 をインストールする」を参照してください。
5.0 バージョンの Remote Agent または Local Distributor のスクリプトが入っているディレクトリに移動します。
% cd /N1SPS5.0-home/app/bin/ |
N1SPS5.0-home には、アプリケーションをインストールしたディレクトリを指定します。
app には、Remote Agent の場合 agent を、Local Distributor の場合 ld を指定します。
データを 5.0 バージョンの Remote Agent または Local Distributor に移行します。
% ./migrateNode_4.1-5.0.sh -n /N1SPS5.0-home/app -o /temporary_directory/N1SPS4.1-home/app |
N1SPS5.0-home には、5.0 アプリケーションをインストールしたディレクトリを指定します。
/temporary_directory/N1SPS4.1-home には、4.1 アプリケーションを移動させたディレクトリを指定します。
app には、Remote Agent の場合 agent を、Local Distributor の場合 ld を指定します。
移行スクリプトによって次のファイルが移行されます。
config.properties
transport.config
キーストア
Remote Agent 上のスナップショット
5.0 バージョンの Remote Agent または Local Distributor を起動します。
% ./cr_app start |
app には、Remote Agent の場合 agent を、Local Distributor の場合 ld を指定します。