source: basicnet/netprogs/ncpfs.xml@ 2174baa

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 2174baa was 2174baa, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Fixed a tag indentation.

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