Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


Code mapping file (jp1imss_itementry_codemap.conf)

Organization of this page

Description

This definition file associates option information specified by using the jssitementry command with the information to be displayed in an Item element of a selection code in the Item form. Do not edit this file because it is associated with selectable Item elements that are defined by default.

If you customize an Item element or a status name, create a new file for the customization.

Note that when you create a new code mapping file, specify the file name described below within 255 bytes in the absolute path.

Format

;comment
[SEVERITY]
Emergency=1
  :
[IMPACT]
S=1
  :
[PRIORITY]
N=1
  :
[ITEMCATEGORY]
QUE=1
  :
[ISSUECATEGORY]
APP=1
  :
[CITYPE]
HOST=0
  :

Lines starting with a semicolon (;) are treated as comments.

File names

Storage folder

JP1/SS-path\conf\command\

When the definition is applied

The definition is applied to JP1/Service Support when you execute the jssitementry command.

What is described

The following is the format of the code mapping file:

[Section]
Key=value
Key=value
  :

For Section, specify a name indicating the applicable Item element. This is the name defined in the code mapping file. For Key, specify a value you will specify as an option of the jssitementry command. You can specify a string of half-width or full-width alphanumeric characters for Key. For value, specify the display order of the selection codes that are defined in the Item form definition file.

To use JP1/Service Support with the default Item form, you can use the code mapping file provided with the product as is. The table below lists the sections, keys, and values that can be defined in the file.

If you customize the Item form, you must edit the code mapping file of the customized Item form to create a new file.

Table 13‒27: Sections, keys, and values that can be defined in the code mapping file

Section

Description

Key

Selection code in an Item element

Value

SEVERITY

Section for determining the selection value for the Severity Item element

Emergency

Emergency

1

Alert

Alert

2

Critical

Critical

3

Error

Error

4

Warning

Warning

5

Notice

Notice

6

Information

Information

7

Debug

Debug

8

IMPACT

Section for determining the selection value for the Impact level Item element

S

Small

1

M

Middle

2

B

Large

3

PRIORITY

Section for determining the selection value for the Priority Item element

N

Normal

1

M

Urgent

2

H

Very urgent

3

ITEMCATEGORY

Section for determining the selection value for the Item type Item element

QUE

Inquiry

1

FAL

Failure

2

CR

Customer request

3

ISSUECATEGORY

Section for determining the selection value for the Problem domain Item element

APP

Application

1

MID

Middleware

2

OS

OS

3

HRD

Hardware

4

NET

Network

5

PRO

Process

6

CITYPE

Section for determining the selection value for the Asset type Item element

HOST

Host name (JP1/AIM or JP1/ITDM2 - Asset Console)

0

IP

IP address (JP1/AIM or JP1/ITDM2 - Asset Console)

1

ASSETID

Asset number

2

UCMDBHOST

Host name (JP1/UCMDB)

3

UCMDBIP

IP address (JP1/UCMDB)

4

UCMDBID

JP1/UCMDB ID

5

USERCODE01

User extended code

Optional

Optional

Optional

USERCODE02

USERCODE03

USERCODE04

USERCODE05

Notes

Definition example

The following are the contents of the default code mapping file (jp1imss_itementry_codemap.conf):

[SEVERITY]
Emergency=1
Alert=2
Critical=3
Error=4
Warning=5
Notice=6
Information=7
Debug=8
 
[IMPACT]
S=1
M=2
B=3
 
[PRIORITY]
N=1
M=2
H=3
 
[ITEMCATEGORY]
QUE=1
FAL=2
CR=3
 
[ISSUECATEGORY]
APP=1
MID=2
OS=3
HRD=4
NET=5
PRO=6
 
[CITYPE]
HOST=0
IP=1
ASSETID=2
UCMDBHOST=3
UCMDBIP=4
UCMDBID=5
 
[USERCODE01]
 
[USERCODE02]
 
[USERCODE03]
 
[USERCODE04]
 
[USERCODE05]