8.5.1 Preparing Application Packages

Each machine needs one application package. Refer to the descriptions in Application Package Organization and Content to prepare two application packages: APP1.zip and APP2.zip.

APP1.zip content structure is shown in following figure:

Figure 8-3 APP1.zip Content Structure


APP1.zip Content Structure

APP1.zip Properties.xml is shown in the listing below

APP1.zip Properties.xml


<?xml version="1.0" encoding="ISO-8859-1" ?>
<ApplicationProperties>
<PackageName>APP1.zip</PackageName>
<TuxedoVersion>12.1.3.0.0</TuxedoVersion>
<SupportedOS>Linux</SupportedOS>
<TuxedoWordSize>64</TuxedoWordSize>
<MachineArch>x86_64</MachineArch>
<GroupSection GROUPNAME="GROUP1" GRPNO="29999">
<MRM>N</MRM>
<ServerSections>
<ServerSection AOUT="servers/simpserv1" SRVID="30000">
<CONV>N</CONV>
</ServerSection>
</ServerSections>
</GroupSection>
</ApplicationProperties>
APP2.zip content structure is shown in the following figure:

Figure 8-4 APP2.zip Content Structure


APP2.zip Content Structure

APP2.zip Properties.xml is shown in below:

APP2.zip Properties.xml


<?xml version="1.0" encoding="ISO-8859-1" ?>
<ApplicationProperties>
<PackageName>APP2.zip</PackageName>
<TuxedoVersion>12.1.3.0.0</TuxedoVersion>
<SupportedOS>Linux</SupportedOS>
<TuxedoWordSize>64</TuxedoWordSize>
<MachineArch>x86_64</MachineArch>
<GroupSection GROUPNAME="GROUP1" GRPNO="29999">
     <ServerSections>
<ServerSection AOUT="servers/simpserv2" SRVID="20000" />
<ServerSection AOUT="servers/simpserv3" SRVID="20010" />
             </ServerSections>
    </GroupSection>
</ApplicationProperties>

After the application packages are prepared, refer to Uploading a Package to upload them to EM through Manage Application Package on the Tuxedo Summary page.