Is there a command that will output what type of shelves are attached to a netapp. The closes I was able to come was "environment status shelf" but that doesn't tell me whether they are FC7, FC8 or FC9 shelves.
Thanks Dan
I use the sysconfig command: # rsh toaster sysconfig -v | grep Shelf Shelf 0: EDM Kernel Version : 0.4 App. Version : 0.0 Shelf 1: EDM Kernel Version : 0.4 App. Version : 0.0 Shelf 2: EDM Kernel Version : 1.0.A App. Version : 1.1.A Shelf 3: EDM Kernel Version : 1.0.A App. Version : 1.1.A Shelf 4: EDM Kernel Version : 1.0.A App. Version : 1.1.A Shelf 5: VEM Kernel Version : 2.5 App. Version : 3.0 Shelf 6: VEM Kernel Version : 2.5 App. Version : 3.1
I know that the first two shelves are FC7, the next three are FC8, and the last two are FC9. In that case, I would say that Version 0.4 shelves are FC7; Version 1.0.A are FC8 shelves; and Version 2.5 shelves are FC9. DS14 shelves are the shelves with 14 disks.
The pattern seems to hold across all my filers.
Geoff
Dan Finn wrote:
Is there a command that will output what type of shelves are attached to a netapp. The closes I was able to come was "environment status shelf" but that doesn't tell me whether they are FC7, FC8 or FC9 shelves.
Thanks Dan