IBM Prerequisite Scanner User Manual page 16

Table of Contents

Advertisement

For example, you can have a prerequisite property for available network ports. You
can further categorize that prerequisite property to check available ports for a
database server, application server, or protocol.
<suffix_identifier> is an optional identifier for a subtype in the prerequisite property
name.
Table 4 outlines the predefined subtypes for different categories of prerequisite
properties including the <suffix_identifier>.
Table 4. Predefined subtypes
Prerequisite property
subtype
Platform independent network category
network.availablePorts.
app_type
network.portsInUse.
app_type
Operating system category
os.dir.dir_name
os.file.
script_name
os.file.
isService
Running.
service_name
6
Prerequisite Scanner: User's Guide
Suffix identifier Platform
app_type
All
app_type
All
dir_name
UNIX
script_name
UNIX
service_name
Windows
Description
Use this naming convention
for checking whether the
port or range of ports is not
being listened to or is
available for the app_type
application type.
Use this naming convention
for checking whether the
port or range of ports is
being listened to or is in use
for the app_type application
type.
Use this naming convention
for checking the dir_name
file system. The value for
the prerequisite property
uses predefined qualifiers.
Use this naming convention
for checking whether the
script_name script is
available on the machine.
Use this naming convention
for checking whether the
service_name service is
running on the machine.
Valid values for the
subtype
String to represent app_type,
for example:
v DB2 checks ports for DB2
database server
v WAS checks ports for
WebSphere Application
Server
v ftp checks the FTP port
String to represent app_type,
for example:
v DB2 checks ports for DB2
database server
v WAS checks ports for
WebSphere Application
Server
v ftp checks the FTP port
String to represent dir_name,
for example:
v tmp
v home
String to represent
script_name, for example:
v bash
v expect
v gzip
v tar
String to represent
service_name, for example:
v remoteRegistry
v DNSClient
v terminalServices

Advertisement

Table of Contents
loading

Table of Contents