[Info-ingres] Ingres Installation
Rich Ford
richford990 at gmail.com
Mon Dec 6 17:00:34 UTC 2021
On Monday, 6 December 2021 at 08:45:50 UTC-8, Rich Ford wrote:
> On Monday, 6 December 2021 at 08:39:20 UTC-8, Rich Ford wrote:
> > On Monday, 6 December 2021 at 03:44:09 UTC-8, Paul Mason wrote:
> > > Hi Rich,
> > >
> > > First I must apologise. I misread this as you trying to install 11.2 not 11.1, despite the fact you clearly mentioned 11.1.
> > >
> > > In 11.1 we are still using so-called "sysv" style service scripts. These are ones that get created in /etc/rc.d. Most modern Linux distros use systemd instead and provide compatibility scripts to make sysv scripts appear as if they were systemd services. However in the case of OpenSuSE 15 and SLES 15 a part of this compatibility layer is not installed by default.
> > >
> > > So in order to fix this you would need to install "insserv-compat" i.e. something like:
> > >
> > > sudo zypper install insserv-compat
> > >
> > > This then would allow the installing of the 11.1 sysv service scripts. Since you probably already installed the instance itself OK and don't want to re-install just to fix it you can install it manually:
> > >
> > > $ source /opt/Actian/IngresII/.ingIIsh # or whatever your instance env script is
> > > $ mkrc # this generates the scripts, specific to your instance
> > > $ sudo -s
> > > $ source /opt/Actian/IngresII/.ingIIsh
> > > $ mkrc -i
> > >
> > > We added full systemd support in 11.2 which uses mksystemd instead of mkrc (although you can still use sysv if you really want). So apologies because a lot of my previous comments refer to that.
> > >
> > > This is a known problem and there was supposed to be a fix and/or note in the readme. However the "fix" will be the installer warning you that you need to install insserv-compat. I'll chase that up.
> > >
> > > Regards
> > > Paul
> > Good information. I have this configured now.
> >
> > Rich
> I made the changes and rebooted the server but now getting this error:
>
> accessdb
> E_LC0001 GCA protocol service (GCA_REQUEST) failure.
> Internal service status E_GCfe05 -- Unable to make outgoing connection.
> - Please check that the remote server (localhost/127.0.0.1) is correct
> and that the port (44819) you are trying to connect to is open and
> allowed through the firewall.
> connect() failed with operating system error 107 (Transport endpoint is
> not connected).
>
> E_LQ0001 Failed to connect to DBMS session.
>
> E_IC0061 Error starting INGRES.
> Error '000094D4' occurred when Accessdb/Catalogdb tried to connect to
> the database. The preceding error messages should explain what type of
> error occurred. If not, then report this problem to your Site Technical
> Contact.
>
> Rich
Please ignore.
User error on my part.
Rich
More information about the Info-ingres
mailing list