The Ultimate Citrix Install Guide
 
1 - Preface
2 - Project Management
3 - Analysis Phase
4 - Design Phase
5 - Implementation Phase
  1. Implementation Overview

2. Prepare the Network Environment

3. Add Users to a Terminal Services Environment

4. 3rd Party IMA Data Store Installation Instructions

5. Install Operating System

6. Install MetaFrame XP

7. Tweak Windows 2000 / MetaFrame XP

8. Rapid Server Deployment

9. How to create a Zone & Move MetaFrame Servers to it

10. ICA Client Update Configuration Utility

11. How to Setup Automatic Reboot for MetaFrame Servers

12. Client Drive Mapping

13. Install Applications

14. Publishing through the Citrix Management Console

15. How to Build a Stable Printing Environment

16. NFuse Integration

17. Citrix Web Console (CWC)

18. How to Secure a Internet Information Services (IIS) Server

19. Citrix Management Console (CMC)

20. Microsoft Terminal Services License Server

21. Implement System Policies

22. Implementation - Checkpoint
6 - Readiness Phase
7 - Rollout Phase
8 - Appendix

12. Client Drive Mapping

During the File Storage section of the Design Phase, you should have documented how client drives will be configured.  Client drive mapping is just one of the features of MetaFrame XP that you will need discuss with you customer and decide how you will be working with the client drives.  Client drive mapping is built into the standard Citrix device redirection facilities and the client drives appear as a network type (Client Network) in Network Neighborhood. The clients disk drives are displayed as shared folders with mapped drive letters. These drives can be used by Windows Explorer and other applications like any other network drive.

By default, the drives on the client system are all automatically mapped.   If the MetaFrame servers drives were not remapped during installation of MetaFrame then the client drives will, by default, start with V$  and continue mapping all available client disk drives and CDROMS in ascending order.  If they were remapped then the client drives will start with C$.  The client drive letter is a configurable setting via the servers registry.  (this is a per server setting, so if you choose to change the default drive letter then you will need to make the change on all your MetaFrame servers)    Remember if you configure MetaFrame to automatically auto-create drive then you will need to make sure enough drive letters are available. 

You are able to disable automatic client drive mapping and through the Client Settings dialog box of a selected ICA connection in the Citrix Connection Configuration Utility. The Connection options control whether drives are auto-created. If this option is cleared, the devices are still available but must be mapped to drive letters manually. 

 

Below you will find how the different ways to manually connect ICA client drives.

 


12. 1.     How to Manually Map Client Drives

If during the File Storage section of the Farm Design you decided upon disabling automatic client drive creating, then you need to manually map client drives. 

I recommend that you disable auto-creation of client drives and opt to manually map client drives through a script or from the command line.  

In order to manually map client drives follow the following procedures:

1.       Click Start Click Programs Click Citrix Click MetaFrame XP Click Citrix Connection Configuration double-click on your connection type.

2.       Click the Client Settings button

3.       Uncheck the Inherit user config button.

4.       Uncheck the Connect Client drives at Logon button.

5.       Click OK.

6.       You are now ready to manually map client drives.  This can be done in a multitude of ways.

       You can configure all MetaFrame users at once through the %SystemRoot%\System32\UsrLogn2.Cmd file.   

       You can configure drive mapping on a user / group basis through login scripts.

       You can instruct your users to manually map via the command line.

Add the following line to each of the above ways to manually connect client drives:

 

net use x: \\client\c$  

 

Note: where x: is the drive letter you want to map and c$ in the client drive you want mapped.

 

NET USE connects a computer to or disconnects a computer from a shared resource, or displays information about computer connections. The command also controls persistent net connections.

net use [devicename | *] [\\computername\sharename[\volume]] [password | *]] [/user:[domainname\]username] [[/delete] | [/persistent:{yes | no}]]

net use devicename [/home[password | *]] [/delete:{yes | no}]

net use [/persistent:{yes | no}]

 

None

Used without parameters, net use retrieves a list of network connections.

 

devicename

 

Assigns a name to connect to the resource or specifies the device to be disconnected. There are two kinds of device names: disk drives (D: through Z:) and printers (LPT1: through LPT3:). Type an asterisk instead of a specific device name to assign the next available device name.

 

\\computername\sharename

Specifies the name of the server and the shared resource. If computername contains blank characters, enclose the entire computer name from the double backslash (\\) to the end of the computer name in quotation marks (" "). The computer name may be from 1 to 15 characters long.

 

\volume

Specifies a NetWare volume on the server. You must have Client Service for NetWare (Windows 2000 Professional) or Gateway Service for NetWare (Windows 2000 Server) installed and running to connect to NetWare servers,

Password

Specifies the password needed to access the shared resource.

 

*

Produces a prompt for the password. The password is not displayed when you type it at the password prompt.

 

/user

Specifies a different user name with which the connection is made.

Domainname

Specifies another domain. For example, net use d:\\server\share user:admin\mariel connects the user identifier mariel as if the connection were made from the admin domain. If domainname is omitted, the current logged on domain is used.

 

Username

Specifies the user name with which to log on.

 

/delete

Cancels the specified network connection. If the user specifies the connection with an asterisk, all network connections are canceled.

 

/home

Connects a user to the home directory.

 

/persistent

Controls the use of persistent network connections. The default is the setting used last. Deviceless connections are not persistent.

 

Yes

Saves all connections as they are made, and restores them at next logon.

 

No

Does not save the connection being made or subsequent connections. Existing connections are restored at the next logon. Use the /delete switch to remove persistent connections.

12. 2.    How to Change the Default Client Drive Letter

If during the File Storage section of the Design Phase, you decided to have MetaFrame auto-create drives and you decided upon a starting drive letter other than the default (V:),  you will need to need to configure the registry on every MetaFrame server with the default drive letter to be used. 

 

The following procedures will configure auto drive mapping to default to a specific drive letter:

 

1.       Click Start click Run type: REGEDIT click OK.

2.       Broswe to the following Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix Click Edit Click New Click String Value.

3.       A new String Value to is created, type InitialClientDrive in the String Value Name field.


 

 

4.       In the String field, type Z:  (Z: being the drive letter you want to start with)

5.       Click OK.

 

DABCC Site Map | Legal Notice | Privacy Statement | All Rights Reserved for DABCC, Inc.