Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products

Dell 전체 디스크 암호화를 설치하는 방법

Summary: CLI(Command-Line Interface)를 사용하여 Windows에서 Dell Full Disk Encryption을 설치하는 방법에 대해 알아봅니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

이 문서에서는 Dell 전체 디스크 암호화의 설치 프로세스를 다룹니다.


영향을 받는 제품:

  • Dell Full Disk Encryption

영향을 받는 버전:

  • v8.16.0 이상

영향을 받는 운영 체제:

  • Windows

참고: 설치하기 전 다음을 수행합니다.

특정 설치 스위치에 해당하는 클라이언트 버전을 클릭합니다. 자세한 내용은 Dell Full Disk Encryption 버전을 확인하는 방법을 참조하십시오.

Dell 전체 디스크 암호화는 스위치 및 매개변수를 사용하여 CLI(Command-line Interface)에만 설치할 수 있습니다.

참고: 명령줄 스위치는 대소문자를 구분하지 않습니다.
 
표 1: Dell Full Disk Encryption 명령줄 스위치
스위치 의미
/V 실행 파일 내의 .msi에 변수를 전달합니다. 내용은 항상 일반 텍스트 따옴표로 묶어야 합니다.
/S Silent Mode에서 .msi를 설치합니다.
/L*V 자세한 정보 출력 로깅. 내용은 항상 일반 텍스트 따옴표로 묶어야 합니다.
/Q 진행률 대화 상자가 없습니다. 과정이 완료된 후 자동으로 재시작합니다.
/QB Cancel 버튼이 있는 진행률 대화 상자. 재시작하라는 메시지를 표시합니다.
/QB- Cancel 버튼이 있는 진행률 대화 상자. 과정이 완료된 후 자동으로 재시작합니다.
/QB! Cancel 버튼이 없는 진행률 대화 상자. 재시작하라는 메시지를 표시합니다.
/QB!- Cancel 버튼이 없는 진행률 대화 상자. 과정이 완료된 후 자동으로 재시작합니다.
/QN 사용자 인터페이스 없이 .msi를 실행합니다.
 
참고: 매개변수는 대소문자를 구분합니다.
 
표 2: Dell Full Disk Encryption 명령줄 매개변수
매개변수 필수 목적
CM_EDITION= 1 원격 관리를 위해 제품을 활성화합니다.
INSTALLDIR= 아래 예를 참조하십시오. 아니요 선택 사항으로 설치 디렉토리를 변경합니다. 지정한 디렉토리에 공백이 있으면 경로는 \"로 시작하고 끝나야 합니다.
SERVERHOST= 아래 예를 참조하십시오. Dell Security Management Server의 FQDN(Fully Qualified Domain Name) 또는 정적 IP.
SERVERPORT= 아래 예를 참조하십시오. 아니요 정책 처리를 위한 비표준 포트를 지정합니다. 정의되지 않은 경우 기본값은 8888입니다.
SECURITYSERVERHOST= 아래 예를 참조하십시오. 인증에 사용되는 Dell Security Management Server의 FQDN(Fully Qualified Domain Name) 또는 정적 IP.
SECURITYSERVERPORT= 아래 예를 참조하십시오. 아니요 인증을 위한 비표준 포트를 지정합니다. 지정되지 않은 경우 기본값은 8443입니다.
FEATURE= FDE 식별 FDE 설치할 기능입니다.
ENABLE_FDE_LM= 1 아니요 Dell Encryption Enterprise가 활성화된 컴퓨터에 전체 디스크 암호화를 설치할 수 있습니다. 두 제품을 모두 사용하는 경우에만 필요합니다.
ARPSYSTEMCOMPONENT= 0 아니요 프로그램 추가/제거에서 애플리케이션을 숨깁니다.
ARPSYSTEMCOMPONENT= 1 아니요 프로그램 추가/제거에서 애플리케이션을 표시합니다. 정의되지 않은 경우 이 옵션이 기본값이 됩니다.
 
 

CLI 설치 예:

예 #1:

EMAgent_64bit_setup.exe /s /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SECURITYSERVERHOST=FQDN.domain.com ARPSYSTEMCOMPONENT=0 FEATURE=FDE"

예 #1에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Managed Mode = Remotely
  • Silent install = Yes
  • Feature to install = Full Disk Encryption (FDE)
  • Install on Dell Encryption Enterprise endpoint = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Security Management Server = FQDN.domain.com
  • Hide from Add/Remove Programs = Yes
  • Reboot post install = No
  • 설치 로그 = %TEMP%
    • 정의하지 않았으므로 기본값이 사용됩니다.

