공유할 서비스 선택

TECH


TECH

Middleware (JBoss & Wildfly) 관리 콘솔 모니터링 기능 설명 (CLI모드, 웹콘솔)

페이지 정보

작성자 미들웨어 아이디로 검색 전체게시물 댓글 0건 조회 2,555회 좋아요 1회 작성일 21-11-26 09:29

본문

안녕하세요 "미들웨어" 입니다.

 

이번에는 JBoss & Wildfly 에서 자체 제공하는 모니터링 console 기능에 대해 설명해보겠습니다.

테스트는 Wildfly 12버전이지만, 저는 현재 13-Final 버전을 사용하고 있습니다.. 기능상 동일하니 JBoss 사용하시는 분들도 참고용으로 보세요. 

 

# Jboss & Wildfly 모니터링 console 기능 요약

- 모니터링 기능은 CLI모드와 웹 브라우저 모드가 있다.

- 관리도구에서는 배포, 제거, 시작, 정지, 인스턴스 모니터링등 가능

- 변경할 수 있는 설정 할목은 CLI가 웹 관리콘솔보다 많다.


- Admin Guide 메뉴얼

https://docs.jboss.org/author/display/WFLY10/Admin+Guide

 

 

1. wildfly admin 계정생성

 - add-user 생성 (ID, PW 생성)

경로 : /app/WAS/wildfly-12.0.0.Final/bin

파일 : ./add-user.sh

What type of user do you wish to add?

 a) Management User (mgmt-users.properties)

 b) Application User (application-users.properties)

(a):

 

Enter the details of the new user to add.

Realm (ManagementRealm) :

Username : wasgosu (입력)

Password : password (입력)

Re-enter Password : password (재입력)



2. wildfly CLI 모드

경로 : /app/WAS/wildfly-12.0.0.Final/bin

파일 : ./jboss-cli.sh 

 

[disconnected /] 

 

- 9990port 관리 page CLI 접속

[disconnected /] connect 113.131.58.154:9990

[domain@113.131.58.154:9990 /] 

 

- tab 과 : 기능

[domain@113.131.58.154:9990 /] 

:                   connection-factory  for                 patch               set

alias               connection-info     grep                pwd                 shutdown

attachment          data-source         help                quit                try

batch               deploy              history             read-attribute      unalias

cd                  deployment          if                  read-operation      undeploy

clear               deployment-info     jdbc-driver-info    reload              unset

command             deployment-overlay  jms-queue           rollout-plan        version

command-timeout     echo                jms-topic           run-batch           xa-data-source

connect             echo-dmr            ls                  security     

 

- : 입력시

 

 

3. wildfly 웹 콘솔 

- 웹 콘솔 접속 방법 

  jboss-eap, wildfly 동일하며, 앞에서 생성한 admin ID/PW 입력

  http://localhost:9990/

 

메인화면에는 크게 4가지 카데고리로 분류가 된다.

웹 콘솔에서는 모니터링, 기능추가, deply등 wildfly 에서 할 수 있는 모든 기능이 들어가 있으며, Domain 모드로 기동시에는 별도 server group 를 기동해서 추가로 인스턴스를 증설, restart도 실시간 가능하다.

 

- Deployments (Deploy an Application)

Add a new deployment to the content repository

Assign the deployment to one or more server groups

Enable the deployment

 

- Configuration (Create a Datasource, Create a JMS Queue)

Select the Datasources subsystem for the appropriate profile

Add an XA or non-XA datasource

Use the 'Create Datasource' wizard to configure the datasource settings

 

- Runtime (Create a Server Group, Create a Server,Monitor a Server)

Add a new server group

Use the 'Create Server Group' wizard to configure the server group settings

 

- Access control (Assign User Roles)

Add a new user or group

Assign one or more roles to that user or group 

 

 

열공하세요~~ 감사합니다. 

댓글목록

등록된 댓글이 없습니다.

TECH - 좋아요글 총 건전체보기 >

  • 게시물이 없습니다.
TECH - 좋아요글 더보기
TECH 목록
번호 제목 작성자 작성일 조회수
55 Middleware 미들웨어 아이디로 검색 전체게시물 03-23 1452
(weblogic 활용) Weblogic Image Tool 활용하여 Docker 이미지 파일 생성

카테고리 : Middleware

1,452 0
작성자 : 미들웨어 22/03/23
54 Middleware 미들웨어 아이디로 검색 전체게시물 03-08 1964
(weblogic 활용) 퓨전미들웨어로 OHS Collocated 모드 구성 및 모니터링

카테고리 : Middleware

1,964 0
작성자 : 미들웨어 22/03/08
53 Middleware 미들웨어 아이디로 검색 전체게시물 02-23 3306
(weblogic 활용) Weblogic-12c & WebTier 연동설정 및 (첨부파일 test.war 배포방법)

카테고리 : Middleware

3,306 0
작성자 : 미들웨어 22/02/23
52 Middleware 미들웨어 아이디로 검색 전체게시물 02-07 2492
(weblogic 활용) WebTier 12cR2 (OHS)를 Standalone 모드로 단독 구성 후 연결TEST

카테고리 : Middleware

2,492 0
작성자 : 미들웨어 22/02/07
51 Middleware 미들웨어 아이디로 검색 전체게시물 01-19 1547
(weblogic 활용) Weblogic 14c 다운로드 & Xming 으로 리눅스에서 GUI 실행, 콘솔 접속 가이드

카테고리 : Middleware

1,547 0
작성자 : 미들웨어 22/01/19
50 Middleware 미들웨어 아이디로 검색 전체게시물 01-05 1250
(docker) Oracle Cloud (OCI) VM서버에서 Docker 설치하기

카테고리 : Middleware

1,250 0
작성자 : 미들웨어 22/01/05
49 Middleware 미들웨어 아이디로 검색 전체게시물 12-20 1178
(JBoss & Wildfly) wildfly 모듈 빌드하는 방법 (mvn package)

카테고리 : Middleware

1,178 0
작성자 : 미들웨어 21/12/20
48 Middleware 미들웨어 아이디로 검색 전체게시물 12-06 1246
(JBoss & Wildfly) JBoss 마이그레이션 툴 "RHAMT" 5.2.0 다운로드 및 설치 방법

카테고리 : Middleware

1,246 0
작성자 : 미들웨어 21/12/06
열람중 Middleware 미들웨어 아이디로 검색 전체게시물 11-26 2556
열람중
(JBoss & Wildfly) 관리 콘솔 모니터링 기능 설명 (CLI모드, 웹콘솔)

카테고리 : Middleware

2,556 0
작성자 : 미들웨어 21/11/26
46 Middleware 미들웨어 아이디로 검색 전체게시물 11-19 1746
(JBoss & Wildfly) CJMX란? 사용방법 가이드 (Code Cache 불러오기)

카테고리 : Middleware

1,746 0
작성자 : 미들웨어 21/11/19
Total 105건
게시물 검색

주식회사 클럭스| 대표 : 이찬호| 사업자등록번호 : 107-87-27655
주소 : 서울특별시 영등포구 국회대로 800, 여의도파라곤
E-mail : sales@chlux.co.kr
Copyright © 클럭스 www.chlux.co.kr All rights reserved.
상단으로Top