EnterpriseSCHEDULE
Installation Notes


Previous Contents Index


Chapter 3
Installing EnterpriseSCHEDULE for AIX

Note

Version 7.6 or greater of EnterpriseSCHEDULE requires AIX Version 6. If you are on a version of AIX earlier than 6, do not perform this upgrade.

If you are upgrading EnterpriseSCHEDULE from Version 7.4 or earlier to Version 7.5 or above, you must update your license. See <REFERENCE>(alpsssspsa) for information on the Update process.

This chapter describes the procedures for installing EnterpriseSCHEDULE for AIX. Before starting the installation procedures described in EnterpriseSCHEDULE, you should complete the preparation requirements outlined in this chapter. It provides the information necessary to make your installation run smoothly, including your installation options. Read this chapter to determine the following:

3.1 Obtaining the installation file

This section describes the two methods of obtaining the .rpm file required to install EnterpriseSCHEDULE for Solaris.

  1. Downloading the file from the ISE Support website.
  2. Downloading the file using the ISE FTP site.

3.1.1 Obtaining the .rpm.gz file using the ISE Support Site

The ISE Support Site has a direct link to the latest version of the Installation file required to install EntepriseSCHEDULE. The URL to access the download is:


 
http://support.i-s-e.com/software_downloads/aix/
 

Download schedule7712.rpm.gz to a local temporary directory on your AIX machine.

3.1.2 Obtaining the .rpm.gz file using the ISE FTP Site

The ISE FTP Site has a directory containing latest version of the install file for EntepriseSCHEDULE. To download the file:


 
# ftp ftp.i-s-e.com 
 
ftp>  cd latest_aix 
 
ftp> bin 
 
ftp> get schedule7712.rpm.gz 
 

Download schedule7712.rpm.gz to a local temporary directory on your AIX machine.

3.2 Installing the RPM

This section explains the installation options of the RPM utility. RPM will install all EnterpriseSCHEDULE files under /usr/local in the /ise/schedule subdirectory. The most simple installation command would be:

  1. Unzip the rpm file using the following command:


     
     # gunzip schedule7712.rpm.gz 
     
    

  2. Install the rpm
    Note: To install the software:
    You can now run the installation:


     
    # rpm --install schedule7712.rpm 
     
    

    This will install all files in the default location (/usr/local/ise/schedule). RPM supports several command line options that will alter this default installation behavior. The following options for SCHEDULE installation are summarized here:

  3. Add the new license (Only necessary if not an upgrade)
    There are three methods of adding a new license:
    a. Using the EnterpriseSCHEDULE License Manager
    After installing the client on a Windows system, go to Start > All Programs > EnterpriseSCHEDULE > License Manager. Click on the Server tab and enter the name of the server node in the Server node field. Enter the Group Number (usually 0). First time EnterpriseSCHEDULE installations should use the following Username/Password:
    Username: isemanager
    Password: ISElogin
    Enter the Company Name and Serial number you received from ISE (usually a Demo PAS) and click Apply to add the License. Click the Refresh button to activate the License.


    Previous Next Contents Index