ONTAP Hardware
ONTAP Hardware
i have a fresh brand new vseries 3240 in my lab.
i pulled a shelf of ds14mk2AT from another decomm filer and connected to the vseries.
when booting up the vseries, trying to enter maintenance mode but the vseries panic.
Tue May 22 07:24:01 GMT [fci.adapter.link.online:info]: Fibre Channel adapter 3d link online.
Tue May 22 07:24:01 GMT [fci.adapter.link.online:info]: Fibre Channel adapter 0c link online.
Tue May 22 07:24:07 GMT [fci.initialization.failed:error]: Initialization failed on Fibre Channel adapter 3a.
Tue May 22 07:24:07 GMT [fci.initialization.failed:error]: Initialization failed on Fibre Channel adapter 3b.
Tue May 22 07:24:07 GMT [fci.initialization.failed:error]: Initialization failed on Fibre Channel adapter 3c.
Tue May 22 07:24:08 GMT [fci.initialization.failed:error]: Initialization failed on Fibre Channel adapter 0d.
PANIC: sanown: received add for already known disk
version: NetApp Release 8.0.3: Thu Mar 29 22:27:55 PDT 2012
cpuid = 0
Uptime: 1m21s
coredump: primary dumper unavailable.
coredump: trying secondary dumper...
no tftp server ip specified
netdump: no targets available to dump
coredump: secondary dumper failed -1.
Logging shutdown event to the SP...
System halting...
cpu_reset called on cpu#0
how can i remove the disk ownership if i can get into maintenance mode? i tried reading the pdf -
V-Series Systems
Implementation Guide for Native Disk Shelves
but nothing in there has what im looking for
thanks
joey
Solved! See The Solution
Hi Joey,
You need to set the "fc-non-array-adapter-list" environment variable when using multipath-ha cabling on FC disk shelves.
From the LOADER> prompt, if using ports 0d and 3c:
LOADER>setenv fc-non-array-adapter-list 0d, 3c
LOADER>boot_ontap
That should take care of it!
- Dan
Hi Joey,
You need to set the "fc-non-array-adapter-list" environment variable when using multipath-ha cabling on FC disk shelves.
From the LOADER> prompt, if using ports 0d and 3c:
LOADER>setenv fc-non-array-adapter-list 0d, 3c
LOADER>boot_ontap
That should take care of it!
- Dan
that did the trick! thanks Daniel