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
I downloaded 8.3.2 simulator and sucessfully created the first node, but when I tried to initialze the second node it fails with the following message:
PANIC: Can't find device with WWN 0x117715456. Rmeove '/sim/dev/,disks/,reservations' and restart.
I already changed the 2nd node sysid:
4. Change the Serial Number and System ID for this node:
VLOADER> setenv SYS_SERIAL_NUM 4034389-06-2
VLOADER> setenv bootarg.nvram.sysid 4034389062
5. Verify that the information was saved correctly:
VLOADER> printenv SYS_SERIAL_NUM VLOADER> printenv bootarg.nvram.sysid
Solved! See The Solution
1 ACCEPTED SOLUTION
Avninder has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This usually mean you didn't change the sysid on the very first boot. Once it's boot looped, you need to clear the reservations file.
Reboot, and CTRL-C to bring up the boot menu
******************************* * * * Press Ctrl-C for Boot Menu. * * * ******************************* ^CBoot Menu will be available.
From the bootmenu, enter the systemshell:
Please choose one of the following: (1) Normal Boot. (2) Boot without /etc/rc. (3) Change password. (4) Clean configuration and initialize all disks. (5) Maintenance mode boot. (6) Update flash from backup config. (7) Install new software first. (8) Reboot node. Selection (1-8)? systemshell Forking /bin/sh pid: 1062 #
From the systemshell, remove the reservations file
# rm /sim/dev/,disks/,reservations
Exit back to the boot menu:
# exit
And pick option 8 to reboot the simulator
Please choose one of the following: (1) Normal Boot. (2) Boot without /etc/rc. (3) Change password. (4) Clean configuration and initialize all disks. (5) Maintenance mode boot. (6) Update flash from backup config. (7) Install new software first. (8) Reboot node. Selection (1-8)? 8 Reboot now? (y or n): y
If you are prompted about a sysid mismatch during boot, pick Y.
If you had already assigned disks, go into maintenance mode and reassign them to the new sysid.
That should get it going.
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
5 REPLIES 5
Avninder has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This usually mean you didn't change the sysid on the very first boot. Once it's boot looped, you need to clear the reservations file.
Reboot, and CTRL-C to bring up the boot menu
******************************* * * * Press Ctrl-C for Boot Menu. * * * ******************************* ^CBoot Menu will be available.
From the bootmenu, enter the systemshell:
Please choose one of the following: (1) Normal Boot. (2) Boot without /etc/rc. (3) Change password. (4) Clean configuration and initialize all disks. (5) Maintenance mode boot. (6) Update flash from backup config. (7) Install new software first. (8) Reboot node. Selection (1-8)? systemshell Forking /bin/sh pid: 1062 #
From the systemshell, remove the reservations file
# rm /sim/dev/,disks/,reservations
Exit back to the boot menu:
# exit
And pick option 8 to reboot the simulator
Please choose one of the following: (1) Normal Boot. (2) Boot without /etc/rc. (3) Change password. (4) Clean configuration and initialize all disks. (5) Maintenance mode boot. (6) Update flash from backup config. (7) Install new software first. (8) Reboot node. Selection (1-8)? 8 Reboot now? (y or n): y
If you are prompted about a sysid mismatch during boot, pick Y.
If you had already assigned disks, go into maintenance mode and reassign them to the new sysid.
That should get it going.
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It did work for me too.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Sean, It worked perfectly for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is working for me too in ONTAP 9.5P6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excellant it worked great.
Thank You
