This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
SMB/CIFS 기반 ISO 라이브러리
ISO 유형은 ISO 형식으로 파일로 저장된 CD 이미지를 처리합니다. 이 스토리지 리포지토리(SR) 유형은 공유 ISO 라이브러리를 생성하는 데 유용합니다.
ISO SR 유형 cifs은 Windows 파일 공유(SMB/CIFS) SR 유형을 사용하여 Windows (SMB/CIFS) 공유로 사용할 수 있는 ISO 형식으로 파일로 저장된 CD 이미지를 처리합니다.
SR에 사용할 스토리지 유형을 지정하지 않으면 XenServer는 location 장치 구성 매개변수를 사용하여 유형을 결정합니다.
CIFS/SMB의 ISO SR용 장치 구성 매개변수:
| 매개변수 이름 | 항목 설명 | 필수 여부? |
|---|---|---|
location |
마운트 경로. | 예 |
type |
SR에 사용할 스토리지 유형: CIFS/SMB의 경우 cifs으로 설정합니다. |
아니요 |
vers |
스토리지 유형이 CIFS/SMB인 경우 사용할 SMB 버전: 1.0 또는 3.0. 기본값은 3.0입니다. | 아니요 |
username |
스토리지 유형이 CIFS/SMB인 경우 Windows 파일 서버에 사용자 이름이 필요한지 여부. | 아니요 |
cifspassword_secret |
(권장) 스토리지 유형이 CIFS/SMB인 경우 Windows 파일 서버에 암호 대신 비밀을 전달할 수 있습니다. | 아니요 |
cifspassword |
스토리지 유형이 CIFS/SMB인 경우 Windows 파일 서버에 암호가 필요한지 여부. 대신 cifspassword_secret 매개변수를 사용하는 것이 좋습니다. |
아니요 |
참고:
sr-create명령을 실행할 때 명령줄에 암호를 지정하는 대신device-config:cifspassword_secret인수를 사용하는 것이 좋습니다. 자세한 내용은 비밀을 참조하십시오.
SMB SR 유형 사용에 대한 자세한 내용은 SMB 스토리지를 참조하십시오.
씨아이에프에스/에스엠비에 아이소 에스알 생성
엑스이 씨엘아이
Windows 파일 서버에 ISO SR을 마운트할 때 SMB 버전 3을 사용하는 것이 좋습니다. 버전 3은 SMB 버전 1.0보다 더 안전하고 강력하므로 기본적으로 선택됩니다.
SMB 버전 3 ISO SR을 생성합니다(권장되는 cifspassword_secret 옵션을 사용하여).
xe secret-create description="SMB ISO SR" value=<password>
xe sr-create content-type=iso type=iso shared=true device-config:location=<path_to_mount> \
device-config:username=<username> device-config:cifspassword_secret=<uuid returned from secret-create> \
device-config:type=cifs name-label="Example ISO SR"
<!--NeedCopy-->
파일러 제한으로 인해 SMB 버전 1이 필요한 경우, 다음 명령을 사용하여 SMB 버전 1으로 ISO SR을 마운트할 수 있습니다:
xe sr-create content-type=iso type=iso shared=true device-config:location=<path_to_mount> \
device-config:username=<username> device-config:cifspassword=<password> \
device-config:type=cifs device-config:vers=1.0 name-label="Example ISO SR"
<!--NeedCopy-->
In XenCenter®
<!- - kaizen-review: MD041 on line 1: - ->
- 새 스토리지 리포지토리 마법사를 엽니다. 도구 모음에서 새 스토리지를 클릭합니다.
- ISO 라이브러리에서 Windows 파일 공유(SMB/CIFS)를 스토리지 유형으로 선택한 다음 다음을 클릭합니다.
-
이름 페이지에서 새 SR의 이름을 입력합니다. 기본적으로 마법사는 SR에 대한 설명을 생성합니다. 이 설명에는 마법사를 진행하면서 선택하는 구성 옵션 요약이 포함됩니다. 자신만의 설명을 입력하려면 설명 자동 생성 확인란을 선택 취소하고 설명 상자에 입력합니다.
다음을 클릭하여 계속합니다.
-
위치 페이지에서 ISO 스토리지 대상 세부 정보를 지정합니다.
-
공유 이름: 예를 들어,
\\server\sharename여기서server는 서버 컴퓨터의 DNS 이름 또는 IP 주소이고,sharename는 폴더 또는 파일 이름입니다. - 다른 사용자 이름 사용: 다른 사용자 이름을 사용하여 SMB 서버에 연결하려면 이 확인란을 선택한 다음 로그인 사용자 이름과 암호를 입력합니다.
-
공유 이름: 예를 들어,
- 마침을 클릭하여 새 SR 구성을 완료하고 마법사를 닫습니다.
공유
공유
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.