...
Info | ||
---|---|---|
| ||
For installation we need 2GB RAM. After installation we can use less if needed. Installation iso could be fetched from http://ftp.nluug.nl/pub/os/illumos/dilos/isos/dilos-1.3.7/dilos-1.3.7.132-amd64.iso
Known issues :detecte detected and configured, but at boot it will not exists as Xen uses the xnf0 interface, you need to do thefollowing: copy following, replace rtls0 with your network interface
|
Code Block | ||||
---|---|---|---|---|
| ||||
# cp /etc/hostname.<your-nic:for example rtls0> -> rtls0 /etc/hostname.xnf0if you are using static address if you are using DHCP for the network interface update
# cp /etc/dhcp.rtls0 /etc/dhcp.<your nic for example rtls0> rtls0 |
Code Block | ||||
---|---|---|---|---|
| ||||
virt-install -v --name=dilosHVM --ram=2048 --network bridge \ --disk path=/dev/zvol/dsk/rpool/xen/dilosHVM,driver=phy --vcpu=2 \ --cdrom /xen/isos/dilos-1.3.7.132-amd64.iso --vnc |