DEPLOY VMWARE WITH TEMPLATE :
1. Enter to IP on Server Host.
3. Select OVF & VMDK files & Deploy a virtual machine from an OVF or OVA file .
4. (1) Enter name virtual machine. (2) Include OVE & VMDK.
5. Select datastore1.
6. (1) Select VLAN as you need. (2) Select Thin. (3) unchecklist.
4. Finish.
5. Check virtual machine Edit - > Setting.
6. Check Old disk Capasity from Host
7. Set Memory & Disk as similar Old Server, Save.
8. Setting Linux Ubuntu after Deploy
9. Enter to root "sudo su"
Password = *
Write "cd /etc/netplan"
Write "ll" - fungsi untuk melihat isi folder
Write "vi 00"
Push "Tab"
Displ "vi 00-installer-config.yaml "
Push "enter"
# This is the network config written by 'subiquity'
network:
ethernets:
ens160:
addresses: - 172.19.2.141/24
gateway4: 172.19.2.254
nameservers:
addresses:
- 172.19.5.1
- 172.19.5.2
version: 2
noted :
untuk edit di dalam file (vi)
i = untuk edit
esc + : wq (write & quit )
esc + : q (quit)
Setting IP as we need.
Sudo netplan apply
10. Change Hostname
vi /etc/hostname
11. Change sysadmin password
passwd sysadmin **********
12. Create an account for user
adduser username
(input password) v*$(5Z4SCPhaqh*
12. Delete en account for user
deluser username
(input password) v*$(5Z4SCPhaqh*
13. Give permission account admin
vi /etc/group
input account "drsadmin" ke sudo group
14. Set Time Zone :
Set Time Zone from Asia/Taipei (CST, +08.00) to Asia/Jakarta (WIB, +07.00).
timedatectl set-timezone Asia/Jakarta
noted :
untuk edit di dalam file (vi)
i = untuk edit
esc + : wq (write & quit )
esc + : q (quit)