ping으로 확인하면 되는데 rsh 접속은 안됩니다... 무슨문제인지

장택수의 이미지

256대의 컴퓨터가 외부 접속노드 한대를 제외하고는 모두 사설 IP로
되어있는 diskless cluster로 구성되어 있습니다.
마스터 노드 4대에 각각 60,60,60,72대의 하드디스크가 없는 컴퓨터가 연결되어있고 네트웍 부팅이 되고 있습니다.
그런데 현재 4대의 마스터 노드 중 1대의 컴퓨터에 연결된 노드들 중
몇대가 ping으로 확인시 응답이 오는데
------------------------------------------------------------
[metalab@master3 metalab]$ ping nodei146
PING nodei146.uos.ac.kr (10.1.4.26) from 10.1.4.181 : 56(84) bytes of data.
64 bytes from nodei146.uos.ac.kr (10.1.4.26): icmp_seq=1 ttl=64 time=0.136 ms
64 bytes from nodei146.uos.ac.kr (10.1.4.26): icmp_seq=2 ttl=64 time=0.127 ms
64 bytes from nodei146.uos.ac.kr (10.1.4.26): icmp_seq=3 ttl=64 time=0.130 ms
64 bytes from nodei146.uos.ac.kr (10.1.4.26): icmp_seq=4 ttl=64 time=0.121 ms

--- nodei146.uos.ac.kr ping statistics ---
4 packets transmitted, 4 received, 0% loss, time 2997ms
rtt min/avg/max/mdev = 0.121/0.128/0.136/0.012 ms
[metalab@master3 metalab]$
-----------------------------------------------------------------------

rsh로 접속하면 접속이 되지 않습니다.
----------------------------------------------
[metalab@master3 metalab]$ rsh nodei146
nodei146.uos.ac.kr: Connection refused
[metalab@master3 metalab]$
----------------------------------------------

그런데 rsh에 대한 설정은 다 해놓았습니다.
- /etc/xinetd.d/rsh 파일 disable=no로 수정
- /etc/xinetd.d/rlogin 파일 disable=no 수정
- /etc/hosts 파일 있음.
- /etc/securetty 파일에 rsh, rlogin 있음.

설정에 이상이 없는데 왜 이런 현상이 발생하는 지요??

익명 사용자의 이미지

설정에 뭔가 이상이 있나보죠..

더 자세한 정보를 말씀해주세요..

장택수의 이미지

다음과 같이 명령을 내리면 이런 결과가 나옵니다.

[metalab@master3 metalab]$ rsh nodei146 ls
rcmd: socket: Permission denied
[metalab@master3 metalab]$

긍정적 사고는 긍정적 결과를 만든다.

장택수의 이미지

해당 노드(컴퓨터)를 확인했더니 부팅은 되었는데 /usr 디렉토리 마운트가 안되었더군요..
하드디스크가 없는 노드라서 /usr 디렉토리를 마운트하게 되어있습니다.

master3의 /usr 디렉토리를 마운트하게 되며
master3의 /etc/exports 파일은 다음과 같습니다.

[globus@master3 globus]$ cat /etc/exports
/tftpboot       *(rw,no_root_squash)
/usr            *(rw,no_root_squash)
[globus@master3 globus]$

그리고
마운트하려고 하는 노드의 /etc/fstab 파일은 다음과 같습니다.

[root@master3 root]# cat /tftpboot/10.1.4.26/etc/fstab
10.1.4.181:/tftpboot/10.1.4.26 / nfs exec,dev,suid,rw 1 1
10.1.4.181:/usr         /usr            nfs     exec,dev,suid,rw        1 2
10.1.4.181:/tftpboot/lim /lim nfs exec,dev,suid,rw 1 1
10.1.4.181:/tftpboot/tar /tar nfs exec,dev,suid,rw 1 1
10.1.4.181:/tftpboot/rpm /rpm nfs exec,dev,suid,rw 1 1
/dev/fd0                /mnt/floppy             ext2    noauto          0 0
/dev/cdrom              /mnt/cdrom              iso9660 noauto,ro       0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/pts                devpts  mode=0622       0 0
[root@master3 root]#

노드에 rsh & rlogin 이 안되는 이유가 /usr 디렉토리의 마운트가 안되었기 때문이므로
노드에서 마운트하려고 다음과 같이 명령을 내리면 에러가 납니다.

[root@node146 root]mount -t nfs 10.1.4.181:/usr /usr
..... failed, reason given by server : permission denied.

그리고 master3의 /var/log/messages 파일에는 다음과 같이 나옵니다.

Feb 24 18:35:21 master3 rpc.mountd: authenticated mount request from nodei146.uos.ac.kr:800 for /tftpboot/10.1.4
.26 (/tftpboot)
Feb 24 18:35:39 master3 rpc.mountd: authenticated mount request from nodei146.uos.ac.kr:814 for /usr (/usr)
Feb 24 18:35:39 master3 rpc.mountd: getfh failed: Operation not permitted
Feb 24 18:35:39 master3 rpc.mountd: authenticated mount request from nodei146.uos.ac.kr:816 for /tftpboot/lim (/
tftpboot)
Feb 24 18:35:39 master3 rpc.mountd: authenticated mount request from nodei146.uos.ac.kr:820 for /tftpboot/tar (/
tftpboot)
Feb 24 18:35:39 master3 rpc.mountd: authenticated mount request from nodei146.uos.ac.kr:824 for /tftpboot/rpm (/
tftpboot)

다른 디렉토리들은 다 마운트가 되는데 왜 /usr만 마운트가 안되는 것일까요??

긍정적 사고는 긍정적 결과를 만든다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.