mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged ncpfs.xml.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3853 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ef3ec4505b
commit
d93dcd2b9a
@ -13,50 +13,59 @@
|
||||
]>
|
||||
|
||||
<sect1 id="ncpfs" xreflabel="NCPFS-&ncpfs-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="ncpfs.html"?>
|
||||
<title>NCPFS-&ncpfs-version;</title>
|
||||
<?dbhtml filename="ncpfs.html"?>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to
|
||||
<application><acronym>NCPFS</acronym></application></title>
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<para>The <application><acronym>NCPFS</acronym></application> package
|
||||
contains client and administration tools for use with Novell
|
||||
networks.</para>
|
||||
<title>NCPFS-&ncpfs-version;</title>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&ncpfs-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&ncpfs-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &ncpfs-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &ncpfs-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&ncpfs-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&ncpfs-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<indexterm zone="ncpfs">
|
||||
<primary sortas="a-NCPFS">NCPFS</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3><title><application><acronym>NCPFS</acronym></application>
|
||||
dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="Linux_PAM"/> and <xref linkend="php"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to NCPFS</title>
|
||||
|
||||
</sect2>
|
||||
<para>The <application>NCPFS</application> package
|
||||
contains client and administration tools for use with Novell
|
||||
networks.</para>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of
|
||||
<application><acronym>NCPFS</acronym></application></title>
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&ncpfs-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&ncpfs-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &ncpfs-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &ncpfs-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &ncpfs-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &ncpfs-time;</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Install <application><acronym>NCPFS</acronym></application> by running
|
||||
the following commands:</para>
|
||||
<bridgehead renderas="sect3">NCPFS Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="Linux_PAM"/> and <xref linkend="php"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of NCPFS</title>
|
||||
|
||||
<para>Install <application>NCPFS</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix="" --includedir=/usr/include \
|
||||
--mandir=/usr/share/man --datadir=/usr/share &&
|
||||
@ -64,139 +73,147 @@ make &&
|
||||
make install &&
|
||||
make install-dev</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--prefix=""</parameter>:
|
||||
installs binaries on the root partition so that they are available at
|
||||
boot time. This may not be ideal for all systems. If
|
||||
<filename class="directory">/usr</filename> is mounted locally,
|
||||
<parameter>--prefix=/usr</parameter> may be a better option.</para>
|
||||
<para><parameter>--prefix=""</parameter>:
|
||||
installs binaries on the root partition so that they are available at
|
||||
boot time. This may not be ideal for all systems. If
|
||||
<filename class="directory">/usr</filename> is mounted locally,
|
||||
<parameter>--prefix=/usr</parameter> may be a better option.</para>
|
||||
|
||||
<para><parameter>--includedir=/usr/include</parameter>: Tells configure
|
||||
to look in <filename class="directory">/usr/include</filename> for header
|
||||
files. It also tells make to install <application>NCPFS</application>'s
|
||||
headers here.</para>
|
||||
<para><parameter>--includedir=/usr/include</parameter>: Tells configure
|
||||
to look in <filename class="directory">/usr/include</filename> for header
|
||||
files. It also tells make to install <application>NCPFS</application>'s
|
||||
headers here.</para>
|
||||
|
||||
<para><parameter>--mandir=/usr/share/man</parameter>: installs the man
|
||||
pages in the correct location.</para>
|
||||
<para><parameter>--mandir=/usr/share/man</parameter>: installs the man
|
||||
pages in the correct location.</para>
|
||||
|
||||
<para><parameter>--datadir=/usr/share</parameter>: correctly installs the
|
||||
locale files to <filename class="directory">/usr/share</filename>.</para>
|
||||
<para><parameter>--datadir=/usr/share</parameter>: correctly installs the
|
||||
locale files to <filename class="directory">/usr/share</filename>.</para>
|
||||
|
||||
<note><para>If you do not need to use the <acronym>IPX</acronym> protocol, or
|
||||
you use a different <acronym>IPX</acronym> package, you can optionally pass
|
||||
<parameter>--disable-ipx</parameter> and/or
|
||||
<parameter>--disable-ipx-tools</parameter> to the <command>configure</command>
|
||||
script to disable these options.</para></note>
|
||||
<note>
|
||||
<para>If you do not need to use the IPX protocol, or you use a different
|
||||
IPX package, you can optionally pass <option>--disable-ipx</option> and/or
|
||||
<option>--disable-ipx-tools</option> to the <command>configure</command>
|
||||
script to disable these options.</para>
|
||||
</note>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring <application>NCPFS</application></title>
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring NCPFS</title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<para><filename>~/.nwclient</filename></para>
|
||||
</sect3>
|
||||
<sect3 id="ncpfs-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
<para><filename>~/.nwclient</filename></para>
|
||||
|
||||
<para>A config file <filename>~/.nwclient</filename> should be placed in the
|
||||
home directory of each user that intends to use
|
||||
<application>ncpfs</application>. The permissions on this file should be set
|
||||
to 600, for obvious security reasons. The configuration file should contain
|
||||
a single line per server that the user will use. Each line should contain
|
||||
the server name, the user name, and optionally the password. Below is a
|
||||
sample <filename>.nwclient</filename> file.</para>
|
||||
<indexterm zone="ncpfs ncpfs-config">
|
||||
<primary sortas="e-AA.nwclient">~/.nwclient</primary>
|
||||
</indexterm>
|
||||
|
||||
<screen><userinput># Begin example <filename>~/.nwclient</filename> config file
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<para>A config file <filename>~/.nwclient</filename> should be placed in the
|
||||
home directory of each user that intends to use
|
||||
<application>NCPFS</application>. The permissions on this file should be set
|
||||
to 600, for obvious security reasons. The configuration file should contain
|
||||
a single line per server that the user will use. Each line should contain
|
||||
the server name, the user name, and optionally the password. Below is a
|
||||
sample <filename>.nwclient</filename> file.</para>
|
||||
|
||||
<screen><literal># Begin example ~/.nwclient config file
|
||||
|
||||
Server1/User1 Password
|
||||
Server2/User1
|
||||
Server2/Guest1 -
|
||||
|
||||
# End example .nwclient config file</userinput></screen>
|
||||
# End example .nwclient config file</literal></screen>
|
||||
|
||||
<para>The syntax for the <filename>.nwclient</filename> file is simple,
|
||||
<userinput>server_name/user_name password</userinput>. Be extremely
|
||||
careful when creating or editing this file as the client utilities are
|
||||
very picky about syntax. There should always be a space immediately
|
||||
after the username. If this space is substituted by a tab or multiple
|
||||
spaces, you will not get the expected results when attempting to use
|
||||
the <application>NCPFS</application> tools. If no password is supplied,
|
||||
the client utilities will ask for a password when it is needed. If no
|
||||
password is needed, for instance when using a guest account, a single '-'
|
||||
should be put in place of a password.</para>
|
||||
<para>The syntax for the <filename>.nwclient</filename> file is simple,
|
||||
<literal>server_name/user_name password</literal>. Be extremely
|
||||
careful when creating or editing this file as the client utilities are
|
||||
very picky about syntax. There should always be a space immediately
|
||||
after the username. If this space is substituted by a tab or multiple
|
||||
spaces, you will not get the expected results when attempting to use
|
||||
the <application>NCPFS</application> tools. If no password is supplied,
|
||||
the client utilities will ask for a password when it is needed. If no
|
||||
password is needed, for instance when using a guest account, a single '-'
|
||||
should be put in place of a password.</para>
|
||||
|
||||
<para>It should be noted that the ncpmount is not intended to mount
|
||||
individual volumes because each mount point creates a separate client
|
||||
connection to the Novell server. Mounting each individual volume
|
||||
separately would be unwise, as mounting all volumes on a server
|
||||
under one mount point uses only one client connection.</para>
|
||||
<para>It should be noted that the <command>ncpmount</command>
|
||||
is not intended to mount individual volumes because each mount point
|
||||
creates a separate client connection to the Novell server. Mounting
|
||||
each individual volume separately would be unwise, as mounting all
|
||||
volumes on a server under one mount point uses only one client
|
||||
connection.</para>
|
||||
|
||||
<para>If you need to set up the <acronym>IPX</acronym> protocol at boot,
|
||||
you can install the
|
||||
<filename>/etc/sysconfig/network-devices/services/ipx</filename>
|
||||
network service script included with the
|
||||
<xref linkend="intro-important-bootscripts"/> package.</para>
|
||||
</sect3>
|
||||
|
||||
<screen><userinput><command>make install-service-ipx</command></userinput></screen>
|
||||
<sect3 id="ncpfs-init">
|
||||
<title>Boot Script</title>
|
||||
|
||||
<para>Next install the
|
||||
<filename>/etc/sysconfig/network-devices/ifconfig.eth0/ipx</filename>
|
||||
configuration file with the following commands:</para>
|
||||
<para>If you need to set up the IPX protocol at boot, you can install the
|
||||
<filename>/etc/sysconfig/network-devices/services/ipx</filename>
|
||||
network service script included with the
|
||||
<xref linkend="intro-important-bootscripts"/> package.</para>
|
||||
|
||||
<screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &&
|
||||
cat > /etc/sysconfig/network-devices/ifconfig.eth0/ipx << "EOF"</command>
|
||||
ONBOOT="yes"
|
||||
<indexterm zone="ncpfs ncpfs-init">
|
||||
<primary sortas="f-ncpfs">ncpfs (IPX service script)</primary>
|
||||
</indexterm>
|
||||
|
||||
<screen><userinput>make install-service-ipx</userinput></screen>
|
||||
|
||||
<para>Next install the
|
||||
<filename>/etc/sysconfig/network-devices/ifconfig.eth0/ipx</filename>
|
||||
configuration file with the following commands:</para>
|
||||
|
||||
<screen role="root"><userinput>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &&
|
||||
cat > /etc/sysconfig/network-devices/ifconfig.eth0/ipx << "EOF"
|
||||
<literal>ONBOOT="yes"
|
||||
SERVICE="ipx"
|
||||
FRAME="<replaceable>[802.2]</replaceable>"
|
||||
<command>EOF</command></userinput></screen>
|
||||
FRAME="<replaceable>[802.2]</replaceable>"</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<itemizedlist>
|
||||
<segmentedlist>
|
||||
<segtitle>Client Utilities</segtitle>
|
||||
<segtitle>Server Admin Utilities</segtitle>
|
||||
<segtitle>IPX Interface Utilities</segtitle>
|
||||
<segtitle>Other Utilitie</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<listitem><para><emphasis>Client Utilities:</emphasis> <command>
|
||||
ncpmount</command>, <command>ncpumountt</command>,
|
||||
<command>nprintt</command>, <command>nsendt</command>,
|
||||
<command>nwpasswdt</command>, <command>nwsfindt</command>,
|
||||
<command>pqlistt</command>, <command>pqrmt</command>, <command>
|
||||
pqstatt</command> and <command>slist</command>.</para></listitem>
|
||||
<seglistitem>
|
||||
<seg>ncpmount, ncpumountt, nprintt, nsendt, nwpasswdt,
|
||||
nwsfindt, pqlistt, pqrmt, pqstatt, and slist</seg>
|
||||
<seg>ncopyt, nwbocreatet, nwbolst, nwbopropst, nwbormt,
|
||||
nwbpaddt, nwbpcreatet, nwbprmt, nwbpsett, nwbpvaluest,
|
||||
nwdirt, nwdpvaluest, nwfsctrlt, nwfsinfot, nwfstimet, nwgrantt,
|
||||
nwpurget, nwrevoket, nwrightst, nwtrusteet, nwtrustee2t,
|
||||
nwuserlistt, and nwvolinfo</seg>
|
||||
<seg>ipx_cmdt, ipx_configuret, ipx_interfacet, ipx_internal_nett,
|
||||
and ipx_route</seg>
|
||||
<seg>ncpmap and nwauth</seg>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<listitem><para><emphasis>Server Admin Utilities:</emphasis>
|
||||
<command>ncopyt</command>, <command>nwbocreatet</command>,
|
||||
<command>nwbolst</command>, <command>nwbopropst</command>,
|
||||
<command>nwbormt</command>, <command>nwbpaddt</command>,
|
||||
<command>nwbpcreatet</command>, <command>nwbprmt</command>,
|
||||
<command>nwbpsett</command>, <command>nwbpvaluest</command>,
|
||||
<command>nwdirt</command>, <command>nwdpvaluest</command>,
|
||||
<command>nwfsctrlt</command>, <command>nwfsinfot</command>,
|
||||
<command>nwfstimet</command>, <command>nwgrantt</command>,
|
||||
<command>nwpurget</command>, <command>nwrevoket</command>,
|
||||
<command>nwrightst</command>, <command>nwtrusteet</command>,
|
||||
<command>nwtrustee2t</command>, <command>nwuserlistt</command>,
|
||||
and <command>nwvolinfo</command>.</para></listitem>
|
||||
|
||||
<listitem><para><emphasis><acronym>IPX</acronym>
|
||||
Interface Utilities:</emphasis>
|
||||
<command>ipx_cmdt</command>, <command>ipx_configuret</command>,
|
||||
<command>ipx_interfacet</command>, <command>ipx_internal_nett</command>
|
||||
and <command>ipx_route</command>.</para></listitem>
|
||||
|
||||
<listitem><para><emphasis>Other Utilities:</emphasis>
|
||||
<command>ncpmap</command> and <command>nwauth</command>.</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user