华为多路径软件UltraPath

检查多路径是否安装。
# rpm -qa|grep UltraPath

查看UltraPath软件版本
# upadmin show version

查看物理路径状态。
#upadmin show path

查看虚拟磁盘信息。
#upadmin show vlun

查看逻辑路径状态。
#upadmin show vlun

查看多路径配置。
#upadmin show upconfig


卸载UltraPath
[root@db1 ~]#  rpm -e UltraPath
The running service is deleted successfully.
The boot service is removed successfully.
The UltraPath files are deleted successfully.
UltraPath driver package has been successfully removed from your system.
Restart the system.

[root@db1 ~]# upadmin show version
Software Version   : 31.02.024
Driver   Version   : 31.02.024

[root@db1 ~]# upadmin show upconfig
=======================================================
UltraPath Configuration
=======================================================
Basic Configuration
    Working Mode : load balancing within controller
    LoadBalance Mode : min-queue-depth
    Loadbanlance io threshold : 100
    LUN Trespass : off

Advanced Configuration
    Io Retry Times : 10
    Io Retry Delay : 0
    Faulty path check interval : 10
    Idle path check interval : 60
    Failback Delay Time : 60
    Io Suspension Time : 60
    Max io retry timeout : 1800
    Performance Record : off
    Pending delete period of obsolete paths : 28800

Path reliability configuration
    Timeout degraded statistical time : 600
    Timeout degraded threshold : 1
    Timeout degraded path recovery time : 1800
    Frequent timeout degraded statistical time : 86400
    Frequent timeout degraded threshold : 3
    Frequent timeout degraded path recovery time : 86400
    Intermittent IO error degraded statistical time : 300
    Min. I/Os for intermittent IO error degraded statistical : 5000
    Intermittent IO error degraded threshold : 20
    Intermittent IO error degraded path recovery time : 1800
    Intermittent fault degraded statistical time : 1800
    Intermittent fault degraded threshold : 3
    Intermittent fault degraded path recovery time : 3600
    High latency degraded statistical time : 300
    High latency degraded threshold : 1000
    High latency degraded path recovery time : 3600
    Sensitive delayed degraded threshold : 0
    Sensitive delayed degraded recovery time : 120

HyperMetro configuration
    HyperMetro Primary Array SN : 2102350HYL10H6000020
    HyperMetro WorkingMode : read write within primary array
    HyperMetro Split Size : 128MB
    HyperMetro Load Balance Mode : round-robin

[root@db1 ~]#
 
 
[root@db1 ~]# upadmin  show path
-------------------------------------------------------------------------------------------------------------------------------
 Path ID   Initiator Port      Array Name      Controller    Target Port     Path State  Check State  Port Type   Port ID  
    0     10000090fa81c6ef  Huawei.Storage-1F      0A      2080446a2ef573be    Normal        --          FC      CTE0.A.H0
    1     10000090fa81c6ef  Huawei.Storage-1F      0B      2090446a2ef573be    Normal        --          FC      CTE0.B.H0
-------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------
 Path ID   Initiator Port      Array Name      Controller    Target Port     Path State  Check State  Port Type   Port ID  
    2     10000090fa81c6ef  Huawei.Storage-2F      0B      2091446a2ef573b5    Normal        --          FC      CTE0.B.H1
    3     10000090fa81c6ef  Huawei.Storage-2F      0A      2081446a2ef573b5    Normal        --          FC      CTE0.A.H1
-------------------------------------------------------------------------------------------------------------------------------
 
[root@db1 ~]# upadmin check status
------------------------------------------------------------
Checking path status:
Serverity    Array                    Type                                    Description                                                                                                                     
Critical     2102350HYL10H6000020     All path down                           All paths of LUN (wwn:6446a2e100f573b55c5a1ff100000010) are down.
                                                              
Critical     2102350HYL10H6000020     All path down                           All paths of LUN (wwn:6446a2e100f573b55c5a462d00000011) are down.
                                                              
------------------------------------------------------------
Checking environment and config:
Pass
------------------------------------------------------------
Checking HBA Information:
iscsi is not installed.
complete FC checking.
Pass
...................

[root@db1 ~]# rpm -e UltraPath-31.02.024-2.x86_64
The running service is deleted successfully.
The boot service is removed successfully.
The UltraPath files are deleted successfully.
UltraPath driver package has been successfully removed from your system.
Restart the system.
 

故障处理--重新安装
[root@db1 CentOS]# upadmin show version
Unable to detect UltraPath device node, exit

