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