Jumpstart Error: Unsupported version (3.0).


 
Thread Tools Search this Thread
Operating Systems Solaris Jumpstart Error: Unsupported version (3.0).
# 1  
Old 08-23-2011
[SOLVED] Jumpstart Error: Unsupported version (3.0).

Hello,

The OS version of the ZFS flar is Solaris 10 U9 .

Here is the screen output from my attempted jumpstart:

Code:
System identification is completed.
System identification complete.
Starting Solaris installation program...
Searching for JumpStart directory...
Using rules.ok from JumpServer:/opt/SUNWjet.
Checking rules.ok file...
Using begin script: Utils/begin
Using derived profile: Utils/begin
Using finish script: Utils/finish
Executing JumpStart preinstall phase...
Executing begin script "Utils/begin"...
Installation of ClientNew at 07:48 on 23-Aug-2011
Loading JumpStart Server variables
Loading Client configuration file
BASE_CONFIG: Running base_config begin script....
FLASH: Running flash begin script....
Begin script Utils/begin execution completed.
Searching for SolStart directory...
Checking rules.ok file...
Using begin script: install_begin
Using finish script: patch_finish
Executing SolStart preinstall phase...
Executing begin script "install_begin"...
Begin script install_begin execution completed.

Processing profile
        - Opening Flash archive

ERROR: Unsupported version (3.0).

ERROR: Flash installation failed
Solaris installation program exited.

Moderator's Comments:
Mod Comment Please use [CODE] tags when posting console output, ...


Thanks for the assistance ( Kinda new to forums) ...

I was thinking that the error might be referencing the version of JET installed on the Server..

Code:
 
The following package is currently installed:
   SUNWjet  Sun JumpStart Enterprise Toolkit
            (sparc,i386) 4.7


Last edited by Siralos; 08-29-2011 at 03:09 PM.. Reason: Solved
# 2  
Old 08-29-2011
With is error:

Code:
Processing profile
        - Opening Flash archive

ERROR: Unsupported version (3.0).

ERROR: Flash installation failed
Solaris installation program exited.

I needed to update the miniroot with patch 124630-58 (or greater).
Code:
This is from the README of patch 119534-27 which I had installed.

Note 11: Flash archives created after applying this patch will have a new
         version number: 3.0.  The following patch must be applied to the
         miniroot of install images used for installing this new version
         of flash archives:
 
         124630-51 (or greater)  System Administration Applications, Network,
                                 and Core Libraries Patch

Here is a good article on how to patch miniroot,

Can't post urls yet....

I can run # patchadd -p <boot-image> to verify what version of this patch 124630-51 or not.

---------- Post updated at 01:11 PM ---------- Previous update was at 01:08 PM ----------

Hope this helps someone else out in the future
# 3  
Old 08-29-2011
Did you updated your boot server to inform that new flash archive is present ?
# 4  
Old 08-29-2011
Not sure if I completely understand your question but no.
I did not modify the flash archive but i did update the Jet template ("base_config_ClientOS=") to point to the updated miniroot.

Last edited by Siralos; 08-29-2011 at 06:25 PM..
# 5  
Old 11-01-2011
Having the same issue with a Solaris10U10 net install server. I can not get the patch to apply
# 6  
Old 02-16-2012
Same issue for me with flash archive installs on Solaris 10_u9 (10_9/10) yet only after patching up to kernel rev 147440-10 then adding one-off patch 119534-29 (for SUNWinst). Seems the dead ringer for this issue indeed is:

ERROR: Unsupported version (3.0).
ERROR: Flash installation failed
Solaris installation program exited.

Finally figured this out... if you look at the header of the flash archive via:

> head -1 your-flar-file | strings

and you'll see this string:

FlAsH-aRcHiVe-3.0

