Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

NWUI(NetWorker Management Web UI): 설치하는 방법

Summary: NetWorker Management Web UI 소프트웨어를 설치하는 방법

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

NWUI(NetWorker Web User Interface)는 NetWorker Server를 구성, 운영 및 모니터링하는 데 사용되는 웹 기반 관리 인터페이스입니다. NWUI는 HTML5, Apache Tomcat 및 Spring Framework를 사용하여 직관적인 워크플로와 향상된 응답성을 통해 우수한 사용자 경험을 제공합니다. NWUI는 Linux 또는 Windows 운영 체제에서 NetWorker Server에 직접 설치하거나 NetWorker Server가 아닌 호스트에 설치할 수 있습니다.

NWUI 서버에 Java가 설치되어 있어야 합니다. NRE(NetWorker Runtime Environment)를 사용하는 것이 좋습니다. 호스트가 NetWorker Server이기도 한 경우 Java도 NetWorker Server의 로컬 인증 서비스에 대한 요구 사항입니다. 호스트가 기존 NetWorker Server인 경우 Java가 이미 설치되어 있습니다. NetWorker Server가 아닌 호스트에 NWUI를 설치하는 경우 NWUI 설치를 완료하기 전에 NRE(Java)를 설치해야 합니다. NetWorker: NRE 크랙: NetWorker 런타임 환경 - 소개 및 설치

Linux에 NWUI 설치

Youtube에서 보기
 

1. 루트 계정으로 호스트에 접속합니다.
2. Dell 온라인 지원 웹사이트에서 NetWorker Management Web UI 소프트웨어 패키지를 다운로드합니다.
 
참고: "NWUI 패키지"는 없습니다. NetWorker 버전 패키지를 다운로드합니다. 압축된 다운로드에는 NWUI 설치 파일이 포함되어 있습니다.

3. tar 명령을 입력하여 파일의 압축을 풉니다. 예: tar -xvf file_name.tar.gz.          
[root@lnx-nwserv]:~# tar xf nw1910_linux_x86_64.tar.gz ; cd linux_x86_64 ; ls -l | grep nwui
-rw-r--r--. 1 root games 191592892 Jan  9 12:40 lgtonwui-19.10.0.1-1.x86_64.rpm
-rw-r--r--. 1 root games 177367524 Jan  9 12:40 lgtonwuiserv-19.10.0.1-1.x86_64.rpm
[root@lnx-nwserv]:~/linux_x86_64#
         NWUI에는 두 개의 RPM 파일이 있습니다.
  • lgtonwui: NetWorker Server가 아닌 호스트에 설치하는 경우.  그러면 NWUI에서 사용할 새 Apache Tomcat 인스턴스가 호스트에 설치됩니다.
  • lgtonwuiserv 크랙: NetWorker Server에 설치하는 경우
4. 압축을 푼 NetWorker 소프트웨어 패키지가 포함된 디렉토리에서 rpm 명령을 사용하여 필요한 NetWorker Management Web UI 패키지를 설치합니다.
NetWorker 서버: 
cd linux_x86_64 ; rpm -ivh lgtonwuiserv-*.rpm
독립 실행형 Linux 시스템:
cd linux_x86_64 ; rpm -ivh lgtonwui-*.rpm
5. 메시지가 표시되면 nwui configure 스크립트를 시작합니다. /opt/nwui/스크립트/mcui_configure.sh
[root@lnx-nwserv]:~/linux_x86_64# /opt/nwui/scripts/nwui_configure.sh
참고: 프롬프트는 NetWorker Server에서 로컬로 설치하는지 또는 원격으로 설치하는지에 따라 다릅니다.
  • 로컬:  NetWorker 인증 서비스 호스트 이름을 제공합니다.  이 데이터 존에서 인증에 별도의 호스트가 사용되지 않는 한 인증 호스트는 NetWorker Server입니다.
  • 원격: Java 설치를 가리킵니다.  키 저장소 비밀번호를 지정합니다.  NetWorker Authentication Service 호스트(일반적으로 NetWorker Server)의 호스트 이름과 해당 포트를 입력합니다.
Specify the directory where the Java Standard Edition Runtime Environment (JRE) software is installed [/opt/nre/java/latest]:

Specify the host name of the NetWorker Authentication Service host [lnx-nwserv]: 

Specify the host name of the NetWorker Server to be Managed by NWUI [lnx-nwserv]: 

