Sun N1 System Manager 1.3 Grid Engine Provisioning and Monitoring Guide

ProcedureTo Load N1GE Onto a Managed Server Group

Before You Begin

To deploy N1GE, you must previously have created an application (specifying a particular N1GE version) and an associated application profile (specifying the installation parameters).

Steps
  1. Access the N1SM CLI (see Accessing the N1SM CLI).

  2. Use the load group command to install an N1GE version onto a group of servers. This is the command syntax:


    load group group applicationprofile applicationprofile 
    type GridEngine hosttype [hosttype]
    group

    The name of a server group. To create a server group, use the N1SM create group command.

    applicationprofile

    The name of the N1GE application profile that you want to load.

    type

    The type of application that the profile belongs to; in this case, GridEngine.

    hosttype

    The type of N1 Grid Engine host to install. Valid values are compute (also known as an execution host) and submit (also known as an access host).


Example 2–7 Loading N1GE onto a Server Group


N1-ok>load group MyComputeServers applicationprofile N1GE6_U4_profile type GridEngine hosttype compute