vSphere 가 처음 설치된 상태에서는 VM 간 혹은 VM 과 Host 간 Copy - Paste 가 작동하지 않는다.
이것을 가능하게 하려면 VM 의 옵션을 수정해야 한다.
일단 VM 의 전원이 꺼져 있어야 한다.
전원이 꺼져 있는 VM 선택 후 설정 편집...
옵션 / 고급 / 일반 을 선택하고 구성 매개 변수... 선택
행 추가
아래의 두 행을 추가한다.
Name | Value |
isolation.tools.copy.disable | FALSE |
isolation.tools.paste.disable | FALSE |
추가된 모습
이 작업은 각각의 VM 별로 이루어져야 한다.
전체 VM 에 적용하기 위해서는 Host 에 SSH 로 접속하여 아래와 같이 실행한다.
- Log in to the ESX/ESXi host as a root user.
- Take a backup of the /etc/vmware/config file.
- Open the
/etc/vmware/config
file using a text editor. - Add these entries to the file:
vmx.fullpath = "/bin/vmx"isolation.tools.copy.disable="FALSE"
isolation.tools.paste.disable="FALSE" - Save and close the file.
SSH 접속이 안될 때
vShpere telnet (SSH) 접속 활성화
이 후 Host 를 리부팅 해주고 테스트 해 본다.
Copy / Paste 기능을 이용하기 위해서는 각각의 VM 에 VMWare Tools 가 설치되어 있어야 한다.
vSphere CentOS 에 VMWare Tools 설치
VMWare Website 참고
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1026437
No comments:
Post a Comment