zoukankan      html  css  js  c++  java
  • delete zone and cfgsave on brocade by CMD

    brocade:user> cfgshow
    Defined configuration:
    cfg: cfg001 AMS_ESX_HBA1; AMS_ESX_HBA2; HUS_ESX_HBA1;
    HUS_ESX_HBA2; HUS_DB1_HBA1;
    HUS_DB2_HBA1
    zone: AMS_ESX_HBA1
    1,0; 1,1; 1,4
    zone: AMS_ESX_HBA2
    1,0; 1,1; 1,5
    zone: HUS_ESX_HBA1
    1,2; 1,4; 1,6
    zone: HUS_ESX_HBA2
    1,2; 1,5; 1,6
    zone: HUS_DB1_HBA1
    1,2; 1,3; 1,6
    zone: HUS_DB2_HBA1
    1,2; 1,6; 1,7

    Effective configuration:
    cfg: cfg001
    zone: AMS_ESX_HBA1
    1,0
    1,1
    1,4
    zone: AMS_ESX_HBA2
    1,0
    1,1
    1,5
    zone: HUS_ESX_HBA1
    1,2
    1,4
    1,6
    zone: HUS_ESX_HBA2
    1,2
    1,5
    1,6
    zone: HUS_DB1_HBA1
    1,2
    1,3
    1,6
    zone: HUS_DB2_HBA1
    1,2
    1,6
    1,7

    brocade:user> cfgremove "cfg001","AMS_ESX_HBA1"
    brocade:user> cfgremove "cfg001","AMS_ESX_HBA2"
    brocade:user> cfgshow
    Defined configuration:
    cfg: cfg001 HUS_ESX_HBA1; HUS_ESX_HBA2; HUS_DB1_HBA1;
    HUS_DB2_HBA1
    zone: AMS_ESX_HBA1
    1,0; 1,1; 1,4
    zone: AMS_ESX_HBA2
    1,0; 1,1; 1,5
    zone: HUS_ESX_HBA1
    1,2; 1,4; 1,6
    zone: HUS_ESX_HBA2
    1,2; 1,5; 1,6
    zone: HUS_DB1_HBA1
    1,2; 1,3; 1,6
    zone: HUS_DB2_HBA1
    1,2; 1,6; 1,7

    Effective configuration:
    cfg: cfg001
    zone: AMS_ESX_HBA1
    1,0
    1,1
    1,4
    zone: AMS_ESX_HBA2
    1,0
    1,1
    1,5
    zone: HUS_ESX_HBA1
    1,2
    1,4
    1,6
    zone: HUS_ESX_HBA2
    1,2
    1,5
    1,6
    zone: HUS_DB1_HBA1
    1,2
    1,3
    1,6
    zone: HUS_DB2_HBA1
    1,2
    1,6
    1,7

    brocade:user> zonedelete AMS_ESX_HBA1
    brocade:user> zonedelete AMS_ESX_HBA2
    brocade:user> cfgshow
    Defined configuration:
    cfg: cfg001 HUS_ESX_HBA1; HUS_ESX_HBA2; HUS_DB1_HBA1;
    HUS_DB2_HBA1
    zone: HUS_ESX_HBA1
    1,2; 1,4; 1,6
    zone: HUS_ESX_HBA2
    1,2; 1,5; 1,6
    zone: HUS_DB1_HBA1
    1,2; 1,3; 1,6
    zone: HUS_DB2_HBA1
    1,2; 1,6; 1,7

    Effective configuration:
    cfg: cfg001
    zone: AMS_ESX_HBA1
    1,0
    1,1
    1,4
    zone: AMS_ESX_HBA2
    1,0
    1,1
    1,5
    zone: HUS_ESX_HBA1
    1,2
    1,4
    1,6
    zone: HUS_ESX_HBA2
    1,2
    1,5
    1,6
    zone: HUS_DB1_HBA1
    1,2
    1,3
    1,6
    zone: HUS_DB2_HBA1
    1,2
    1,6
    1,7

    brocade:user> cfgenable cfg001
    You are about to enable a new zoning configuration.
    This action will replace the old zoning configuration with the
    current configuration selected. If the update includes changes
    to one or more traffic isolation zones, the update may result in
    localized disruption to traffic on ports associated with
    the traffic isolation zone changes
    Do you want to enable 'cfg001' configuration (yes, y, no, n): [no] y
    zone config "cfg001" is in effect
    Updating flash ...
    brocade:user> cfgshow
    Defined configuration:
    cfg: cfg001 HUS_ESX_HBA1; HUS_ESX_HBA2; HUS_DB1_HBA1;
    HUS_DB2_HBA1
    zone: HUS_ESX_HBA1
    1,2; 1,4; 1,6
    zone: HUS_ESX_HBA2
    1,2; 1,5; 1,6
    zone: HUS_DB1_HBA1
    1,2; 1,3; 1,6
    zone: HUS_DB2_HBA1
    1,2; 1,6; 1,7

    Effective configuration:
    cfg: cfg001
    zone: HUS_ESX_HBA1
    1,2
    1,4
    1,6
    zone: HUS_ESX_HBA2
    1,2
    1,5
    1,6
    zone: HUS_DB1_HBA1
    1,2
    1,3
    1,6
    zone: HUS_DB2_HBA1
    1,2
    1,6
    1,7

  • 相关阅读:
    sscanf 与 ssprintf 用法 (转载--https://www.cnblogs.com/Anker/p/3351168.html)
    PYTHON网络爬虫与信息提取[信息的组织与提取](单元五)
    PYTHON网络爬虫与信息提取[BeautifulSoup](单元四)
    PYTHON网络爬虫与信息提取[网络爬虫协议](单元二)
    Python网络爬虫与信息提取[request库的应用](单元一)
    scikit-learn实现ebay数据分析 的随笔
    machine leanring 笔记 vectorization
    machine learning 笔记 normal equation
    machine leanring 笔记 octave命令笔记
    UVa 1354 天平难题 Mobile Computing
  • 原文地址:https://www.cnblogs.com/oskb/p/3797626.html
Copyright © 2011-2022 走看看