473,756 Members | 1,861 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DB2 instance update problem

1 New Member
Hi every one,

Am pasting the error code returned in log please help me in fixing it---

ERROR:An error occurred during the execution of the command
"/opt/IBM/db2/V8.1/instance/dascrt -u dasusr1 -d". The DB2 Administration
Server may not function properly. The return value is "1".

ERROR:## call function cleanup_reg_lis t das crt dasusr1
## call function create_das
## call function find_primgrp dasusr1
## User primary group = dasadm1
## exit function find_primgrp
## call function chk_with_db2ick nm
## exit function chk_with_db2ick nm
## call function mkdirectory /home/dasusr1/das
## Created directory "/home/dasusr1/das"
## exit function mkdirectory
## call function chg_owngrp dasusr1 dasadm1 /home/dasusr1/das
## exit function chg_owngrp
## call function mkpermission u=rwx,g=rwxs,o= rwx,+t /home/dasusr1/das
## exit function mkpermission
## call function chk_fsystype /home/dasusr1/das
## call function chk_dir /home/dasusr1/das
## Function name = chk_dir, Return code = 0
## exit function chk_dir
lcount = 0
DBI1069E Unexpected error. Function = chk_fsystype, Return code =
22.

Explanation:

An unexpected error occurred during the execution of this
program.

User Response:

If the problem persists, contact IBM Support with the following
information:

o Message number

o Function name

o Return code

o Problem description




DBI1079I Output is saved in the log file /tmp/dascrt.log.2415 3.

Explanation:

All processed and failed operations have been saved into this log
file.

User Response:

Do not modify this file in any way. This file is for IBM
Technical Support reference.



ERROR:One or more errors occurred while creating the DB2 Administration Server.
The DB2 Administration Server may not function properly. Please create the DB2
Administration Server manually. If the problem persists please contact your
technical service representative.

Creating the DB2 Administration Server:.......F ailure
Initializing instance list:.......Suc cess
Command to be run: "/opt/IBM/db2/V8.1/instance/db2icrt -a SERVER -d -s ese -u db2fenc1 -p db2c_db2inst1 db2inst1".
ERROR:An error occurred while creating the instance "db2inst1". The return code
is "1". Create the instance manually using the command "db2icrt".

ERROR:## call function cleanup_reg_lis t instance crt db2inst1
## call function set_cfgfile
## exit function set_cfgfile
## call function CheckBitWidth
## exit function CheckBitWidth
## call function init_icreate
## call function get_instance
## call function find_homedir db2inst1
## User home dir = /home/db2inst1
## exit function find_homedir
## call function find_primgrp db2inst1
## User primary group = db2grp1
## exit function find_primgrp
## call function query_instuse db2inst1 BitWidth 0
## call function query_instuse_s tring db2inst1 BitWidth 0
## call function find_homedir db2inst1
## User home dir = /home/db2inst1
## exit function find_homedir
## exit function query_instuse
## INSTNAME = db2inst1
## INSTPGRP = db2grp1
## INSTHOME = /home/db2inst1
## INSTCTRLDIR = /home/db2inst1/sqllib/ctrl
## FENCINFOFILE = /home/db2inst1/sqllib/ctrl/.fencedID
## ITYPEFILE = /home/db2inst1/sqllib/ctrl/.insttype
## INSTBITWIDTH = 0
## exit function get_instance
## call function get_bldlevel /opt/IBM/db2/V8.1/cfg
## exit function get_bldlevel
## call function chk_authtype
## call function findwordinstr SERVER server client dcs server_encrypt dcs_encrypt SERVER CLIENT DCS SERVER_ENCRYPT DCS_ENCRYPT
## "SERVER" is in string="server client dcs server_encrypt dcs_encrypt SERVER CLIENT DCS SERVER_ENCRYPT DCS_ENCRYPT"
## exit function findwordinstr
## exit function chk_authtype
## call function prepare_itype
## exit function prepare_itype
## call function verify_fencinfo
## call function find_primgrp db2fenc1
## User primary group = db2fgrp1
## exit function find_primgrp
## FENCEDID = db2fenc1
## FENCPGRP = db2fgrp1
## exit function verify_fencinfo
## call function chk_fsystype /home/db2inst1
## call function chk_dir /home/db2inst1
## Function name = chk_dir, Return code = 0
## exit function chk_dir
lcount = 0
DBI1069E Unexpected error. Function = chk_fsystype, Return code =
22.

