What's New in the Sun N1 Advanced Architecture for SAP Solutions 5.2 Update 2 Release

ProcedureHow to Create Non-Global Zone as a Physical Host With the N1 AA Command Line Interface

This procedure describes how to create a zone host with the N1 AA command line interface (CLI). The N1 Advanced Architecture 5.2 Update 2 release includes two new commands for creating non-global zone hosts.

Before You Begin

Before you can create a non-global zone host, you must perform the following tasks.

  1. Check the identifier of the server group on which you want to create a zone host.


    # ./n1aa_exec GetServerGroups
    

    The output of the previous command lists the unique IDs and names of the server groups in your N1 AA environment.

  2. Check the names of the global zone hosts in your N1 SPS environment.


    # ./n1aa_exec deployment.ListSPSHosts com.sun.sap#global_zone
    

    The output of the previous command lists the names of all the global zone hosts in your N1 SPS environment.

  3. Create the non-global zone host.


    # ./n1aa_exec deployment.CreateZoneHost
    servergroup=server-group-ID
    globalzonename=global-zone-name
    localzonename=local-zone-name
    zonepool=zone-pool
    zoneparamsetname=zone-param-set-name
    
    server-group-ID

    Specifies the server group ID that you identified in Step 1.

    global-zone-name

    Specifies the name of the global zone that you identified in Step 2.

    local-zone-name

    Specifies the name of the non-global zone host that you want to create.

    zone-pool

    Specifies the name of the resource pool that you want to associate with the non-global zone host.

    zone-param-set-name

    Specifies the name of the container component variable set that you created in How to Create Container Component Variables for a Zone Host.

    The plan performs the following tasks on the global zone host.

    • Creates a non-global zone on the host of the host type com.sun.sap#SAPHT.

    • Installs the N1 SPS Remote Agent software in the non-global zone.

    • Starts the non-global zone.

    • Adds the newly created non-global zone host record to the list of N1AA Physical Hosts.


      Note –

      This new physical host is defined as a non-global zone host and as a non OS Provisionable host.


    • Checks the status of the non-global zone.

    • Stops the non-global zone.

Next Steps

After you create the non-global zone host, perform the following tasks.

Troubleshooting

If the N1 AA CLI reports that the zone host creation plan failed, check the operating system to verify that the non-global zone was not indeed created. If the non-global zone is installed and configured on the target host, delete the non-global zone with the zonecfg delete command, then recreate the zone host in SPS. For more information, see the zonecfg(1M) man page.