Find Global Solaris Zones from a Local Zone

If your on a local Solaris zone, don't have root access and want to know what the global zone is and the other local zones hosted on this server, use arp

user@local_zone> arp -a | grep `arp -a | sed -n /\`hostname\`'/{s/[^:]*//p;q;}'`

0 comments:

All views on this blog are my own. All hints, tips and scripts should be run and tested on your development and test servers before attempting in production.

About this blog

I have been DBA with over 10 years experience in Oracle. This blog aims to note interesting bits and pieces that I come across on a day to day basis.