Previous | Contents | Index |
# swlist |
# /schedule_library/schedule_standard_loads.ksh |
This chapter describes the procedures for installing SCHEDULE for Linux
software.
4.1 Setting up the License PAS
Before SCHEDULE for Linux will run on your system, you must set up the
product license. This can be accomplished by adding the appropriate
entry to the /schedule_library/sch0_license.dat file after your
SCHEDULE installation.
4.2 Obtaining the installation file
This section describes the three methods for obtaining the .rpm file required to install EnterpriseSCHEDULE for Solaris.
There are two methods for obtaining the software:
4.2.1 Obtaining the .rpm 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/linux/ |
Download SCHEDULE7312.rpm to a local temporary directory on
your Linux machine.
4.2.2 Obtaining the .rpm 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_linux_x86 ftp> bin ftp> get SCHEDULE7312.rpm |
Download schedule7312.rpm to a local temporary directory on
your Linux machine.
4.2.3 Copy the .rpm file from the CD
Follow the steps below to use swinstall to copy EnterpriseSCHEDULE from the CD:
# gunzip schedule7312.rpm.gz |
# /schedule_library/schedule_start.ksh display # /schedule_library/schedule_start.ksh stop 0 # /schedule_library/schedule_start.ksh stop 1 |
# rpm --install SCHEDULE7312.rpm |
rpm --install --excludedocs SCHEDULE7312.rpm |
rpm --install --prefix /opt SCHEDULE7312.rpm -hv |
rpm --install -hv SCHEDULE7312.rpm |
rpm --install --ignoresize SCHEDULE7312.rpm |
rpm --install --test SCHEDULE7312.rpm |
rpm --install --ignoresize SCHEDULE7312.rpm |
rpm --install --test SCHEDULE7312.rpm |
If this is an upgrade, skip to step 6. Otherwise: load the PAS license number (instructions are in the file) |
# vi /schedule_library/sch0_license.dat |
# /schedule_library/schedule_start.ksh bootall |
# /schedule_library/schedule_standard_loads.ksh |
If this is a new install you are done. |
# /schedule_library/schedule_start.ksh stop 0 # /schedule_library/schedule_start.ksh stop 1 |
# cp /opt/{prev-inst}/sch0_license.dat /opt/{curr-inst}/sch0_license.dat # cp /opt/{prev-inst}/sch1_license.dat /opt/{curr-inst}/sch1_license.dat |
# /schedule_library/schedule_start.ksh start 0 # /schedule_library/schedule_start.ksh start 1 |
# swremove Schedule<previous version number> |
# swlist |
# /schedule_library/schedule_standard_loads.ksh |
Before starting the installation procedures described in Section 5.6, 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:
The SCHEDULE for Tru64 UNIX distribution kit includes hardcopy release
notes. Compaq strongly recommends that you read the release notes
before using the product.
5.2 Installation Procedure Requirements
This section discusses various requirements for installing SCHEDULE for
Tru64 UNIX software.
5.2.1 Checking Login Privileges
You must be able to log in as superuser on the system on which you are
installing SCHEDULE for Tru64 UNIX software. Only when you are logged
in as superuser, do you have sufficient privileges to install the
SCHEDULE for Tru64 UNIX software.
5.2.2 Hardware Requirements
To perform the installation, you need the following hardware:
SCHEDULE for Tru64 UNIX software requires Tru64 UNIX V3.2g or V4.0b to be installed. In addition, SCHEDULE for Tru64 UNIX software requires the following Tru64 UNIX software subsets to be loaded on the system on which you install SCHEDULE for Tru64 UNIX software:
To install the optional SCHEDULE for Tru64 UNIX reference pages (manual pages), the Tru64 UNIX software subset OSFMANO must be installed on the system on which you install SCHEDULE for Tru64 UNIX software:
If you are installing SCHEDULE for Tru64 UNIX software in a local (node-specific) environment, perform the following steps to determine whether the preceding Tru64 UNIX subsets are loaded:
# set1d -i | grep BASE # set1d -i | grep INET # set1d -i | grep MANOS |
The version number associated with these subsets must be 410 or higher.
Check the displayed rows for the relevant subset name and for any
related patch names. The word installed appears in a row after the
subset identifier code when a subset is loaded. If the word installed
does not appear (the second column in a row is blank), software before
installing SCHEDULE for Tru64 UNIX software.
5.2.4 Determining Which Subsets to Load
You must choose the SCHEDULE for Tru64 UNIX subsets you want to load. Table 5-1 lists the product subsets.
Subset | Name | Description |
---|---|---|
SCHA721 | Core Files | Directory tree info |
SCHAPR0721 | Group 0 executable images | Image for Group 0 users |
SCHBPR1721 | Group 1 executable images | Image for Group 1 users |
SCHADB0721 | Group 0 initial database | Database for Group 0 users |
SCHBDB1721 | Group 1 initial database | Database for Group 1 users |
The disk space requirements discussed in this section apply to the disks on which you load the SCHEDULE for Tru64 UNIX subsets.
Table 5-2 lists the disk space requirements for loading SCHEDULE for Tru64 UNIX software subsets. This table specifies disk space requirements for the convenience of those doing installations on systems on which these file systems are mount points for different disk partitions.
Subset Name | Subset Title | Kilobytes |
---|---|---|
SCHA721 | Core Files | 800 |
SCHAPR0721 | Group 0 executable images | 1300 |
SCHBPR1721 | Group 1 executable images | 1300 |
SCHADB0721 | Group 0 initial database | 120 |
SCHBDB1721 | Group 1 initial database | 120 |
Table 5-2 notes disk space occupied by files after installation. If you are extracting files from media using the ris utility only, the SCHEDULE for Tru64 UNIX files are compressed during the extraction process and require only the following amount of disk space to be available in the RIS server area: |
Using the disk space requirements listed in Table 5-2 for an system that applies to your system, total the values for the subsets that you plan to load in each file system.
Compare the space required for subsets with the free space currently on the disks on which SCHEDULE for Tru64 UNIX files will reside.
To determine the current amount of free space for a directory path, log in to the system on which you plan to install SCHEDULE for Tru64 UNIX software and check the amount of space available in the /usr/opt directory using the Tru64 UNIX df utility:
#df -k /usr/opt File system Total kbytes kbytes % node kbytes used free used Mounted on /dev/rd0g 122598 544478 55892 49% /user |
The previous display indicated that 55892 Kb are free. This free space must accommodate subset requirements listed in Table 5-2.
Previous | Next | Contents | Index |