일단 아시겠지만, MPE는 완전한 리눅스입니다. 시스템 관련 설정은 직접 콘솔에 접근해서 하셔야 합니다.
간단하게 과정을 요약하자면,
1. 로케일 파일 다운로드
2. 로케일 설치
3. 로케일 선택(GUI)
4. 서비스 재시작
1. 로케일 파일은 다운로드 받습니다. 시스코 홈페이지에서 받은 파일을 FTP 서버에 두고, 내려받으면 편합니다.
먼저 SSH로 접속하여 root로 권한 변경을 합니다.
[mpxadmin@MPEV mpxadmin]$ su
Password:
[root@MPEV mpxadmin]#
[root@MPEV mpxadmin]#
[root@MPEV mpxadmin]# ftp 10.0.9.11
Connected to 10.0.9.11.
220 ProFTPD 1.2.9 Server (ProFTPD Default Installation) [nexpert.u-stor.net]
500 AUTH not understood
500 AUTH not understood
KERBEROS_V4 rejected as an authentication type
Name (10.0.9.11:mpxadmin): netcreate
331 Password required for netcreate.
Password:
230 User netcreate logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> lcd
Local directory now /home/mpxadmin
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> get CUMPE_LanguagePack_ko_KR-2.0.2.126.bin
local: CUMPE_LanguagePack_ko_KR-2.0.2.126.bin remote: CUMPE_LanguagePack_ko_KR-2.0.2.126.bin
227 Entering Passive Mode (10,0,9,11,5,5).
150 Opening BINARY mode data connection for CUMPE_LanguagePack_ko_KR-2.0.2.126.bin (95758962 bytes)
######################################################################################################
---------------- 중간 생략 -----------
######################################################################################################
226 Transfer complete.
95758962 bytes received in 26 seconds (3.6e+03 Kbytes/s)
ftp> quit
221 Goodbye.
2. 이제 설치를 하셔야 합니다.
[root@MPEV mpxadmin]# pwd
/home/mpxadmin
[root@MPEV mpxadmin]# ls
CUMPE_LanguagePack_ko_KR-2.0.2.126.bin
[root@MPEV mpxadmin]# sh CUMPE_LanguagePack_ko_KR-2.0.2.126.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Preparing CONSOLE Mode Installation...
===============================================================================
Cisco MeetingPlace Express Language Pack (Korean)(created with InstallAnywhere by Macrovision)
----------------------------------------------------------------------------------------------
===============================================================================
Introduction
------------
InstallAnywhere will guide you through the installation of Cisco MeetingPlace
Express Language Pack (Korean).
It is strongly recommended that you quit all programs before continuing with
this installation.
Respond to each prompt to proceed to the next step in the installation. If you
want to change something on a previous step, type 'back'.
You may cancel this installation at any time by typing 'quit'.
PRESS <ENTER> TO CONTINUE:
===============================================================================
License Agreement
-----------------
Installation and Use of Cisco MeetingPlace Express Language Pack (Korean)
Requires Acceptance of the Following License Agreement:
End User License Agreement
---------- 중간 생략 --------------------
PRESS <ENTER> TO CONTINUE:
govern.
DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): y
===============================================================================
Pre-Installation Summary
------------------------
Please Review the Following Before Continuing:
Product Name:
Cisco MeetingPlace Express Language Pack (Korean)
Install Folder:
/opt/cisco/meetingplace_express
Disk Space Information (for Installation Target):
Required: 241,550,926 bytes
Available: 3,272,949,760 bytes
PRESS <ENTER> TO CONTINUE:
===============================================================================
Installing...
-------------
[==================|==================|==================|==================]
[------------------|------------------|------------------|-----------------!-]
===============================================================================
Installation Complete
---------------------
Congratulations. Cisco MeetingPlace Express Language Pack (Korean) has been
successfully installed to:
/opt/cisco/meetingplace_express
PRESS <ENTER> TO EXIT THE INSTALLER:
3. 로케일 선택
mpe의 admin으로 접속한 후 system configuration -> Usage Configuration에서 Language 1을 Korean으로 바꿉니다.
4. 서비스 재시작
[root@MPEV mpxadmin]# mpx_sys restart
Restarting Cisco MeetingPlace Express...
Stopping MeetingPlace SNMP/R: [ OK ]
Stopping mpe-tomcat-main: [ OK ]
Stopping mpe-tomcat-securewebservices: [ OK ]
Shutting down breeze: [ OK ]
Shutting down fcsmaster: [ OK ]
Shutting down fcsadmin: [FAILED]
Stopping MeetingPlace application: [ OK ]
Stopping MeetingPlace License Manager: [ OK ]
Stopping MeetingPlace database: [ OK ]
Stopping MeetingPlace Java RMI: Shutting down RMI Registry:
[ OK ]
----------
Stopping Cisco MeetingPlace Express: [ OK ]
Starting MeetingPlace Java RMI: Starting RMI Registry:
starting daemon
mpxadmin
[ OK ]
Starting MeetingPlace database: [ OK ]
Starting MeetingPlace License Manager: [ OK ]
Starting MeetingPlace application: [ OK ]
Starting breeze: [ OK ]
Starting fcsmaster: [ OK ]
Starting fcsadmin: [ OK ]
Starting mpe-tomcat-main: ! [ OK ]
Starting mpe-tomcat-securewebservices: [ OK ]
Starting MeetingPlace SNMP/R: [ OK ]
----------
Starting Cisco MeetingPlace Express: [ OK ]
[root@MPEV mpxadmin]#
[root@MPEV mpxadmin]#