source: basicnet/netprogs/ncpfs.xml@ 25475f5

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 25475f5 was 25475f5, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Basicnet.

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