20.2.2 Options
- -k processing-type
- Specifies whether a registry RDAREA or a registry LOB RDAREA is to be added, or only a registry manipulation stored procedure is to be registered. The default is all.
- all
- Specifies that any of the following operations are to be performed: a control statement file must first be specified in the -a option:
- Add a registry RDAREA and a registry LOB RDAREA.
- Create a registry management table for using the registry facility.
- Register a stored procedure for operating the registry.
- proc
- Specifies that a registry operation stored procedure only is to be registered.
- If the registry facility initialization utility terminates with an error after normal termination of the addition of a registry RDAREA (the database structure modification utility produced a KFPX24200-I message with a return code of 0 or 4), this option can be specified to register the registry operation stored procedure only. The -a option cannot be specified together with this option.
- renew
- Specifies that a registry operation stored procedure is to be reregistered.
- This option can be specified to re-register a registry operation stored procedure when moving from a HiRDB single server configuration to a HiRDB parallel server configuration. The -a option cannot be specified together with this option.
- -a control-statement-file-name~<path-name> ((up to 255 characters))
- In HiRDB parallel server configurations, the control statement file needs to be referenced from the node at which the dictionary server is located.
- In this control statement, the create rdarea statement must be specified for each of the registry RDAREA and the registry LOB RDAREA. If a registry RDAREA or a registry LOB RDAREA already exists, specification of this option causes an error.
- -W execution-monitoring-interval ~<unsigned integer> ((0 to 3600)) <<0>>
- Specifies (in minutes) the monitoring interval when the execution time of the registry facility initialization utility is to be monitored. For guidelines on the value to specify and details about the resulting operation, see the description of the pd_cmd_exec_time operand in the system common definition in the manual HiRDB Version 9 System Definition.
- If 0 is specified in this option, the utility's execution time is not monitored.
- The execution monitoring time specified in the pd_cmd_exec_time operand in the system common definition is not applied.
- If this option is omitted, 0 is assumed.