Sun N1 Service Provisioning System User's Guide for SAP Plug-In 1.0

ProcedureHow to Create a GDS Component Using the GDSResourceType

Steps
  1. In the Application Deployment section of the N1 SPS browser interface, click Components.

  2. Change the folder to /com/sun/n1aa/GDS.

  3. Click on create link for creating the component.

  4. Enter the name of the component.

  5. Select the type as untyped.

  6. Insert the following text before the ending component element, </component>:

    <extends>
        <type name="com.sun.sap#GDSResourceType"></type>
    </extends>
    
    <installList>
        <installSteps name="createDependency" access="PROTECTED">
        <paramList>
    	       <param name="grpInstallPath"/>
        </paramList>
        <try>
            <block>
            <!-- Replace dependency name, RunLevel1, with your desired run-level. -->
            <!-- Following are the pre-defined dependency names -->
                <createDependency name="RunLevel1">
                    <installedComponent name="Group" path="/com/sun/sap/resourcetypes" 
                         installPath=":[grpInstallPath]"></installedComponent>
                </createDependency>
            </block>
            <catch>
                <raise message="Error in creating dependency: :[grpInstallPath]"/>
            </catch>
        </try>
        </installSteps>
    </installList>
  7. Change the dependency name on line containing <createDependency> element.

    Valid dependency names are:

      RunLevel1 through RunLevel5


      NFSMount2Group


      RunLevel7 through RunLevel11


      HAStoragePlus2Group


      RunLevel13 through RunLevel17


      LogicalHost2Group


      RunLevel19 through RunLevel23


      Oracle2Group


      RunLevel25 through RunLevel29


      CentralInstance2Group


      RunLevel31 through RunLevel35


      EnqueueServer2Group


      RunLevel37 through RunLevel41


      MessageServer2Group


      RunLevel43 through RunLevel47


      AppServerWithExceptionFile2Group


      RunLevel49 through RunLevel53


      AppServer2Group


      RunLevel55 through RunLevel59


      NFSShare2Group


      RunLevel61 through RunLevel65


  8. Click Check In.

  9. Click Continue to Check In.