탐색 링크 건너뛰기 | |
인쇄 보기 종료 | |
![]() |
Oracle® ZFS Storage Appliance 고객 서비스 설명서, 릴리스 2013.1.3.0 ZS4-4, ZS3-x, 7x20 컨트롤러 및 DE2-24, Sun Disk Shelf용 |
다음 절에서는 maintenance system configs 컨텍스트에서 CLI를 사용하여 다양한 구성 백업 작업을 수행하는 방법에 대해 설명합니다.
host:maintenance system configs> list CONFIG DATE SYSTEM VERSION bfa614d7-1db5-655b-cba5-bd0bb0a1efc4 2009-8-5 17:14:28 host 2009.08.04,1-0 cb2f005f-cf2b-608f-90db-fc7a0503db2a 2009-8-24 17:56:53 host 2009.08.18,1-0
backup 명령은 구성 백업을 저장합니다. 백업에 대한 설명을 입력하라는 메시지가 표시됩니다. 그런 다음 done을 입력하여 백업 작업을 실행하십시오.
host:maintenance system configs> backup Backup Configuration. Enter a descriptive comment for this configuration, and click Commit to backup current appliance settings: host:maintenance system configs conf_backup step0> set comment="pre-upgrade" comment = pre-upgrade host:maintenance system configs conf_backup step0> done host:maintenance system configs>
restore 명령은 시스템을 저장된 구성으로 되돌립니다. 백업에 대한 UUID(범용 고유 식별자)를 입력하라는 메시지가 표시됩니다(위의 list 출력 참조). 그런 다음 done을 입력하여 복원을 실행하십시오. 위의 복원 영향 지침을 검토한 다음 계속해도 괜찮은지 확인하십시오.
host:maintenance system configs> restore Restore. Select the configuration to restore: host:maintenance system configs conf_restore step0> set uuid=36756f96-b204-4911-8ed5-fefaf89cad6a uuid = 36756f96-b204-4911-8ed5-fefaf89cad6a host:maintenance system configs conf_restore step0> done
destroy 명령은 저장된 구성을 삭제합니다.
host:maintenance system configs> destroy cb2f005f-cf2b-608f-90db-fc7a0503db2a Are you sure you want to delete the saved configuration "new"? y host:maintenance system configs>
export 명령은 원격 HTTP 또는 FTP 서버에 대해 HTTP 또는 FTP PUT 작업을 실행하여 저장된 구성을 내보냅니다. 내보내기 기능을 사용하여 HTTP 또는 FTP 프로토콜이 쓰기에 대해 사용으로 설정된 어플라이언스 자체의 공유로 파일을 내보낼 수도 있습니다. 필요한 경우 원격 서버에 대한 인증을 위해 사용자 이름과 암호를 입력할 수 있습니다.
import 명령은 원격 HTTP 또는 FTP 서버에 대해 HTTP 또는 FTP GET 작업을 실행하여 저장된 구성을 가져옵니다. 가져오기 기능을 사용하여 HTTP 또는 FTP 프로토콜이 읽기에 대해 사용으로 설정된 어플라이언스 자체의 공유에 저장된 구성을 가져올 수도 있습니다. 필요한 경우 원격 서버에 대한 인증을 위해 사용자 이름과 암호를 입력할 수 있습니다.