EnterpriseSCHEDULE
Installation Notes


Previous Contents Index

2.4.1 Obtaining the installation 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/sun/
 

There is a direct link on the page to the latest version of the software for both the x86 and SPARC version of the install file. This example assumes the file has been downloaded to the /tmp directory

2.4.2 Obtaining the installation 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_sun_x86 (for x86 Solaris) 
 
or 
 
ftp> cd latest_sun_sparc (SPARC Solaris) 
 
or 
 
ftp> cd latest_sun_x64 
 
ftp> bin 
 
ftp> get sch7712.gz 
 

2.4.3 Performing the installation

Once the file has been FTP'd or downloaded perform the unzip and install procedure from the install directory:
  1. To unzip the install file


     
    # gunzip sch7712.gz 
     
    

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


     
    # /usr/sbin/pkgadd -d /tmp/sch7712 
     
    

    This example assumes the file has been downloaded to the /tmp directory

  3. Select Schedule7712 from the installation prompt. This command will create the subdirectory /usr/local/ise/schedule and install the SCHEDULE files there. For advanced installation options, view your man pages.
  4. Copy license, parameter and proxy files from previous install (Upgrade only, otherwise skip to step 5):


     
    # /schedule_library/schedule_start.ksh copy_lpp 
     
    

  5. 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.

    Note

    Upon your first login using the isemanager Private User account, you will be asked to change your password for security purposes. Enter a password of at least 6 characters to log in.

    b. Using the add_pas command
    Enter the following command:


    Previous Next Contents Index