Cisco Cisco ONS 15310-MA SONET Multiservice Platform Guía Para Resolver Problemas

Descargar
Página de 12
Ability of the browser to launch the CTC application: Verify whether your web browser (Internet
Explorer or Netscape) is able to launch the CTC application.
• 
If these conditions are met, you must be able to manually launch the CTC application from the command line.
The procedure in the next section explains how to launch CTC directly from the Common−Control and Cross
Connect Cards (XTCs) of the ONS 15327, through FTP to download files from the 15327. The next section
also explains how to run a script or batch file to launch CTC.
Launch the CTC Application from Common−Control and
XTCs
The For Expert Users section provides instructions for experienced readers. Novice readers must follow the
expanded explanation in the For Beginners section.
For Expert Users
Complete these steps to launch the CTC application directly from the Common−Control and Cross Connect
Cards (XTCs) of the ONS 15327 through FTP:
Create a new directory in the 
C:\
 drive, and name the directory 
TEMP\FS
.
1. 
Go to the directory named 
C:\TEMP\FS
.
2. 
Use FTP to navigate to the IP address assigned to the 15327.
3. 
Log in, and set the binary mode with the bin command.
4. 
Use the get command to retrieve these six files through FTP:
vbjorb.jar
♦ 
launcher.jar
♦ 
compat.jar
♦ 
net.jar
♦ 
ele15327.jar
♦ 
if.jar
♦ 
For example, ftp>get vbjorb.jar
5. 
Exit the FTP application with the quit or bye command.
6. 
From the 
C:\TEMP
 prompt, create a new file called CTC.BAT. Cisco recommends that you do not
use the Windows Notepad application for this action.
7. 
Copy this script directly to the CTC.BAT file:
rem −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−  
rem This script assumes that the JRE is installed in C:\Program  
rem Files\JavaSoft\JRE\1.2. This script resides in C:\TEMP and  
rem there is a directory C:\TEMP\FS which contains the following  
rem JAR files: vbjorb.jar, launcher.jar, net.jar ele15327.jar and  
rem if.jar. You can FTP these files from the XTC if necessary.  
rem You must run this script from the C:\TEMP directory, or  
rem modify all of the references to C:\TEMP below.  
rem −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−  
@echo off  
"C:\Program Files\JavaSoft\JRE\1.2\bin\java.exe" 
−Xmx128m −Dctc.orb.jarfile=vbjorb.jar −Dctc.cachejars=false 
−Xbootclasspath:c:\temp\fs\vbjorb.jar;
"C:\Program Files\JavaSoft\JRE\1.2\lib\rt.jar" 
−jar C:\TEMP\fs\LAUNCHER.jar file:///C:\TEMP %1% 
8.