source: basicnet/netprogs/ncpfs.xml@ 061ec9d

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 061ec9d was 061ec9d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

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

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