Top
ServerView Resource Orchestrator V2.3.0 Reference Guide

1.7.10 rcxadm authctl

Name

[Windows]
Installation_folder\Manager\bin\rcxadm authctl - user management using directory service

[Linux]
/opt/FJSVrcvmr/bin/rcxadm authctl - user management using directory service


Format

rcxadm authctl register -ip ip_address [-port port] -base base_dn -bind bind_dn [-method {SSL|PLAIN}] {-passwd password|-passwd_file password_file} [-auth {serverview|ldap}]
rcxadm authctl unregister
rcxadm authctl show
rcxadm authctl modify -ip ip_address [-port port] -base base_dn -bind bind_dn [-method {SSL|PLAIN}] {-passwd password|-passwd_file password_file} [-auth {serverview|ldap}]
rcxadm authctl sync

Description

rcxadm authctl is the command to operate the directory server holding user and user group information.


Subcommands

register

Register a directory server with Resource Orchestrator.

unregister

Unregister a directory server registered with Resource Orchestrator. User and user group information registered in the directory server are not deleted, the information is only deleted from Resource Orchestrator.

modify

Modify settings of the directory service registered with Resource Orchestrator.

show

The registered directory server information is displayed in the following format.

ip address: IP_address
port: Port_number
base: base_dn
bind: Administrator_user_DN
method: Encryption_communication_method

sync

Reflect the resource information managed by Resource Orchestrator on the resource information in the directory server.


Options

-ip ip

Specify the IP address of the directory server to register.

-port port (optional)

Specify the port number of the directory server to register. When omitted, the following port numbers are regarded as having been specified using the -method value.

SSL : 636
PLAIN : 389

-base base_dn

Specify the search base of the directory server to register in DN format.

-bind bind_dn

Specify the administrative privilege user name of the directory server to register in DN format.

-method {SSL|PLAIN} (optional)

Specify the encryption communication method to use with the directory server to register. Specify one of following.

If this option is omitted, SSL is specified automatically. If PLAIN is specified, encryption is not performed.

  • SSL

  • PLAIN

-passwd password

Specify the password for the administrative privilege user of the directory server to register.

-passwd_file password_file

Specify the administrative privilege user name of the directory server to register.

-auth (optional)

Specify the method for user authentication. Specify one of following items.

If omitted, serverview is set.

  • serverview

    Operation using ServerView Operations Manager and Single Sign-On is performed.

  • ldap

    Only user authentication using directory service is performed. Operation is not performed using Single Sign-On.


Examples