SVS LdapDeployer


Overview
iRMC based PRIMERGY servers support two kinds of user accounts. There are local user accounts stored in the non volatile memory of the iRMC and global user accounts stored in a central directory service database. The global user accounts have the advantage that they can be managed on a central server and they can be used by all iRMCs with network access to the server.
iRMC based PRIMERGY servers support alert notification via email. The types and severity of alerts sent by email are configurable for each local user account. Similarly they can be configured for global user accounts stored in a central directory service database.
SVS_LdapDeployer helps you deploy and manage iRMC specific structures on a directory service server required for Global User Authentication and Authorization and Global Email Alerting. The following types of directory service servers are supported: Microsoft Active Directory, Novell eDirectory, OpenLDAP.
Note:No Ldap schema is deployed.

The iRMC Firmware currently works with two types of LDAP structures, which both can be deployed using this utility. See Supported platforms below for more details.

Customers having only iRMC S2 systems may use iRMC Ldap structure v2 only on the directory services server. Please make sure that iRMC S2 FW is >= 3.77A.
Global email alerting only supported for structure v2. It requires iRMC S2 FW >= 3.77A

For customers having a mixed system environment with different types of iRMC firmware, requiring co-existent iRMC Ldap structures v1 and v2 on the same directory services server, SVS_LdapDeployer offers management support through the following options:


Pre-Requisites:

Supported platforms

Usage

Create user input files that meet your server needs (refer to 'Generic_InitialDeploy.xml' as an example) and call the LdapDeployer with the appropriate input file.
An input file always needs to contain valid connection details under <Settings>. If the credentials are not provided you will be prompted for them.
In case of import and synchronize any other section in the input file is ignored. In case of deploy the <Data> section of the input file shall contain the desired roles and departments to initially deploy or update.

Open command prompt in directory where LDAPDeployer.jar is located.

Call the tool as below.

java -jar SVS_LdapDeployer.jar COMMAND <filename> [Options]

OUTPUT: While running the tool you are shown information about the steps being performed. For more detailed information please see the log file generated on each execution, 'log.txt'.

Note: The log file is overwritten on each execution.


Commands description

Command options

Common Use Cases

1) Import / Convert an existing iRMC LDAP v1 to an iRMC LDAP v2 structure. Co-existence of both structures

For customers already using global user management based on iRMC Ldap v1 and planning to use also iRMC Ldap v2 structure the recommended order is:

2) Initial configuration for global user management. Co-existence of both structures

For customers planning to use global user management with PRIMERGY server requiring iRMC Ldap v1 and v2 the recommended order is:

3) Deploy / Update an iRMC LDAP v2 structure:

4) Deploy iRMC LDAP v2 forcing credentials on command line and storing them:


Release Notes

Date: 8.May 2017
SVS_LdapDeployer Version 1.0 Build 14002
Features/Changes:

Date: 24.April 2014
SVS_LdapDeployer Version 1.0 Build 14001
Features/Changes:

Date: 13.July 2009
SVS_LdapDeployer Version 1.0 Build 09194
Features/Changes:

Date: 23.June 2009
SVS_LdapDeployer Version 1.0 Build 09174
Features/Changes:

Date: 25.May 2009
SVS_LdapDeployer Version 1.0 Build 09145
Features/Changes:

Known issues