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 to HiRDB/Parallel Servers. The -a option cannot be specified together with this option.
- -a control-statement-file-name
<path-name> ((up to 255 characters)) - On HiRDB/Parallel Servers, 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.