Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Base User's Guide


jbsrmacl

Organization of this page

Function

The jbsrmacl command deletes all the operating permissions assigned to a specified JP1 user.

Format

jbsrmacl [-h logical-host-name]
         [-s authentication-server-name]
         -u JP1-user-name
         [-i]

Required execution permission

In Windows: Administrators (If User Account Control (UAC) for Windows is enabled, you must execute the command from the administrator console.)

In UNIX: Superuser or JP1/Base administrator permission

Command directory

In Windows:

installation-folder\bin\

In UNIX:

/opt/jp1base/bin/

Arguments

-h logical-host-name

When using JP1/Base in a cluster system, specify the logical host for which you want to delete the operating permissions of the JP1 user. If you omit this option, the host name set in the environment variable JP1_HOSTNAME is assumed. If the environment variable JP1_HOSTNAME is not set, the physical host name is assumed.

-s authentication-server-name

Specify the name of the authentication server from which you want to delete the operating permissions. When you set this option, the -h option is ignored.

-u JP1-user-name

Specify the JP1 user name for which you want to delete operating permissions.

-i

When you specify this option, a confirmation message appears before the operating permissions for the specified JP1 user are deleted. The deletion processing is executed only if you type y or Y in response to the message.

Note

The -s option takes precedence if you specify both the -h and -s options. If you omit both options, the host name set in the environment variable JP1_HOSTNAME is assumed as the logical host. If you omit both options and nothing is set in JP1_HOSTNAME, the operating permissions are registered for the physical host.

Return values

0

Normal end

1

The user is not registered in the authentication server.

2

Invalid arguments

4

Insufficient system resource such as memory

8

The authentication server has not started or is not responding

16

An error occurred in processing of the authentication server.

32

An error occurred during initialization of the communication functionality

128

Inconsistency in internal processing (a C++ exception)

255

Other error