1
2fence_brocade(8) System Manager's Manual fence_brocade(8)
3
4
5
7 fence_brocade - I/O Fencing agent for Brocade FC switches
8
9
11 fence_brocade [OPTION]...
12
13
15 fence_brocade is an I/O Fencing agent which can be used with Brocade FC
16 switches. It logs into a Brocade switch via telnet and disables a
17 specified port. Disabling the port which a machine is connected to
18 effectively fences that machine. Lengthy telnet connections to the
19 switch should be avoided while a GFS cluster is running because the
20 connection will block any necessary fencing actions.
21
22 fence_brocade accepts options on the command line as well as from
23 stdin. fenced sends parameters through stdin when it execs the agent.
24 fence_brocade can be run by itself with command line options which is
25 useful for testing.
26
27 After a fence operation has taken place the fenced machine can no
28 longer connect to the Brocade FC switch. When the fenced machine is
29 ready to be brought back into the GFS cluster (after reboot) the port
30 on the Brocade FC switch needs to be enabled. This can be done by run‐
31 ning fence_brocade and specifying the enable action.
32
33
35 -a IPaddress
36 IP address of the switch.
37
38 -h Print out a help message describing available options, then
39 exit.
40
41 -l login
42 Login name for the switch.
43
44 -n port
45 The port number to disable on the switch.
46
47 -o action
48 The action required. disable (default) or enable.
49
50 -p password
51 Password for login.
52
53 -q Quiet mode: print only error messages.
54
55 -V Print out a version message, then exit.
56
57
59 agent = < param >
60 This option is used by fence_node(8) and is ignored by
61 fence_brocade.
62
63 ipaddr = < hostname | ip >
64 IP address or hostname of the switch.
65
66 login = < param >
67 Login name.
68
69 option = < param >
70 The action required. disable (default) or enable.
71
72 passwd = < param >
73 Password for login.
74
75 port = < param >
76 The port number to disable on the switch.
77
78
80 fence(8), fence_node(8)
81
82
83
84 fence_brocade(8)