Technote (troubleshooting)
Problem(Abstract)
The cleartool mount -all command of IBM Rational ClearCase runs slowly when you run the command from a Microsoft Windows 7 client.
Symptom
The cleartool mount -all command needs 3 seconds to run for every Versioned Object Base (VOB).
Cause
Windows 7 tries to open the VOB storage directory through Server Message Blocks (SMB) before connecting through Network File System (NFS). This attempt occurs for every VOB storage directory.
The 3 s is the time SMB waits for the server response.
Environment
Microsoft Windows 7 Enterprise that uses the NFS client to mount a UNIX or Linux VOB storage directory.
Diagnosing the problem
A network trace shows that Windows first uses the SMB2 protocol to connect to the \\<vobservername>\<export> . Afterwards Windows uses NFS.
Resolving the problem
Mount the VOB server's NFS export, before you run the cleartool mount command. In this way Microsoft Windows uses NFS immediately.
From the Windows command line, submit a command with the following syntax.
mount <VOB server name or IP_address>:<export name> <drive letter>
EXAMPLE 1 (specifying a drive letter)
C:\Windows\system32>mount a_server.ibm.com:/export/vobstorage Z:
Z: is now successfully connected to a_server.ibm.com:/export/vobstorage
The command completed successfully.
EXAMPLE 2 (using an asterisk allowing Windows to select the next available drive letter)
M:\user_view5>mount <servername>:/export/vobstorage *
N: is now successfully connected to <servername>:/export/vobstorage
The command completed successfully.
NOTE
If you mount the complete VOB storage directory path, you need to mount each VOB storage directory path individually.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.