Go to main content
Oracle® Fabric OS 1.0.2 Administration Guide

Exit Print View

Updated: November 2016
 
 

Bind After a Prescan

You should bind the prescan-discovery results to a host server. Oracle Fabric OS supports binding the server profile with the phys-con after a prescan is complete, as long as you follow the correct configuration order.

Use this procedure to perform a prescan and then bind the server profile.

  1. Create an unbound server profile.
    add server-profile III
  2. Create a vHBA under this unbound server.
    add vhba vhbaiii.III 4/1
  3. Set this vHBA to prescan state.
    set vhba vhbaiii.III prescan
  4. Display the targets.
    show vhba vhbaiii.III targets

    If there are RSCN changes, the targets are updated.

  5. When you are satisfied with the results, bind the server-profile.
    set server-profile III connect titan@ServerPort23

    This vHBA has now become a normal vHBA, and you can run rescan against it:

    set vhba vhbaiii.III rescan

    Note -  You can no longer run prescan against this vHBA.

Related Information