Bug 1451067

Summary: [DS 10.1.1] Update dbmon.sh usage
Product: Red Hat Directory Server Reporter: mreynolds
Component: Doc-config-command-file-referenceAssignee: Marc Muehlfeld <mmuehlfe>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.1CC: rhel-docs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Release Note: See BZ#1394000
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-01 08:07:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description mreynolds 2017-05-15 17:03:06 UTC
Description of problem:

The dbmon.sh usage changed

https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/configuration_command_and_file_reference/shell_scripts#dbmon-sh

We no longer accept PORT and HOST, instead this has been replaced by SERVID <server identifier>

New usage:

[INCR=num]  [SERVID=server_id][BINDDN=binddn] [BINDPW=password] [DBLIST=databases] [INDEXLIST=indexes] [VERBOSE=num] dbmon.sh

Example:

INCR=1 SERVID=slapd-localhost BINDDN="cn=directory manager" BINDPW="secret" VERBOSE=2 dbmon.sh


By providing the SERVID the script can also automatically use secure connections to the server if security is setup on the instance.

Comment 2 Marc Muehlfeld 2017-08-01 08:07:26 UTC
The update is now available on the Customer Portal.