Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


File for member information entries (Optional)

Organization of this page

Description

This file contains information about users to be deleted from roles registered in JP1/Service Support, or about users to be added to roles registered in JP1/Service Support.

To use the File for member information entries to delete member information, execute the jssmemberdelete command. To add member information, execute the jssmemberimport command.

Format

#comments (Linefeed)
"role-ID","user-ID"(Linefeed)
"role-ID","user-ID"(Linefeed)
  :
  :

Lines starting with a hash mark (#) are treated as comments.

Legend:

(Linefeed): Indicates a linefeed character.

File name

Use any file name.

Storage folder

Any folder on the host where the Jssmemberdelete or jssmemberimport command is executed

When the definition is applied

When the Jssmemberdelete or jssmemberimport command is executed, the definition is applied to JP1/Service Support.

What is described

Specify member information in the order shown in the following table.

Table 13‒67: Member information that is specified in the File for member information entries (per line)

Specification order

Element name

Specifiable character and conditions

Specifiable number of bytes

Specify or not

1

Role ID

Half-width alphanumeric characters or a system role ID

1 to 64 bytes

Y

2

User ID

Half-width alphanumeric characters

1 to 64 bytes

Y

Legend:

Y: An element that must be specified.

A line indicates information for a member. Enclose elements of member information in double-quotation marks ("), and separate them with commas (,). Values for Role ID and User ID cannot be omitted.

Notes

Definition example

The following example will either delete two members (User IDs: 10009 and 10010) from a role (Role ID: Role1) or add them to the role:

"Role1","10009"
"Role1","10010"