Go to main content
Oracle® Fabric OS 1.0.2 Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure a PVI

This procedure is for the CLI.

  1. Review PVI Cloud Overview.
  2. Create a PVI.

    For example, add a subnet PVI called MMM with an ID of 321, and a pkey of 222.

    [OFOS] add pvi MMM 321 -type=subnet –pkey=222

    The –type option enables you to choose global to describe traffic between subnets, or subnet to indicate traffic within the subnet only.

  3. Configure the public network for the PVI.
    [OFOS] set public-network MMM  -pkey=222
  4. Verify that the PVI was created.
    [OFOS] show pvi
    name     id     pkey    state    type      mtu    oper-mtu    mode   description
    --------------------------------------------------------------------------------
    MMM      321    222     up/up    subnet    9000    1500       RC
    JJJ      444    7fff    up/up    global    9000    1500       RC
    
  5. (Optional) If you plan to use server profiles, create them now.

    See Create a Server Profile.

Related Information