Previous | Contents | Index |
# pmdf shutdown |
root
. If you are not logged in as root
, do so now. product-name.license
, located in the PMDF table directory. You will have a separate license file for each PMDF product you have licensed for the system in question. For instance, a PMDF-MTA license would be stored in a file /pmdf/table/PMDF-MTA-LINUX.license
and look something like:
Issuer:Process Authorization Number:auth-number Product Name:PMDF-MTA-LINUX Producer:Innosoft Product Release Date:February 2020 Product Token:token Checksum:checksum |
auth-number
, token
, and checksum
are specific to your own site's license. You should have received the
correct license information for your system when you licensed PMDF, and
new licenses for PMDF at renewal time. A PMDF-MTA system will need a
PMDF-MTA-LINUX license. pmdf license -verify
utility may be used to check the validity of the syntax, data, and
checksum of PMDF license files.
RPM
utility as shown below:
# cd / # rpm -i rpm-kit |
rpm-kit
specifies the appropriate PMDF package. If you are installing the PMDF kit directly from CD-ROM, then you need to mount the distribution media first and then invoke the RPM
command. For instance:
# cd / # mount -o ro /dev/cdrom /cdrom # rpm -i /cdrom/Linux-X86_64/PMDF680/pmdf-6.8.0-0.x86_64.rpm |
--nodeps
option on the rpm -i
command, for example, if you have just installed RPM on your Linux
system for the purpose of installing PMDF, and you have no other RPM
packages installed. /opt
and /pmdf
is created as a link to the /opt/pmdf
directory. If you wish to install PMDF into a different location, you must specify that on the rpm -i
command by using the --prefix
option. For example, to install PMDF directly into the /pmdf
directory, use the following command:
# rpm -i --prefix / pmdf-6.8.0-0.x86_64.rpm |
# umount /cdrom |
1 PMDF licenses do not use a termination date; they instead use a release date. The release date merely prevents you from running newer versions of PMDF released after your maintenance contract has expired. The licenses do not prevent your current version of PMDF from running after your maintenance contract has expired. This is intentional. |
Previous | Next | Contents | Index |