HULFT8은 Windows Server 2008용 AWS로 구축됩니다.

1. 구조도



2. 사전 확인

  • 1. AWS 환경 전환 완료
  • Cloudendure를 사용하여 시작에서 클라우드로
  • 2.Hulft8 계정 신청
  • HULFT8 계정 공식 사이트 참조
  • 3.HULFT8을 구축하기 위해 AWS 보안 그룹 설정
  • 회신 프로세스: 3000/TCP
  • 요청 접수 절차: 3100/TCP

  • 4.설치해야 하는 구성 요소
  • Microsoft .NET Frameework
  • Visual Studio 2012
  • Visual C++ 팩
  • 3. Hulft8 설치

  • 1.HULFT8 호스트 설치
  • 2. 일련 번호
  • 3. 서비스 이름
  • 기본 폴더

  • 5.전송 코드 세트 설정
  • 6.날짜 형식 설정
  • 7.설치 완료
  • 4. HULFT8 시동&소통 확인

  • 1.부팅
  • 2.환경 변수
  • $path = [Environment]::GetEnvironmentVariable('PATH', 'Machine')
    $path += ";" + "C:\HULFT Family\hulft8\bin"
    [Environment]::SetEnvironmentVariable('PATH', $path, 'Machine')
    
    utlhulversion 명령을 실행한 후 버전 정보 등을 표시하면 됩니다.
    PS C:\Users\Administrator> utlhulversion
    HULFT8 for Windows-Server
     Version Information     [V08L01R03]
     License Type            [Trial version]
     Serial Number           [408-xxxx-xxxxxx]
     Product Key             [QSVDC-xxxxx-xxxxx-xxxxx-xxxxx]
     Date of Installation    [2017/xx/xx]
     Environment Information [Windows Server 2012 Standard(full installation) , 64bit]
     Hostname                [CM-WIN2012-SV]
     Cipher Option(AES)      [V08L01R03]
    PS C:\Users\Administrator>
    
  • 3.HULFT의 시작, 중지
    HULFT는 모든 단계에 따라 시작 및 중지할 수 있습니다.[Process Controller] 메뉴 시작

    [시작] 버튼을 누르면 관련 프로그램을 시작합니다.

    끝맺다

    또한 HULFT는 명령줄을 기반으로 작업할 수도 있습니다.
  • PS C:\Users\Administrator> utlsvcctl -c start
    サービスが開始されました。
    PS C:\Users\Administrator> utlsvcctl -c stop
    サービスが停止されました。
    PS C:\Users\Administrator>
    
  • 4.소통 확인
  • 상대방 호스트 정보의 설정'목적지 발송'
    기계 이름 재설정 → 재부팅 후hostname 명령을 사용하여 내용을 확인합니다. 
  • Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. All rights reserved.
    
    PS C:\Users\Administrator> hostname
    CM-HULFT-RCV
    PS C:\Users\Administrator>
    
    또한 이 환경에서 다른 EIP를 할당했습니다.기계명'CM-HULFT-CRCV'와 EIP의 정보는 상대방이 식별하고 접근할 수 있도록 해야 한다.또한 이번에 제작된 환경과 다른 환경(Windows Server 2008)을 준비하여 다음과 같은 형식으로hosts 파일에 정보를 기록합니다.
    # Copyright (c) 1993-2009 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    # localhost name resolution is handled within DNS itself.
    #   127.0.0.1       localhost
    #   ::1             localhost
    
    
    34.226.xxx.xxx  CM-HULFT-RCV
    
  • 소통 확인
  • HULFT8에서 사용하는 포트(30000/30000)도 사용 가능한지 확인합니다.
    연결 포트의 소통을 확인할 때PortQry라는 도구를 사용해 보세요.
    PortQry Command Line Port Scanner Version 2.0
    PortQry version 2.0 - TCP/UDP Port Check / Port Scan
    위 공식 사이트에서 설치 프로그램을 해제하고 임의의 폴더에 설치한 후 환경 변수Path의 경로를 통과한다.
    $path = [Environment]::GetEnvironmentVariable('PATH', 'Machine')
    $path += ";" + "C:\tools\PortQryV2"
    [Environment]::SetEnvironmentVariable('PATH', $path, 'Machine')
    
    위에서 설명한 것과 다른 Windows 환경에서 이번 제작 환경(CM-HULFT-CRCV)을 연결하여 확인합니다.문제 없을 것 같습니다.
    Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. All rights reserved.
    
    PS C:\Users\Administrator> portqry -n CM-HULFT-RCV -p tcp -e 30000
    
    Querying target system called:
    
     CM-HULFT-RCV
    
    Attempting to resolve name to IP address...
    
    
    Name resolved to 34.226.xxx.xxx
    
    querying...
    
    TCP port 30000 (unknown service): LISTENING
    PS C:\Users\Administrator>
    PS C:\Users\Administrator> portqry -n CM-HULFT-RCV -p tcp -e 31000
    
    Querying target system called:
    
     CM-HULFT-RCV
    
    Attempting to resolve name to IP address...
    
    
    Name resolved to 34.226.xxx.xxx
    
    querying...
    
    TCP port 31000 (unknown service): LISTENING
    PS C:\Users\Administrator>
    
    또 다음 명령을 통해 생존 감시를 할 수도 있다.

    좋은 웹페이지 즐겨찾기