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

NetWorker: NetWorker 계정의 암호 기록 개수를 변경하는 방법

Summary: 이 문서에서는 NetWorker 인증 PasswordHistoryCount 및 재설정 방법에 대한 개요를 제공합니다.

This article applies to   This article does not apply to 

Instructions

NetWorker 계정의 암호를 재사용하려고 하면 다음 오류가 발생할 수 있습니다.
The password that you specified for user user_name was recently used, provide a different password
기본 암호 기록 개수는 8입니다. 하지만 0을 포함하여 이 값을 더 낮은 값으로 변경할 수 있습니다. PasswordHistoryCount는 NetWorker 서버의 인증(authc) 서비스에 저장됩니다. 일반적으로 NetWorker 인증 서버는 NetWorker 서버와 동일한 호스트입니다.

단일 NMC(NetWorker Management Console) 서버에서 관리되는 NetWorker Server가 두 개 이상 있는 경우 관리 콘솔에서 사용되는 NetWorker authc 서버를 식별합니다. NMC 서버에서 gstd.conf 파일에서 authsvc_hostname 확인합니다.
  • Windows: C:\Program Files\EMC NetWorker\Management\GST\etc\gstd.conf
  • Linux: /opt/lgtonmc/etc/gstd.conf
[root@nmcserver ~]# cat /opt/lgtonmc/etc/gstd.conf | grep hostname
    string authsvc_hostname = "nwserver-a1.emclab.local";

기록 수를 비활성화하려면 NetWorker authc 서버에서 다음 명령을 실행합니다.

authc_config -u Administrator -e add-option -D option-name=PasswordHistoryCount -D option-value=0

지정되는 "관리자" 계정은 기본 NetWorker Administrator 계정입니다. 명령을 입력한 후 이 계정의 암호를 묻는 메시지가 표시됩니다.

예:

[root@nwserver-a1 ~]# authc_config -u Administrator -e add-option -D option-name=PasswordHistoryCount -D option-value=0
Enter password:
Option PasswordHistoryCount is created successfully.

[root@nwserver-a1 ~]# authc_config -u Administrator -e find-all-options
Enter password:
The query returns 1 records.
Option Id Name
1         PasswordHistoryCount

[root@nwserver-a1 ~]# authc_config -u Administrator -e find-option -D option-id=1
Enter password:
Option Id: 1
Name     : PasswordHistoryCount
Value    : 0

암호 기록이 비활성화되면 이전에 사용한 암호를 사용하여 NMC에서 해당 사용자의 암호를 업데이트할 수 있습니다.

Additional Information

Affected Products

NetWorker

Products

NetWorker, NetWorker Management Console