본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
플러그인 스크립트의 설치 확인
기여자
변경 제안
SnapManager를 사용하면 사용자 지정 스크립트를 설치 및 사용하여 다양한 작업을 수행할 수 있습니다. SnapManager는 백업, 복원 및 클론 작업을 위한 플러그인을 제공하므로 백업, 복원 및 클론 작업 전후에 사용자 지정 스크립트를 자동화할 수 있습니다.
-
다음 명령을 입력합니다.
SMO 플러그인 확인 - osaccount OS db 사용자 이름
osaccount 옵션을 제공하지 않으면 지정된 사용자가 아닌 관리자가 플러그인 스크립트 설치를 확인합니다.
다음 출력은 policy1, pre-plugin1 및 pre-Plugin2 스크립트가 성공적으로 설치되었음을 나타냅니다. 그러나 plugin1 이후 스크립트는 작동하지 않습니다.
smo plugin check Checking plugin directory structure ... <installdir>\plugins\clone\policy OK: 'policy1' is executable <installdir>\plugins\clone\pre OK: 'pre-plugin1' is executable and returned status 0 OK: 'pre-plugin2' is executable and returned status 0 <installdir>\plugins\clone\post ERROR: 'post-plugin1' is executable and returned status 3 Command complete.