Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


Configuration file for expanding an Item storage database (jssitemstoredbexpandinfo.bat)

Organization of this page

Description

This file defines information necessary to expand the size of the Item storage database.

Format

@set ADD_AREA=storage-area-of-the-Item-storage-database-to-be-expanded
@set ADD_AREA_CATEGORY=category-of-the-Item-information
@set ADD_AREA_DIRECTORY=name-of-the-folder-to-store-the-Item-storage-database-to-be-expanded-to

File names

Storage folder

JP1/SS-path\conf\setup\

When the definition is applied

When you execute the jssitemstoredbexpand.bat command, the definition is applied.

What is described

You can edit the specification keys explained in the table below. Use an equal sign (=) to connect a key and its value.

Table 13‒22: List of specification keys that can be set in the configuration file for expanding an Item storage database

Specification key name

Description

Default value

@set ADD_AREA

Specifies the storage area of the Item storage database to be expanded.

  • A: Storage area A

  • B: Storage area B

--

@set ADD_AREA_CATEGORY

Specifies the category to be expanded.

  • item: Item storage area

  • apdfile: Attached file storage area

--

@set ADD_AREA_DIRECTORY

Use an absolute path of 133 bytes or less to specify the path to the folder in which to store the Item storage database to be expanded.

You can specify half-width alphanumeric characters, periods (.), underscores (_), left parentheses ((), right parentheses ()), yen signs (\), and half-width spaces. You cannot specify a yen sign (\) at the end of the path.

In a cluster environment, you can specify a folder on a shared disk only.

If the specified folder does not exist, it is created when the jssitemstoredbexpand.bat command is executed.

--

Legend:

--: No default value

Note

Definition example

The following definition example expands the Item storage area in storage area A of the Item storage database to D:\Program Files (x86)\Hitachi\JP1SS\itemstoredb.

@set ADD_AREA=A
@set ADD_AREA_CATEGORY=item
@set ADD_AREA_DIRECTORY=D:\Program Files (x86)\Hitachi\JP1SS\itemstoredb