source: basicnet/netprogs/ncpfs.xml@ 88494257

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 88494257 was 339fbfb9, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos and minor wording changes to various Chapter 18 package instructions

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

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