- Instant Access
- Introduction to Novell Clients
- The Traditional Novell Client
- Installing the Client Software
- Removing the Client Software
- Installing from a Web Server
- Upgrading the Novell Client
- Novell Client Install Manager
- Novell Client Upgrade Agent
- Automatic Client Upgrade
- The Client Login
- Configuring the Client
- NetIdentity
- Other Novell Clients
- Native File Access
Automatic Client Upgrade
Although the Client Upgrade Agent has largely replaced this functionality, Novell still offers the ACU feature to automate the upgrade of multiple existing workstations to the latest Novell client. With the ACU, you place ACU commands in a container login script to detect whether the client software needs to be installed, and then the ACU updates the workstation automatically, if necessary, when the user logs in. For more information on login scripts, see Appendix B.
The ACU feature works best in situations when your workstations have similar configurations, because you define a common set of instructions for updating all the workstations in the same way.
To use the ACU process to upgrade a workstation to the Novell client, complete the following steps:
Copy the complete \WINNT or \WIN95 directory structure to the server from which users will access the client files. This structure is created when you extract the Novell client files from the Zip file downloaded from http://download.novell.com.
(Conditional) If you want to create an install routine that doesn’t require any user input, use NCIMan to create an UNATTEND.TXT file, as discussed previously in this chapter. Save the UNATTEND.TXT file in the same directory from which users will run SETUP.EXE or SETUPNW.EXE to install the new Novell client. If you use a platform-specific configuration file to configure the Novell client and you are using ACU.EXE, you must change the [UNATTENDFILE] option to Yes in the ACU.INI file, found in the WINNT\i386 directory.
Use iManager to add the following to the container login script for those users whom you want to receive the updated client. These commands support both Windows 9x and Windows XP/2000 clients:
When the login script executes during a user login, the appropriate setup program will check the Windows Registry on the destination workstation to see exactly which version of the client is currently running. The setup routine will run only if the workstation’s Registry indicates a Novell client version older than the version to be installed.
IF OS = "WINNT" THEN @\\SERVERNAME\VOLNAME\...\SETUPNW.EXE /ACU /u:UNATTEND.TXT END IF OS = "WIN95" THEN @\\SERVERNAME\VOLNAME\...\SETUP.EXE /ACU /u:UNATTEND.TXT END
The next time the users in the group log in, their workstations will be upgraded automatically to the new Novell client. For more information on ACU options, see the Novell online documentation.