- 论坛徽章:
- 7
|
本帖最后由 milujite 于 2012-03-29 09:27 编辑
口类型当然要匹配啊。个人经验,最好都统一成pt2pt吧。Fport对应的是pt2pt,你这是Lport。手动修改下存储的口类型为pt2pt看看。主机也修改卡的模式为PT2PT,交换机也设置成F-port,如果无法自动更改类型,手动设置portcfggport。
从你这贴出来的看,主机上口类型已经是PT2PT了。剩下的就设置存储和交换机,一般交换机是自动协商口类型的,一般不需要手动指定交换机口类型。基本上是存储修改PT2PT就好了。
参考这个:
portCfgGport
Designates a port as a G_Port; removes G_Port designation.
Synopsis portcfggport [slot/]port,mode
Description Use this command to designate a port as a G_Port. After successful execution of this command,
the switch attempts to initialize the specified port as an F_Port only, and does not attempt loop
initialization (FL_Port) on the port. A port designated as a G_Port can become an E_Port. This
configuration can be cleared but not set on VE/VEX_Ports. Changes made by this command are
persistent across switch reboots or power cycles.
Note The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may
be in place. Refer to chapter 1, "Using Fabric OS commands" and Appendix A, "Command
Availability" for details.
Operands This command has the following operands:
slot For bladed systems only, specify the slot number of the port to be configured,
followed by a slash (/).
port Specify the port to be configured, relative to its slot for bladed systems. Use
switchShow to display a list of valid ports.
mode Specify a value of 1 to designate the port as a G_Port or specify a value of 0
to remove the G_Port designation from the port. A value of 0 is the default
port state. Mode must be preceded by a comma. This operand is required.
Examples To configure port as a locked G_Port:
switch:admin> portcfggport 1/3, 1 |
|