The command syntax will depend on if the drive itself is in a 12, 24 or 60-bay enclosure.
If the drive is in a 12 or 24-bay enclosure, your syntax will look like this:
SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [X,Y] file="/root/drivefirmware.dlp";'
where :
X is the tray number
Y is the slot number
If the drive is in a 60-bay enclosure which has drawers unlike the 12 of 24-bay enclosures, your syntax will look like this:
SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [X,Y,Z] file="/root/drivefirmware.dlp";'
where :
X is the tray number
Y is the drawer number
Z is the slot number
You mentioned that the drive location is Tray 0, Drawer 1, Slot 7 so the syntax would look like:
SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [0,1,7] file="/root/drivefirmware.dlp";'
Team NetApp