VNX for File启用FC端口时提示“Error 14: The Block Enabler is not present, it is required for this upgrade to proceed” 问题:磁盘分区 故障现象: 输入以下命令时,有如下报错: # /nas/sbin/nas_hw_upgrade -option -enable -mpfsis | -mpfsfc | -clariionfc | -clariionis | -fc_option -enable Checking if running on primary CS...yes Checking if running as root...yes Checking for integrated system...yes Checking if model is supported...yes Checking if backend is supported...yes Checking if BlockEnabler is installed...no Error 14: The Block Enabler is not present, it is required for this upgrade to proceed. 输入以下命令查看,发现该系统为纯File # /nas/sbin/model -option -list OPTION ENABLED: NOT AVAILABLE -->说明是File Only原因分析: VNX File Only 不能添加FC启用标志,也不能用“nas_hw_upgrade”命令添加任何硬件升级标志,必须从File Only升级到Unified才可以。解决方案: 使用USM导入Unified的NDU License或是通过命令行导入Enabler,将File Only升级成Unified即可。 例如: # /nasmcd/sbin/navicli –h <sp_ip> ndu –messner –install -UnisphereBlock
VNX for File启用FC端口时提示“Error 14: The Block Enabler is not pre-联想乐享知识库
⚡ 核心结论
本文来源联想官方,解答关于 VNX for File启用FC端口时提示“Error 14: The Block Enabler is not present, it is required for this upgrade to 的常见问题,包括:VNX for File启用FC端口时提示'Error 14: The Block Enabler is not present, it is required for this upgrade to proceed'怎么办等。
内容来源:联想官方
常见问题解答
VNX for File启用FC端口时提示'Error 14: The Block Enabler is not present, it is required for this upgrade to proceed'怎么办
该错误源于VNX for File系统为纯File Only模式,未安装Block Enabler,而FC端口启用依赖块存储功能,因此不支持直接通过nas_hw_upgrade命令启用。必须先将系统从File Only升级为Unified模式。具体步骤:使用USM图形界面导入Unified NDU License;或通过命令行执行'/nasmcd/sbin/navicli –h <sp_ip> ndu –messner –install -UnisphereBlock'(需替换<sp_ip>为实际SP管理IP)。升级后重启NAS系统,再运行nas_hw_upgrade -option -enable -fc_option即可。注意:操作前务必确认已获取有效Unified许可,且系统处于健康状态。