ONTAP 9.13.1 commands

storage port rescan

Rescan a storage port

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The storage port rescan command rescans a specified storage port. This command is not supported on Ethernet storage ports (type = ENET).

Parameters

-node {<nodename>|local} - Node

Use this parameter to specify the node on which the port resides.

-port <text> - Port

Use this parameter to specify the port that needs to be rescanned.

Examples

The following example rescans port 0a on node node1:

cluster1::> storage port rescan -node node1 -port 0a
Top of Page