Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello NetApp Community,
Pardon the ignorance. We have cluster netapp 8.3P1 and one disk failed. It has been replaced but the disk is showwing as unnassign. I am not so sure what command/syntax to use to assign it back to the cluster.
clu01::> storage disk show -container-type unassigned
Usable Disk Container Container
Disk Size Shelf Bay Type Type Name Owner
---------------- ---------- ----- --- ------- ----------- --------- --------
3.5.9 - 5 9 FCAL unassigned - -
clu01::> system node run -node clu01-01 -command disk show -n
DISK OWNER POOL SERIAL NUMBER HOME DR HOME
------------ ------------- ----- ------------- ------------- -------------
4d.89 Not Owned NONE XXXXXXXXXXXXX
Getting confused which disk to use when assigning the disk. is it 3.5.9 or the 4d.89?
Thank you in advance...
Solved! See The Solution
1 ACCEPTED SOLUTION
Odnap1104 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
It's best to use the cluster commands if they are available, please try the following command:
disk assign -disk 3.5.9 -node clu01-01
Kind regards.
2 REPLIES 2
Odnap1104 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
It's best to use the cluster commands if they are available, please try the following command:
disk assign -disk 3.5.9 -node clu01-01
Kind regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi notermanjeroen,
Thanks for the command but got an error:
Error: command failed: With -disk input, nodename must not be specified. The nodename is only used for storage disk
assign with -auto or -all input.
I have replaced the -node with -owner clu01-01 and seems to work!
Thanks!
