search for: vip2

Displaying 3 results from an estimated 3 matches for "vip2".

Did you mean: vip
2011 Sep 27
2
Dashboard parameters to control VIPs?
...define a value of the IP address to use for that vip. A manifest could then be written to create the necessary / etc/sysconfig/network-scripts/ifcfg-eth0:<vip#> file, plugging in the IP address appropriately and brining up the interface when it''s done. This could then be repeated for vip2 ... vipX. How might this work for an arbitrary number of vips? I don''t want to create unnecessary placeholder parameters (vip2 = nil, for example). I''d rather not create a single "vips" parameter with a list of virtual IPs either (vips = 1.1.1.1, 2.2.2.2, 3.3.3.3). T...
2006 Oct 29
0
crs install fail with ocfs2
...name rac1 for node 1. assigning default hostname rac2 for node 2. Successfully accumulated necessary OCR keys. Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897. node <nodenumber>: <nodename> <private interconnect name> <hostname> node 1: rac1 vip1 rac1 node 2: rac2 vip2 rac2 clscfg: Arguments check out successfully. NO KEYS WERE WRITTEN. Supply -force parameter to override. -force is destructive and will destroy any previous cluster configuration. Oracle Cluster Registry for cluster has already been initialized Startup will be queued to init within 90 seconds. Ad...
2007 Jan 17
11
scope issue after upgrade
I just upgraded to 0.22.0 from 0.18.4 and I''m running into what I think are problems due to changes in scope rules. In my site.pp manifest, I have the following: import "classes/*" node nfsserver { include nfsserver } node webserver { include webserver } class cluster1_sites { website { "example.com": ...; "example2.com": ...; } } node