source: basicnet/netprogs/ncpfs.xml@ 86af98a

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

Updated trunk sources to use DocBook DTD XML 4.4

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

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