ZFS flash install "Unable to create Filesystem error"


 
Thread Tools Search this Thread
Operating Systems Solaris ZFS flash install "Unable to create Filesystem error"
# 1  
Old 09-16-2014
ZFS flash install "Unable to create Filesystem error"

Hi,
I am trying to get an HPz420 workstation instaled (zfs root pool) via a jump-start server.
I have a zfs image (from this workstation) the Solaris release is 10 1/13 update 11.
I use a sparc U25 install server, upgraded to the same solaris build 10 1/13.
This server is configured to install both Sparc and x86; For UFS it works fine.

The zfs flash_ install, reads the sysid.cfg and rules.ok file.
The nfs mount is ok.
It even says it will create the rootpool, de zvol for swap and dump. When the zfs filsystem needs to be created, the installation aborts.
The error reads:
Could not create filesystem.
Inposible to check or verrify some sytem critical files.

The disk has an SMI label.

The disk portion of the .profile file reads:

fdisk all solaris all
pool rpool auto 4g 4g c0t0d0s0

Is it posible to flash install a root pool zfs from a UFS jumpstart server?

sc0rpie

Last edited by sc0rpie; 09-16-2014 at 01:53 PM.. Reason: forgot this line in .profile file partitioning explicit
# 2  
Old 09-17-2014
Are you following all the rules?

Installing a ZFS Root File System (Oracle Solaris Flash Archive Installation) - Oracle Solaris ZFS Administration Guide

---------- Post updated at 10:11 AM ---------- Previous update was at 10:05 AM ----------

Just read your post again. If this is a HPz420 x86 box could

Quote:
pool rpool auto 4g 4g c0t0d0s0
"c0t0d0s0" be wrong????
# 3  
Old 09-17-2014
Hi,
c0t0d0s0 is correct, since this is the only disk in the box and zfs rootpool requires a slice 0.
The profile file looks like this:

Code:
install_type            flash_install
archive_location        nfs     
###.###.###.###:/export/flash/Sol10x86_u11/install/HPz420_UFS.flar
fdisk c0t0d0 solaris all
partitioning            explicit
pool rpool auto 4g 4g c0t0d0s0

This is the error I get.

Code:
Searching for JumpStart directory...
Using rules.ok from ###.###.###.###:/export/flash/Sol10x86_u11/config.
Checking rules.ok file...
Using profile: HPz420_zfs.profile
Using finish script: copy_networkfiles.sh
Executing JumpStart preinstall phase...
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
        - Validating Flash archive
        - Selecting all disks
        - Configuring boot device
        - Creating "all" Solaris fdisk partition (c0t0d0)
        - Configuring / (c0t0d0s0)
Verifying disk configuration
Verifying space allocation
Preparing system for Flash install
Configuring disk (c0t0d0)
        - Creating Fdisk partition table
        - Creating Solaris disk label (VTOC)
        - Creating pool rpool
        - Creating swap zvol for pool rpool
        - Creating dump zvol for pool rpool
Creating and checking file systems
        - Creating rpool/ROOT/ dataset
ERROR: Creation rpool/ROOT/ dataset failed
ERROR: Could not check or create system critical file systems
ERROR: Could not update disks with new configuration
ERROR: Flash installation failed
Solaris installation program exited.

Moderator's Comments:
Mod Comment edit by bakunin: please use CODE-tags for your data too, as it makes terminal output more readable. Thank you.

Last edited by bakunin; 09-17-2014 at 10:40 AM..
# 4  
Old 09-17-2014
Hi,

There is an other potential issue here as well, I have seen this error before and it turned out to be the disk geometry. Can't quite remember but think it was to do with the number of heads which had to be either more than 15 or less than 15.

Also I would say that potentially there could be Hypervisor issues and that Solaris may not be able to get a proper hold of the disk to Vtoc it - this problem could be worth looking for on the Oracle support site.

Regards

Dave

Last edited by gull04; 09-17-2014 at 08:21 AM.. Reason: Typo's
# 5  
Old 09-17-2014
Hi Dave
My next step will be Oracle support.

Thanks anyway

Erik

---------- Post updated at 02:51 PM ---------- Previous update was at 02:48 PM ----------

Dave,
I also can add that afhter this partial install the system only has a grub.
The new label seems to be in place!
I have it flashed in UFS again.
Greets
Erik
# 6  
Old 09-17-2014
Hi,

