Jumpstart with ZFS root install


 
Thread Tools Search this Thread
Operating Systems Solaris Jumpstart with ZFS root install
# 1  
Old 03-23-2011
Jumpstart with ZFS root install

Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)).

My issue is that I get prompted for information each time I boot the client system. My goal is to get the install to finish without entering any information.

Currently I get prompted for the following information:
- Eject a CD/DVD Automatically?
- Reboot After Installation?
- Choose Media
- Specify Network File System Path
- Solaris Interactive Installation # Here I get the message that "there are existing ZFS pools available on this system."
- Accept License
- Select Geographic Regions
- Select System Locale
- Additional Products
- Choose Filesystem Type
- Select Software
- Select Disks
- Preserve Data?
- Configure ZFS Settings
- Mount Remote File Systems?
- Profile

... then the installation continues. It's almost as if the file containing the ZFS configuration is never read. Smilie


Any Help is greatly appreciated.
# 2  
Old 03-23-2011
I can ""guess"" of enabling the boot from option on the clients to look for network boot!
(pls do not try this on ur real time environment, unless you test it). Thanks.
# 3  
Old 03-23-2011
Quote:
Originally Posted by solaris040
I can ""guess"" of enabling the boot from option on the clients to look for network boot!
(pls do not try this on ur real time environment, unless you test it). Thanks.
I run "boot net" from the "ok" prompt. The client picks up the IP addr and hostname from the install server. It just never finishes the install with out prompting for info .....
# 4  
Old 03-23-2011
try
Code:
ok boot net - install

# 5  
Old 03-24-2011
Quote:
Originally Posted by DukeNuke2
try
Code:
ok boot net - install

That works. But Smilie the install still prompts me for information.

Here is my rules file:
Code:
hostname sys1    -       sys1.zfs       -

Here is my "profile" file (sys1.zfs):
Code:
install_type    initial_install
cluster         SUNWCall
pool            sys1 50G 4G auto c0t0d0s0
bootenv         installbe bename newBE

Here is my sysidcfg file:
Code:
keyboard=US-English
terminal=ansi
timeserver=localhost
network_interface=PRIMARY { hostname=sys1
     ip_address=nnn.nnn.nnn.nnn
     netmask=255.255.255.0
     protocol_ipv6=no
     default_route=nnn.nnn.nnn.nnn }
security_policy=none
name_service=DNS { domain_name=mydomain.com
    name_server=nnn.nnn.nnn.nnn
    search=mydomain.com }
timezone=US/Eastern
system_locale=en_US.ISO8859-15
root_password=<encrypted rootpw here>
nfs4_domain=dynamic
service_profile=limited_net
auto_reg=disable

Here is the command I used to setup the install client:
Code:
# ./add_install_client -e xx:xx:xx:xx:xx:xx -c nnn.nnn.nnn.nnn:/export/home/JUMPSTART \
                      -p  nnn.nnn.nnn.nnn:/export/home/JUMPSTART -s nnn.nnn.nnn.nnn:/mnt sys1 sun4v


I am trying to install Solaris 10u9(9/10). I thinking about trying 10u8 to see if that works better. Smilie
# 6  
Old 03-24-2011
i found this:
Quote:
See Patch 124628-13 for having "auto_reg=disable does not work" fixed.
here:
What's new in Solaris 10 9/10 - c0t0d0s0.org
# 7  
Old 03-24-2011
Quote:
Originally Posted by DukeNuke2
The system I'm using as the jumpstart server is running Solaris 10u9 and has the latest Solaris 10 Recommended patch bundle applied. (Kernel patch 144488-09 applied) The patch above and all the patches that go with it are already applied.

I think it might be time to open a case with Sun .... I mean Oracle. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Flash Archive Jumpstart with multiple ZFS Pools

Hi, I'm trying to get a Flash Archive Jumpstart Running with ZFS Filesystem. For Testing I set up a VirtualBox VM with 2 Disks attached. On the first disk I have the ZFS root pool, on the second Disk I have some more ZFS Pools which I use for 2 additional Zones I've set up. Restoring works fine if... (1 Reply)
Discussion started by: NoelzeN
1 Replies

2. Solaris

Issue with jumpstart install

I've followed a few guides and have what appears to be a working jumpstart server. I can PXE boot a bare system, it gets an IP and launches the installer. However, it takes me to the screen: SunOS Release 5.10 Version generic-147148-26 64 bit Copyright (c) 1983, 2013, Oracle and/or its... (1 Reply)
Discussion started by: jnojr
1 Replies

3. Solaris

How to install an JumpStart Server on Solaris 11.3?

Hey Guys, i'm trying to install and configure a jumpstart server on a solaris 11.3 x86 based system. I've already created the folders to install the server. I've tried to use the installation script as follow (i'm root on the system): ./setup_install_server /export/jumpstart Everything works... (2 Replies)
Discussion started by: Marcusg562
2 Replies

4. Solaris

Solaris jumpstart install server

I am attempting to install Solaris 10, on a SPARC platform, from a Solaris install server running under Oracle Virtual Box (x86 platform) solarisbox1 is server with IP 10.1.1.21 solarisbox2 is client with IP 10.1.1.60 Snoop gives me the following .. solarisbox1 -> (broadcast) ARP C who is... (0 Replies)
Discussion started by: robs2015
0 Replies

5. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

6. Solaris

ZFS and jumpstart

I am building a new server on sol10_X86. I am new to ZFS, this will be one of the first systems to use it. I would like to have /opt /usr and a /u01 as separate file systems from the main ZFS pool. I know that this goes against the basic idea of ZFS, but this is so I can restrict the size/usage... (1 Reply)
Discussion started by: robsonde
1 Replies

7. Solaris

Jumpstart ZFS root issue

I 'm tryin to install a solaris server After all the system initialization & extraction of flash archive installation aborts with following error .. Does anyone know what could be the issue for the same ? Any help would be appreciated Extracted 2205.05 MB ( 99% of 2205.54 MB... (6 Replies)
Discussion started by: fugitive
6 Replies

8. Solaris

jumpstart install clusters

Hello, I'm trying to jumpstart a machine with Solaris 10, however the disks in my machine are only 18GB, but I want to have all the developer packages but none of the X windows stuff that can be quite large. Wondered if it was possible to somehow get a list of all packages and remove the ones... (4 Replies)
Discussion started by: Actuator
4 Replies

9. Solaris

Using JumpStart to Install LDoms1.1

I am trying to automate the LDoms installtion using the JumpStart server. In the "finish" script I have the following to do LDoms installtion: ROOT=/a JUMP=${ROOT}/jump mkdir ${JUMP} mount 172.25.135.11:/jumpstart ${JUMP} # Install LDoms 1.1 cp ${JUMP}/Packages/LDoms_Manager-1_1.zip... (19 Replies)
Discussion started by: StarSol
19 Replies

10. Solaris

Jumpstart: creating zfs filesystems

Is it possible to create zfs pools and filesystems using the profile file in jumpstart? edit to add: using Solaris 10 Release 11/06 (1 Reply)
Discussion started by: dangral
1 Replies
Login or Register to Ask a Question