Unix and Linux Discussions Tagged with nic |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
18,640 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,292 |
UNIX for Advanced & Expert Users |
|
|
|
11 |
23,808 |
AIX |
|
|
|
1 |
2,722 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,160 |
Solaris |
|
|
|
1 |
4,457 |
Ubuntu |
|
|
|
4 |
4,181 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
8,979 |
Solaris |
|
|
|
2 |
2,711 |
Red Hat |
|
|
|
1 |
5,847 |
Virtualization and Cloud Computing |
|
|
|
15 |
16,434 |
Solaris |
|
|
|
3 |
3,562 |
Solaris |
|
|
|
2 |
2,844 |
Programming |
|
|
|
3 |
5,623 |
Red Hat |
|
|
|
2 |
5,154 |
IP Networking |
|
|
|
6 |
3,624 |
IP Networking |
|
|
|
3 |
6,711 |
Linux |
|
|
|
0 |
1,866 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,044 |
HP-UX |
|
|
|
2 |
4,807 |
High Performance Computing |
|
|
|
0 |
3,539 |
IP Networking |
|
|
|
4 |
4,643 |
Solaris |
|
|
|
0 |
3,470 |
UNIX and Linux RSS News |
|
|
|
5 |
14,480 |
HP-UX |
|
|
|
4 |
12,279 |
IP Networking |
|
|
|
10 |
9,304 |
Solaris |
|
|
|
1 |
3,889 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,851 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
10,643 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
7,506 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,460 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,030 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,648 |
IP Networking |
|
|
|
3 |
2,788 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,564 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,954 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,096 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,935 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,558 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,522 |
UNIX for Dummies Questions & Answers |
OCF_HEARTBEAT_VIPARI(7) OCF resource agents OCF_HEARTBEAT_VIPARI(7)
NAME
ocf_heartbeat_VIPArip - Manages a virtual IP address through RIP2
SYNOPSIS
VIPArip [start | stop | monitor | validate-all | meta-data]
DESCRIPTION
Virtual IP Address by RIP2 protocol. This script manages IP alias in different subnet with quagga/ripd. It can add an IP alias, or remove
one.
SUPPORTED PARAMETERS
ip
The IPv4 address in different subnet, for example "192.168.1.1". (required, string, no default)
nic
The nic for broadcast the route information. The ripd uses this nic to broadcast the route informaton to others (optional, string,
default eth0)
zebra_binary
Absolute path to the zebra binary. (optional, string, default /usr/sbin/zebra)
ripd_binary
Absolute path to the ripd binary. (optional, string, default /usr/sbin/ripd)
SUPPORTED ACTIONS
This resource agent supports the following actions (operations):
start
Starts the resource. Suggested minimum timeout: 20s.
stop
Stops the resource. Suggested minimum timeout: 20s.
monitor
Performs a detailed status check. Suggested minimum timeout: 20s. Suggested interval: 5s.
validate-all
Performs a validation of the resource configuration. Suggested minimum timeout: 20s.
meta-data
Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s.
EXAMPLE
The following is an example configuration for a VIPArip resource using the crm(8) shell:
primitive example_VIPArip ocf:heartbeat:VIPArip
params
ip=string
op monitor depth="0" timeout="20s" interval="5s"
SEE ALSO
http://www.linux-ha.org/wiki/VIPArip_(resource_agent)
AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors)
resource-agents 1.0.3 07/05/2010 OCF_HEARTBEAT_VIPARI(7)