| Author |
Message |
Thiru *nix forums addict
Joined: 20 May 2005
Posts: 80
|
Posted: Wed Mar 23, 2005 5:22 am Post subject:
DB2 Governer - db2gov: GOV1062N Unable to start governor at node "0". rc = "53".
|
|
|
Hi,
Greetings to All.
I have encountered a problem while working on DB2 Governer.
I build my configuration file as below.(Just for practise)
desc "Restrict the Unit of Work to be less then 1 minutes"
setlimit uowtime 60 action force;
I have started my db2 governer service and issued the following command
in db2 clp.
C:\Documents and Settings\user>db2 attach to db2
Instance Attachment Information
Instance server = DB2/NT 8.1.0
Authorization ID = USER
Local instance alias = DB2
C:\Documents and Settings\user>db2gov start cdm c:\config.cfg
c:\logs.log
db2gov: GOV1062N Unable to start governor at node "0". rc = "53".
DB2Level
--------
DB21085I Instance "DB2" uses "32" bits and DB2 code release "SQL08010"
with
level identifier "01010106".
Informational tokens are "DB2 v8.1.0.36", "s021023", "", and FixPak
"0".
Product is installed at "C:\PROGRA~1\IBM\SQLLIB".
How to solve this problem? |
|
| Back to top |
|
 |
Sachindra Kumar Meshram v *nix forums Guru Wannabe
Joined: 12 May 2005
Posts: 227
|
Posted: Wed Mar 23, 2005 2:19 pm Post subject:
Re: DB2 Governer - db2gov: GOV1062N Unable to start governor at node "0". rc = "53".
|
|
|
I don't think your cfg file is correct.
Try the following cfg:
{ Wake up once a second, the database name is cdm,
do accounting every 30 minutes. }
interval 1; dbname cdm; account 30;
setlimit uowtime 60 action force;
--
Message posted via http://www.dbmonster.com |
|
| Back to top |
|
 |
Thiru *nix forums addict
Joined: 20 May 2005
Posts: 80
|
Posted: Thu Mar 24, 2005 5:32 am Post subject:
Re: DB2 Governer - db2gov: GOV1062N Unable to start governor at node "0". rc = "53".
|
|
|
Hi Anton Versteeg,
But even with this governer configuration file, i am still getting
the same error. What does this rc="53" mean in this error message?
Thiru.
WantedToBeDBA. |
|
| Back to top |
|
 |
JoKlassen@email.com *nix forums beginner
Joined: 31 May 2005
Posts: 19
|
Posted: Thu Mar 24, 2005 11:15 am Post subject:
Re: DB2 Governer - db2gov: GOV1062N Unable to start governor at node "0". rc = "53".
|
|
|
"Thiru" <WantedToBeDBA@gmail.com> wrote in message news:<1111558934.416623.41840@z14g2000cwz.googlegroups.com>...
| Quote: | Hi,
Greetings to All.
I have encountered a problem while working on DB2 Governer.
I build my configuration file as below.(Just for practise)
desc "Restrict the Unit of Work to be less then 1 minutes"
setlimit uowtime 60 action force;
I have started my db2 governer service and issued the following command
in db2 clp.
C:\Documents and Settings\user>db2 attach to db2
Instance Attachment Information
Instance server = DB2/NT 8.1.0
Authorization ID = USER
Local instance alias = DB2
C:\Documents and Settings\user>db2gov start cdm c:\config.cfg
c:\logs.log
db2gov: GOV1062N Unable to start governor at node "0". rc = "53".
DB2Level
--------
DB21085I Instance "DB2" uses "32" bits and DB2 code release "SQL08010"
with
level identifier "01010106".
Informational tokens are "DB2 v8.1.0.36", "s021023", "", and FixPak
"0".
Product is installed at "C:\PROGRA~1\IBM\SQLLIB".
How to solve this problem?
|
IIRC I had similar problems when the db2 governor service was started
with the Windows "LocalSystem" Account - if this is true in your case
try another local userid
HTH
Joachim |
|
| Back to top |
|
 |
Thiru *nix forums addict
Joined: 20 May 2005
Posts: 80
|
Posted: Thu Mar 24, 2005 12:34 pm Post subject:
Re: DB2 Governer - db2gov: GOV1062N Unable to start governor at node "0". rc = "53".
|
|
|
The same error again(rc="53").. What the hell is this??
thiru. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|