Sun Java System Access Manager Policy Agent 2.2 Guide for IBM WebSphere Application Server 5.1.1

ProcedureTo Unpack Non-Package Formatted Deliverables of a J2EE Agent in Policy Agent 2.2

Follow the steps described in this task to unpack a compressed file that is named in the following manner:


appserver_version_agent_2.2.tar.gz

The two following facts apply to the this compressed file: It is for any UNIX-based system, including Solaris systems, and the distribution files contained within this compressed file are not in package format.

  1. Issue the following command:

    # gzip -dc appserver_version_agent_2.2.tar.gz | tar xvf -

    where appserver_version represents the specific deployment container, followed by an underscore “_”, followed by the version.

    For example, the command to unpack the archive of Policy Agent 2.2 for Sun Java System Application Server 8.1 is as follows:

    # gzip -dc SJS_Appserver_81_agent_2.2.tar.gz | tar xvf -

    For other J2EE agents, the file names are different, but the naming format is the same. To see the preceding command specific to the J2EE agent you are using, see Example 3–2.

Purpose of This Task

The preceding step unpacks the archive and provides you with the agent deliverables for Policy Agent 2.2 for Sun Java System Application Server 8.1.