| 탐색 링크 건너뛰기 | |
| 인쇄 보기 종료 | |
|
Oracle® ZFS Storage Appliance 고객 서비스 설명서, 릴리스 2013.1.3.0 ZS4-4, ZS3-x, 7x20 컨트롤러 및 DE2-24, Sun Disk Shelf용 |
CLI 로그인 및 사용에 대한 자세한 내용은 Oracle ZFS Storage Appliance 관리 설명서, 릴리스 2013.1.3.0 의 CLI(명령줄 인터페이스)를 참조하십시오.
controller-a:> configuration cluster resources select net/igb0
configuration cluster resources (uncommitted)> set owner=<other controller>
configuration cluster resources (uncommitted)> set type=private
configuration cluster resources (uncommitted)> commit
각 컨트롤러는 관리 인터페이스의 현재 소유자여야 합니다.
controller-a:> configuration cluster resources show
Resources:
RESOURCE OWNER TYPE LABEL CHANGES DETAILS
net/igb0 brm7320-250 private Untitled I... no 10.80.2xx.112
controller-a:> configuration cluster resources show
Resources:
RESOURCE OWNER TYPE LABEL CHANGES DETAILS
net/igb1 brm7320-260 private Untitled I... no 10.80.2xx.114
컨트롤러 중 하나가 STRIPPED 상태(활성 리소스가 없는 상태)인 경우 가용성 지연을 방지하기 위해 해당 컨트롤러에서 먼저 업데이트를 수행합니다. 두 컨트롤러에 모두 활성 리소스가 있는 경우 어떤 컨트롤러를 먼저 선택하여 업데이트해도 됩니다.
다음 예에서는 두 컨트롤러에 업데이트를 다운로드하는 방법을 보여줍니다.
controller-a:maintenance system updates download (uncommitted)> set url=
ftp://foo/update.pkg.gz
url = ftp://foo/update.pkg.gz
controller-a:maintenance system updates download (uncommitted)> set user=bmc
user = bmc
controller-a:maintenance system updates download (uncommitted)> set password
Enter password:
password = ********
controller-a:maintenance system updates download (uncommitted)> commit
Transferred 157M of 484M (32.3%) ...
controller-b:maintenance system updates download (uncommitted)> set url=
ftp://foo/update.pkg.gz
url = ftp://foo/update.pkg.gz
controller-b:maintenance system updates download (uncommitted)> set user=bmc
user = bmc
controller-b:maintenance system updates download (uncommitted)> set password
Enter password:
password = ********
controller-b:maintenance system updates download (uncommitted)> commit
Transferred 157M of 484M (52.1%) ...