Go to main content
Oracle® Fabric OS 1.0.2 管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

创建服务器配置文件

可以在 CLI 或 GUI 中创建服务器配置文件。有关 GUI 过程,请参阅Oracle Fabric Manager 5.0.2 管理指南 中的 创建 I/O 配置文件。此过程针对的是 CLI。

  1. 创建服务器配置文件。

    例如,服务器配置文件名为 mytest

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

    将显示连接到网状结构网络的所有物理服务器。列出的两台服务器(alexandercaesar)是网状结构网络自动发现的。

  2. 选择所需的服务器并创建服务器配置文件。
    [OFOS] add server-profile mytest alexander@iowa:ServerPort8
  3. 验证配置文件已正确创建。
    [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

    尚未有任何 I/O 资源 (vNIC 或 vHBA) 分配给新服务器配置文件。将为该配置文件分配资源。请参见使用 vNIC 和 vHBA 配置以太网连接

    如果状态显示为 unassigned,则说明配置文件已创建但尚未分配到实际主机服务器。可使用 set server-profile name connect phys-server 命令将配置文件分配道主机服务器。

  4. (u53ef选) 如果您打算使用 vNIC,请现在配置它们。

    请参见创建 vNIC

相关信息