NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Hardware

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

BITBUCKET
3,323 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
3,323 Views

disk assign xx.xx -s unowned

View solution in original post

1 REPLY 1

aborzenkov
3,324 Views

disk assign xx.xx -s unowned

Public