I'm still a bit confused here, you seem to be using a UFS based flash archive to try and build a ZFS dataset - are you sure that this is pulling the correct profile?

Regards

Dave
# 7  
Old 09-17-2014
Hi,
First I installed the HP Box in UFS, created an archive and tested the flash install.
Then I reinstalled it in zfs and created a second archive..
I have two .profile files, one for each file sytem type. I just need to change the rules file according to the type of install I wish, and run the check script.
The reason why I do this is becouse we have a major hardware upgrade. The application we run requires Solaris 10. I opted for the last possible build (10 1/13).
The new servers (4 Netra SparcsT4-1 and 7 Netra X3-1) will be installed using zfs mirror (manually). The 42 HP's and 8 Ultra 27's, both X86 machines, will be flash installed.
If I do not get zfs flash install up and running we will stick to UFS. Although I would prefer to have all systems in zfs.
We still have some old Sparc U25 boxes which need to be flash installable to.
For this reason I need to set up the server (setup_install_server) with the -b option (bootserver only).
At this moment the install server is running in UFS. My colleague and me ar in the process of doing just so on two extra disks.
Now you are completely up to speed.

Erik
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

I am following the "Compilling and Installing" guide from Apache > HTTP Server > Documentation > Version 2.4 page The configure running OK: # export CC="gcc -m64" # ./configure \ --prefix=/usr/local/apache2/httpd-2.4.20 \ --with-port=80 \ --with-mpm=worker \ --enable-mods-shared=most \... (0 Replies)
Discussion started by: jhuang
0 Replies

2. Solaris

Solaris 10 error "-sh: /tmp/outfile: cannot create"

Hello, Each time a user log on to host, they receive below error: -sh: /tmp/outfile: cannot create Example: $ ssh host user@host's password: Last login: Fri Dec 4 08:17:28 2015 from client.ref |-----------------------------------------------------------------| -sh:... (2 Replies)
Discussion started by: feroccimx
2 Replies

3. Ubuntu

How to install Adobe Flash player in Ubuntu "11.04"

I am unable to watch video e.g. "www.bbc.co.uk/autumnwatch" on my Netbook as I can find no way of installing Flash Player on my Netbook, which has, (I believe) a light version of Ubuntu 11.04. Has anyone had the same problem and resolved it?:o (3 Replies)
Discussion started by: Royalist
3 Replies

4. Shell Programming and Scripting

Unable to Install "Devel-Profile" perl module in windows.

Hi, I want to install 'Devel-Profile' in windows but i am not able to install. Here is the error. PPM> install Devel-Profile Install package 'Devel-Profile?' (y/N): y Installing package 'Devel-Profile'... Error installing package 'Devel-Profile': Could not locate a PPD file for... (3 Replies)
Discussion started by: vanitham
3 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. Shell Programming and Scripting

"directory checksum error" when attempting to install tcl

OS: HP-UX Programs I want to install: expect and tcl I'm lost. I bought the book. I began reading the book. I want to install expect. I've been able to download the .z, and extract it successfully. But, of course, it apparently needs tcl and possibly tk also, and ... I... (0 Replies)
Discussion started by: instant000
0 Replies

7. UNIX for Dummies Questions & Answers

how to install "source" command!/ broken "login.cl"!

Hello, I am new to this forums and this is my first "asking help" message! i have 2 problems: 1- for unknown reasons the "source" command is not avalable in my system (UBUNTU). i can't either see it in my bin directory! 2- again for unknown reasons the "login.cl" file in the home... (0 Replies)
Discussion started by: astrosona
0 Replies

8. SuSE

VMDB Failure" followed by "Unable to open snapshot file"

keep getting an error when I try to revert to a snapshot: "VMDB Failure" followed by "Unable to open snapshot file" Im using vmware server 1.0.4, host OS is windows xp and guest OS is SLES. Is there anything I can do to recover the snapshot or am I in trouble!?!?! (0 Replies)
Discussion started by: s_linux
0 Replies

9. Programming

getting "mi_cmd_var_create: unable to create variable object" error msg

Hi, i am working in C in Fedora Eclipse 3.3.0 with gdb debugger. I am geting segmentation fault with an error message "mi_cmd_var_create: unable to create variable object" on debugging the program. What should I do to solve this problem? rgds, Dona_m (14 Replies)
Discussion started by: dona_m
14 Replies
Login or Register to Ask a Question