Hide Forgot
Description of problem: The scripts under /usr/sbin/restart(stop/start)-dirsrv stopped working on RHEL-6.9. It was working fine till some point and then started reporting no instance(Inst1) found. Version-Release number of selected component (if applicable): 389-ds-base-1.2.11.15-85.el6 How reproducible: Not sure if this is consistently reproducible. I will check with few other machines and update my comments. Steps to Reproduce: 1. Install 389-ds-base-1.2.11.15-85.el6 build on RHEL-6.9 2. Create few directory server instances 3. Use /usr/sbin/restart-dirsrv script to restart/stop/start your instances. It works for few times. However, it will stop working after some time. Not sure how to reproduce this issue at the moment. Actual results: The script /usr/sbin/restart-dirsrv doesn't work. Expected results: It should work consistently Additional info: [root@auto-hv-02-guest09 ~]# rpm -qa |grep -i 389-ds 389-ds-base-libs-1.2.11.15-85.el6.x86_64 389-ds-base-1.2.11.15-85.el6.x86_64 [root@auto-hv-02-guest09 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.9 Beta (Santiago) [root@auto-hv-02-guest09 ~]# /usr/sbin/restart-dirsrv Inst1 Instance Inst1 not found. [root@auto-hv-02-guest09 ~]# service dirsrv restart Inst1 Shutting down dirsrv: Inst1...[ OK ] Starting dirsrv: Inst1...[06/Dec/2016:04:59:54 -0500] SSL Initialization - Configured SSL version range: min: TLS1.0, max: TLS1.2 [ OK ] [root@auto-hv-02-guest09 ~]# ls -al /usr/sbin/restart-dirsrv -rwxr-xr-x. 1 root root 1642 Nov 7 14:50 /usr/sbin/restart-dirsrv
A couple of questions... 1) Does this mean you've just created an instance with setup-ds.pl? No further configuration, e.g., setting up SSL? > 2. Create few directory server instances 2) You specifically mentioned "restart-dirsrv". Does "stop-dirsrv" then "start-dirsrv" work? Or share the same problem?
(In reply to Noriko Hosoi from comment #3) > A couple of questions... > > 1) Does this mean you've just created an instance with setup-ds.pl? No > further configuration, e.g., setting up SSL? I configured MMR with SSL. > > 2. Create few directory server instances > > 2) You specifically mentioned "restart-dirsrv". Does "stop-dirsrv" then > "start-dirsrv" work? Or share the same problem? stop-dirsrv and start-dirsrv also shared the same problem.
(In reply to Sankar Ramalingam from comment #0) > Description of problem: The scripts under > /usr/sbin/restart(stop/start)-dirsrv stopped working on RHEL-6.9. It was > working fine till some point and then started reporting no instance(Inst1) > found. I think we need more strict steps to reproduce the problem... Do you have any history what you did on the system? The error/access/audit logs? Do you still keep the VM? Can we access it? Thanks.
(In reply to Noriko Hosoi from comment #5) > (In reply to Sankar Ramalingam from comment #0) > > Description of problem: The scripts under > > /usr/sbin/restart(stop/start)-dirsrv stopped working on RHEL-6.9. It was > > working fine till some point and then started reporting no instance(Inst1) > > found. > > I think we need more strict steps to reproduce the problem... Do you have > any history what you did on the system? The error/access/audit logs? > > Do you still keep the VM? Can we access it? Thanks. Sorry, the machine returned to beaker pool :(. I will reserve another system to reproduce the issue and then share it across.
I reserved a beaker machine and followed similar steps to reproduce the issue, but no luck. There is no consistent way to reproduce this. Hence, closing this bug as "INSUFFICIENT DATA".