Re: Unable to install DB2 Administration Server
Dan Behman <[email protected]> Wed, 11 Aug 2004 21:04:34 -0400
| Newsgroups | gmane.linux.suse.db2 |
|---|---|
| Message-ID | <OFC31320D2.856D4458-ON85256EEE.00058BCD-85256EEE.0005CDD1@ca.ibm.com> |
--=_alternative 0005CB4C85256EEE_=
Content-Type: text/plain; charset="US-ASCII"
Hi Tulika,
I'm not sure how you have your "sudo root" environment configured, but
could you please compile and run the following program from the exact same
environment which you attempt the installation and tell me what the output
is?
#include <unistd.h>
#include <sys/types.h>
int main( void )
{
printf( "getuid() = %d\n", getuid() );
printf( "geteuid() = %d\n", geteuid() );
return 0;
}
----------
Dan Behman
DB2 for Linux Platform Development
IBM Software Development Lab, Office C4-432
Phone: (905) 413-4416 Email: [email protected]
Please send DB2 for Linux questions to our DB2LinuxDev-CAN distribution
list.
----------
Tulika Agrawal <[email protected]>
08/11/2004 02:58 PM
To
[email protected]
cc
Subject
[suse-ibm-db2] Unable to install DB2 Administration Server
Hi,
I am trying to install the DB2 Administration Server 8.1 in SuSe 8. I
am running the installation as sudo root and not real root. The
installation returns with following error
ERROR:An error occurred while updating the configuration parameter
"DASADM_GRP"
to "db2asgrp" for the DB2 Administration Server. The return value is
"5001".
ERROR:An error occurred while updating the DB2 Administration Server's
configuration with the specified administration group. Please ensure the
DASADM_GRP setting is correct by using the GET ADMIN CONFIGURATION
command. To
modify the value of any DB2 Administration Server configuration parameter,
use
the UPDATE ADMIN CONFIGURATION command.
Configuring the DB2 Administration Server:.......Failure
Can anyone tell me what could be the problem?
thanks
Tulika Agrawal
--=_alternative 0005CB4C85256EEE_=--