1.
Which characteristic of Veritas Cluster Server attributes allows the public interface to be different for each of the systems in the cluster?

 
2.
What happens when a DLP Agent is unable to connect to its preferred Endpoint Server?
3.
Which statement describes a DLP Agent encryption feature?
4.
Where can an incident responder view all actions that have occurred for an incident?
5.
Refer to the following service group example:
group websg (
SystemList = { sym1 = 0, sym2 = 1 }
AutoStart = 0
AutoStartList = { sym2 }
)
DiskGroup webdg (
DiskGroup = webdg
)
IP webip (
Device = eth0
Address = 169.254.128.12
NetMask = 255.255.255.0
)
Mount webmnt (
MountPoint = /web1
BlockDevice = /dev/vx/dsk/webdg/webvol
FSType = vxfs
MountOpt = rw
FsckOpt = -y
)
NIC webnic (
Device = eth0
)
Application webproc (
MonitorProgram = /usr/local/bin/web -monitor
StartProgram = /usr/local/bin/web -start
StopProgram = /usr/local/bin/web -stop
)
webip requires webproc
webproc requires webmnt
webip requires webnic
webmnt requires webdg
Which resource will start online last?
6.
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?
7.
Which service group attribute enables specifying preferred nodes for failover?
8.
System capacity and service group load are the main components for which FailOverPolicy?
9.
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?
10.
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?