Zones

How to find out global zone name from a non-global zone?

Questions by sridharunix3

Showing Answers 1 - 28 of 28 Answers

Navneet

  • Mar 28th, 2012
 

At Local zone:-
#arp -a|grep SP

  Was this answer useful?  Yes

Rajendra Jadhav

  • Jun 7th, 2012
 

You can also get global zone name using below command:
cat /etc/VRTSvcs/.vcshost

  Was this answer useful?  Yes

S.P.Raj

  • Jun 20th, 2012
 


netstat -p|grep SP

or



arp -a|grep SP

  Was this answer useful?  Yes

osmond

  • Sep 18th, 2012
 

#zoneadm -z nonglobalzonename list

  Was this answer useful?  Yes

dhevankumar

  • Jan 6th, 2014
 

cat /etc/globalzone/hostname

  Was this answer useful?  Yes

Sudheer

  • Dec 2nd, 2014
 

arp -a |grep -i SPLA
you might be getting the results of Global Zone along with all NGZs , But still it gives a bit accurate details

  Was this answer useful?  Yes

Fred

  • Mar 30th, 2015
 

Delegate the "hostname" file from the global zone to the zone via zonecfg. It will add an entry to df -h in the NGZ.

  Was this answer useful?  Yes

Muneesh

  • Jun 25th, 2016
 

Any local zone you can type this command globalzone. You can find globalzone name

  Was this answer useful?  Yes

Shantanu

  • Mar 15th, 2017
 

arp -a|grep -i SP
It wont give you direct answer but you have to figure out what can be your global zone

  Was this answer useful?  Yes

Philemon I Elaigwu

  • Jul 23rd, 2017
 

zoneadm list -cvi also will list you all zones

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions