[질문] NFS Client를 실행하면 서버쪽이 뻗습니다.

xiangyue의 이미지

SUSE 사용자입니다.
NFS의 문서가 거의 없네요;

cluster1, cluster2 이렇게 두 대의 컴퓨터가 있고
cluster1은 랜카드 두개로 하나는 외부로 하나는 스위치로
cluster2는 스위치로 연결되어 내부아이피를 가지고 있습니다.

또, cluster1은 원래 쓰던 머신으로, 약 40~50기가 정도의 데이터를 가지고 있고
cluster2는 새로 설치한 머신입니다.

이 둘을 NFS로 연결하려고 합니다. cluster1이 서버가 되고 cluster2가 클라이언트가 되게요,,

SUSE라 YAST2로 시도했습니다.
우선 두 머신 모두 NFS Server와 Client 프로그램을 설치했습니다.
그리고나서 client1에서 NFS Server를 실행하고 cluster2에서 cluster1으로 NFS Client를 실행시키면
cluster1이 시작하자마자 죽습니다.
혹시 cluster1의 home의 용량이 너무 커서 그런가 해서(35기가)
/tmp/test1 에다가 10메가짜리 파일 하나만 올려놓고 NFS client를 실행해도 cluster1은 역시 죽어버리더군요...
이는 mount -t nfs cluster1:/tmp/test /tmp/nfs_test
를 해도 마찬가지입니다. 에러문 없이 죽어버립니다.

각 머신에서 스스로를 nfs 실행하면 바로바로 연결됩니다.
예를 들어 cluster1에서 cluster1으로 혹은 cluster2에서 cluster2로 연결하면
아~~주 잘 됩니다.
또, cluster2에서 NFS server를 실행하고 cluster1에서 NFS client를 실행시키면
이것도 아~~주 잘 마운트됩니다.

혹시 이런 상황을 이끌어내는 이유나, 로그파일이 남는 곳을 아신다면,,,
혹여나 해결 방법을 아시는 분께서는 좀 알려주십시오.

xiangyue의 이미지

cluster1에 NFS server를 start하고
cluster2에 NFS client를 start했을 때

cluster1의 서버가 죽는 것은 아예 머신이 다운되어버립니다.
반면 cluster2는 하염없이 응답을 기다리고 있더군요;

yssjh의 이미지

저도 이 문제때문에 OS를 밀고 다른 버전을 깔고 온갖 시도를 해봤는데
문제는 옵션 설정이었습니다

mount -t nfs -o vers=3 hostname:/mt /mt
등으로 -o 옵션에서 버전을 vers=3 등으로 설정하시면 됩니다

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.