FlashMax更新驱动

简介:
1)  Stop all the users of the HGST FlashMAX II/III drive.

2)  Remove the previous RPM/PKG's after Stopping the vgcd service from the machine.

3)  Install 5.4 RPMs and the firmware tar.gz as described in the last section.
    (and change the working directory)

4)  Start the vgcd service

5)  Run the update script vgc-update.sh
    ./vgc-update.sh [--drive <drivename>] [--yes]

--yes 
this option if specified, updates the specified drives without user intervention.

--drive
drivename  it is of the form vgc[a-h]

6)  In case of current and target firmware is same then run the update script vgc-update.sh with -F | --force option for force update.

    ./vgc-update.sh [--drive <drivename>] [-F | --force]

--drive
drivename  it is of the form vgc[a-h]

-F|--force 
force firmware update

7)  IMPORTANT : Power cycle the machine.

    NOTE: Reboot/Reset is not sufficient, power cycle is required.

8)  IF REQUIRED : After power cycle do vgc-config if require.
相关文章
|
6月前
|
关系型数据库 MySQL API
安装驱动
安装驱动。
88 3
|
6月前
2023驱动保护学习 -- 通过代码实现驱动卸载
2023驱动保护学习 -- 通过代码实现驱动卸载
42 0
|
6月前
|
Go 开发工具 C++
2023驱动保护学习 -- 创建第一个驱动程序
2023驱动保护学习 -- 创建第一个驱动程序
68 0
|
6月前
|
Go
2023驱动保护学习 -- 卸载驱动程序
2023驱动保护学习 -- 卸载驱动程序
38 0
|
6月前
|
数据库 C++
2023驱动保护学习 -- 通过代码实现驱动加载
2023驱动保护学习 -- 通过代码实现驱动加载
35 0
|
6月前
2023驱动保护学习 -- 通过驱动保护进程
2023驱动保护学习 -- 通过驱动保护进程
41 0
|
6月前
2023驱动保护学习 -- 创建驱动设备及符号链接并实现删除操作
2023驱动保护学习 -- 创建驱动设备及符号链接并实现删除操作
43 0
|
存储 Cloud Native Linux
C++ 表驱动方法代替if-else
C++ 表驱动方法代替if-else
表驱动法
什么是表驱动法? 是一种编程模式,从表里查找信息而不使用逻辑语句(if 和case)。事实上,凡是能通过逻辑语句来选择的事物,都可以通过查表来选择。对简单的情况而言,使用逻辑语句更为容易和直白,但随着逻辑链的越来越复杂,查表法也就愈发显得更具有吸引力。
表驱动法
|
Windows
Logitech GHub 驱动长时间加载/初始化解决方案
有关于 G502 Lightspeed 驱动无法正常运行解决方案
759 0
Logitech GHub 驱动长时间加载/初始化解决方案