ONTAP Hardware

removing a disk: proper system ID is required for option -s

BITBUCKET
2,333 Views

I'm trying to remove a shelf. All the disks on that shelf are spare disks. For starters I'm trying to unassign the disk by issuing the following command:

    disk assign -s 0a.01.0

Which fails issuing the following message:

    disk: proper system ID is required for option -s

Funny thing is that the following works fine:

    disk remove 0a.01.0

Which puts the disk on the broken disks pile. Doing the following returns the disk to the spare pool:

    priv set adanced

    disk unfail 0a.01.0

Why is my unassigning command failing?

1 ACCEPTED SOLUTION

aborzenkov
2,333 Views

disk assign xx.xx -s unowned

View solution in original post

1 REPLY 1

aborzenkov
2,334 Views

disk assign xx.xx -s unowned

Public