如何升级3510的一个disk的firmware?

发布于 2022-09-02 12:48:35 字数 11098 浏览 7 评论 3

我在尝试升级3510的其中一个得300GB FC disk的firmware,根据的是如下的url:
http://sunsolve.sun.com/search/d ... ey=1-21-119000-02-1
显然这是一个patch,里边有专门针对3510的描述:
10. pkgadd -d .
        (Add the 119000-02 package.)

11. Stop I/O to the StorEdge 3510 array.

12.  Use the SCCLI to verify the current controller firmware using the firmware
    application menu.  Choose "show inquiry-data".  If the
    firmware version reported is 3.27Q or later, this patch will work.

13.  Make certain to quiesce the FC bus to the minnow.

14.  Open a terminal window on the host that will be used to download the
    firmware.  Change your working directory, if necessary, to the
    directory in which the patch was unpacked and confirm that the
     ST330000F.055A.fw  file is present using the "ls" command.

15.  Type "./var/sadm/swimages/119000-02/mload <STOREdge3510 IP Address>"  at the command prompt.  

          mload responds with "Please Enter Hostname or IP Address Of 3xxx platform for upgrade:"

     Re-enter the IP <STOREdge3510 IP Address> of your STOREdge3510.

16.  Download new firmware to all disks at the same time by typing
        the following command at the prompt:

        download disk-firmware ST330000F.055A.fw "ST330000FSUN300G"

   You will receive the following warning. Answer it as below:
    WARNING: This is a potentially dangerous operation.
    The controller will go offline for several minutes.
    Data loss may occur if the controller is currently in use.
    Are you sure? y
    and then wait 4-5 minutes until the prompt appears again.

17.  Verify that the latest disk firmware is downloaded by choosing the
"show disks" command to view the DISK drive's firmware revision.

下面这是sccli的show disks的结果:
sccli> show disks
Ch     Id      Size   Speed  LD     Status     IDs                      Rev  
----------------------------------------------------------------------------
2(3)   0  279.40GB   200MB  ld0    ONLINE   M FUJITSU MAW3300FCSUN300G 1303
                                                   S/N 000705D02J07   
                                                  WWNN 500000E0144C8B80
2(3)   1  279.40GB   200MB  ld0    ONLINE   M FUJITSU MAW3300FCSUN300G 1303
                                                   S/N 000702D02CWM   
                                                  WWNN 500000E013FC8210
2(3)   2  279.40GB   200MB  ld0    ONLINE   M FUJITSU MAW3300FCSUN300G 1303
                                                   S/N 000702D02E3L   
                                                  WWNN 500000E0140585C0
2(3)   3  279.40GB   200MB  ld0    ONLINE   M SEAGATE ST330000FSUN300G 055A
                                                   S/N 4953DYXW        
                                                  WWNN 20000018626C588A
2(3)   4  279.40GB   200MB  ld0    ONLINE   M SEAGATE ST330000FSUN300G 055A
                                                   S/N 0353GZ1V        
                                                  WWNN 20000018627BE10D
2(3)   5  279.40GB   200MB  ld0    ONLINE   M FUJITSU MAW3300FCSUN300G 1303
                                                   S/N 000702D02E4W   
                                                  WWNN 500000E01405AE40
2(3)   6  279.40GB   200MB  ld0    ONLINE   M SEAGATE ST330000FSUN300G 055A
                                                   S/N 3550Y5WL        
                                                  WWNN 20000014C316D4E9
2(3)   7  279.40GB   200MB  ld0    STAND-BY   SEAGATE ST330000FSUN300G A558
                                                   S/N 4854NMQE        
                                                  WWNN 2000001D38BDCB90
2(3)   8  279.40GB   200MB  ld0    ONLINE   M SEAGATE ST330000FSUN300G 055A
                                                   S/N 3650ZDYF        
                                                  WWNN 20000014C31CB095
2(3)   9  279.40GB   200MB  ld0    ONLINE   M SEAGATE ST330000FSUN300G 055A
                                                   S/N 3650SP5X        
                                                  WWNN 20000014C31CB0EB
2(3)  10  279.40GB   200MB  ld0    ONLINE   M SEAGATE ST330000FSUN300G 055A
                                                   S/N 3550ZCAA        
                                                  WWNN 20000014C31CB11B
2(3)  11  279.40GB   200MB  ld0    ONLINE   M SEAGATE ST330000FSUN300G 055A
                                                   S/N 1150B7HP        
                                                  WWNN 2000001D387E6674
sccli>

我有疑问的是上面的红色标志的两段:
1. 这句话什么意思?minnow好像是指3510本身?
2. 按照这句话,这个命令会升级所有disk的firmware,但是我有好多硬盘不是seagate的,这样会不会对其他硬盘造成影响?

请有经验的朋友给个提示!谢谢先!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

奢望 2022-09-04 01:48:13

minnow  是3x10的开发代号

download disk-firmware filename disk-model
没法升级单个盘  只能升级柜子里面的一个系列的盘   不是这个系列的盘将不会被升级

、、、、、、、、、、、、、、、、、、、、、、、、、、
该命令将磁盘驱动器固件下载到连接至阵列的磁盘驱动器。
磁盘型号将与 SCSI 查询数据进行匹配以决定要下载的驱动器。磁盘固件文件应与
要下载到的驱动器的容量、系列和驱动器类型相匹配。例如,若要将 73 GB 的 Fuji
(富士)固件下载到 Seagate (希捷)驱动器,下载操作将会失败。

秋心╮凉 2022-09-03 22:57:53

期待高手

我的奇迹 2022-09-03 21:22:30

item 2,事实证明命令这个应用会选择相应型号的disk来升级

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文