From Fedora Project Wiki

No edit summary
(Updated links, console output)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
|description=
|description=


This test case tests the installation of 389 Directory Server Instance.  
This test case tests the installation of 389 Directory Server instance.  


NOTE :: This includes only Instance setup testing, not the console.
NOTE: This includes only instance setup testing, not the console.
Full documentation on setting up 389 Directory Server instance can be found [http://www.port389.org/docs/389ds/legacy/install-guide.html here] if needed.


|actions=
|actions=
1. Install 389 ds package.<br>  
1. Install 389-ds-base package.<br>  
<pre>yum install 389-ds-base</pre>  
<pre>dnf install 389-ds-base</pre>  
This will install 389-ds-base and 389-ds-base-libs as dependency package.
This will install 389-ds-base, 389-ds-base-libs and their dependencies.


2. Now setup the Directory Server instance using setup-ds.pl
2. Now setup the Directory Server instance using setup-ds.pl
Line 19: Line 20:
3. At the end of the setup, a message will display as:  
3. At the end of the setup, a message will display as:  


<pre>Your new DS instance 'dhcp201-149_1' was successfully created.
<pre>Your new DS instance 'example' was successfully created.
Exiting . . .
Exiting . . .
Log file is '/tmp/setupYzgw2O.log</pre>
Log file is '/tmp/setupkL4chw.log'
</pre>


This means your DS instance is ready.
This means your DS instance is ready.
Line 29: Line 31:
#One can check the process by checking slapd process should be running, as::
#One can check the process by checking slapd process should be running, as::


<pre>[root@dhcp201-149 ~]# ps -aef | grep slapd<br>nobody&nbsp;&nbsp;&nbsp; 4868&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0 17:57 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 /usr/sbin/ns-slapd -D /etc/dirsrv/slapd-dhcp201-149_1 -i /var/run/dirsrv/slapd-dhcp201-149_1.pid -w /var/run/dirsrv/slapd-dhcp201-149_1.startpid<br></pre>
<pre>[root@localhost ~]# ps -aef | grep [n]s-slapd
dirsrv    1845    1 11 10:22 ?       00:00:03 /usr/sbin/ns-slapd -D /etc/dirsrv/slapd-example -i /var/run/dirsrv/slapd-example.pid
</pre>


= <span class="mw-headline" id="Expected_Results">Links</span> =
}}


1.[http://directory.fedoraproject.org/wiki/Install_Guide Directory Server Installation Guide]
2.[http://directory.fedoraproject.org/wiki/Download RPM Download Help]
}}
[[Category:Package_389-ds-base_test_cases]]
[[Category:Package_389-ds-base_test_cases]]

Latest revision as of 14:25, 15 September 2017

Description

This test case tests the installation of 389 Directory Server instance.

NOTE: This includes only instance setup testing, not the console. Full documentation on setting up 389 Directory Server instance can be found here if needed.


How to test

1. Install 389-ds-base package.

dnf install 389-ds-base

This will install 389-ds-base, 389-ds-base-libs and their dependencies.

2. Now setup the Directory Server instance using setup-ds.pl

setup-ds.pl

This will ask you for some configuration questions, carefully read and answer. Optionally you can make answer file to setup the instance.

3. At the end of the setup, a message will display as:

Your new DS instance 'example' was successfully created.
Exiting . . .
Log file is '/tmp/setupkL4chw.log'

This means your DS instance is ready.

Expected Results

  1. Directory Server should be up and running
  2. One can check the process by checking slapd process should be running, as::
[root@localhost ~]# ps -aef | grep [n]s-slapd
dirsrv    1845     1 11 10:22 ?        00:00:03 /usr/sbin/ns-slapd -D /etc/dirsrv/slapd-example -i /var/run/dirsrv/slapd-example.pid