Veritas Storage Foundation 5.1 SP1 for Oracle RAC Administrator"s Guide (5900-1512, April 2011)
# lltconfig -t link1 -d udp6 -b udp6 -I 2000::1
2
If you want to configure the link under PrivNIC or MultiPrivNIC as a failover
target in the case of link failure, modify the PrivNIC or MultiPrivNIC
configuration as follows:
# haconf -makerw
# hares -modify resource_name Device device
device_id [-sys hostname]
# haconf -dump -makero
The following is an example of configuring the link under PrivNIC.
Assuming that you have two LLT links configured under PrivNIC as follows:
PrivNIC ora_priv (
Critical = 0
Device@galaxy = { lan1 = 0, lan2 = 1 }
Device@nebula = { lan1 = 0, lan2 = 1 }
Address@galaxy = "192.168.12.1"
Address@nebula = "192.168.12.2"
NetMask = "255.255.255.0"
)
To configure the new LLT link under PrivNIC, run the following commands:
# haconf -makerw
# hares -modify ora_priv Device lan1 0 lan2 1 lan3 2 -sys galaxy
# hares -modify ora_priv Device lan1 0 lan2 1 lan3 2 -sys nebula
# haconf -dump -makero
The updated PrivNIC resource now resembles:
PrivNIC ora_priv (
Critical = 0
Device@galaxy = { lan1 = 0, lan2 = 1, lan3 = 2 }
Device@nebula = { lan1 = 0, lan2 = 1, lan3 = 2 }
Address@galaxy = "192.168.12.1"
Address@nebula = "192.168.12.2"
NetMask = "255.255.255.0"
)
Administering SF Oracle RAC and its components
Administering VCS
98