Go to main content
Oracle® Fabric OS 1.0.2 Administration Guide

Exit Print View

Updated: November 2016
 
 

Create a Server Profile

You can create a server profile in the CLI or the GUI. For the GUI procedure, refer to Create an I/O Profile in Oracle Fabric Manager 5.0.2 Administration Guide. This procedure is for the CLI.

  1. Create a server profile.

    For example, the server profile is named mytest.

    [OFOS] add server-profile mytest ?
    Possible completions:
      alexander@iowa:ServerPort8  Connection to host alexander (up)
      ceasar@iowa:ServerPort24    Connection to host caesar (up)

    All the physical servers connected to the fabric are displayed. The two servers listed (alexander and caesar) were automatically discovered by the fabric.

  2. Select the desired server and create the server profile.
    [OFOS] add server-profile mytest alexander@iowa:ServerPort8
  3. Verify that the profile was created correctly.
    [OFOS] show server-profile mytest   
    name    state          descr                    connection  def-gw  vnics  vhbas
    --------------------------------------------------------------------------------
    mytest  up/unassigned  My first server profile                      1      1
    1 record displayed

    No I/O resources (vNICs or vHBAs) have been assigned to the new server profile. Resources will be assigned to the profile. See Configuring Ethernet Connectivity With vNICs and vHBAs.

    If the state displays unassigned, the profile is created but not yet assigned to an actual host server. Use the set server-profile name connect phys-server command to assign the profile to a host server.

  4. (Optional) If you plan to use vNICs, configure them now.

    See Create a vNIC.

Related Information