source: basicnet/netprogs/ncpfs.xml@ 5cd0959d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

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