Cisco Model D-PCG1000 PowerKEY CAS Gateway User Guide

Page of 142
 
 
One-For-All 
4023142 Rev B 
23 
 
Configuring One-For-All 
1  Open an xterm window on the Application Server. 
2  Type cd  /export/home/dncs and press Enter. The /export/home/dncs directory 
is now the working directory. 
3  Type vi  .profile and press Enter. The vi editor opens the .profile file for editing. 
Note: Be sure to type a period (.) before the word "profile." 
4  Use the arrow keys to move to the bottom of the file. 
5  Type o. A new line appears at the end of the file. 
6  Type the following lines at the end of the file and press Enter after each line. 
PPV_DEFAULT_LANGCODE="<language>"; 
export PPV_DEFAULT_LANGCODE; 
Examples (English, French, Spanish, Japanese and Arabic):     
PPV_DEFAULT_LANGCODE="eng"; 
PPV_DEFAULT_LANGCODE="fra"; 
PPV_DEFAULT_LANGCODE="spa"; 
PPV_DEFAULT_LANGCODE="jpn"; 
PPV_DEFAULT_LANGCODE="ara"; 
Important: Ensure that the PPV_DEFAULT_LANGCODE you set is different 
from the Application Server default language, and one which is likely to be used 
for a PPV event description. 
Notes:  
 
Currently, five language options are available. In order to set the default 
language to English, type "eng". For French type "fra". For Spanish type "spa".  
 
Japanese "jpn" is available for SR 4.0, 4.2 and later. 
 
Arabic "ara" is available for SR 4.3 and later. 
7  Press Esc. 
8  Type :wq and press Enter. The vi editor saves and closes the .profile file. 
9  On the Application Server, run the appControl utility 
Stopping and Restarting a 
Server Process (on page 71), to stop and restart the PPV processes. This will 
activate these new values.