Explanation:

An unexpected error occurred during the execution of this
program.
Jun 18 '08 #1
2 7412
RedSon
5,000 Recognized Expert Expert
Next time please post in the proper forum. I have moved it from feedback. Consider this a warning.
Jun 18 '08 #2
docdiesel
297 Recognized Expert Contributor
Hi,

it seems to me that you're working on a Linux distribution that's not supported by IBM for installing DB2. Nevertheless you may get it running. Search for the "DB2 Universal Database Version 8.2 for Linux HOWTO" which is to be found on various sites in the internet, and have a look at chapter 13.3. ("Post-installation notes").

Regards,

Bernd
Jun 20 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

8
4130
by: Rodusa | last post by:
I am getting an error on line 133. I am trying to update a datarow using the find method, but it keeps throwing the error below: int ItemKey = dv.Find(Item.inv_mast_uid); DataRow dr; if (ItemKey==-1) // NOT FOUND { dr = dt.NewRow(); dr = Item.inv_mast_uid; dr = 1;
5
3043
by: Alastair Anderson | last post by:
I have created a very simple form with which I would like to update a single value in a single row of a database as a proof of concept. The relevant parts of the form are a DBWebTextBox (which is hooked into a column ORGANISATION.SHORT_NAME) and a Button which I am using as a submit button.
9
1548
by: Kevin Hodgson | last post by:
I'm experiencing a strange Dataset Update problem with my application. I have a dataset which has a table holding a set of customer information records. (address, contact, info, etc.) I have a series of ComboBoxes (Client Number for selection), and text fields to show the other data bound to this Dataset.table If I change a value for the first client in the list, and press my update client button, the data is successfully updated to the...
4
1854
by: Jeremy | last post by:
My app is throwing an exception regarding trying to post a null to a required field. Examining the datarow in question, I see a valid date value. The row's state is "added" I'm relying on an oledbcommandbuilder to supply the missing insert or update commands. The following shows how I'm creating my components: Private mdaCertByID As New OleDbDataAdapter 'selects a single cert by ID. .... mdaCertByID.SelectCommand = New OleDbCommand
7
9781
by: Jon Maz | last post by:
Hi, I have a MySql problem I hope someone can help me with. I'm trying to run an update on a linking table, the update is running into a Primary Key constraint violation, and in my workaround I've got stuck trying to write a DELETE statement. Here's the table I'm working on: CREATE TABLE `articles_categories` (
1
2451
by: jvn | last post by:
I am experiencing a particular problem with performance counters. I have created a set of classes, that uses System.Diagnostics.PerformanceCounter to increment custom performance counters (using .Net 2.0) The performance counter categories have been successfully created. When the set of classes are used by a WinForm test harness application, they function as expected, and the performance counters can be seen to be updated by using the...
1
6741
by: mitrofun63 | last post by:
Hi, All I have trouble with db2 instance creation (DB2 9.1.2 on AIX 5.3) When i run command for instance creation : ../db2icrt -a SERVER -p 50000 -s ese -u db2fenc1 db2inst1 a reciveve error in generated log file db2icrt.log.118872 :
2
1342
by: TBass | last post by:
Hi, We have a process management system in VB .NET. It usually used text files, but I'm trying to switch to using access database files and ADO. I made a form with a datagrid and a few buttons. I define the variables for this program as follows:
11
6066
by: SAL | last post by:
Hello, I have a Gridview control (.net 2.0) that I'm having trouble getting the Update button to fire any kind of event or preforming the update. The datatable is based on a join so I don't know if that's what's causing the behavior or not. It seems like the Update button should at least do something. When the Edit button is clicked, the grid goes into Edit mode and the Cancel button takes the grid out of Edit mode. So, I don't get what...
0
9255
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
9844
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...
0
9689
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
8688
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
7226
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
5119
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...
0
5289
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3326
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2647
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.