Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 7379

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>DFSA ? MFS ? </TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The openMosix HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Common Problems"
HREF="problems.html"><LINK
REL="PREVIOUS"
TITLE="I often get errors: No such process"
HREF="x1280.html"><LINK
REL="NEXT"
TITLE="Python Troubles"
HREF="x1292.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 openMosix HOWTO: </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x1280.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 12. Common Problems</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x1292.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN1285"
></A
>12.5. DFSA ? MFS ?</H1
><P
>People often get confused about what exactly MFS and DFSA 
are.  
As discussed before in the howto MFS is the feature of openMosix 
that enables you access to remote filesystems as if those 
filesystems were locally mounted.  They are mostly mounted on 
/mfs . A common misunderstanding is that you need MFS in order 
to have openMosix working, this is not true, however it can make 
things easier.  


 </P
><P
>With DFSA enabled, system calls  will be executed on the remote 
node withouth migrating the process back to it's home node. This 
behaviour (direct filesystem access) causes processes migratiing 
to the data and not the other way around (which is common).  If 
DFSA is not enabled MfS is "just" a non-caching 
network-filesystem.</P
><P
>&#13;
Very generally speaking, if you don't have DFSA turned on, each and 
every I/O will go to the home node for execution. With DFSA turned on, 
if the file happens to be residing on the node where the process finds 
itself then the I/O will happen locally.&#13;</P
><P
>&#13;A very common error is that people mix kernels with DFSA enabled 
and disabled.  So one has to have a way to find out wether DFSA 
is actually enabled. This information can be obtained by typing
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="PROGRAMLISTING"
>cat /proc/hpc/admin/version</PRE
></FONT
></TD
></TR
></TABLE
>&#13;</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="x1280.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="x1292.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>I often get errors: No such process</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="problems.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Python Troubles</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>