
Option 2: Manually reassign the system ID on a stand-alone system in ONTAP
In a stand-alone system, you must manually reassign disks to the new controller’s system ID before you return
the system to normal operating condition.
About this task
This procedure applies only to systems that are in a stand-alone configuration.
Steps
1. If you have not already done so, reboot the
replacement
node, interrupt the boot process by pressing Ctrl-
C, and then select the option to boot to Maintenance mode from the displayed menu.
2. You must enter
Y
when prompted to override the system ID due to a system ID mismatch.
3. View the system IDs:
disk show -a
4. You should make a note of the old system ID, which is displayed as part of the disk owner column.
The following example shows the old system ID of 118073209:
*> disk show -a
Local System ID: 118065481
DISK OWNER POOL SERIAL NUMBER HOME
-------- ------------- ----- ------------- -------------
disk_name system-1 (118073209) Pool0 J8XJE9LC system-1
(118073209)
disk_name system-1 (118073209) Pool0 J8Y478RC system-1
(118073209)
.
.
.
5. Reassign disk ownership by using the system ID information obtained from the disk show command:
disk
reassign -s old system ID disk reassign -s 118073209
6. Verify that the disks were assigned correctly:
disk show -a
The disks belonging to the replacement node should show the new system ID. The following example now
show the disks owned by system-1 the new system ID, 118065481:
150