Changeset d93dcd2


Ignore:
Timestamp:
04/29/2005 07:59:50 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5b87c41
Parents:
ef3ec45
Message:

Tagged ncpfs.xml.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3853 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncpfs.xml

    ref3ec45 rd93dcd2  
    1414
    1515<sect1 id="ncpfs" xreflabel="NCPFS-&ncpfs-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="ncpfs.html"?>
    21 <title>NCPFS-&ncpfs-version;</title>
    22 
    23 <sect2>
    24 <title>Introduction to
    25 <application><acronym>NCPFS</acronym></application></title>
    26 
    27 <para>The <application><acronym>NCPFS</acronym></application> package
    28 contains client and administration tools for use with Novell
    29 networks.</para>
    30 
    31 <sect3><title>Package information</title>
    32 <itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink
    34 url="&ncpfs-download-http;"/></para></listitem>
    35 <listitem><para>Download (FTP): <ulink
    36 url="&ncpfs-download-ftp;"/></para></listitem>
    37 <listitem><para>Download MD5 sum: &ncpfs-md5sum;</para></listitem>
    38 <listitem><para>Download size: &ncpfs-size;</para></listitem>
    39 <listitem><para>Estimated disk space required:
    40 &ncpfs-buildsize;</para></listitem>
    41 <listitem><para>Estimated build time:
    42 &ncpfs-time;</para></listitem></itemizedlist>
    43 </sect3>
    44 
    45 <sect3><title><application><acronym>NCPFS</acronym></application>
    46 dependencies</title>
    47 <sect4><title>Optional</title>
    48 <para><xref linkend="Linux_PAM"/> and <xref linkend="php"/></para>
    49 </sect4>
    50 </sect3>
    51 
    52 </sect2>
    53 
    54 <sect2>
    55 <title>Installation of
    56 <application><acronym>NCPFS</acronym></application></title>
    57 
    58 <para>Install <application><acronym>NCPFS</acronym></application> by running
    59 the following commands:</para>
     16  <?dbhtml filename="ncpfs.html"?>
     17 
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22 
     23  <title>NCPFS-&ncpfs-version;</title>
     24 
     25  <indexterm zone="ncpfs">
     26    <primary sortas="a-NCPFS">NCPFS</primary>
     27  </indexterm>
     28 
     29  <sect2 role="package">
     30    <title>Introduction to NCPFS</title>
     31
     32    <para>The <application>NCPFS</application> package
     33    contains client and administration tools for use with Novell
     34    networks.</para>
     35   
     36    <bridgehead renderas="sect3">Package Information</bridgehead>
     37    <itemizedlist spacing="compact">
     38      <listitem>
     39        <para>Download (HTTP): <ulink url="&ncpfs-download-http;"/></para>
     40      </listitem>
     41      <listitem>
     42        <para>Download (FTP): <ulink url="&ncpfs-download-ftp;"/></para>
     43      </listitem>
     44      <listitem>
     45        <para>Download MD5 sum: &ncpfs-md5sum;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Download size: &ncpfs-size;</para>
     49      </listitem>
     50      <listitem>
     51        <para>Estimated disk space required: &ncpfs-buildsize;</para>
     52      </listitem>
     53      <listitem>
     54      <para>Estimated build time: &ncpfs-time;</para></listitem>
     55    </itemizedlist>
     56   
     57    <bridgehead renderas="sect3">NCPFS Dependencies</bridgehead>
     58   
     59    <bridgehead renderas="sect4">Optional</bridgehead>
     60    <para><xref linkend="Linux_PAM"/> and <xref linkend="php"/></para>
     61   
     62  </sect2>
     63 
     64  <sect2 role="installation">
     65    <title>Installation of NCPFS</title>
     66
     67    <para>Install <application>NCPFS</application> by running
     68    the following commands:</para>
    6069
    6170<screen><userinput>./configure --prefix="" --includedir=/usr/include \
     
    6473make install &amp;&amp;
    6574make install-dev</userinput></screen>
    66 
    67 </sect2>
    68 
    69 <sect2>
    70 <title>Command explanations</title>
    71 
    72 <para><parameter>--prefix=""</parameter>:
    73 installs binaries on the root partition so that they are available at
    74 boot time.  This may not be ideal for all systems.  If
    75 <filename class="directory">/usr</filename> is mounted locally,
    76 <parameter>--prefix=/usr</parameter> may be a better option.</para>
    77 
    78 <para><parameter>--includedir=/usr/include</parameter>: Tells configure
    79 to look in <filename class="directory">/usr/include</filename> for header
    80 files. It also tells make to install <application>NCPFS</application>'s
    81 headers here.</para>
    82 
    83 <para><parameter>--mandir=/usr/share/man</parameter>:  installs the man
    84 pages in the correct location.</para>
    85 
    86 <para><parameter>--datadir=/usr/share</parameter>:  correctly installs the
    87 locale files to <filename class="directory">/usr/share</filename>.</para>
    88 
    89 <note><para>If you do not need to use the <acronym>IPX</acronym> protocol, or
    90 you use a different <acronym>IPX</acronym> package, you can optionally pass
    91 <parameter>--disable-ipx</parameter> and/or
    92 <parameter>--disable-ipx-tools</parameter> to the <command>configure</command>
    93 script to disable these options.</para></note>
    94 
    95 </sect2>
    96 
    97 <sect2>
    98 <title>Configuring <application>NCPFS</application></title>
    99 
    100 <sect3><title>Config files</title>
    101 <para><filename>~/.nwclient</filename></para>
    102 </sect3>
    103 
    104 <sect3><title>Configuration Information</title>
    105 
    106 <para>A config file <filename>~/.nwclient</filename> should be placed in the
    107 home directory of each user that intends to use
    108 <application>ncpfs</application>. The permissions on this file should be set
    109 to 600, for obvious security reasons.  The configuration file should contain
    110 a single line per server that the user will use.  Each line should contain
    111 the server name, the user name, and optionally the password.  Below is a
    112 sample <filename>.nwclient</filename> file.</para>
    113 
    114 <screen><userinput># Begin example <filename>~/.nwclient</filename> config file
     75   
     76  </sect2>
     77 
     78  <sect2 role="commands">
     79    <title>Command Explanations</title>
     80
     81    <para><parameter>--prefix=""</parameter>:
     82    installs binaries on the root partition so that they are available at
     83    boot time.  This may not be ideal for all systems.  If
     84    <filename class="directory">/usr</filename> is mounted locally,
     85    <parameter>--prefix=/usr</parameter> may be a better option.</para>
     86   
     87    <para><parameter>--includedir=/usr/include</parameter>: Tells configure
     88    to look in <filename class="directory">/usr/include</filename> for header
     89    files. It also tells make to install <application>NCPFS</application>'s
     90    headers here.</para>
     91   
     92    <para><parameter>--mandir=/usr/share/man</parameter>:  installs the man
     93    pages in the correct location.</para>
     94   
     95    <para><parameter>--datadir=/usr/share</parameter>:  correctly installs the
     96    locale files to <filename class="directory">/usr/share</filename>.</para>
     97   
     98    <note>
     99      <para>If you do not need to use the IPX protocol, or you use a different
     100      IPX package, you can optionally pass <option>--disable-ipx</option> and/or
     101      <option>--disable-ipx-tools</option> to the <command>configure</command>
     102      script to disable these options.</para>
     103    </note>
     104   
     105  </sect2>
     106 
     107  <sect2 role="configuration">
     108    <title>Configuring NCPFS</title>
     109   
     110    <sect3 id="ncpfs-config">
     111      <title>Config Files</title>
     112     
     113      <para><filename>~/.nwclient</filename></para>
     114     
     115      <indexterm zone="ncpfs ncpfs-config">
     116        <primary sortas="e-AA.nwclient">~/.nwclient</primary>
     117      </indexterm>
     118     
     119    </sect3>
     120   
     121    <sect3>
     122      <title>Configuration Information</title>
     123
     124      <para>A config file <filename>~/.nwclient</filename> should be placed in the
     125      home directory of each user that intends to use
     126      <application>NCPFS</application>. The permissions on this file should be set
     127      to 600, for obvious security reasons.  The configuration file should contain
     128      a single line per server that the user will use.  Each line should contain
     129      the server name, the user name, and optionally the password.  Below is a
     130      sample <filename>.nwclient</filename> file.</para>
     131
     132<screen><literal># Begin example ~/.nwclient config file
    115133
    116134Server1/User1 Password
     
    118136Server2/Guest1 -
    119137
    120 # End example .nwclient config file</userinput></screen>
    121 
    122 <para>The syntax for the <filename>.nwclient</filename> file is simple,
    123 <userinput>server_name/user_name password</userinput>.  Be extremely
    124 careful when creating or editing this file as the client utilities are
    125 very picky about syntax.  There should always be a space immediately
    126 after the username.  If this space is substituted by a tab or multiple
    127 spaces, you will not get the expected results when attempting to use
    128 the <application>NCPFS</application> tools.  If no password is supplied,
    129 the client utilities will ask for a password when it is needed.  If no
    130 password is needed, for instance when using a guest account, a single '-'
    131 should be put in place of a password.</para>
    132 
    133 <para>It should be noted that the ncpmount is not intended to mount
    134 individual volumes because each mount point creates a separate client
    135 connection to the Novell server.  Mounting each individual volume
    136 separately would be unwise, as mounting all volumes on a server
    137 under one mount point uses only one client connection.</para>
    138 
    139 <para>If you need to set up the <acronym>IPX</acronym> protocol at boot,
    140 you can install the
    141 <filename>/etc/sysconfig/network-devices/services/ipx</filename>
    142 network service script included with the
    143 <xref linkend="intro-important-bootscripts"/> package.</para>
    144 
    145 <screen><userinput><command>make install-service-ipx</command></userinput></screen>
    146 
    147 <para>Next install the
    148 <filename>/etc/sysconfig/network-devices/ifconfig.eth0/ipx</filename>
    149 configuration file with the following commands:</para>
    150 
    151 <screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
    152 cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/ipx &lt;&lt; "EOF"</command>
    153 ONBOOT="yes"
     138# End example .nwclient config file</literal></screen>
     139
     140      <para>The syntax for the <filename>.nwclient</filename> file is simple,
     141      <literal>server_name/user_name password</literal>.  Be extremely
     142      careful when creating or editing this file as the client utilities are
     143      very picky about syntax.  There should always be a space immediately
     144      after the username.  If this space is substituted by a tab or multiple
     145      spaces, you will not get the expected results when attempting to use
     146      the <application>NCPFS</application> tools.  If no password is supplied,
     147      the client utilities will ask for a password when it is needed.  If no
     148      password is needed, for instance when using a guest account, a single '-'
     149      should be put in place of a password.</para>
     150     
     151      <para>It should be noted that the <command>ncpmount</command>
     152      is not intended to mount individual volumes because each mount point
     153      creates a separate client connection to the Novell server.  Mounting
     154      each individual volume separately would be unwise, as mounting all
     155      volumes on a server under one mount point uses only one client
     156      connection.</para>
     157     
     158    </sect3>
     159   
     160    <sect3  id="ncpfs-init">
     161      <title>Boot Script</title>
     162     
     163      <para>If you need to set up the IPX protocol at boot, you can install the
     164      <filename>/etc/sysconfig/network-devices/services/ipx</filename>
     165      network service script included with the
     166      <xref linkend="intro-important-bootscripts"/> package.</para>
     167     
     168      <indexterm zone="ncpfs ncpfs-init">
     169        <primary sortas="f-ncpfs">ncpfs (IPX service script)</primary>
     170      </indexterm>
     171
     172<screen><userinput>make install-service-ipx</userinput></screen>
     173
     174      <para>Next install the
     175      <filename>/etc/sysconfig/network-devices/ifconfig.eth0/ipx</filename>
     176      configuration file with the following commands:</para>
     177
     178<screen role="root"><userinput>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
     179cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/ipx &lt;&lt; "EOF"
     180<literal>ONBOOT="yes"
    154181SERVICE="ipx"
    155 FRAME="<replaceable>[802.2]</replaceable>"
    156 <command>EOF</command></userinput></screen>
    157 
    158 </sect3>
    159 
    160 </sect2>
    161 
    162 <sect2>
    163 <title>Contents</title>
    164 
    165 <itemizedlist>
    166 
    167 <listitem><para><emphasis>Client Utilities:</emphasis> <command>
    168 ncpmount</command>, <command>ncpumountt</command>,
    169 <command>nprintt</command>, <command>nsendt</command>,
    170 <command>nwpasswdt</command>, <command>nwsfindt</command>,
    171 <command>pqlistt</command>, <command>pqrmt</command>, <command>
    172 pqstatt</command> and <command>slist</command>.</para></listitem>
    173 
    174 <listitem><para><emphasis>Server Admin Utilities:</emphasis>
    175 <command>ncopyt</command>, <command>nwbocreatet</command>,
    176 <command>nwbolst</command>, <command>nwbopropst</command>,
    177 <command>nwbormt</command>, <command>nwbpaddt</command>,
    178 <command>nwbpcreatet</command>, <command>nwbprmt</command>,
    179 <command>nwbpsett</command>, <command>nwbpvaluest</command>,
    180 <command>nwdirt</command>, <command>nwdpvaluest</command>,
    181 <command>nwfsctrlt</command>, <command>nwfsinfot</command>,
    182 <command>nwfstimet</command>, <command>nwgrantt</command>,
    183 <command>nwpurget</command>, <command>nwrevoket</command>,
    184 <command>nwrightst</command>, <command>nwtrusteet</command>,
    185 <command>nwtrustee2t</command>, <command>nwuserlistt</command>,
    186  and <command>nwvolinfo</command>.</para></listitem>
    187 
    188 <listitem><para><emphasis><acronym>IPX</acronym>
    189 Interface Utilities:</emphasis>
    190 <command>ipx_cmdt</command>, <command>ipx_configuret</command>,
    191 <command>ipx_interfacet</command>, <command>ipx_internal_nett</command>
    192 and <command>ipx_route</command>.</para></listitem>
    193 
    194 <listitem><para><emphasis>Other Utilities:</emphasis>
    195 <command>ncpmap</command> and <command>nwauth</command>.</para></listitem>
    196 
    197 </itemizedlist>
    198 
    199 </sect2>
     182FRAME="<replaceable>[802.2]</replaceable>"</literal>
     183EOF</userinput></screen>
     184     
     185    </sect3>
     186   
     187  </sect2>
     188 
     189  <sect2 role="content">
     190    <title>Contents</title>
     191   
     192    <segmentedlist>
     193      <segtitle>Client Utilities</segtitle>
     194      <segtitle>Server Admin Utilities</segtitle>
     195      <segtitle>IPX Interface Utilities</segtitle>
     196      <segtitle>Other Utilitie</segtitle>
     197      <segtitle>Installed Libraries</segtitle>
     198      <segtitle>Installed Directories</segtitle>
     199     
     200      <seglistitem>
     201        <seg>ncpmount, ncpumountt, nprintt, nsendt, nwpasswdt,
     202        nwsfindt, pqlistt, pqrmt, pqstatt, and slist</seg>
     203        <seg>ncopyt, nwbocreatet, nwbolst, nwbopropst, nwbormt,
     204        nwbpaddt, nwbpcreatet, nwbprmt, nwbpsett, nwbpvaluest,
     205        nwdirt, nwdpvaluest, nwfsctrlt, nwfsinfot, nwfstimet, nwgrantt,
     206        nwpurget, nwrevoket, nwrightst, nwtrusteet, nwtrustee2t,
     207        nwuserlistt,  and nwvolinfo</seg>
     208        <seg>ipx_cmdt, ipx_configuret, ipx_interfacet, ipx_internal_nett,
     209        and ipx_route</seg>
     210        <seg>ncpmap and nwauth</seg>
     211        <seg>None</seg>
     212        <seg>None</seg>
     213      </seglistitem>
     214    </segmentedlist>
     215
     216  </sect2>
    200217
    201218</sect1>
Note: See TracChangeset for help on using the changeset viewer.