This chapter concerns performing backup and restores in a NetWare 6 environment. The objectives important to this chapter are found on page 13-1:
Concepts:
Identify the Purpose of Novell Web ServicesThe chapter presents a list of components of Novell web services:
The chapter explains that the services listed above provide interfaces to NetWare for the web and net based services described earlier in the text: Install, Configure, and Manage Enterprise Web ServerThe procedure for installing Novell's Enterprise Web Server begins with an instruction that is not always made clear. You install from the NetWare installation CD. To do so, while the server is running, put the CD in your CD drive, go to the server console, and enter the command CDROM. This will mount the CD, making it accessible from the install command in the GUI. Some advice is offered about installation options. It is possible to allow LDAP service to use clear text passwords. This would allow your LDAP server to accept unencrypted data as well as unencrypted passwords. This is probably not a good idea, if you are at all concerned about security for passwords and data. To run the Novell Enterprise Web Server, the console command is NSWEB. To stop the web server, the command is NSWEBDN. NetWare Web ManagerWe have used NetWare Web Manager in other chapters. We are reminded here that the default port for it is 2200. This is only a default, and can be changed if desired. Whichever port is used, you should make sure that your firewall software allows traffic on that port. From the server console prompt, you can start web services by executing the NSWEB command. The text explains that this command runs NVXALLUP.NCF. (The name of this file is a bit cryptic. It relates to the word NOVONYX, which is a carryover from earlier web products offered from Novell and Netscape.) Once the services are up and running, you can use NetWare Web Manager to configure them. As noted in other chapters, you can access the NetWare Web Manager with a browser. Use HTTPS protocol to access port 2200 (or the port you configured), at either the IP address of the server running web services, or the domain name of that server. You must authenticate to the Web Manager as an administrator. Configuring Enterprise Web Server with Web ManagerWeb Manager provides a selection of configuration controls for your web serve. Among them are:
As illustrated in your text, when the web server software is installed, a default directory (primary directory) for web documents is created on the server. It is located at sys:\novonyx\suitespot\docs. You may configure the server to use some other directory as the default. Novell recommends using a directory on a volume other than SYS:. Whatever directory you specify as the default, your users need not know
it exists. Whatever directory you make the default directory, any
document you place in that directory will appear to users as being
at the root of the server. For example, you might place a document
called FAQ.HTML in the default location.
Another way of saying this is that the URL for your server points directly to the default directory for that server. Any subdirectory that you place in the default directory will appear to users as a directory off the root of the server. This saves users from having to remember the actual long pathname, and it gives you an element of security. Another advantage exists: if you move your files to another location, you need only tell the server the name of the new default directory. Users need not be involved. To change the primary document directory:
Install and Configure NetWare FTP ServerMost browsers support FTP. One way to use FTP with a browser is to contact the FTP server on a network, using the name of the server, and opening the address request with ftp:// instead of http://.
The procedure to install the FTP server is no different from the procedure to install the web server. The only difference is which product to choose for installation. The FTP server is configured by settings saved in this file: SYS:\ETC\FTPSERV.CFG. The settings are created and saved by using FTP Server Manager, which is accessed through NetWare Web Manager. Some configuration options are listed below:
If you intend to provide FTP access to users who are not logged in to your system, you will want to enable anonymous user access. This requires that you create a user in your Tree called anonymous, and grant appropriate eDirectory and file system rights to that user. It also requires that you configure three settings through FTP Server Manager:
Rights may be assigned to containers, users, domains, and hosts. The possible rights are:
Overlapping rights assignments are possible. In the case of multiple assignments, read the lines in sequence to see what rights are actually in effect. For example, the text suggests that the following rights may be granted by three lines in the SYS:/ ETC/FTPREST.TXT file. *.baker ACCESS=ALLOW *.novell.baker ACCESS=DENY .user1.novell.baker ACCESS=READONLY |