Putting an Enterprise in a Read-only State
Procedure
-
In the build file, add a target named
setReadOnly.
-
In the
AMXAdminTask element of the
set target, set the
action attribute to
setReadOnly and the
objectSelector attribute to
Enterprise.
<AMXAdminTask
remote="true"
propsFile="${instanceProperties}"
action="setReadOnly"
dataFile="${dataFile}"
objectSelector="Enterprise"
force="false"
failOnError="false"
/>
-
In the
options attribute, you can specify a
note.
-
Invoke the command-line interface on the build file.
Copyright © Cloud Software Group, Inc. All rights reserved.