Adding Features to the Enterprise
GUI
Procedure
-
Choose a starting point and follow the appropriate procedure.
Starting Point Procedure Software Management -
Select Infrastructure > Software Management.
-
Click the Features or Application Templates tab.
-
Click Upload DAA or EAR.
-
Navigate to a directory containing the DAA file.
-
Click the DAA file.
-
Click Open.
-
-
Choose whether you want to import the listed features.
Applications -
Click Applications.
-
Click an application.
-
In the General tab, click the Upload DAA or EAR link next to the Template Version field.
-
Navigate to a directory containing the DAA file.
-
Click the DAA file.
-
Click Open.
-
-
Choose whether you want to import the listed features.
-
-
Click Save.
CLI
Procedure
-
In the data file, specify a DAA element in full format and set the importFeatures attribute to true.
<DAA xsi:type="amxdata:DAA" location="testApp.daa" importFeatures="true">
<importFeatureIdentifier> UseCase847Application:1.0.0.200907131735</importFeatureIdentifier>
</DAA>
-
In the build file, set the action attribute of the AMXAdminTask element, to add and the objectSelector attribute to DAA.
<AMXAdminTask action="add" objectSelector="DAA"/>