Resource type definition for the ASMInst agent

The ASMInst agent of the Cluster Server agent for Oracle is represented by the ASMInst resource type in VCS.

type ASMInst (
	static str AgentDirectory = "/opt/VRTSagents/ha/bin/ASMInst"
	static str ArgList[] = { Sid, Owner, Home, DBAUser, 
   DBAPword, Pfile, StartUpOpt, ShutDownOpt, 
   EnvFile, Encoding, MonitorOption }
	str Sid
	str Owner
	str Home
	str DBAUser
	str DBAPword
	str Pfile
	str StartUpOpt
	str ShutDownOpt
	str EnvFile
	str Encoding
 int MonitorOption = 0
)