473,803 Members | 3,625 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

db2admin start error

Hi,

I tried to issue the command: db2admin start on my db2 UDB 8.2 with AIX 5.2
server. It gives me the error:
SQL4401C The DB2 Administration Server encountered an error during startup.

Does anyone can tell me how to fix it?

Thanks!
Lan

--
Message posted via http://www.dbmonster.com
Nov 17 '05 #1
3 8272
Lan W via DBMonster.com wrote:
I tried to issue the command: db2admin start on my db2 UDB 8.2 with AIX5.2
server. It gives me the error:
SQL4401C The DB2 Administration Server encountered an error during startup.

Does anyone can tell me how to fix it?


I have this error sometimes under OS/2 and usually

DB2ADMIN stop
DB2ADMIN drop
DB2ADMIN create /user:your_user /password:your_p assword
DB2ADMIN start

fixes the problem. But no idea if this is an ointment under AIX :)

Bernd

--
"Ja, alles meine Herren" sprach Fürst Lichnowsky. "Ooch det roochen?"
"Ja, auch das Rauchen." "Ooch im Tiergarten?" "Ja, auch im Tiergarten
darf geraucht werden, meine Herren." Und so endeten die Barrikadenkämpf e
des 18. März in Berlin
Nov 17 '05 #2
Bernd Hohmann wrote:
Lan W via DBMonster.com wrote:
I tried to issue the command: db2admin start on my db2 UDB 8.2 with AIX
5.2 server. It gives me the error:
SQL4401C The DB2 Administration Server encountered an error during
startup.

Does anyone can tell me how to fix it?


I have this error sometimes under OS/2 and usually

DB2ADMIN stop
DB2ADMIN drop
DB2ADMIN create /user:your_user /password:your_p assword
DB2ADMIN start

fixes the problem. But no idea if this is an ointment under AIX :)

Bernd


Oh, I'd suggest that's a bad idea on AIX. The way to create/drop/etc the
das on OS/2 and Windows is very different than Unix and Linux.

This would be:

/usr/opt/db2_08_01/instance/dasdrop # as root
/usr/opt/db2_08_01/instance/dascrt dasusr1 # as root

(dasdrop automatically stops the das, dascrt automatically starts it)

If you have any configuration in your das, however, you'll lose that. And
because the unix das in v8 is so different from the OS/2 das in v7, this
may not even work.

Lan W - do you have any logfiles that would help diagnose the problem?
Nov 17 '05 #3
"Darin McBride" <dm******@tower .to.org.no.spam .for.me> wrote in message
news:5f7ff.5229 39$1i.360354@pd 7tw2no...
Oh, I'd suggest that's a bad idea on AIX. The way to create/drop/etc the
das on OS/2 and Windows is very different than Unix and Linux.

This would be:

/usr/opt/db2_08_01/instance/dasdrop # as root
/usr/opt/db2_08_01/instance/dascrt dasusr1 # as root

(dasdrop automatically stops the das, dascrt automatically starts it)

If you have any configuration in your das, however, you'll lose that. And
because the unix das in v8 is so different from the OS/2 das in v7, this
may not even work.

Lan W - do you have any logfiles that would help diagnose the problem?


Before you drop and recreate the administrative server instance, download
and install IBM JDK 1.4.2. You have to register to download, but
registration is free.
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1748
by: Xiaopeng Qu | last post by:
Hi, I installed DB2 8.1 Express on the WindowsXP, and when I begin to use it, I found DB2 creates many new folders in C:\Documents and Settings. It creats more and more folders every day. All new folders has name like: "db2admin", "db2admin.MACHINENAME", "db2admin.MACHINENAME.001", "db2admin.MACHINENAME.002", ... Can any one help me with this? Thanks!
2
5934
by: Jon Hamel | last post by:
All- I am having a problem where my DB2 administrator account on Windows (db2admin) is losing its local Administrator privledges. This happens randomly throughout the day with no ryhme or reason. Of course this causes tons of problems while things are running throughout the day (LDAP is using DB2). I continually must go into the Computer Management>Local Users... and
6
21293
by: DonLi | last post by:
Hi IBMers, I haven't used the db2 v8.1 on my win OS for a while, now, all of a sudden, it became a stranger to me or vice versa, to start with, db2 db server can no longer starts, it complained about logon failure, I managed to find the db2admin logon pwd, however, to no avail; searched the NG for clue, got something like "get dbm cfg", it won't help, minic "get dbm db2admin", "get dbm pwd|pasword" neither helped. So, help, I'm...
0
2098
by: Jeff Reed | last post by:
I am experiencing the the problem outlined the below. Unfortunately, I am using WinXP and I not sure if I can apply the solution due to lack of security control Any feed back would be apreciated http://support.microsoft.com/default.aspx?scid=kb;EN-US;31795 FIX: "Failed to Start Monitoring Directory Changes" Error Message When You Browse to an ASP.NET Pag View products that this article applies to This article was previously...
16
4228
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
9
3218
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My questions are below... "David Good" wrote: > We have a network running both Win2k and Win2k3 webservers and our web sites > reside on a UNC network share that happens to be a Network Appliance NAS.
4
4884
by: KPA | last post by:
Hi, After installation of a new maintenancelevel on aix (5.3, ML 05) db2 administration server doesn't start anymore. After starting I get the error: SQL1042C An unexpected system error occurred. Did anyone encounter the same problem and knows how to solve this?
0
1807
by: nm31 | last post by:
I am using DB2 8.1 I have resetted the db2admin password from the My computer>Properties>Manage>Users>db2admin>set password. After that when I go to db2 command prompt and type list applications, it gives an error SQL30082N Attempt to establish connection failed with security reason "24" <"USERNAME AND/OR PASSSWORD INVALID">. SQLSTATE=08001. I read a forum that by using the command db2set DB2_NUM_CKPW_DAEMONS=0, it gives me error ...
2
3658
by: RoopaHemanth | last post by:
hi all, The following is the scenario and also the problem description a. We have a win2k server on which we had installed the DB2 8.1 server. It was running fine. b. Recently, we installed and uninstalled the ADS on the win2k OS and all the users got deleted (including db2admin). c. DB2 server is down from then. We tried to recreate the Db2admin id but with a different password as we do not know the old password. d. The services for DB2...
0
9564
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10546
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10292
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10068
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9121
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7603
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6841
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5498
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.