A.3 Information necessary to perform operations on the scheduler services and embedded
databases in a configuration in which JP1/AO coexists with JP1/AJS3
This appendix describes the information that is
necessary to check and delete the scheduler services for JP1/AO, and to
delete the embedded databases used by those scheduler services in a configuration in which
JP1/AO coexists with JP1/AJS3.
Note that the information described here is contained in the config_system.properties
file. The following table lists the location of this file.
Table A‒3: Location of the config_system.properties fileItem
|
Location
|
File used for reference in an environment in which JP1/AO is installed
|
- In Windows:
JP1/AO-installation-folder\conf
- In Linux:
/opt/jp1ao/conf
|
File used to restore JP1/AO with backup data
|
folder-containing-backup-data\Automation\conf
|
Information necessary to check the scheduler service for
JP1/AO:
To check whether the scheduler service for JP1/AO exists, execute the
ajsembdbidlist command.
When executing this command, specify the name of
the scheduler service for JP1/AO. The scheduler service name that you specify in the command
is the value of the task.ajs.serviceName= entry in the config_system.properties file.
The following table lists
the information about the scheduler service for JP1/AO to be specified in the jajs_setup command.
Table A‒4: Information about the scheduler
service for JP1/AO to be specified in the jajs_setup command
|
Option
|
Explanation
|
Value to be specified
|
|
-a
|
Specifies that a scheduler service
will be added.
|
Do not specify a value.
|
|
-F
|
Specifies the name of a scheduler
service.
|
The value of task.ajs.serviceName=
in the config_system.properties file
|
|
-n
|
Specifies the identification
number of the scheduler service.
|
The value of
external.ajs.serviceid= in the config_system.properties file
|
|
-p
|
Specifies the service name of the
job status communication port.
|
The value of
external.ajs.jobportname= in the config_system.properties file
|
|
-d
|
Specifies the name of the database
directory.
|
- In Windows:
-
JP1/AO-installation-folder\system\extajs\database\schedule\scheduler-service-name
- In Linux:
-
/opt/jp1ao/system/extajs/database/schedule/scheduler-service-name
|
|
-t
|
Specifies the name of the
temporary directory.
|
- In Windows:
-
JP1/AO-installation-folder\system\extajs\tmp\scheduler-service-name
- In Linux:
-
/opt/jp1ao/system/extajs/tmp/scheduler-service-name
|
|
-j
|
Specifies the name of the job
information directory.
|
- In Windows:
-
JP1/AO-installation-folder\system\extajs\jobinf\scheduler-service-name
- In Linux:
-
/opt/jp1ao/system/extajs/jobinf/scheduler-service-name
|
|
-b
|
Specifies the name of the
directory for backup information.
|
- In Windows:
-
JP1/AO-installation-folder\system\extajs\backup\scheduler-service-name
- In Linux:
-
/opt/jp1ao/system/extajs/backup/scheduler-service-name
|
|
-I
|
Specifies the setup
identifier.
|
The value of external.ajs.dbid= in
the config_system.properties file
|
|
-P
|
Specifies the port number for the
embedded database.
|
The value of external.ajs.dbport=
in the config_system.properties file
|
|
-M
|
Specifies the database model.
|
The value of external.ajs.dbsize=
in the config_system.properties file
|
Information necessary to delete the scheduler service for
JP1/AO:
To delete the scheduler service for JP1/AO, execute the jajs_setup
command, specifying the name of the scheduler service.
The scheduler service name that you specify in the command is the value of
task.ajs.serviceName= in the config_system.properties file.
Information necessary to delete the embedded database used
by the scheduler service for JP1/AO:
To delete the embedded database used by the scheduler service for JP1/AO, execute the
ajsembdbuninstl command, specifying the setup identifier.
The setup identifier that you specify in the command is the value of external.ajs.dbid= in
the config_system.properties file.
To Page Top