[추후 보충 필요]

 

http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1/topic/com.ibm.websphere.ops.doc/info/reference/radtaskapped.html


 

pcrea04@was:/app/was/BuildServer/scripts>cat rollout.sh

#!/bin/sh

# $1 EAR Name

# $2 username

# $3 password

# $4 edition


if [ $# -ne 4 ]; then

        echo "[Usage]rollout.sh [EARName] [username] [password] [edition]"

        exit 1

fi


WAS_HOME=/app/was/WebSphere/AppServer/

SCRIPT_HOME=/app/was/BuildServer/scripts

TMP_HOME=/app/was/BuildServer/tmp



$WAS_HOME/bin/wsadmin.sh -profileName Dmgr02 -conntype SOAP -host pcrea04 -port 8881 -username $2 -password $3 -lang jython -c "print AdminTask.rolloutEdition (['-appName', '$1', '-edition', '$4', '-params','{rolloutStrategy atomic}{resetStrategy hard}{drainageInterval 30}'])"

 

이 글은 스프링노트에서 작성되었습니다.

Posted by 아프락사스
<< PREV : [1] : ... [30] : [31] : [32] : [33] : [34] : [35] : [36] : [37] : [38] : ... [155] : NEXT >>

BLOG main image

공지사항

카테고리

분류 전체보기 (155)
Architect이야기 (1)
Rational Products (94)
Patterns (0)
JEE Technologies (3)
Methodology (0)
Apache Project (0)
Open Project (4)
Knowhow (52)
Etc (0)