Richard Hesse
2007-Feb-22 20:03 UTC
[Fedora-directory-users] Admin server installation failed, which logfile should I check?
Background: Installing a new DS into an existing FDS configuration container. Existing container is fds1.hq.powerset.com, I''m installing a new server as fds1.sv.powerset.com and writing the configuration info to fds1.hq.powerset.com. Here''s my setup log: [slapd-fds1]: [22/Feb/2007:19:38:46 +0000] - slapd started. Listening on All In terfaces port 389 for LDAP requests Your new directory server has been started. Created new Directory Server Start Slapd Starting Slapd server configuration. Success Slapd Added Directory Server information to Configuration Server. Configuring Administration Server... Setting up Administration Server Instance... ERROR: Administration Server configuration failed. You can now use the console. Here is the command to use to start the console: cd /opt/fedora-ds ./startconsole -u admin -a http://fds1.sv.powerset.com:22628/ INFO Finished with setup, logfile is setup/setup.log The configuration information was successfully written to fds1.hq, but the admin server on fds1.sv was not setup correctly. I tried looking around for any relevant logfiles, but couldn''t find any. Any suggestions on where to look? Thanks. -richard
Richard Megginson
2007-Feb-22 20:50 UTC
Re: [Fedora-directory-users] Admin server installation failed, which logfile should I check?
Richard Hesse wrote:> Background: > Installing a new DS into an existing FDS configuration container. Existing > container is fds1.hq.powerset.com, I''m installing a new server as > fds1.sv.powerset.com and writing the configuration info to > fds1.hq.powerset.com. > > Here''s my setup log: > [slapd-fds1]: [22/Feb/2007:19:38:46 +0000] - slapd started. Listening on > All In > terfaces port 389 for LDAP requests > Your new directory server has been started. > Created new Directory Server > Start Slapd Starting Slapd server configuration. > Success Slapd Added Directory Server information to Configuration Server. > Configuring Administration Server... > Setting up Administration Server Instance... > ERROR: Administration Server configuration failed. > You can now use the console. Here is the command to use to start the > console: > cd /opt/fedora-ds > ./startconsole -u admin -a http://fds1.sv.powerset.com:22628/ > INFO Finished with setup, logfile is setup/setup.log > > The configuration information was successfully written to fds1.hq, but the > admin server on fds1.sv was not setup correctly. I tried looking around for > any relevant logfiles, but couldn''t find any. Any suggestions on where to > look? Thanks. >Try admin-serv/logs> -richard > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Richard Hesse
2007-Feb-22 20:57 UTC
Re: [Fedora-directory-users] Admin server installation failed, which logfile should I check?
Tried checking there initially, but the directory is empty. Also of note, none of the start, stop, or restart-admin scripts were created. -richard On 2/22/07 12:50 PM, "Richard Megginson" <rmeggins@redhat.com> wrote:>> The configuration information was successfully written to fds1.hq, but the >> admin server on fds1.sv was not setup correctly. I tried looking around for >> any relevant logfiles, but couldn''t find any. Any suggestions on where to >> look? Thanks. >> > Try admin-serv/logs
Richard Megginson
2007-Feb-22 21:06 UTC
Re: [Fedora-directory-users] Admin server installation failed, which logfile should I check?
Richard Hesse wrote:> Tried checking there initially, but the directory is empty. Also of note, > none of the start, stop, or restart-admin scripts were created. >Anything in the setup log? Look in the setup directory.> -richard > > On 2/22/07 12:50 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: > > >>> The configuration information was successfully written to fds1.hq, but the >>> admin server on fds1.sv was not setup correctly. I tried looking around for >>> any relevant logfiles, but couldn''t find any. Any suggestions on where to >>> look? Thanks. >>> >>> >> Try admin-serv/logs >> > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Richard Hesse
2007-Feb-22 21:21 UTC
Re: [Fedora-directory-users] Admin server installation failed, which logfile should I check?
My initial post included the snippet from setup.log which was lacking any real information. Is there an argument to run setup in a more verbose debugging mode? Thanks. -richard On 2/22/07 1:06 PM, "Richard Megginson" <rmeggins@redhat.com> wrote:> Richard Hesse wrote: >> Tried checking there initially, but the directory is empty. Also of note, >> none of the start, stop, or restart-admin scripts were created. >> > Anything in the setup log? Look in the setup directory. >> -richard >> >> On 2/22/07 12:50 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: >> >> >>>> The configuration information was successfully written to fds1.hq, but the >>>> admin server on fds1.sv was not setup correctly. I tried looking around for >>>> any relevant logfiles, but couldn''t find any. Any suggestions on where to >>>> look? Thanks. >>>> >>>> >>> Try admin-serv/logs >>> >> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Richard Megginson
2007-Feb-22 21:22 UTC
Re: [Fedora-directory-users] Admin server installation failed, which logfile should I check?
Richard Hesse wrote:> My initial post included the snippet from setup.log which was lacking any > real information. Is there an argument to run setup in a more verbose > debugging mode? Thanks. >No, not really. Do you have any corefiles? find /opt/fedora-ds -name core.\* -ls You may have to use ulimit -c unlimited to allow setup to produce core files.> -richard > > On 2/22/07 1:06 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: > > >> Richard Hesse wrote: >> >>> Tried checking there initially, but the directory is empty. Also of note, >>> none of the start, stop, or restart-admin scripts were created. >>> >>> >> Anything in the setup log? Look in the setup directory. >> >>> -richard >>> >>> On 2/22/07 12:50 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: >>> >>> >>> >>>>> The configuration information was successfully written to fds1.hq, but the >>>>> admin server on fds1.sv was not setup correctly. I tried looking around for >>>>> any relevant logfiles, but couldn''t find any. Any suggestions on where to >>>>> look? Thanks. >>>>> >>>>> >>>>> >>>> Try admin-serv/logs >>>> >>>> >>> -- >>> Fedora-directory-users mailing list >>> Fedora-directory-users@redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-users >>> >>> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Richard Hesse
2007-Feb-23 00:10 UTC
Re: [Fedora-directory-users] Admin server installation failed, which logfile should I check?
Nope, no core files. No success on successive attempts either. Question though, the firewall between the configuration server and new server only allows TCP 389 and 636 through. Are there any other ports used or is it all TCP 389? I ask because the LDAP DS portion is written ok, just not the admin. -richard On 2/22/07 1:22 PM, "Richard Megginson" <rmeggins@redhat.com> wrote:> Richard Hesse wrote: >> My initial post included the snippet from setup.log which was lacking any >> real information. Is there an argument to run setup in a more verbose >> debugging mode? Thanks. >> > No, not really. Do you have any corefiles? find /opt/fedora-ds -name > core.\* -ls > You may have to use ulimit -c unlimited to allow setup to produce core > files. >> -richard >> >> On 2/22/07 1:06 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: >> >> >>> Richard Hesse wrote: >>> >>>> Tried checking there initially, but the directory is empty. Also of note, >>>> none of the start, stop, or restart-admin scripts were created. >>>> >>>> >>> Anything in the setup log? Look in the setup directory. >>> >>>> -richard >>>> >>>> On 2/22/07 12:50 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: >>>> >>>> >>>> >>>>>> The configuration information was successfully written to fds1.hq, but >>>>>> the >>>>>> admin server on fds1.sv was not setup correctly. I tried looking around >>>>>> for >>>>>> any relevant logfiles, but couldn''t find any. Any suggestions on where to >>>>>> look? Thanks. >>>>>> >>>>>> >>>>>> >>>>> Try admin-serv/logs >>>>> >>>>> >>>> -- >>>> Fedora-directory-users mailing list >>>> Fedora-directory-users@redhat.com >>>> https://www.redhat.com/mailman/listinfo/fedora-directory-users >>>> >>>> >>> -- >>> Fedora-directory-users mailing list >>> Fedora-directory-users@redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-users >>> >> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Richard Hesse
2007-Feb-23 00:27 UTC
Re: [Fedora-directory-users] Admin server installation failed, which logfile should I check?
Eh must have been something ACI related. I ran setup and told it to use directory manager instead of admin when writing the configuration info and it all worked. I''ll have to look into it more but for now I''m up and running. Thanks for everyone''s help. -richard On 2/22/07 4:10 PM, "Richard Hesse" <richard@powerset.com> wrote:> Nope, no core files. No success on successive attempts either. Question > though, the firewall between the configuration server and new server only > allows TCP 389 and 636 through. Are there any other ports used or is it all > TCP 389? I ask because the LDAP DS portion is written ok, just not the > admin. > > -richard > > > On 2/22/07 1:22 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: > >> Richard Hesse wrote: >>> My initial post included the snippet from setup.log which was lacking any >>> real information. Is there an argument to run setup in a more verbose >>> debugging mode? Thanks. >>> >> No, not really. Do you have any corefiles? find /opt/fedora-ds -name >> core.\* -ls >> You may have to use ulimit -c unlimited to allow setup to produce core >> files. >>> -richard >>> >>> On 2/22/07 1:06 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: >>> >>> >>>> Richard Hesse wrote: >>>> >>>>> Tried checking there initially, but the directory is empty. Also of note, >>>>> none of the start, stop, or restart-admin scripts were created. >>>>> >>>>> >>>> Anything in the setup log? Look in the setup directory. >>>> >>>>> -richard >>>>> >>>>> On 2/22/07 12:50 PM, "Richard Megginson" <rmeggins@redhat.com> wrote: >>>>> >>>>> >>>>> >>>>>>> The configuration information was successfully written to fds1.hq, but >>>>>>> the >>>>>>> admin server on fds1.sv was not setup correctly. I tried looking around >>>>>>> for >>>>>>> any relevant logfiles, but couldn''t find any. Any suggestions on where >>>>>>> to >>>>>>> look? Thanks. >>>>>>> >>>>>>> >>>>>>> >>>>>> Try admin-serv/logs >>>>>> >>>>>> >>>>> -- >>>>> Fedora-directory-users mailing list >>>>> Fedora-directory-users@redhat.com >>>>> https://www.redhat.com/mailman/listinfo/fedora-directory-users >>>>> >>>>> >>>> -- >>>> Fedora-directory-users mailing list >>>> Fedora-directory-users@redhat.com >>>> https://www.redhat.com/mailman/listinfo/fedora-directory-users >>>> >>> >>> -- >>> Fedora-directory-users mailing list >>> Fedora-directory-users@redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-users >>> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users