VMwarePlayer로 Amazon Linux 2 시작
3671 단어 AmazonLinux2vmware_player
전제 조건
※VMware Player에서 vmnetcfg.exe를 사용하는 방법은 검색해 주십시오.
참고 URL
1. 이미지 다운로드
htps // cd 응. 아마 젠 ぃ ん x. 이 m/s- 속눈썹 s/2017.12.0.20180330/vm해/
에서 "amzn2-vmware_esx-2017.12.0.20180330-x86_64.xfs.gpt.ova"를 다운로드하십시오.
2. 가져오기
다운로드한 위의 파일을 더블 클릭합니다.
실패하지만 "재시도"를 클릭하십시오.
GRUB 메뉴에서 부팅하기 전에 종료합니다.
3. seed.iso 만들기
meta-datalocal-hostname: zephyranthes
user-data#cloud-config
# vim:syntax=yaml
users:
# A user by the name ec2-user is created in the image by default.
- default
# Following entry create user1 and assigns password specified in plain text.
# Please not use of plain text password is not recommended from security best
# practises standpoint
- name: ryouma
groups: sudo
sudo: ['ALL=(ALL) NOPASSWD:ALL']
plain_text_passwd: password
lock_passwd: false
chpasswd:
list: |
ec2-user:password
root:password
write_files:
- content: |
# Disable network configuration after first boot
network:
config: disabled
path: /etc/cloud/cloud.cfg.d/80_disable_network_after_firstboot.cfg
※root,ec2-user의 패스워드, 추가 유저를 설정했습니다.
다음 명령으로 seed.iso를 만들고 VMwarePlayer에서 액세스할 수 있는 위치에 배치합니다.
genisoimage -output seed.iso -volid cidata -joliet -rock user-data meta-data
4. 가상 머신 설정 변경
메뉴 열기
CD/DVD 드라이브 추가
"ISO 이미지 사용"을 선택
만든 seed.iso 지정
환경에 따라 네트워크 어댑터 설정 변경(NAT)
5. 가상 머신 시작
무사히 시작했습니다.
ssh나 고정 IP등의 설정은 좋아.
htps // cd 응. 아마 젠 ぃ ん x. 이 m/s- 속눈썹 s/2017.12.0.20180330/vm해/
에서 "amzn2-vmware_esx-2017.12.0.20180330-x86_64.xfs.gpt.ova"를 다운로드하십시오.
2. 가져오기
다운로드한 위의 파일을 더블 클릭합니다.
실패하지만 "재시도"를 클릭하십시오.
GRUB 메뉴에서 부팅하기 전에 종료합니다.
3. seed.iso 만들기
meta-datalocal-hostname: zephyranthes
user-data#cloud-config
# vim:syntax=yaml
users:
# A user by the name ec2-user is created in the image by default.
- default
# Following entry create user1 and assigns password specified in plain text.
# Please not use of plain text password is not recommended from security best
# practises standpoint
- name: ryouma
groups: sudo
sudo: ['ALL=(ALL) NOPASSWD:ALL']
plain_text_passwd: password
lock_passwd: false
chpasswd:
list: |
ec2-user:password
root:password
write_files:
- content: |
# Disable network configuration after first boot
network:
config: disabled
path: /etc/cloud/cloud.cfg.d/80_disable_network_after_firstboot.cfg
※root,ec2-user의 패스워드, 추가 유저를 설정했습니다.
다음 명령으로 seed.iso를 만들고 VMwarePlayer에서 액세스할 수 있는 위치에 배치합니다.
genisoimage -output seed.iso -volid cidata -joliet -rock user-data meta-data
4. 가상 머신 설정 변경
메뉴 열기
CD/DVD 드라이브 추가
"ISO 이미지 사용"을 선택
만든 seed.iso 지정
환경에 따라 네트워크 어댑터 설정 변경(NAT)
5. 가상 머신 시작
무사히 시작했습니다.
ssh나 고정 IP등의 설정은 좋아.
meta-data
local-hostname: zephyranthes
user-data
#cloud-config
# vim:syntax=yaml
users:
# A user by the name ec2-user is created in the image by default.
- default
# Following entry create user1 and assigns password specified in plain text.
# Please not use of plain text password is not recommended from security best
# practises standpoint
- name: ryouma
groups: sudo
sudo: ['ALL=(ALL) NOPASSWD:ALL']
plain_text_passwd: password
lock_passwd: false
chpasswd:
list: |
ec2-user:password
root:password
write_files:
- content: |
# Disable network configuration after first boot
network:
config: disabled
path: /etc/cloud/cloud.cfg.d/80_disable_network_after_firstboot.cfg
※root,ec2-user의 패스워드, 추가 유저를 설정했습니다.
다음 명령으로 seed.iso를 만들고 VMwarePlayer에서 액세스할 수 있는 위치에 배치합니다.
genisoimage -output seed.iso -volid cidata -joliet -rock user-data meta-data
4. 가상 머신 설정 변경
메뉴 열기
CD/DVD 드라이브 추가
"ISO 이미지 사용"을 선택
만든 seed.iso 지정
환경에 따라 네트워크 어댑터 설정 변경(NAT)
5. 가상 머신 시작
무사히 시작했습니다.
ssh나 고정 IP등의 설정은 좋아.
무사히 시작했습니다.
ssh나 고정 IP등의 설정은 좋아.
Reference
이 문제에 관하여(VMwarePlayer로 Amazon Linux 2 시작), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ryouma_nagare/items/8916f299dbccd27f08a9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)