source: basicnet/netprogs/ncpfs.xml@ d93dcd2

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
Last change on this file since d93dcd2 was d93dcd2, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged ncpfs.xml.

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

  • Property mode set to 100644
File size: 8.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ncpfs-download-http "http://platan.vc.cvut.cz/ftp/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz">
8 <!ENTITY ncpfs-download-ftp "ftp://platan.vc.cvut.cz/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz">
9 <!ENTITY ncpfs-md5sum "5fd2ec0680ba7e66df142637e17a5ac9">
10 <!ENTITY ncpfs-size "1.6 MB">
11 <!ENTITY ncpfs-buildsize "30 MB">
12 <!ENTITY ncpfs-time "0.52 SBU">
13]>
14
15<sect1 id="ncpfs" xreflabel="NCPFS-&ncpfs-version;">
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>
69
70<screen><userinput>./configure --prefix="" --includedir=/usr/include \
71 --mandir=/usr/share/man --datadir=/usr/share &amp;&amp;
72make &amp;&amp;
73make install &amp;&amp;
74make install-dev</userinput></screen>
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
133
134Server1/User1 Password
135Server2/User1
136Server2/Guest1 -
137
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"
181SERVICE="ipx"
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>
217
218</sect1>
219
Note: See TracBrowser for help on using the repository browser.