An application is experiencing failures. The application administrator wants Veritas Cluster Server to take all resources offline after failure. The application should remain offline. Which attribute can accomplish this?
Consider the following configuration:
group websg (
SystemList = { sym1 = 1, sym2 = 2 }
AutoStartList = { sym1 }
Frozen = 1
)
While websg is online, all of the systems in the cluster are rebooted simultaneously. All of the systems finish booting and successfully join the cluster. What will happen to the websg service group?
The service group named websg is currently online on the sym3 node. All other nodes are running.
Consider the following partial main.cf definition:
Group websg (
SystemList = { sym1=0, sym2=1, sym3=2 }
AutoStartList = {sym2, sym3 }
FailOverPolicy = Priority
)
The operator incorrectly shuts down a critical resource in the websg service group outside of Veritas Cluster Server. Based on the information provided, what will happen to the websg service group?