This post is more than 5 years old
1 Rookie
•
61 Posts
0
552
September 15th, 2010 12:00
Some Clariion disks only visible by server_2
I was provisioning some storage to Celerra using /nas/sbin/setup_clariion -all. All working well, but two out of 30ish disks only showing up as being accessible from server_2, but not server_3. This means I cannot create storage pool using disk with only one accessible server. It is NS-20 integrated system and seems to be working well.
There is output of nas_disk -list.
65 y 137405 CK200083100342-0013 CLSTD d65 1,2
66 y 137405 CK200083100342-0021 CLSTD d66 1,2
67 y 137405 CK200083100342-0025 CLSTD d67 1
69 y 549623 CK200083100342-0014 CLSTD d69 1,2
70 y 549623 CK200083100342-0016 CLSTD d70 1,2
71 y 549623 CK200083100342-001E CLSTD d71 1,2
72 n 549623 CK200083100342-0026 CLSTD d72 1,2
73 n 549623 CK200083100342-001F CLSTD d73 1,2
75 n 549623 CK200083100342-0027 CLSTD d75 1
So I cannot use d73 with d75 in the same pool. Is there a way to fix that?
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
September 15th, 2010 13:00
i've seen where "server_devconfig ALL -c -s -a" does not discover devices equally, so try running this command on individual bases
server_devconfig server_3 -create -scsi -all
XRay1978
1 Rookie
•
61 Posts
0
September 15th, 2010 13:00
Worked first time - thanks.