예 #2:

EMAgent_64bit_setup.exe /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SECURITYSERVERHOST=FQDN.domain.com ENABLE_FDE_LM=1 FEATURE=FDE /l*v C:\Dell\FDEInstall.log "

예 #2에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Remotely managed = Yes
  • Silent install = No
  • Install on Dell Encryption Enterprise endpoint = Yes
  • Feature to install = Full Disk Encryption (FDE)
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Security Management Server = FQDN.domain.com
  • Hide from Add/Remove Programs = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Reboot post install = No
  • 설치 로그 = C:\Dell\FDEInstall.log

예 #3:

EMAgent_64bit_setup.exe /s /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SECURITYSERVERHOST=FQDN.domain.com SECURITYSERVERPORT=8443 ARPSYSTEMCOMPONENT=0 INSTALLDIR=C:\DellEncryption FEATURE=FDE /qn"

예 #3에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Remotely managed = Yes
  • Silent install = Yes
  • Install on Dell Encryption Enterprise endpoint = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Feature to install = Full Disk Encryption (FDE)
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Management Server port = 8888
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Dell Security Management Server = FQDN.domain.com
  • Dell Security Management port = 8443
  • Hide from Add/Remove Programs = Yes
  • Reboot post install = No
  • 설치 디렉토리 = C:\DellEncryption
  • 설치 로그 = C:\Dell\FDEInstall.log

예 #4:

EMAgent_64bit_setup.exe /s /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SERVERPORT=8888 SECURITYSERVERHOST=FQDN.domain.com SECURITYSERVERPORT=8443 ARPSYSTEMCOMPONENT=0 INSTALLDIR=C:\DellEncryption FEATURE=FDE /qn"

예 #4에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Remotely managed
  • Silent install = Yes
  • Install on Dell Encryption Enterprise endpoint = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Feature to install = Full Disk Encryption (FDE)
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Management Server port = 8888
  • Dell Security Management Server = FQDN.domain.com
  • Dell Security Management port = 8443
  • Hide from Add/Remove Programs = Yes
  • Reboot post install = No
  • 설치 디렉토리 = C:\DellEncryption
  • 설치 로그 = %TEMP%
    • 정의하지 않았으므로 기본값이 사용됩니다.

Dell 전체 디스크 암호화는 스위치 및 매개변수를 사용하여 CLI(Command-line Interface)에만 설치할 수 있습니다.

참고: 명령줄 스위치는 대소문자를 구분하지 않습니다.
 
표 3: Dell Full Disk Encryption 명령줄 스위치
스위치 의미
/V 실행 파일 내의 .msi에 변수를 전달합니다. 내용은 항상 일반 텍스트 따옴표로 묶어야 합니다.
/S Silent Mode에서 .msi를 설치합니다.
/L*V 자세한 정보 출력 로깅. 내용은 항상 일반 텍스트 따옴표로 묶어야 합니다.
/Q 진행률 대화 상자가 없습니다. 과정이 완료된 후 자동으로 재시작합니다.
/QB Cancel 버튼이 있는 진행률 대화 상자. 재시작하라는 메시지를 표시합니다.
/QB- Cancel 버튼이 있는 진행률 대화 상자. 과정이 완료된 후 자동으로 재시작합니다.
/QB! Cancel 버튼이 없는 진행률 대화 상자. 재시작하라는 메시지를 표시합니다.
/QB!- Cancel 버튼이 없는 진행률 대화 상자. 과정이 완료된 후 자동으로 재시작합니다.
/QN 사용자 인터페이스 없이 .msi를 실행합니다.
 
참고: 매개변수는 대소문자를 구분합니다.
 
