zoukankan      html  css  js  c++  java
  • SNS光纤交换机怎样禁用 Virtual Fabric模式

    解决方案
    1、fosconfig --show查看VF模式是否启用
    DCXa:FID128:admin> fosconfig --show

    FC Routing service: enabled

    iSCSI service: Service not supported on this Platform

    iSNS client service: Service not supported on this Platform

    Virtual Fabric: enabled

    Ethernet Switch Service: disabled

    DCXa:FID128:admin>

     

    2、将所有端口移动到默认的logic switch,默认logic switchFID为128

    DCXa:FID128:admin> lscfg --config 128 -slot 1-4 -port 0-31 //将slot1-4,每个slot上0-31端口移到FID为128的logic switch
    This operation requires that the affected ports be disabled.

    Would you like to continue [y/n]?: y

    lscfg: A port or ports is already in the current switch.

     

    3、删除非默认logic switch,删除前需要通过命令lscfg --show 可以查看FID

    4、使用命令lscfg --delete FID删除logic switch(注意:默认logic switch无法删除)

    DCXa:FID128:admin> lscfg --delete 128(此处128替换为lscfg)

    Unable to delete the default switch.

    5、使用命令fosconfig --disable vf禁用Virtual Fabric

    DCXa:FID128:admin> fosconfig --disable vf

    WARNING: This is a disruptive operation that requires a reboot to take effect.

    Would you like to continue [Y/N]: y

    Please delete all but the default switch before disabling Virtual Fabric.


    6、再次查看Virtual Fabric

    DCXa:FID128:admin>

    DCXa:FID128:admin> fosconfig --show

    FC Routing service: enabled

    iSCSI service: Service not supported on this Platform

    iSNS client service: Service not supported on this Platform

    Virtual Fabric: disabled

    Ethernet Switch Servic

    转载:https://support.huawei.com/enterprise/zh/knowledge/EKB1000765145?idAbsPath=7919749|7941815|250389224|21462744|21126716|

  • 相关阅读:
    【JAVA与C#比较】其它
    C#和java之间的一些差异与共性
    C#与Java的语法差异
    关于npm本地安装模块包(node_modules),安装不了的问题
    vue
    vue
    vue
    vue
    v
    vue -model
  • 原文地址:https://www.cnblogs.com/pipci/p/12658453.html
Copyright © 2011-2022 走看看