Hi all,
I have added 2 new clariion disks to our ns80 and after configuring them on celerra using "server_devconfig ALL" commands, i have run 'nas_disk -list' to get the list of all the disks.
You can see the output below.
1) Why for 2 newly added disks, it shows only 1 under servers columns?
2) Does that mean the disks are still not configured under server_3?
id inuse sizeMB storageID-devID type name servers
1 y 11263 APM00083500898-0000 CLSTD root_disk 1,2
2 y 11263 APM00083500898-0005 CLSTD root_ldisk 1,2
3 y 2047 APM00083500898-0006 CLSTD d3 1,2
4 y 2047 APM00083500898-0055 CLSTD d4 1,2
5 y 2047 APM00083500898-0056 CLSTD d5 1,2
6 y 65535 APM00083500898-0057 CLSTD d6 1,2
7 y 512247 APM00083500898-0059 CLSTD d7 1,2
8 y 512247 APM00083500898-005E CLSTD d8 1,2
9 y 511999 APM00083500898-0069 CLSTD d9 1,2
10 y 511999 APM00083500898-006B CLSTD d10 1,2
11 y 511999 APM00083500898-006A CLSTD d11 1,2
12 y 511999 APM00083500898-006C CLSTD d12 1,2
13 n 1099247 APM00083500898-0135 CLSTD d13 1
14 n 1099247 APM00083500898-0134 CLSTD d14 1
-all covers all devices - be it a disk or non-disk device. Typically Tape drives and gatekeepers are considered as non-disks (you may use -n option for listing non-disk).
For configuring new devices, you may use -all option inplace of -disk - it will do the same. Thanks, Sandip
Did you see any error message on server_3 (server_log server_3) after you ran the command? I prefer to run them one by one - so that I can ensure things are done properly . Also since we are configuring new device, I tend to use the -all option instead of -disk option.
Anyway - glad to know that you got it working - thanks to Sudhir for guiding you.
All the data movers including Standby one must be configured with the new disks. So, it's very important to run the devconfig commands against all data movers including standby one.
"bishtsudhir" had already suggested you correctly to run the server_devconfig command on server_3 as well. I 'll add that you run a Probe first - then create - so the commands will be $ server_devconfig server_3 -p -s -a $ server_devconfig server_3 -c -s -a
Great - our pleasure to be of any help here on the forum. Request you to kindly mark the thread as "Answered", if applicable and select appropriate answers as "Correct" and/or "Helpful".
Catch you soon - till then enjoy the NS80 Thanks, Sandip
nandas
6 Operator
•
1473 Posts
786
0
Posted August 5th, 2009 07:00
For configuring new devices, you may use -all option inplace of -disk - it will do the same.
Thanks,
Sandip