Re: db2stop and db2start require password in partition env
by "Dan van Ginhoven" <danfan46@[EMAIL PROTECTED]
>
Apr 25, 2008 at 04:18 PM
Thanks Liam.
Going thru the process it came back to me that I did the some thing a
year ago on another server.
Compliments to you for a comprehensive and pedagogic article.
/dg
"Liam Finnie" <lfinnie@[EMAIL PROTECTED]
> wrote in message
news:266be7a2-2d62-455e-9dab-5e00d30d6a98@[EMAIL PROTECTED]
> On Apr 24, 9:49 am, Ian <ianb...@[EMAIL PROTECTED]
> wrote:
> > danfa...@[EMAIL PROTECTED]
wrote:
> > > Hi!
> >
> > > I'm trying to set up a database instance on a prime Linux server,
> > > using db2 V9.5 with fixpack 1 applied.
> > > I issued db2set DB2RSHCMD=/usr/bin/ssh
> > > After adding 2 partitions, when issuing db2stop (as instance owner),
> > > I have to give the password 6 times.
> > > When i the run db2start it suffices with 3 times.
> >
> > > What did I miss?
> > > How do I get out of it?
> >
> > You need to set up ssh for passwordless login. (i.e. add the
> > instance owner's public key to its authorized_keys file). Google
> > "ssh passwordless login"
>
> The following developerWorks article should help:
>
>
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0506finnie/index.html
>
> Cheers,
> Liam.