1
2fence_sanbox2(8) System Manager's Manual fence_sanbox2(8)
3
4
5
7 fence_sanbox2 - I/O Fencing agent for QLogic SANBox2 FC switches
8
9
11 fence_sanbox2 [OPTION]...
12
13
15 fence_sanbox2 is an I/O Fencing agent which can be used with QLogic
16 SANBox2 FC switches. It logs into a SANBox2 switch via telnet and dis‐
17 ables a specified port. Disabling the port which a machine is con‐
18 nected to effectively fences that machine. Lengthy telnet connections
19 to the switch should be avoided while a GFS cluster is running because
20 the connection will block any necessary fencing actions.
21
22 fence_sanbox2 accepts options on the command line as well as from
23 stdin. fenced sends parameters through stdin when it execs the agent.
24 fence_sanbox2 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 switch. When the fenced machine is ready to be
29 brought back into the GFS cluster (after reboot) the port on the FC
30 switch needs to be enabled. This can be done by running fence_sanbox2
31 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_sanbox2.
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_sanbox2(8)