c3d2-wiki/Sunbert.mw

63 lines
1.9 KiB
Plaintext

[[Kategorie:Infrastruktur]]
== Hardware Info ==
Virtualisiert durch [[Lostbert]]
* VCPU 2.4 GHZ
* VRAM 2048 MB
* VHDD 100 GB
== Software Info ==
Oracle Solaris 11.1 (Testing/Development purposes)
== Verwendungszweck ==
* Zones Test
* Crossbow Test
* ZFS Crypto Test
* RBAC Tests
* insbesondere VRRP gegenüber OpenBSD PF CARP
== VM HOST: VirtualBox Einrichtung ==
<source lang=bash>
VBoxManage createvm --name sunbert --ostype Solaris --register
VBoxManage modifyvm sunbert --memory 2048 --ioapic on --cpus 1 \\
--chipset ich9 --nic1 bridged --nictype1 82540EM --bridgeadapter1 eth0
VBoxManage storagectl sunbert --name "IDE Controller" --add ide --controller PIIX4
VBoxManage storagectl sunbert --name "SATA Controller" --add sata \\
--controller IntelAhci --portcount 4
VBoxManage storageattach "sunbert" --storagectl "SATA Controller" \\
--port 0 --device 0 --type hdd --medium /c3d2/sunbert.vdi
VBoxManage modifyvm sunbert --vrdeproperty VNCPassword=
VBoxManage modifyvm sunbert --vrdeauthlibrary null
VBoxManage modifyvm sunbert --vrdeport 10001
VBoxManage modifyvm sunbert --vrdeaddress "0.0.0.0"
VBoxManage modifyvm sunbert --usb on
VBoxManage modifyvm sunbert --nicpromisc1 allow-all
VBoxManage modifyvm sunbert --longmode on
VBoxManage storageattach sunbert --storagectl "IDE Controller" \\
--port 1 --device 0 --type dvddrive --medium /c3d2/sol-11_1-text-x86.iso
VBoxManage modifyvm sunbert --ioapic on
VBoxManage modifyvm sunbert --boot1 disk --boot2 net --boot3 dvd
</source>
longmode gegen Fehler: CPU not supported
== VM HOST: Btrfs snapshots ==
<source lang=bash>
btrfs subvolume create /btrfs-snap
btrfs subvolume snapshot -r /vserver/sunbert /btrfs-snap/sunbert-04.04.2014
</source>
== VM HOST: boot ==
* automatisch bei Lostbert boot
== VM GUEST: Zugriff ==
* native SSH (pub.key)
== Log ==
* 05.04.2014 - create zones schmiert bei der einrichtung des vnet device ab