NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

How to display AT-FCX shelves?

aborzenkov
4,901 Views

I just found that neither of storage show shelf or storage show hub would display SATA shelves. What is the right way to see them?

On related note - is it possible to deduce from command output whether specific initiator port is connected to IN or OUT and to which shelf?

Thank you!

2 REPLIES 2

scottgelb
4,901 Views

environ shelf should show all the output for in/out and module.  sysconfig -a to see the at-fcx

natrian_maxwell
4,901 Views

You can use a few different commmands to view the output you are looking for.

environment status shelf  | more

This will display all the information of the shelves connected to the filer.

You can further the command by specifying the actual shelf Id for example if it is 4b

environment status shelf  4b | more

Pipe it so the text does not run off the screen.

You can also use the Sysconfig -a option as well.

LAst but not least, if your system is configured with this file, you can view it for the data you need.

rdfile /etc/environment.

I hope this helps.

Public