EnterpriseSCHEDULE
Installation Notes


Previous Contents Index


 
# /schedule_library/schedule_start.ksh copy_lpp 
 

  • 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:


     
    # /schedule_library/schedule_start.ksh add_pas 
     
    Enter company name: Acme Co. (Example) 
     
    Enter new PAS: M62126/HP-UX/AWN/06MAY2025/03E2/CDCLQPBWQH (Example) 
     
     
    

    c. Manually editing the License file
    Edit the file /schedule_library/sch0_license.dat and follow the instructions on how to add the license.

  • Start the Schedule Server (on reboot this is automatic)


     
    # /schedule_library/schedule_start.ksh bootall 
     
    

    1.3.4 Optional post install procedures

    The following steps are optional and can be performed to remove previous version(s) and check if the install is running.

    1.4 HP-UX Installation Example


    # gunzip schedule7712.depot.gz 
    # /schedule_library/schedule_start.ksh stopall 
    # swinstall -s /tmp/schedule7712.depot EnterpriseSCHEDULE 
     
     
    =======  Fri, Sep 28, 2016 04:59:09 PM PDT  BEGIN swinstall SESSION 
     
             (non-interactive) (jobid=ith2.i-s-e.com-0022) 
     
           * Session started for user "root@ith2.i-s-e.com". 
     
           * Beginning Selection 
     
           * Target connection succeeded for "ith2.i-s-e.com:/". 
     
           * Source:                 /tmp/schedule7.7.12.depot 
     
           * Targets:                ith2.i-s-e.com:/ 
     
           * Software selections: 
     
                 EnterpriseSCHEDULE.catalogs,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.control0,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.dat,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.executables,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.man,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.scripts,r=7.7.12,v=ISE 
     
           * Selection succeeded. 
     
           * Beginning Analysis and Execution 
     
           * Session selections have been saved in the file 
     
             "/.sw/sessions/swinstall.last". 
     
           * The analysis phase succeeded for "ith2.i-s-e.com:/". 
     
           * The execution phase succeeded for "ith2.i-s-e.com:/". 
     
           * Analysis and Execution succeeded. 
             
     
    NOTE:    More information may be found in the agent logfile using the 
     
             command "swjob -a log ith2.i-s-e.com-0022 @ ith2.i-s-e.com:/". 
     
     
     
    =======  Fri, Sep 28, 2016 04:59:15 PM PDT  END swinstall SESSION 
     
             (non-interactive) (jobid=ith2.i-s-e.com-0022) 
     
     
     
    # /schedule_library/schedule_start.ksh copy_lpp 
     
    # /schedule_library/schedule_start.ksh add_pas 
     
    Enter company name: ISE Inc 
     
    Enter new PAS number: MXXXXX/HP-UX/NODENAME/25MAY2027/XXXX/XXXXXXXX 
     
    # 
     
    #  /schedule_library/schedule_start.ksh bootall 
     
    SCHEDULE - Starting group 0 server! 
     
    Output of the remove (only one schedule version can be installed on HPUX) 
     
    # swremove EnterpriseSCHEDULE                     
     
    =======  Fri, Sep 28, 2016 04:43:05 PM PDT  BEGIN swremove SESSION 
     
             (non-interactive) (jobid=ith2.i-s-e.com-0020) 
     
           * Session started for user "root@ith2.i-s-e.com". 
     
           * Beginning Selection 
     
           * Target connection succeeded for "ith2.i-s-e.com:/". 
     
           * Software selections: 
     
                 EnterpriseSCHEDULE.catalogs,l=/,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.control0,l=/,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.dat,l=/,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.executables,l=/,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.man,l=/,r=7.7.12,v=ISE 
     
                 EnterpriseSCHEDULE.scripts,l=/,r=7.7.12,v=ISE 
     
           * Selection succeeded. 
     
           * Beginning Analysis 
     
           * Session selections have been saved in the file 
     
             "/.sw/sessions/swremove.last". 
     
           * The analysis phase succeeded for "ith2.i-s-e.com:/". 
     
           * Analysis succeeded. 
     
           * Beginning Execution 
     
           * The execution phase succeeded for "ith2.i-s-e.com:/". 
     
           * Execution succeeded. 
     
    NOTE:    More information may be found in the agent logfile using the 
     
             command "swjob -a log ith2.i-s-e.com-0020 @ ith2.i-s-e.com:/". 
     
     
    =======  Fri, Sep 28, 2016 04:43:20 PM PDT  END swremove SESSION 
     
             (non-interactive) (jobid=ith2.i-s-e.com-0020) 
     
     
    


    Previous Next Contents Index