Hitachi

JP1 Version 12 JP1/Base User's Guide


jbslistacl

Organization of this page

Function

The jbslistacl command lists the operating permissions assigned to the registered JP1 users or DS group. The JP1 user can be a standard user, linkage user, or DS user.

Format

jbslistacl [-h logical-host-name]
           [-s authentication-server-name]
           [-ds#]
#:

The -ds option can be specified in Windows only.

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 execute this command. The command lists the operating permissions assigned to the JP1 users registered on the authentication servers set for this logical host or DS group.

-s authentication-server-name

Specify an authentication server to list the operating permissions assigned to the JP1 users registered on that authentication server or DS group. When you set this option, the -h option is ignored.

-ds

This option can be specified in Windows only.

Specify this option to display DS users' operating permission. If operating permission is registered also to a DS group, the DS group's operating permission is displayed before that of DS users.

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 command lists the JP1 users registered on the authentication server(s) set for the physical host or DS group.

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

12

An error occurred in the authentication server side when a DS user was used

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

Output example

The following are examples of the jbslistacl command output.

No option specified:
>jbslistacl
UserLevel No.0
  Name         :user-001
   GroupName:*
    AccessLevel:JP1_AJS_Editor
UserLevel No.1
  Name         :user-admin
   GroupName:*
    AccessLevel:JP1_AJS_Admin
    AccessLevel:JP1_Console_Admin
-ds option specified:
>jbslistacl -ds
DSGroupLevel No.0
  DSGroupName:GRP-AJS
   GroupName:*
    AccessLevel:JP1_AJS_Editor
DSGroupLevel No.1
  DSGroupName:GRP-Adm
   GroupName:* 
    AccessLevel:JP1_AJS_Admin
    AccessLevel:JP1_Console_Admin
 
UserLevel No.0
  Name         :user-001
   GroupName:*
    AccessLevel:JP1_AJS_Editor[GRP-AJS]
UserLevel No.1
  Name         :user-admin
   GroupName:*
    AccessLevel:JP1_AJS_Admin[GRP-Adm]
    AccessLevel:JP1_Console_Admin[GRP-Adm]