I'm working on some documentation on deploying the OVA in a cluster configuration. I'll post the steps and some example config files when I have a few minutes.
Thanks,
Jim D
I'm deploying from a ovf. So far I've gotten 3 nodes going, but the only thing that I see that has been propagated is the root/svcuser password and the basic settings from my node 1. So I'm sure I messed up something lol.
--
You received this message because you are subscribed to a topic in the Google Groups "coprHD" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/coprhd/liZLuYfAXco/unsubscribe.
To unsubscribe from this group and all its topics, send an email to coprhd+un...@googlegroups.com.
To post to this group, send email to cop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/coprhd/3566e52a-20f3-4076-8aee-f1bcc0a18490%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
cat /etc/ovfenv.properties
Thanks!
network_2_ipaddr6=::0
network_3_ipaddr6=::0
network_1_ipaddr=10.9.94.44
network_2_ipaddr=10.9.94.45
network_3_ipaddr=10.9.94.46
network_gateway6=::0
network_gateway=10.9.92.1
network_netmask=255.255.252.0
network_prefix_length=64
network_vip6=::0
network_vip=10.9.92.200
node_count=3
node_id=vipr1network_1_ipaddr6=::0
network_2_ipaddr6=::0
network_3_ipaddr6=::0
network_1_ipaddr=10.9.94.45
network_2_ipaddr=10.9.94.44
network_3_ipaddr=10.9.94.46
network_gateway6=::0
network_gateway=10.9.92.1
network_netmask=255.255.252.0
network_prefix_length=64
network_vip6=::0
network_vip=10.9.92.200
node_count=3
node_id=vipr2network_1_ipaddr6=::0
network_2_ipaddr6=::0
network_3_ipaddr6=::0
network_1_ipaddr=10.9.94.46
network_2_ipaddr=10.9.94.44
network_3_ipaddr=10.9.94.45
network_gateway6=::0
network_gateway=10.9.92.1
network_netmask=255.255.252.0
network_prefix_length=64
network_vip6=::0
network_vip=10.9.92.200
node_count=3
node_id=vipr3network_1_ipaddr6=::0
network_2_ipaddr6=::0
network_3_ipaddr6=::0
network_1_ipaddr=10.9.94.44
network_2_ipaddr=10.9.94.45
network_3_ipaddr=10.9.94.46
network_gateway6=::0
network_gateway=10.9.92.1
network_netmask=255.255.252.0
network_prefix_length=64
network_vip6=::0
network_vip=10.9.92.200
node_count=3
node_id=vipr# ##(The node_id value would be 'vipr1' on the first node, 'vipr2' on the second, and so on)
Thanks!
Jim D
Thanks!
Jim D