Does anyone know if there is a problem with ontape command with Informix
IDS 7.30 UC5 on Linux ? Below is the error message that I am getting.
Thanks.
Red Hat Linux release 5.2 (Apollo)
Kernel 2.1.132 on an i586
ontape -s
access sysmaster database (SQL:-349 ISAM:0)
Program over.
Regards,
Kueh.
Terry Hillick
CSCSi
Error -349 is database not yet selected. Are there any messages in the
online message log (onstat -m) about the engine not having created the
sysmaster database successfully? That would make sense. If so run the
script: $INFORMIXDIR/etc/buildsmi as user Informix to recreate it then
check the log again to make sure it was successfully created.
Art S. Kagel
Are you running ontape as user informix? You should be.
Dave
Yes the buildsmi script file has a problem in it. The original
sysmaster.sql file would not load when it hit the statement below.
database sysmaster exclusive;
so after some debugging I changed the statement to
database sysmaster@servername exclusive;
That does the trick. The next step was to reinitialize the rootdbs and the
sysmaster and sysutils was created without any error message but the
problem of not being able to backup is still a problem. The two
environment variables INFORMIXDIR and INFORMIXSERVER is setup properly.
What else could be wrong ?
Regards,
Kueh.
thillick <thil...@cscsi.com> wrote in article
<3714D743...@cscsi.com>...
> Sounds like your sysmaster database is missing, or has become corrupt.
Try
> running $INFORMIXDIR/etc/buildsmi to rebuild the sysmaster database.
>
> Terry Hillick
> CSCSi
>
> Kueh wrote:
>
> > Hi,
> >
> > Does anyone know if there is a problem with ontape command with
Informix
> > IDS 7.30 UC5 on Linux ? Below is the error message that I am getting.
> > Thanks.
> >
> > Red Hat Linux release 5.2 (Apollo)
> > Kernel 2.1.132 on an i586
> >
> > ontape -s
> > access sysmaster database (SQL:-349 ISAM:0)
> >
> > Program over.
> >
> > Regards,
> > Kueh.
>
>
>