AIX 언어팩 설치 방법

IT/AIX | 2012. 9. 25. 14:36
Posted by 까군

* cd롬 mount/unmount

root 로그인 후....cd롬에 OS 1번 cd 삽입.....

#mkdir /cdrom
#mount -r -v cdrfs /dev/cd0 /cdrom
#cd /cdrom 으로 이동후 마운트 여부(파일목록) 확인

--------------- umount -----------------
#umount /cdrom

--> unmount: 0506-349 Cannot unmount /dev/cd0: The requested resource is busy. 와 같은 메시가 뜨면서 unmount 되지 않을때 아래대로 대처하면 됨.

How To Remove a CD on AIX

11) To unmount the CD

umount /mnt

12) If you get a command that says “Cannont umount /dev/cd0: the requested resource is busy”, you probably need to change directory

# cd /

# umount /mnt

--> #cdeject도 실행안될경우 동일하게 하면 됨....
----------------------------------------

==================================
(1) CD를 자동으로 마
운트 하는 방법

# lssrc -a | grep cdrom
cdromd inoperative

# startsrc -s cdromd
0513-059 The cdromd Subsystem has been started. Subsystem PID is xxxxx.
-> CD를 관리하는 데몬  띄우기!!

# lssrc -s cdromd
Subsystem Group PID Status
cdromd xxxxx active
==================================

* 언어팩 설치

#smit lang

1. Add Additional Language Environments 선택 후 Enter....

2. CULTURAL convention to install 선택 후 "F4" 키를 눌러 리스트 확인
      2.1  "/"입력후 "korea"로 검색
      2.2 IBM-eucKR Korean [ko_KR] 선택 후 Enter...

3. LANGUAGE translation to install 선택 후 "F4" 키를 눌러 리스트 확인
     3.1 "/"입력후 "korea"로 검색
     3.2 IBM-eucKR Korean [ko_KR] 선택 후 Enter...

4. INPUT device/directory for software 선택 후 "F4"키 눌러 리스트 확인
    /dev/cd0             (/cdrom) 선택

5. Enter....

 

* Error1. Base Level FileSet이 설치되어 있지 않거나 없는 파일이라는 메시지가 뜨면서 Fail이 떨어질 경우
ex> X11.fnt.ucs.ttf_extb 6.1.0.0 , bos.iconv.ko_KR 4.1.0.0  두개가 더 필요하다는 메시지 뜸.

#smit installp 실행

--> 위 명령 실행 전 2번 CD 마운트
---------------------------
1. Install SoftWare 선택 후 Enter
2. INPUT device / directory for software 에 "F4" 클릭 후 /dev/cd0              (cdrom) 선택하면...하단에 선택옵션이 나열됨.
3. SOFTWARE to intall 선택 후  "F4"
    3.1 "/" 입력 후 설치할 Fileset명 입력 후 Enter.........
    3.2 ACCEPT new license agreements? 항목 "F4" 클릭 후 "yes"로 변경 Enter.....
Enter..두번..

좌측 상단에 "Command: OK" 확인

 

 

 

 

 

[문제점]
웹애플리케이션 소스중 특정 패키지의 소스를 보안상 이유(또는 다른 이유)로 jar로 배포해야할 경우 Component-Scan의 base-package에 해당되는데도 bean생성을 못하는 경우가 있다.

[해결방안]
이클립스의 export기능으로 만들었다면 Add directory entries 옵션을 선택하고 jar를 만들면 된다.

[원인]
default로 이클립스는 jar를 만들때 클래스만 패키징하고 디렉토리는 집어넣지 않아서 컴포넌트 스캔 시 문제가 발생하는 것이다.

'IT > FrameWork' 카테고리의 다른 글

[eGovFrame] 쿠키 사용 제한  (0) 2012.07.13
[eGovFrame]세션 종료시점 이벤트 핸들링  (0) 2012.07.13
 

세상에는 두 종류의 사람이 있다

명언 | 2012. 9. 7. 09:52
Posted by 까군

세상에는 두 종류의 사람이 있다

세상에는 두 종류의 사람들이 있다.
자신이 할 수 있다고 생각하는 사람과
할 수 없다고 생각하는 사람이다.
물론 둘 다 옳다.
(There are two kinds of people in this world:
those who think they can, and those who think they can't,
and they're both right.)
-
헨리 포드(Henry Ford)

성공과 실패의 경험이 그러한 믿음을 강화시키기도 하지만,
오히려 생각에 따라 성공과 실패가 갈리는 경우가 더 많습니다.
위대한 성과는 ‘큰 목표를 세우고,
할 수 있다는 강한 자신감 하에
과감히 도전하는 사람들’이 만들어 냅니다.
반면, ‘할 수 없다. 어렵다. 안 될 것이다'라고
처음부터 지레 겁을 먹고 시작하면,
이룰 수 있는 것이 하나도 없습니다.

Although experiencing success and failure can influence one
s mindset,
more often than not it is the mentality that determines the outcome.
Great results are produced by
people with ambitious targets,
supreme confidence, and the boldness to meet challenges head-on.

On the other hand, nothing can be achieved if one starts off afraid;
thinking
its impossible, its too hard, or it wont work.

- 행복한 경영이야기 중에서 -

 

블로그 이미지

까군

카테고리

분류 전체보기 (62)
IT (21)
생활 (0)
명언 (41)