Sample configuration of the PrivNIC resource

The following extract from the configuration file illustrates the configuration of a PrivNIC resource.

group cvm (
        SystemList = { galaxy = 0, nebula = 1 }
        AutoFailOver = 0
        Parallel = 1
        AutoStartList = { galaxy, nebula }
        )
               
        PrivNIC ora_priv (
		              Critical = 0
		              Device@galaxy = { eth0 = 0, eth1 = 1} 	
		              Device@nebula = { eth0 = 0, eth1 = 1} 	
		              Address@galaxy = "192.168.12.1"
		              Address@nebula = "192.168.12.2"
	              	NetMask = "255.255.255.0"
	               )

For more examples, see the sample configuration files located at /etc/VRTSvcs/conf/sample_rac/.