You may want to load workstation operating system (OS) files onto the network to save workstation disk space or to allow diskless workstations to log in to the network.
Create a directory in SYS:PUBLIC for each workstation type and version of DOS you will be using on your network.
Name your directories according to the following convention:
SYS:PUBLIC/machine/os_type/os_version
For each directory, replace machine with the six-letter machine name of the workstation (such as IBM_PC or COMPAQ).
Replace os_type with the type of DOS you are using (such as MSDOS or DRDOS). Replace os_version with the DOS version number.
For example, to install MS-DOS* 5.0 on an IBM PC, go to SYS:PUBLIC to create the DOS subdirectory. To use the DOS MD command, type the commands shown below (in order):
MD IBM_PC <Enter>
CD IBM_PC <Enter>
MD MSDOS <Enter>
CD MSDOS <Enter>
MD 50 <Enter>
CD 50 <Enter>
Load DOS.
Follow the instructions in the DOS documentation to load the DOS software into the directories you created.
In the system login script, map the second search drive to the DOS directory.
If all users have the same types of workstations and are using the same version of DOS, you will probably have only one DOS directory. In this case, add a line similar to the following, substituting the correct directory names:
MAP S2:=SYS:PUBLIC\IBM_PC\MSDOS\50
If your network has more than one DOS directory, use variables to indicate the directory path. These variables are replaced by the correct information from the workstation software when each user logs in. Enter the following command, exactly as shown, in the login script:
MAP S2:=SYS:PUBLIC\%MACHINE\%OS\%OS_VERSION
(The first search drive should be mapped to the PUBLIC directory so that users can access NetWare utilities.) For the %MACHINE variable to work, make sure the long machine type is set in each station's NET.CFG file. For example, a station might have the following line in its NET.CFG file:
LONG MACHINE TYPE = IBM_PC
Add COMSPEC to the system login script.
Following is the proper syntax for the COMSPEC command:
COMSPEC=Y:COMMAND.COM
This command tells the workstation where to find the command processor.
| For more information about | See |
|---|---|
Loading DOS on the network |
The DOS manual that came with your software |
Login scripts |
|
Mapping search drives |
|
Running DOS on a workstation |
Novell Client documentation |
You can load MS Windows onto a network in several ways:
Instructions for the first two options are included in the documentation that came with your MS Windows software. Instructions for loading program and user files on the server are included in this section.
Following are some advantages of having all MS Windows files installed on the server:
The only real disadvantage of having all MS Windows files installed on the server is that it causes more network traffic.
Use the following files to run MS Windows with NetWare functionality. These files are in the Workstation for DOS/Windows kit.
Install MS Windows server software, using the SETUP /A option.
For complete information about the MS Windows SETUP options and the installation procedure, see the documentation that came with your MS Windows software.
Create a Group object for users who will be running MS Windows.
For instructions for creating a Group object, see Managing Group Objects.
Make the MS Windows Group object a trustee of the MS Windows directory.
For instructions on granting trustee assignments, see Adding a Trustee to a Directory or File.
Create a directory for each user to store user-specific MS Windows files.
WIN.COM and files such as .GRP and .INI files are stored here.
Add the following information to the system login script.
An example of the syntax for these login script entries appears at the end of this step.
Map a drive to the user-specific directories for the MS Windows group.
Map a search drive to the MS Windows directory for the MS Windows Group object.
Set the MS Windows TEMP directory to a subdirectory of the user directory.
The following example shows the system login script entries you would add to set up MS Windows 3.1 on the network:
IF MEMBER OF WIN31 THEN
MAP INS P:=SYS:USERS\%LOGIN_NAME\WIN31
MAP INS S16:=SYS:APPS\WINAPPS\WIN31
SET TEMP = P:\USERS\%LOGIN_NAME\WIN31\TEMP
END
Set up the workstations by completing the following steps.
Change to the search drive mapped to the MS Windows directory.
Enter the drive letter only.
Modify the user AUTOEXEC.BAT and CONFIG.SYS files by typing:
SETUP /N <Enter>
Select the Custom option to make sure environment variables are correct. When MS Windows prompts for a path during setup, enter the drive letter instead of the path.
Install the Novell Client software.
Follow the instructions in the Novell Client documentation to install the workstation software and update NetWare-specific files in the MS Windows directory.
You can load various types of network applications, such as word processing or spreadsheet programs, to make them available to users. When loading applications, keep the following in mind:
Directory Map objects are useful in login scripts. Instead of mapping a drive to a specific directory path, you map a drive to a Directory Map object that points to a directory. Then, if you change the directory path, you need to change only the Directory Map object's definition.
| For more information about | See |
|---|---|
Creating login scripts |
|
Mapping search drives and fake roots in login scripts |
Application programs need a set of file system rights that make them available to users, yet protect them from being corrupted. Keep the following guidelines in mind as you assign file and directory rights to executable, application, and program files.
When you are ready to assign file and directory attributes and rights, see Making the File System Secure and Accessible.
Use the FLAG utility to assign the following rights:
| For more information about | See |
|---|---|
Understanding file system rights |
Effective rights and Rights in Concepts |
Assigning file and directory rights |
|
Using the FLAG utility |
FLAG in Utilities Reference |