473,503 Members | 1,727 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Manual Instance removal on XP

I was doing a FP8 (8.2) update on my db (Win XP 8.1 fp3) and the process
hung (3 hours - no activity) at the end. The system was in la-la land
and the instance wouldn't start, so I removed the all the software hoping
that the instance would go with it. No such luck

I tried a reistall, but no luck. I then tried to do a manual removal of
the instance via regedit. I got most of the entries, but there were some
"legacy" entries that couldn't be changed or removed. I tried to remove
them several times thinking one might be dependant on the other. no luck.

The registry is kludged as far as the DB2 instance goes. The system won't
let me create an instance with a name other than 'DB2', either.

I've done a web search for manually removing it, but it picked up so much
junk, it'll be days to wade thru them all.

Any ideas on how to manually remove all traces of DB2 from the registry?

Thanks,

--
Tim.

"Those who give up essential liberties for temporary safety deserve neither
liberty nor safety." - Benjamin Franklin
Nov 12 '05 #1
5 1947
In article <Xn**********************************@151.164.30.4 2>, Tim
V. (ts*************@yahoo.com) says...
I was doing a FP8 (8.2) update on my db (Win XP 8.1 fp3) and the process
hung (3 hours - no activity) at the end. The system was in la-la land
and the instance wouldn't start, so I removed the all the software hoping
that the instance would go with it. No such luck

I tried a reistall, but no luck. I then tried to do a manual removal of
the instance via regedit. I got most of the entries, but there were some
"legacy" entries that couldn't be changed or removed. I tried to remove
them several times thinking one might be dependant on the other. no luck.

The registry is kludged as far as the DB2 instance goes. The system won't
let me create an instance with a name other than 'DB2', either.

I've done a web search for manually removing it, but it picked up so much
junk, it'll be days to wade thru them all.

Any ideas on how to manually remove all traces of DB2 from the registry?

Thanks,


You probably need to remove the services which you can do with the sc
utility.
Use 'sc query|find /I "DB2" ' to get the service names and
'sc delete <service name>' to delete the services.

Nov 12 '05 #2
Gert van der Kooij <ge**@invalid.nl> wrote in
news:MP************************@news.xs4all.nl:
In article <Xn**********************************@151.164.30.4 2>, Tim
V. (ts*************@yahoo.com) says...
I was doing a FP8 (8.2) update on my db (Win XP 8.1 fp3) and the
process hung (3 hours - no activity) at the end. The system was in
la-la land and the instance wouldn't start, so I removed the all the
software hoping that the instance would go with it. No such luck

I tried a reistall, but no luck. I then tried to do a manual removal
of the instance via regedit. I got most of the entries, but there
were some "legacy" entries that couldn't be changed or removed. I
tried to remove them several times thinking one might be dependant on
the other. no luck.

The registry is kludged as far as the DB2 instance goes. The system
won't let me create an instance with a name other than 'DB2', either.

I've done a web search for manually removing it, but it picked up so
much junk, it'll be days to wade thru them all.

Any ideas on how to manually remove all traces of DB2 from the
registry?

Thanks,


You probably need to remove the services which you can do with the sc
utility.
Use 'sc query|find /I "DB2" ' to get the service names and
'sc delete <service name>' to delete the services.


Doesnt' work. When I do a sc query, it doesn't show anything related
to DB2. When I click on the 'services' icon, it shows
'DB2 - DB2-0' and 'DB2 - DB2CTLSV-0' as a service.

The 'services.msc' program appears to be looking at something different
than 'sc'.

This is a handy suggestion for other things, though!

--
Tim.

"Those who give up essential liberties for temporary safety deserve
neither liberty nor safety." - Benjamin Franklin
Nov 12 '05 #3
Gert van der Kooij <ge**@invalid.nl> wrote in
news:MP************************@news.xs4all.nl:
In article <Xn**********************************@151.164.30.4 2>, Tim
V. (ts*************@yahoo.com) says...
I was doing a FP8 (8.2) update on my db (Win XP 8.1 fp3) and the
process hung (3 hours - no activity) at the end. The system was in
la-la land and the instance wouldn't start, so I removed the all the
software hoping that the instance would go with it. No such luck

I tried a reistall, but no luck. I then tried to do a manual removal
of the instance via regedit. I got most of the entries, but there
were some "legacy" entries that couldn't be changed or removed. I
tried to remove them several times thinking one might be dependant on
the other. no luck.

The registry is kludged as far as the DB2 instance goes. The system
won't let me create an instance with a name other than 'DB2', either.

I've done a web search for manually removing it, but it picked up so
much junk, it'll be days to wade thru them all.

Any ideas on how to manually remove all traces of DB2 from the
registry?

Thanks,


You probably need to remove the services which you can do with the sc
utility.
Use 'sc query|find /I "DB2" ' to get the service names and
'sc delete <service name>' to delete the services.


I reinstalled and did the 'sc query' again. It shows the typical DB2
stuff you would expect, but no 'DB2 - DB2-0' instance. It is apparently
in a weird state. Neither installed or removed.

--
Tim.

"Those who give up essential liberties for temporary safety deserve
neither
liberty nor safety." - Benjamin Franklin
Nov 12 '05 #4

"Tim V." <ts*************@yahoo.com> wrote in message
news:Xn**********************************@151.164. 30.48...
Gert van der Kooij <ge**@invalid.nl> wrote in
news:MP************************@news.xs4all.nl:
In article <Xn**********************************@151.164.30.4 2>, Tim
V. (ts*************@yahoo.com) says...
I was doing a FP8 (8.2) update on my db (Win XP 8.1 fp3) and the
process hung (3 hours - no activity) at the end. The system was in
la-la land and the instance wouldn't start, so I removed the all the
software hoping that the instance would go with it. No such luck

