Tuesday, 16 June 2009

Automagically starting DB2 UDB on Linux

I'm going through my Forms Portal VMware setup, as posted previously, I wanted to set DB2 UDB to automatically start, following a server reboot.

I did the normal Google search, and found reference to the command db2iauto,.

As the DB2 instance user ( db2inst1  in my case ), I ran the command: -

db2iauto -on db2inst1

and am now waiting to see whether it actually works.

I'll post an update either way ...

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...