[root@db1 ~]#  ./install.sh
complete iscsi checking.
complete FC checking.
Verify the UltraPath existence.
[WARNING] The UltraPath driver has been detected.
Do you want to uninstall it now?
<Y|N>:y
The UltraPath uninstallation starts.
The running service is deleted successfully.
The boot service is removed successfully.
The UltraPath files are deleted successfully.
UltraPath driver package has been successfully removed from your system.
Modify system configuration.[file:/etc/iscsi/iscsid.conf,item:node.startup ,value:  automatic]
Modify system configuration.[file:/etc/iscsi/iscsid.conf,item:node.session.timeo.replacement_timeout ,value:  1]
Modify system configuration.[file:/etc/modprobe.d/nxupmodules.conf,module:qla2xxx,item:qlport_down_retry,value:5]
Modify system configuration.[file:/etc/modprobe.d/nxupmodules.conf,module:lpfc,item:lpfc_nodev_tmo,value:5]
Modify system configuration.[file:/etc/systemd/system.conf,item:DefaultTimeoutStartSec,value:600s]
If the operating system is installed on a local drive of the server, you are advised
to choose boot from local; if the operating system is installed on a SAN storage
system, you must choose boot from san. Please choose the boot type of your system:
<1>--boot-from-Local
<2>--boot-from-SAN
please input your select:1
Preparing...                          ########################################
Updating / installing...
UltraPath-31.02.024-2                 ########################################
User configuration is saved successfully.
The boot service is installed successfully.
The running service is installed successfully.
************************************Attention************************************
* UltraPath would modify some parameters of HBA cards for better performace. If *
* UltraPath is installed for the first time, you may need to update the initrd  *
* image before system reboot to make the modification take effect.              *
*********************************************************************************
*********************************************************************************
* UltraPath will use the system hostname for alarm generation and automatic host*
* registration. Make sure that the system hostname is correctly configured..    *
*********************************************************************************
The installation is complete. Whether to restart the system now?
<Y|N>:y

问题1:alua not support告警

华为官网文档:Centos7.5系统自带多路径报错alua not support

Centos7.5系统自带多路径报错alua not support- 华为

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/121001.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

html 边缘融合加载

html 代码 <!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><title>边缘融合加载</title><style>* {margin: 0;padding: 0;box-sizing: border-box;}body {height: 100vh;padding-bottom: 80px;b…

开具数电票如何减少认证频次?

“数电票”开具需多次刷脸认证&#xff0c;如何减少认证频次&#xff1f; 法定代表人、财务负责人可以在“身份认证频次设置”功能自行设置身份认证时间间隔&#xff0c;方法如下&#xff1a; 第一步 登录电子税务局。企业法定代表人或财务负责人通过手机APP“扫一扫”&#x…

处理conda安装工具的动态库问题——解决记录 libssl.1.0.0 系统中所有openssl位置全览 whereis openssl

处理conda安装工具的动态库问题——解决记录 处理conda安装工具的动态库问题——解决记录 - 简书 解决libssl.so.1.0.0: cannot open shared object file: No such file or directory问题 - 简书 openssl 默认版本问题&#xff08;Anaconda相关&#xff09;_anaconda openssl-…

uniapp app 导出excel 表格

直接复制运行 <template><view><button click"tableToExcel">导出一个表来看</button><view>{{ successTip }}</view></view> </template><script>export default {data() {return {successTip: }},metho…

运行软件mfc100u.dll缺失是怎么办?mfc100u.dll丢失解决方法分享

Mfc100u.dll 丢失的问题可能困扰着许多使用计算机的用户。Mfc100u.dll 是一个重要的动态链接库文件&#xff0c;它包含了许多功能模块&#xff0c;如字符串处理、数学计算、文件操作等。当 Mfc100u.dll 文件丢失或损坏时&#xff0c;可能会导致许多应用程序无法正常运行&#x…

SW免安装的toolbox只读问题

把SOLIDWORKSDATA 整体复制到另外的目录&#xff0c;然后这里设置目录位置。不然原始位置有只读属性

全面横扫:dlib Python API在Linux和Windows的配置方案

前言 在计算机视觉和人工智能领域&#xff0c;dlib是一个备受推崇的工具库。它为开发者提供了强大的图像处理、机器学习和深度学习功能。在计算机视觉项目中&#xff0c;配置dlib Python API是一个重要的初始步骤。本文将引导读者详细了解在Linux和Windows系统上安装和配置dli…

QT的ui设计中改变样式表的用法

在QT的ui设计中,我们右键会弹出一个改变样式表的选项,很多人不知道这个是干什么的。 首先我们来看下具体的界面 首先我们说一下这个功能具体是干嘛的, 我们在设置很多控件在界面上之后,常常都是使用系统默认的样式,但是当有些时候为了美化界面我们需要对一些控件进行美化…

Swift 周报 第三十八期

文章目录 前言新闻和社区苹果自研调制解调器芯片受挫&#xff1a;速度太慢容易过热&#xff0c;落后高通 3 年App Store 现已接受适用于最新版操作系统的 App 和游戏提交 提案通过的提案正在审查的提案驳回的提案 Swift论坛推荐博文话题讨论关于我们 前言 本期是 Swift 编辑组…

搭建自己的搜索引擎之三

一、前言 接上一篇 搭建自己的搜索引擎之二&#xff0c;本篇主要讲一下我们如何操作ElasticSearch&#xff0c;就是最简单的增删改查命令怎么写。 二、几个概念 搭建自己的搜索引擎之一 这篇文章我们对比搜索引擎在做海量数据实时查询优于关系型数据库的一些原因&#xff0c…

Vue之ElementUI实现登陆及注册

目录 ​编辑 前言 一、ElementUI简介 1. 什么是ElementUI 2. 使用ElementUI的优势 3. ElementUI的应用场景 二、登陆注册前端界面开发 1. 修改端口号 2. 下载ElementUI所需的js依赖 2.1 添加Element-UI模块 2.2 导入Element-UI模块 2.3 测试Element-UI是否能用 3.编…

Windows的批处理——获取系统时间、生成当天日期日志

Windows批处理基础https://coffeemilk.blog.csdn.net/article/details/132118351 一、Windows批处理的日期时间 在我们进行软件开发的过程中&#xff0c;有时候会使用到一些批处理命令&#xff0c;其中就涉及到获取系统日期、时间来进行一些逻辑的判断处理&#xff1b;那么我们…