Resource type definition for the ASMDG agent

The ASMDG agent is represented by the ASMDG resource type in VCS. The following extract shows the type definition of the ASMDG resource in the OracleASMTypes.cf file.

type ASMDG (
	static str AgentDirectory = "/opt/VRTSagents/ha/bin/ASMDG"
	static str ArgList[] = { Sid, Owner, Home, DBAUser, 
   DBAPword, DiskGroups, EnvFile, Encoding }
 static boolean IntentionalOffline = 1
	str Sid
	str Owner
	str Home
	str DBAUser
	str DBAPword
	keylist DiskGroups
	str EnvFile
	str Encoding
)