Putting an Enterprise in an Unsuspended State
Before you begin See
Unsuspended State.
- Procedure
- In the build file, add a target named
unsuspend
.For a sample file, see enterprise_suspend_build.xml.
<target name="unsuspend"> <AMXAdminTask ... ... /> </target>
- In the
AMXAdminTask
element of theunsuspend
target, set theaction
attribute tounsuspend
and theobjectSelector
attribute toEnterprise
.<AMXAdminTask remote="true" propsFile="${instanceProperties}" action="unsuspend" dataFile="${dataFile}" objectSelector="Enterprise" failOnError="false" />
- Invoke the command-line interface on the build file.