I have E2724, SANtricity OS, so I would like to update firmware on specific disk in slot 7, so can you help to verify the command line below is correct or not?
Disk is in (Slot 7, Tray 0, Drawer 1)
(1) Can I use the command below:
SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive 0 7 file="/root/drivefirmware.dlp";'
(2) Or this Command below:
SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [0,7] file="/root/drivefirmware.dlp";'
(3) Or this Command below:
SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [0,[1,]7] file="/root/drivefirmware.dlp";'