Which means the flash archive is v3.0. And support for 3.0 in Solaris 10 is not yet complete. Patch 119534-29 is the problem, upgrades flarcreate to new version 3.0. Simply removed 119534-29, regressed back to 119534-19. Then flarcreate will only create version 2.0 flash archives:

> showrev -p | grep 119534
Patch: 119534-29 Obsoletes: Requires: ... ... Packages: SUNWinst
> patchrm 119534-29
> showrev -p | grep 119534
Patch: 119534-19 Obsoletes: Requires: ... ... Packages: SUNWinst

Then recreate your flar and check the version of the flar again:

> head -1 your-flar-file | strings

FlAsH-aRcHiVe-2.0

Above put me back in business... hope others find this useful.

Last edited by nsysdcw; 02-17-2012 at 12:18 AM..
This User Gave Thanks to nsysdcw For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Unsupported hardware detected error for SSD hard drive

Hi, I am trying to install Oracle Linux 6.5 on vmware workstation 9, but during the installation i am getting popup box with below message. unsupported hardware detected The hardware ( or a combination thereof) is not supported by Oracle Linux) ....... My laptop is having SSD SM871... (1 Reply)
Discussion started by: suren424
1 Replies

2. Solaris

Solaris 10 Jumpstart Error

Hey All, I'm trying to jump start a new Sun Server from an existing jump start server, but this last machine is giving me driver errors :s It doesn't make sense as we've built a few of these exact same servers just recently, but this last one displays: "No driver (or driver binding)... (2 Replies)
Discussion started by: UnxAdm1101
2 Replies

3. Solaris

help me! jumpstart installation error

Hi actualy my two machines are sun sparc ultra 60. Both are same configuration. I am trying jumpstart Installation in my two machines, i got no errors in server side but in the client side actually it detects the server machine with correct hostname and domainname but after showed that it will... (2 Replies)
Discussion started by: Grovestreet
2 Replies

4. Solaris

Jumpstart client flash archive error....

Hi , I am facing this issue while restoring flash archive from jumpstart server.The image was aroung 9 gb (5.9 release) and we have restored the other images successfully bigger than this size to other machines we have never faced this issue .Please advice me on this issue . Extracted 100 %... (0 Replies)
Discussion started by: knl.sundeep
0 Replies

5. Solaris

boot Error for jumpstart

Hi community, I am installing Solaris 10 using a jumpstart installation. Both Server and Client are in the same netmask. When I perform the "boot net - install" command, I receive the following error: Timeout waiting for ARP/RARP packets Timeout waiting for ARP/RARP packets Timeout... (1 Reply)
Discussion started by: Sunb3
1 Replies

6. Solaris

error in jumpstart while cretaing rules.ok with ./check

Hi Gurus, When i am running the ./check and i am getting below error Error in files "rules", line 92 hostname sample_host - host_class set_root_pw Error: Finish script missing: set_root_pw i do not have any begin or finish define in my rules file it just marked as - , the content... (2 Replies)
Discussion started by: kumarmani
2 Replies

7. Solaris

Error after Jumpstart

I have a Solaris 10 U6 flash nothing has changed on my Jumpstart expect for some finish files and profiles. after I jump either a client or a server I always get the same error the following files in / differ from the boot archive changed /kernel/drv/md.conf then I enter in the root... (4 Replies)
Discussion started by: deaconf19
4 Replies

8. Solaris

Jumpstart Error

I 've configured jumpstart and everything is fine but the installation starts asking human intervention and go till NFS conifugration .. Setting up Java. Please wait... Serial console, reverting to text install Beginning system identification... Searching for configuration file(s)... Using... (3 Replies)
Discussion started by: fugitive
3 Replies

9. UNIX for Dummies Questions & Answers

unsupported characters

Hi I am new to unix - can anyone give me an idea of the characters i should NOT be using in unix filenames - ie: i know not to use spaces and backslashes but not much else. Thanks John (1 Reply)
Discussion started by: jmalpas
1 Replies
Login or Register to Ask a Question