old-www/HOWTO/Beowulf-HOWTO/x195.html

158 lines
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Verification</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The Beowulf HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Set Up Slave Nodes"
HREF="x137.html"><LINK
REL="NEXT"
TITLE="Run A Program"
HREF="x202.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Beowulf HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x137.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x202.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN195"
></A
>6. Verification</H1
><P
>All done! You are almost ready to start wolfing.</P
><P
>Reboot your boxes. Did they all come up? Can you ping the head node
from each box? Can you ping each node from the head node? Can you ssh?
Don't worry about doing ssh as root; only as wolf. Also only worry about
ssh from the head to the slave, not the other way around.</P
><P
>If you are logged in as wolf, and ssh to a box, does it go
automatically, without prompting for password?</P
><P
>After the node boots up, log in as wolf, and say "mount". Does it
show wolf00:/mnt/wolf mounted? On the head node, copy a file into
/mnt/wolf. Can you read and write that file from the slave node?</P
><P
>This is really not required; it is merely convenient to have a
common directory reside on the head node. With a common shared directory,
you can easily use scp to copy files between boxes. Sterling states in his
book, on page 119, a single NFS server causes a serious obstacle to
scaling up to large numbers of nodes. I learned this when I went from a
small number of boxes up to a large number.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x137.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x202.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Set Up Slave Nodes</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Run A Program</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>