NOTE:

You can create new Directory Server instances through the Directory Server Console, as described in theHP-UX Directory Server administrator guide.

4.2.1 Creating a new Directory Server instance interactively

You can create additional instances of the Directory Server by running setup-ds-admin.plat the command line. You can choose one of the setup choices (express, typical, or custom) described in Chapter 3 “Setting up HP-UX Directory Server ”.

You can also provide Directory Server parameters on the command line, so that the instance is created with predefined defaults. For example, the following command runs the setup script with the Directory Server port default as 1100 and the Directory Manager password as itsasecret:

#/opt/dirsrv/sbin/setup-ds-admin.pl slapd.ServerPort=1100 slapd.RootDNPwd=itsasecret

4.2.2Creating a new Directory Server instance silently

Silent setup for a single Directory Server instance is useful for configuring multiple instances quickly.

To run a silent setup of a Directory Server instance, do the following:

NOTE:

When creating a single instance of Directory Server, the Directory Server package must already be installed, and the Administration Server must already be configured and running.

1.Create the setup file. It must specify the following directives:

[General]

FullMachineName= dir.example.com SuiteSpotUserID= www SuiteSpotGroup= other

[slapd] ServerPort= 389 ServerIdentifier= dir Suffix= dc=example,dc=com RootDN= cn=Directory Manager RootDNPwd= password123

NOTE:

The setup file must contain two sections of directives: [General] and [slapd], omitting the [Admin] section, which is used only when creating an Administration Server. (For information about creating an Administration Server in silent mode, see “Performing silent setup” (page 29).)

These directives correspond to the information supplied during a typical setup. The setup file directives are described in “Setup file directives” (page 31).

2.Run the setup-ds-admin.plscript with the -sand -foptions.

# /opt/dirsrv/sbin/setup-ds-admin.pl -s -f /export/ds-inf/setup-single.inf

In this command example, the -s option runs the script in silent mode, and the -f /export/ds-inf/setup.inf option specifies the setup file (/export/ds-inf/ setup.inf).

After the script runs, the new Directory Server instance is configured and running, as with a standard setup.

4.2 Creating additional Directory Server instances

39

Page 39
Image 39
HP UX Direry Server manual Creating a new Directory Server instance interactively

UX Direry Server specifications

HP UX Directory Server is a robust and scalable solution designed for managing directory information within enterprise networks. Developed by Hewlett-Packard (HP), this server offers an extensive set of features tailored to meet the needs of organizations that require an efficient way to store, manage, and retrieve identity and access data.

One of the key features of HP UX Directory Server is its ability to handle large directories with significant volumes of data. Built on a highly optimized architecture, it provides excellent performance and can support millions of entries without sacrificing speed or reliability. This capability makes it an ideal choice for large-scale deployments in enterprises that require high availability and responsiveness.

In addition to its scalability, HP UX Directory Server supports a wide range of protocols, including LDAP (Lightweight Directory Access Protocol), which ensures seamless integration with diverse applications and systems across various platforms. The server maintains standards compliance, which facilitates interoperability and simplifies administration tasks.

Security is a top priority for HP UX Directory Server, offering an array of features to protect sensitive information. It supports secure data transmission via TLS/SSL protocols, ensuring encrypted communication between clients and servers. Advanced access controls allow administrators to define fine-grained permissions, helping to safeguard directory data against unauthorized access.

Another salient feature of HP UX Directory Server is its replication capabilities. The server can replicate directory data across multiple instances, ensuring data consistency and availability in distributed environments. This feature is essential for businesses operating across different geographical locations or requiring failover solutions for disaster recovery.

HP UX Directory Server also comes equipped with tools for data management, including an intuitive administration console for configuring and monitoring the server. Additionally, it offers customizable schema capabilities, enabling organizations to tailor the directory structure to fit their specific needs.

Integration with existing identity management solutions is streamlined through connectors and APIs, allowing organizations to extend their directory services and enhance user experience.

In summary, HP UX Directory Server is a powerful directory management solution that combines scalability, security, and integration flexibility. Its support for industry standards, advanced replication, and comprehensive administrative tools makes it an essential asset for organizations seeking to manage identity and access efficiently. By leveraging this technology, businesses can improve their operational efficiency and ensure a secure and organized approach to directory management.