1
2fence_vixel(8) System Manager's Manual fence_vixel(8)
3
4
5
7 fence_vixel - I/O Fencing agent for Vixel FC switches
8
9
11 fence_vixel [OPTION]...
12
13
15 fence_vixel is an I/O Fencing agent which can be used with Vixel FC
16 switches. It logs into a Vixel switch via telnet and removes the spec‐
17 ified port from the zone. Removing the zone access from the port dis‐
18 ables the port from being able to access the storage.
19
20 fence_vixel accepts options on the command line as well as from stdin.
21 fenced sends parameters through stdin when it execs the agent.
22 fence_vixel can be run by itself with command line options which is
23 useful for testing.
24
25 After a fence operation has taken place the fenced machine can no
26 longer connect to the Vixel FC switch. When the fenced machine is
27 ready to be brought back into the GFS cluster (after reboot) the port
28 on the Vixel FC switch needs to be enabled. In order to do this, log
29 into the Vixel FC switch. Then go to:
30
31 config->zones->config <port> <comma-separated-list-of-ports-in-the-
32 zone>
33
34 Then apply
35
36 Consult the Vixel manual for details
37
38
40 -a IPaddress
41 IP address of the switch.
42
43 -h Print out a help message describing available options, then
44 exit.
45
46 -n port
47 The port number to remove zoning from on the switch.
48
49 -p password
50 Password for login.
51
52 -V Print out a version message, then exit.
53
54
56 agent = < param >
57 This option is used by fence_node(8) and is ignored by
58 fence_vixel.
59
60 ipaddr = < hostname | ip >
61 IP address or hostname of the switch.
62
63 passwd = < param >
64 Password for login.
65
66 port = < param >
67 The port number to remove zoning from on the switch.
68
69
71 fence(8), fence_node(8)
72
73
74
75 fence_vixel(8)