This content has been marked as final.
Show 9 replies
-
1. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
Ginny Henningsen Feb 13, 2013 2:09 PM (in response to andy.magana)Yes, you can create a Solaris 10 zone within Solaris 11, and use Jumpstart within that. -
2. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
Ginny Henningsen Feb 13, 2013 2:13 PM (in response to andy.magana)Sorry, meant to include this link on how to do it w/ S11E. Process s/b the same:
http://www.oracle.com/technetwork/articles/servers-storage-admin/installjumpstartons11ex-219229.html -
3. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
andy.magana Feb 13, 2013 2:40 PM (in response to Ginny Henningsen)I looked at the link and I could run the same process within a zone for jumpstart? -
4. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
andy.magana Feb 13, 2013 2:47 PM (in response to Ginny Henningsen)So I could create a zone and inside the zone run jumpstart inside the zone? -
5. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
Dave Miner-Oracle Feb 13, 2013 3:54 PM (in response to andy.magana)The services needed for Jumpstart can be run either in a zone or in the global zone with Solaris 11. -
6. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
andy.magana Feb 22, 2013 1:58 PM (in response to Dave Miner-Oracle)Can I migrate my jumpstart flar to Solaris 11 zone? -
7. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
Dave Miner-Oracle Feb 22, 2013 4:55 PM (in response to andy.magana)I'm not sure I understand your question exactly, but you can create Solaris 10 branded zones in Solaris 11 using flash archives. See http://docs.oracle.com/cd/E26502_01/html/E29024/gjfbq.html#scrolltoc -
8. Re: Possible to put a Jumpstart server inside a zone in Solaris 11?
YTC1 Mar 6, 2013 4:06 PM (in response to andy.magana)Yes, you can run JumpStart inside an S11 zone, I use JET this way now.
You need to add the DHCP services (for PXE boots). Also thre is no flar command, so if you use JET or have any scripts that reference it just grab some flar info output and have a script (called flar) echo it out :-)
HTH -
9. Jumpstart on Solaris 11?
andy.magana Mar 12, 2013 1:08 PM (in response to YTC1)I gave up on running it from a zone but I am trying to run it as a service I followed the steps up to add_install_client now I get this problem:
./add_install_client -e 0:14:4f:3c:4a:de -s 52WWYK-AS-1416:/aipool/jumpstart/s10u11_sparc/Solaris_10/Tools/ -c 52WWYK-AS-1416:/aipool/jumpstart/oradb04/AI_profile -p 52WWYK-AS-1416:/aipool/jumpstart/oradb04 oradb04 sun4u
" /aipool/jumpstart is already shared.
However, the zfs file system /aipool/jumpstart must be shared
read-only with root access. Use the "zfs set" command to
set the sharenfs property for file system /aipool/jumpstart as follows:
Use ro and either anon=0 or root=oradb04 for /aipool/jumpstart.
This must be fixed and /aipool/jumpstart shared
before oradb04 can boot.
cleaning up preexisting install client "oradb04"
removing oradb04 from bootparams
removing /etc/bootparams, since it is empty
updating /etc/bootparams "
Edited by: 987670 on Mar 12, 2013 6:08 AM