If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > ingres ckpdb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-18-02, 05:56
vejita30 vejita30 is offline
Registered User
 
Join Date: Nov 2002
Location: Belgium
Posts: 2
ingres ckpdb

Hello All,

When I try to launch a ckpdb, I get the following error messages :


root/apsys/cptest1> ckpdb cptest1
Mon Nov 18 10:54:55 2002 E_DM007F_ERROR_STARTING_SERVER Could not start the serv
er due to an internal error.
Mon Nov 18 10:54:55 2002 E_DM1051_JSP_NO_INSTALL The installation is not
currently running. Run INGSTART then try again.
Mon Nov 18 10:54:55 2002 E_DM1001_JSP_INIT An error occurred initializing t
he journal support program. Make sure program is installed and/or you are runnin
g with proper privilege.

I checked the rights about the iimerge file in /usr/ingres/bin/

and I got a difference on the machine where ckp is working and the other :

machine dev
-rwxr-xr-x 1 ingres mem 8232960 Jul 5 2001 /usr/ingres/bin/iimerge
machine prod
-rwsr-xr-x 1 ingres mem 8232960 Jul 5 2001 /usr/ingres/bin/iimerge

the rights on the prod has an s ... this is about rights of a group.. is this part of the problem ?

Can someone give me some help about that ?
thanks

Last edited by vejita30; 11-18-02 at 06:21.
Reply With Quote
  #2 (permalink)  
Old 11-25-02, 08:33
PaulMason PaulMason is offline
Registered User
 
Join Date: Nov 2002
Posts: 33
Re: ingres ckpdb

Quote:
Originally posted by vejita30
Hello All,

When I try to launch a ckpdb, I get the following error messages :


root/apsys/cptest1> ckpdb cptest1
Mon Nov 18 10:54:55 2002 E_DM007F_ERROR_STARTING_SERVER Could not start the serv
er due to an internal error.
Mon Nov 18 10:54:55 2002 E_DM1051_JSP_NO_INSTALL The installation is not
currently running. Run INGSTART then try again.
Mon Nov 18 10:54:55 2002 E_DM1001_JSP_INIT An error occurred initializing t
he journal support program. Make sure program is installed and/or you are runnin
g with proper privilege.

I checked the rights about the iimerge file in /usr/ingres/bin/

and I got a difference on the machine where ckp is working and the other :

machine dev
-rwxr-xr-x 1 ingres mem 8232960 Jul 5 2001 /usr/ingres/bin/iimerge
machine prod
-rwsr-xr-x 1 ingres mem 8232960 Jul 5 2001 /usr/ingres/bin/iimerge

the rights on the prod has an s ... this is about rights of a group.. is this part of the problem ?

Can someone give me some help about that ?
thanks
Yes. The 's' is the so-called sticky bit - it means that the program runs as if it were the user who owns the executable (i.e. ingres) not the actual user running it. To reset it log on as ingres and issue this command -

chmod 4755 /usr/ingres/bin/iimerge

HTH
Paul
Reply With Quote
  #3 (permalink)  
Old 11-28-02, 11:02
vejita30 vejita30 is offline
Registered User
 
Join Date: Nov 2002
Location: Belgium
Posts: 2
Re: ingres ckpdb

Quote:
Originally posted by PaulMason
Yes. The 's' is the so-called sticky bit - it means that the program runs as if it were the user who owns the executable (i.e. ingres) not the actual user running it. To reset it log on as ingres and issue this command -

chmod 4755 /usr/ingres/bin/iimerge

HTH
Paul

Ok, thanks Paul, it works now perfectly !

Pierre
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On