Questions tagged [zones]

Solaris zones is a low overhead virtualization technique, where the guest system is using the same kernel as the underlying systems.

Solaris zones are process teams running in a changeroot environment on the underlying hosting Solaris system, called "Global Zone".

Global Zone
- hosting Solaris instance with access to all physical ressources.
- All processes belonging to nonglobal (hosted) zones are visible from within the global zone.

Nonglobal Zone - Solaris Process Container appearing as a separate system to processes running inside of it.

Branded Zone (BrandZ)
- with an added layer of system call translation, it is possible to run a different operating system revision within a Zone.

For more information see:

43 questions
1
vote
1 answer

Solaris 10 zone: ping does not resolve but nslookup does

This question is very specific to Solaris 10 zones. I have a master zone and another zone. The master zone is working correctly with respect to DNS lookups: 'ping google.ca' works as does 'nslookup google.ca'. The file /etc/resolv.conf exists, has…
Huntrods
  • 237
  • 2
  • 10
1
vote
2 answers

Solaris Zones - Prevent Zone from Booting

I have a server with a master zone and 4 'child' zones. I now only need master + 1 zone, but cannot simply delete the unneeded zones. At the moment the unneeded zones are shut down and show inactive. However, if the server reboots, then all 4 zones…
Huntrods
  • 237
  • 2
  • 10
1
vote
1 answer

ipfilter: is possible to redirect ssh on every zone?

I have a server for testing,I have installed on it OmniOS,because can emulate linux(lx branded zones) and Solaris(works perfect with kvm-qemu). I can run all on 192.168.0.0/24 network,but I prefer to do something like this: A server with 2 nics:…
elbarna
  • 332
  • 3
  • 6
  • 15
1
vote
1 answer

BIND server zones don't "notify" until serial is changed

I am having what I feel will end up being a simple problem, however I am not seeing the obvious problem. Here is an example flow first of all to get a better understanding of how things occur in order -- please note that this is infrastructure that…
Zak
  • 354
  • 4
  • 17
1
vote
1 answer

2k3 Server Not recognizing the correct network zones for one profile

When I log on to this machine any browsing web or windows only recognises "My Computer" and "Internet", everything that is not on the local machine is "Internet". A colleague logs on and the zone is shown correctly in the status bar. My profile…
Mesh
  • 213
  • 3
  • 10
1
vote
3 answers

MX Subzone DNS Setup on xname.org

I've a zone example.tld configured with a wildcard CNAME (1&1), A records (custom & 1&1), MX records (1&1), and a subzone record (NS) pointing to ns1.xname.org. I've configured the subzone subzone.example.tld conatining a MX record pointing to a…
ybart
  • 133
  • 8
1
vote
1 answer

Solaris : No ping to logical Zone interface

I have the following issue on Solaris 11 Express. I have a 1 running zone named Zone1, that I want to add a new interface to. I bring up the interface bnx1: ifconfig bnx1 plumb Assign the address to the interface and bind it to the zone: ifconfig…
Bigmyx
  • 97
  • 1
  • 1
  • 9
1
vote
1 answer

Solaris ZFS dataset delegated to a Zone is not mounted after server (or zone) reboot

We have Solaris11 Express server with Zones A Zone delegated ZFS dataset is not remounted after Zone or Server reboot. (mountpoint property is set on ZFS dataset) What can be missing in ZFS or Zone configuration ?
Bigmyx
  • 97
  • 1
  • 1
  • 9
1
vote
1 answer

Simple DNS configuration

I am trying to configure my computer to run its own DNS server. The only thing I want to do is to forward all requests for my.example.com to my-staging.example.com. So, when I would use a phone, who's DNS is my computer, the requests would also be…
1
vote
1 answer

DNS SERVFAIL and Incorrect Flag only via TCP: Broken DNS Servers?

Is it poor configuration to return the root name servers in the additional section for a CNAME lookup that points to another domain? Particularly the one I'm seeing this with is a CNAME hosted by Network Solutions with the CNAME pointing to a…
Rob Olmos
  • 2,240
  • 1
  • 15
  • 26
1
vote
2 answers

I'm missing some zone files, and I need them to configure some SPF settings. How do I create them?

I recently noticed that my recently setup domain, example.com, was being used to send spam. So, I decided to fix this and found some information on SPF configuration, and that I'd need to go edit the appropriate .zone file in my server. Well, that…
Ian Hunter
  • 217
  • 3
  • 11
1
vote
4 answers

Do I need to create reverse zone files for my domains?

Here's how I'm currently setting up my zones in bind: [user@host ~]$ cat /etc/bind/named.conf.local zone "test.com" { type master; file "/etc/bind/zones/test.com.db"; }; zone "0.168.192-in-addr.arpa" { type master; file…
Ted
1
vote
1 answer

Does opensolaris support Solaris9 branded zones?

I have a Sun t1000 pre installed with Solaris 10 6/06. Branded zones didn't come to Solaris 10 until a later revision. With Oracle changing the Solaris license to require a support contract after 90 days i am considering running opensolaris…
Ram
  • 13
  • 2
1
vote
1 answer

Is it possible to temporarily disable non-global zones?

I frequently need to install a package on the global zone for a quick test on a development box. When there are multiple prompts for one package I have to answer them for each zone. If the zone is not running then I need to wait for the zone to…
Gary
  • 123
  • 1
  • 4
0
votes
2 answers

Issues running java in Solaris 9 container

I have a solaris 9 container built from a physical server using flarcreate. Everything seems fine, except when trying to trying to run any "java -server" process it fails with the following error This is on a Sunfire T1000 machine running Solaris 10…
Matthew Watson
  • 294
  • 2
  • 6
  • 14