2011년 7월 8일 금요일

DataStage 7.x에서 Serial 업데이트 하기

1. 동작중인 모든 Job을 중지하고, Client도 logout 한다.

2. DSEngine directory로 이동

   . dsenv 적용.

3. 아래의 명령을 실행하여 설치된 제품을 확인
 
[dsadm@localhost DSEngine]$ bin/uvregen -c
Configuration data for license number 701094:
CPU limit  =    8
User limit =    8
Expiry date=    10/10/2006
Warning licensing is in effect.
-DSPX           package is installed.
        Expiry date = 10/10/2006
-DSMF           package is installed.
        Expiry date = 10/10/2006
-DSSRV          package is installed.
        Expiry date = 10/10/2006
       
4. .uvconfig 파일을 백업
   - Copy the .uvconfig file to .uvconfig.old.
   - Copy the .uvconfig.bak file to .uvconfig (이 작업을 하지 않으면 5번작업에서 바뀐 serial번호를 적용할 수 없다.)

5. 아래 형식과 같이 relicensing

bin/uvregen "authcode" -s serialnumber-DSSRVCPU# -l 8 -d expired_date   (Server)
bin/uvregen "authcode" -s serialnumber-DSPXCPU# -l 8 -d expired_date    (PX)
bin/uvregen "authcode" -s serialnumber-DSMFCPU# -l 8 -d expired_date    (MVS)

- "authcode" Authorization Key
-s serialnumber needs to be replaced with the actual Serial number.
The CPU# is the number of cpus.
-l ( lower case L)

for example:
bin/uvregen "yFBaxyHyWrU" -s 86749-DSSRV8 -l 8 -d 01/01/2500

6. DS Server 재시작

댓글 없음:

댓글 쓰기