Redhat linux and DB2

From: Bimal (bimal_dt_at_hotmail.com)
Date: 06/18/04


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



Relevant Pages

  • Re: HOW TO: Shell Script crypting
    ... username@aixserver:~$ cat a.sh ... echo "Hi!" ... username@aixserver:~$ chmod a-r a.sh ... AIX aixserver 2 5 0053447A4C00 ...
    (comp.unix.aix)
  • cannot delete a file in my root directory
    ... I am running an older AIX 4.2.1 RS/6000 system and have a weird file ... in my root directory that I cannot seem to chmod on or mv or copy or ... Prev by Date: ...
    (comp.unix.aix)
  • Re: cannot delete a file in my root directory
    ... I am running an older AIX 4.2.1 RS/6000 system and have a weird file in my root directory that I cannot seem to chmod on or mv or copy or even rm. ... luck. ...
    (comp.unix.aix)