표 4: Dell Full Disk Encryption 명령줄 매개변수
매개변수 필수 목적
CM_EDITION= 1 원격 관리를 위해 제품을 활성화합니다.
SERVERHOST= 아래 예를 참조하십시오. Dell Security Management Server의 FQDN(Fully Qualified Domain Name) 또는 정적 IP.
SERVERPORT= 아래 예를 참조하십시오. 아니요 정책 처리를 위한 비표준 포트를 지정합니다. 정의되지 않은 경우 기본값은 8888입니다.
SECURITYSERVERHOST= 아래 예를 참조하십시오. 인증에 사용되는 Dell Security Management Server의 FQDN(Fully Qualified Domain Name) 또는 정적 IP.
SECURITYSERVERPORT= 아래 예를 참조하십시오. 아니요 인증을 위한 비표준 포트를 지정합니다. 지정되지 않은 경우 기본값은 8443입니다.
FEATURE= FDE 설치할 FDE 기능을 식별합니다.
ENABLE_FDE_LM= 1 아니요 Dell Encryption Enterprise가 활성화된 컴퓨터에 전체 디스크 암호화를 설치할 수 있습니다. 두 제품을 모두 사용하는 경우에만 필요합니다.
ARPSYSTEMCOMPONENT= 0 아니요 프로그램 추가/제거에서 애플리케이션을 숨깁니다.
ARPSYSTEMCOMPONENT= 1 아니요 프로그램 추가/제거에서 애플리케이션을 표시합니다. 정의되지 않은 경우 이 옵션이 기본값이 됩니다.
 
 

CLI 설치 예:

예 #1:

EMAgent_64bit_setup.exe /s /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SECURITYSERVERHOST=FQDN.domain.com ARPSYSTEMCOMPONENT=0 FEATURE=FDE"

예 #1에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Managed Mode = Remotely
  • Silent install = Yes
  • Feature to install = Full Disk Encryption (FDE)
  • Install on Dell Encryption Enterprise endpoint = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Security Management Server = FQDN.domain.com
  • Hide from Add/Remove Programs = Yes
  • Reboot post install = No
  • 설치 로그 = %TEMP%
    • 정의하지 않았으므로 기본값이 사용됩니다.

예 #2:

EMAgent_64bit_setup.exe /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SECURITYSERVERHOST=FQDN.domain.com ENABLE_FDE_LM=1 FEATURE=FDE /l*v C:\Dell\FDEInstall.log "

예 #2에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Remotely managed = Yes
  • Silent install = No
  • Install on Dell Encryption Enterprise endpoint = Yes
  • Feature to install = Full Disk Encryption (FDE)
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Security Management Server = FQDN.domain.com
  • Hide from Add/Remove Programs = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Reboot post install = No
  • 설치 로그 = C:\Dell\FDEInstall.log

예 #3:

EMAgent_64bit_setup.exe /s /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SECURITYSERVERHOST=FQDN.domain.com SECURITYSERVERPORT=8443 ARPSYSTEMCOMPONENT=0 FEATURE=FDE /qn"

예 #3에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Remotely managed = Yes
  • Silent install = Yes
  • Install on Dell Encryption Enterprise endpoint = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Feature to install = Full Disk Encryption (FDE)
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Management Server port = 8888
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Dell Security Management Server = FQDN.domain.com
  • Dell Security Management port = 8443
  • Hide from Add/Remove Programs = Yes
  • Reboot post install = No
  • 설치 로그 = C:\Dell\FDEInstall.log

예 #4:

EMAgent_64bit_setup.exe /s /v"CM_EDITION=1 SERVERHOST=FQDN.domain.com SERVERPORT=8888 SECURITYSERVERHOST=FQDN.domain.com SECURITYSERVERPORT=8443 ARPSYSTEMCOMPONENT=0 FEATURE=FDE /qn"

예 #4에는 다음이 포함됩니다.

  • 설치 프로그램 = EMAgent_64bit_setup.exe
  • Remotely managed
  • Silent install = Yes
  • Install on Dell Encryption Enterprise endpoint = No
    • 정의하지 않았으므로 기본값이 사용됩니다.
  • Feature to install = Full Disk Encryption (FDE)
  • Dell 관리 서버 = FQDN.domain.com
  • Dell Management Server port = 8888
  • Dell Security Management Server = FQDN.domain.com
  • Dell Security Management port = 8443
  • Hide from Add/Remove Programs = Yes
  • Reboot post install = No
  • 설치 로그 = %TEMP%
    • 정의하지 않았으므로 기본값이 사용됩니다.

지원 부서에 문의하려면 Dell Data Security 국제 지원 전화번호를 참조하십시오.
온라인으로 기술 지원 요청을 생성하려면 TechDirect로 이동하십시오.
추가 정보 및 리소스를 보려면 Dell 보안 커뮤니티 포럼에 참여하십시오.

Additional Information

 

Videos

 

Affected Products

Dell Encryption
Article Properties
Article Number: 000125137
Article Type: How To
Last Modified: 05 Sept 2024
Version:  14
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.