Configuration for a master only DNS server. 1. WILL NOT answer queries 2. WILL NOT forward queries 3. WILL NOT perform recursion 4. WILL allow transfers from specified slaves Zone and configuration files are backed up disk to disk via rsync. Single point editing of our name space. Single point […]
Tag: zone
Simple Zone Construction
bash-3.00# zoneadm list -iv ID NAME STATUS PATH 0 global running / 11 foo running /export/zones/foo 13 bar running /export/zones/bar bash-3.00# zonecfg -z fubar fubar: No such zone configured Use ‘create’ to begin configuring a new zone. zonecfg:fubar> create zonecfg:fubar> set zonepath=/export/zones/fubar zonecfg:fubar> set autoboot=true zonecfg:fubar> add net zonecfg:fubar:net> set […]
Solaris 10: Zones
This is the first part in a series of notes taken regarding new(ish) Solaris 10 technologies. Other items I have notes on are ZFS and new service administration. Zones, Containers, Domains and Partition (According to Sun): Zone: chroot’d virtual machine. Some resources are shared, for example, the kernel or /usr/lib. […]
Solaris 10 Crib
Some items concerning Solaris 10. Zone: chrooted “virtual” machine. Kernel is a shared resource. Domain: Grouping of hardware in larger sun servers. Partition: Separation of domains. Container: Zone with resource controls in place. /etc/zones contains data on all zones. ipmp auto nic failover. Both must be in same subnet. core: […]