I tried a reistall, but no luck. I then tried to do a manual removal
of the instance via regedit. I got most of the entries, but there
were some "legacy" entries that couldn't be changed or removed. I
tried to remove them several times thinking one might be dependant on
the other. no luck.

The registry is kludged as far as the DB2 instance goes. The system
won't let me create an instance with a name other than 'DB2', either.

I've done a web search for manually removing it, but it picked up so
much junk, it'll be days to wade thru them all.

Any ideas on how to manually remove all traces of DB2 from the
registry?

Thanks,


You probably need to remove the services which you can do with the sc
utility.
Use 'sc query|find /I "DB2" ' to get the service names and
'sc delete <service name>' to delete the services.


I reinstalled and did the 'sc query' again. It shows the typical DB2
stuff you would expect, but no 'DB2 - DB2-0' instance. It is apparently
in a weird state. Neither installed or removed.


When I first installed DB2 V8, I installed it over an existing DB2 V7.2. The
install seemed clean at first but several things turned out to not be
working well. I started fixing them and was making slow progress on some of
them but some problems were very stubborn. I talked to a friend and he told
me had always had much better results if he first removed the old instance
entirely, then did a fresh install on a system that had no DB2 (other than
the databases) on it. It worked a LOT better that way.

Assuming you can figure out how to remove the rest of DB2, aside from the
actual databases, I think you will find that works best.

Rhino
Nov 12 '05 #5
JS
"Rhino" <rh****@NOSPAMsympatico.ca> wrote in message news:<AQ*******************@news20.bellglobal.com> ...
"Tim V." <ts*************@yahoo.com> wrote in message
news:Xn**********************************@151.164. 30.48...
Gert van der Kooij <ge**@invalid.nl> wrote in
news:MP************************@news.xs4all.nl:
In article <Xn**********************************@151.164.30.4 2>, Tim
V. (ts*************@yahoo.com) says...
> I was doing a FP8 (8.2) update on my db (Win XP 8.1 fp3) and the
> process hung (3 hours - no activity) at the end. The system was in
> la-la land and the instance wouldn't start, so I removed the all the
> software hoping that the instance would go with it. No such luck
>
> I tried a reistall, but no luck. I then tried to do a manual removal
> of the instance via regedit. I got most of the entries, but there
> were some "legacy" entries that couldn't be changed or removed. I
> tried to remove them several times thinking one might be dependant on
> the other. no luck.
>
> The registry is kludged as far as the DB2 instance goes. The system
> won't let me create an instance with a name other than 'DB2', either.
>
> I've done a web search for manually removing it, but it picked up so
> much junk, it'll be days to wade thru them all.
>
> Any ideas on how to manually remove all traces of DB2 from the
> registry?
>
> Thanks,
>
>

You probably need to remove the services which you can do with the sc
utility.
Use 'sc query|find /I "DB2" ' to get the service names and
'sc delete <service name>' to delete the services.


I reinstalled and did the 'sc query' again. It shows the typical DB2
stuff you would expect, but no 'DB2 - DB2-0' instance. It is apparently
in a weird state. Neither installed or removed.


When I first installed DB2 V8, I installed it over an existing DB2 V7.2. The
install seemed clean at first but several things turned out to not be
working well. I started fixing them and was making slow progress on some of
them but some problems were very stubborn. I talked to a friend and he told
me had always had much better results if he first removed the old instance
entirely, then did a fresh install on a system that had no DB2 (other than
the databases) on it. It worked a LOT better that way.

Assuming you can figure out how to remove the rest of DB2, aside from the
actual databases, I think you will find that works best.

Rhino


try the FORCE_UNINSTALL method
go to v8 help site and search on uninstalling db2,document reference # 1104569
Nov 12 '05 #6

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

Similar topics

0
1399
by: postmaster | last post by:
**************** eManager Notification ***************** The following mail was blocked since it contains sensitive content. Source mailbox: <python-list@python.org> Destination mailbox(es):...
2
1495
by: Mirko Zeibig | last post by:
Hello everybody, I recently stumbled across the proposal of removing `callable` in Python 3000 (http://python.org/peps/pep-3000.html) catching an exception instead, maybe something like this:...
0
1050
by: David List | last post by:
I'm delving into the MySQL C API these days. I have Paul DuBois book "MySQL" book by my side. He very quickly introduces functions that I'm unable to find in the MySQL Reference Manual:...
0
1361
by: Viper99 | last post by:
Need to detect (receive notification) for the insertion/removal of PCMCIA devices on Windows 2000/XP in a C# .Net application. Was able to do this in ATL COM app using CWnd::OnDeviceChange().
0
1201
by: Viper99 | last post by:
I need to detect or be notified of PCMCIA device removal using C# .Net.
4
9002
by: Tarique Jawed | last post by:
Alright I needed some help regarding a removal of a binary search tree. Yes its for a class, and yes I have tried working on it on my own, so no patronizing please. I have most of the code working,...
3
6591
by: sanjana | last post by:
hi willy i have done the code for detecting insertion/removal of device at USB port thanx for ur advice but is there way to detect if sd card is inserted or removed from the device at usb tht...
3
2040
by: tschwartz | last post by:
I'm trying to write a stylesheet which removes nodes which are empty as a result of other template processing. For example, given the following xml, I'd like to: - remove all "b" elements -...
1
1358
by: irfan200x | last post by:
Does Any Body Have The Key and User name of Adware removal 8.0.1 Please give me the key and user or some one have a Adware Removal 8.0.1 Full Software then send to me to this id thak you bye
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7087
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...
0
7281
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,...
0
7334
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...
1
6993
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...
0
7462
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...
1
5014
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...
0
1514
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
737
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.