The boot process for SPARC platform involves 5 phases as shown in the diagram below. There is a slight difference in booting process of a SPARC based and x86/x64 based solaris operating system. Boot PROM phase 1. The boot PROM runs the power on self test (POST) to test the hardware. 2. The boot PROM displays the banner with below information – Model type – processor type – Memory – Ethernet address and host ID 3. Boot PROM reads the PROM variable boot-device to determine the boot device. 4. Boot PROM reads the primary boot program ( bootblk ) [sector 1 to 15] and executes it. Boot program phase 1. bootblk loads the secondary boot program ufsboot into memory. 2. ufsboot reads and loads the kernel. The kernel is composed of 2 parts : unix (platform specific kernel) genunix (platform independent kernel) 3. ufsboot combines these 2 kernel into one complete kernel and loads into memory. Kernel initialization phase 1. The kernel reads the configura...
How to check the Parent Zone (Global Zone) name of Non Global Zone from Non Global Zone ? As many Unix folks are discussing and believing that their is no way to find out the Parent Zone (Globle Zone, GZ) from Non Global Zone (NGZ). Folks there is a way, I will show you the complete steps how to find out the GZ name from NZG. It took many months for me to find out the way, but at last I got it. :-) This post is for all those Unix Champs who were asking the same que. on Linkedin.com , guys as committed below is the post. My Global Zone (Physical Server): =========================== yogesh-test#uname -a SunOS yogesh-test 5.10 Generic_144488-11 sun4u sparc SUNW,Sun-Fire-V245 —–> GZ (yogesh-test) yogesh-test#zoneadm list -cv ID NAME STATUS PATH BRAND IP 0 global running / native shared 1 yogesh-zone running /zones/yogesh-zone native shared ——> NZG (yogesh-zone) My Non-Global Zone (Virtual Server): ============================== yogesh-test#zlogi...