Sun N1 Service Provisioning System ユーザーズガイド (SAP Plug-In 1.0)

ProcedureGDS リソースの停止のプランを生成する


注 –

プランのパラメータは、installPath だけです。


  1. N1 SPS ブラウザインタフェースの「Application Deployment」セクションで「Components」をクリックします。

  2. フォルダを、/com/sun/n1aa/GDS に変更します。

  3. 作成された GDS コンポーネントの「Details」リンクをクリックします。

  4. stop プロシージャーのチェックボックスを選択します。

  5. 「Generate Plan With Checked Procedures」リンクをクリックします。

  6. プラン名を、Stopgds-component-namePlan の形式で入力します。

    gds-component-name は、GDSResourceType を使用して GDS コンポーネントを作成する」の項で作成したコンポーネント名です。

  7. XML テキストの <executionPlan> 要素で、属性名を Stopgds-component-namePlan に変更します。

  8. <simpleSteps> 要素の前の、shutdownMode および forceStop パラメータを含む paramList 要素を削除します。

  9. <simpleSteps> 要素の前に、プランのパラメータとして installPath を追加します。

    たとえば、次のようなテキストを含めてプランのパラメータを挿入します。

    <paramList>
        <param name="installPath" default="" 
            prompt="Install path of the GDS component"></param>
    </paramList>
  10. <call blockName='stop'> のあとにある <argList> の行を削除して、制御を停止する引数を削除します。

  11. XML テキストの <installedComponent> 要素に、installPath=':[installPath]' 属性を追加します。

    次に例を示します。

    installPath を追加する前。

    <call blockName='stop'>
         <installedComponent name='gds' versionOp='=' version='1.0' 
              path='/com/sun/n1aa/GDS'></installedComponent>
    </call>

    installPath を追加したあと。

    <call blockName='stop'>
        <installedComponent name='gds' versionOp='=' version='1.0' 
            path='/com/sun/n1aa/GDS' installPath=':[installPath]'></installedComponent>
    </call>
  12. 「Check In」をクリックします。

  13. 「Continue to Check In」をクリックします。