Specify the AUTHC port for Networker Server which is managed by NWUI [9090]: 

The NetWorker Web UI Server requires a keystore file to configure encryption and to provide SSL support. 
EMC recommends that you specify a password that has a minimum of nine characters, 
with at least one upper case letter, one lower case letter, one number and one special character. 

The installation process will create a new keystore file. 

Specify the keystore password: 
Confirm the password: 

The installation completed successfully.

6. NWUI 서비스를 시작합니다.
시작되는 프로세스를 다음과 같이 호출합니다.  nwuictld
Linux sysvinit: service nwui start/stop/status
Linux systemd:  systemctl 시작/중지/상태 NWUI
[root@lnx-nwserv]:~# systemctl status nwui
● nwui.service - NetWorker Management Web UI Server
   Loaded: loaded (/opt/nwui/scripts/nwui.service; enabled; vendor preset: disabled)
   Active: active (running) since Thu 2024-01-25 16:55:06 EST; 5min ago
...
...
7. 다음 링크를 사용하여 NetWorker Management Web UI에 액세스합니다. 
https://<NWUI_hostname>:9090/NWUI

로그: NWUI(NetWorker Management Web UI): 분류 및 문제 해결 가이드

Windows에 NWUI 설치

 

Youtube에서 보기

 

1. 관리자 권한이 있는 사용자로 타겟 호스트에 로그인합니다.
2. Dell 온라인 지원 웹사이트에서 NetWorker Management Web UI 소프트웨어 패키지를 다운로드합니다.
 
참고: "NWUI 패키지"는 없습니다. NetWorker 버전 패키지를 다운로드합니다. 압축된 다운로드에는 NWUI 설치 파일이 포함되어 있습니다.

3. 패키지의 압축을 풀고 적절한 설치 패키지를 찾습니다.

호스트가 NetWorker Server인지 독립 실행형 호스트인지에 따라 다릅니다. 설치는 다를 수 있습니다.
  • 로컬: NetWorker-version.exe을 사용합니다. NetWorker Server 소프트웨어를 설치하거나 업그레이드하는 동안 NetWorker Server 소프트웨어를 설치하는 동시에 NWUI 서버 패키지를 설치할 수 있습니다.
  • 원격: NWUI-version-x64.exe을 사용합니다. NetWorker Server에서도 이 패키지를 사용할 수 있습니다. 그러나 시스템이 NetWorker Server가 아닌 경우에는 NetWorker Client 소프트웨어가 설치되어 있더라도 전체 설치 관리자 대신 이 설치 패키지를 사용해야 합니다.
 
4.  라이선스 조건을 검토하고 동의합니다. 

5.  기본 설치 폴더는 C:\Program Files\EMC NetWorker\nwui입니다. 기본값으로 두거나 다른 NetWorker 소프트웨어(설치된 경우)와 동일한 위치에 설치하는 것이 좋습니다.
6. NetWorker 인증 호스트의 FQDN을 지정합니다. 일반적으로 NetWorker Server입니다. 그러나 여러 NetWorker Server가 있는 환경에서는 단일 운영 인증 호스트를 사용할 수 있습니다. 기본 포트는 9090입니다.
7. NetWorker Server 호스트의 FQDN을 지정합니다. NWUI 서버에서 관리하는 NetWorker Server입니다. NWUI 서버당 하나의 NetWorker Server만 관리할 수 있습니다. 기본 포트는 9090입니다.
                        
8. 보안 경고가 표시되면 '인증서 보기'

kA5f10000004LANCA2_1_10

- '인증서 설치' - '다음'
- '모든 인증서를 다음 저장소에 배치' - '찾아보기'
- '인증서 저장소 선택'
- '신뢰할 수 있는 루트 인증 기관'
kA5f10000004LANCA2_1_11

- 확인, 다음을 수행해야 합니다.


9.                                                                    NWUI 키 저장소 비밀번호를 생성합니다. 다음을 클릭합니다.

10. 설치가 완료되면. 브라우저에서 NetWorker Management Web UI에 액세스하고 표준 NetWorker 인증 자격 증명을 사용하여 로그인합니다. 
https://<NWUI_hostname>:9090/NWUI
                       
로그: NWUI(NetWorker Management Web UI): 분류 및 문제 해결 가이드

Additional Information

Article Properties


Affected Product

NetWorker

Product

NetWorker, NetWorker Series

Last Published Date

14 Feb 2024

Version

7

Article Type

How To