Redhat linux and DB2
From: Bimal (bimal_dt_at_hotmail.com)
Date: 06/18/04
- Next message: Michael E. Thomadakis: "Re: IA-64 Linux and IRIX 6.5.24 Jumbo Packet Questions"
- Previous message: Andreas Janssen: "Re: Debian Linux network problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Jun 2004 13:47:31 -0700
Hi,
I am having problems finding any tutorial on how to set host files for
Redhat linux 7.2 to use DB2 multi partition nodes.
I found the detail of how to do it on AIX server but there is no
similarity that i can track. This is the solution in AIX, i found in a
forum. If someone can tell me how these things can be done in linux.
-----------------------------------------------------------------------------
@@@@ i know this is the hosts file in /etc @@@@@
2. vi /etc/hosts.equiv,add a row
IBM270
3. chmod 600 /etc/hosts.equiv
but i always had the same error . how can i resolve it ? please help
me ,thanks
--------------------------------------------------------------------------------
unfire
i had solve the problem , but a new problem appeared. KAO!
i found the reason of this problem was i exec "securetcpip" command
before. securetcpip command forbidden rsh, rlogin, rcp etc. i solve
the problem with the following steps.
================================================
root:
chmod 555 /usr/sbin/rshd @@@ wwhat are these files in linux.@@@@@
chmod u+s /usr/sbin/rshd
chmod 555 /usr/bin/rlogin
stopsrc -s inetd
startsrc -s inetd
echo "+" >/.rhosts
chmod 600 /.rhosts
db2inst1: @@@@ this is another user in AIX @@@@@
echo "+" >/.rhosts
chmod 600 /.rhosts
===============================================
------------------------------------------------------------------------------
Regards
-Bimal
- Next message: Michael E. Thomadakis: "Re: IA-64 Linux and IRIX 6.5.24 Jumbo Packet Questions"
- Previous message: Andreas Janssen: "Re: Debian Linux network problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|