임베디드 IBM® WebSphere® Application Server를 설치한 경우,
해당 운영 체제의 서비스로 자동 구성되지 않습니다. 서버를 수동으로 시작 및 중지해야 합니다.
서비스를 작성하여 서버를 자동으로 시작할 수 있습니다.
이 태스크 정보
참고: 다음 명령은 AIX® 또는
zSeries®용 Linux에서는 작동하지 않습니다.
프로시저
임베디드 WebSphere Application Server의 서비스를 작성하려면 다음을 수행하십시오.
- WASService 명령 사용에 관한 WebSphere Application
Server 문서를 참조하십시오.
- 다음 예제 WASService 명령을 사용하여 서비스를 설정하십시오.
- Windows의 경우:
WASService.exe -add RationalAssetManager -serverName server1 -profilePath "C:\Program Files\IBM\RAMServer\ram\ewas\profiles\profile1" -wasHome "C:\Program Files\IBM\RAMServer\ram\ewas" -stopArgs "-username admin -password admin" -startType automatic
- Linux의 경우:
wasservice.sh -add RationalAssetManager -serverName server1 -profilePath /opt/IBM/RAMServer/ram/ewas/profiles/profile1 -wasHome /opt/IBM/RAMServer/ram/ewas -stopArgs '-username admin -password admin'
다음에 수행할 작업
임베디드 WebSphere Application Server에 대한 관리 보안을 변경한 경우,
업데이트된 사용자 이름과 비밀번호를 사용하여 서비스 명령을 업데이트해야 합니다.