Solaris Re-installation failure


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Re-installation failure
# 1  
Old 07-15-2012
CPU & Memory Solaris Re-installation failure

Hello Community.

I had installed solaris 5.10 OS on an X86 server using a custom-jumpstart installation program and it was performed successfully.

Due to some issues, i had to go for reinstallation using the same jumpstart but this time it failed giving below error.

Code:
Starting Solaris installation program...
Searching for JumpStart directory...
 <<< using DVD install_config >>>
not found
Checking rules.ok file...
c1t0d2 doesn't have a VTOC label
c1t0d3 doesn't have a VTOC label
c1t0d5 doesn't have a VTOC label
c1t0d6 doesn't have a VTOC label
c2t0d0 doesn't have a VTOC label
c2t0d1 doesn't have a VTOC label
c2t0d4 doesn't have a VTOC label
c2t0d6 doesn't have a VTOC label
Using begin script: local.begin
Using derived profile: local.begin
Using finish script: local.finish
Executing JumpStart preinstall phase...
Executing begin script "local.begin"...

Using /cdrom/1_19089-CXP9024789_1.L.flar
Begin script local.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.
WARNING: The firmware on this machine cannot be set for automatic rebooting

Processing default locales
- Specifying default locale (en_US.ISO8859-1)

Processing profile
- Opening Flash archive
- Validating Flash archive
- Selecting all disks
- Configuring boot device
- Using disk (c0t5000CCA0253DB69Dd0) for "rootdisk"
- Creating "maxfree" Solaris fdisk partition (c0t5000CCA0253DB69Dd0)
- Using existing Solaris fdisk partition (c0t5000CCA0253DB69Dd0)

ERROR: fdisk partition table invalid (c0t5000CCA02536A475d0)

ERROR: Flash installation failed
Solaris installation program exited.
#

I tried checking the fdisk of disk-0 on which the installation is failing and it has below output:

Code:
format>fdisk
             Total disk size is 36472 cylinders
             Cylinder size is 16065 (512 byte) blocks

                                               Cylinders
      Partition   Status    Type          Start   End   Length    %
      =========   ======    ============  =====   ===   ======   ===
          1       Active    Solaris2          1  36350    36350    100

Please help in resolving this. Smilie
# 2  
Old 07-16-2012
You need create a clinet profile, something like this

Code:
 
install_type initial_install
system_type standalone cluster SUNWCprog package SUNWaccr add package SUNWaccu add partitioning explicit filesys c0t3d0s0 512 / filesys c0t3d0s1 2048 /var filesys c0t3d0s2 all overlap filesys c0t3d0s3 2048 swap filesys c0t3d0s4 1024 /usr
filesys c0t3d0s5 free /local

Than installation will pass without any problems.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Gamit installation error: showing Failure in make_gamit -- install_software terminated

what i should to do next? read full query first please!! harshbhu@harshbhu:/usr/local/gg/10.6/updates/Source$ sudo ./install_software sudo: unable to resolve host harshbhu install_software version 2017/06/29 GAMIT and GLOBK to be installed into /usr/local/gg/10.6/updates/Source If... (0 Replies)
Discussion started by: ankit lohar
0 Replies

2. HP-UX

Sudo installation failure

Dear Guru, I want to install sudo in my HPUX 11.11 and i also already downloading the software from website sudo, and already install the depot using swinstall -c .... , after finish still can not find sudo . something wrong with my installation ? thank you # ls... (6 Replies)
Discussion started by: trisno
6 Replies

3. Post Here to Contact Site Administrators and Moderators

EEM Installation failure

I am trying to install EEM on Linux but found with below issue 27 Sep 2013 01:10:41 INFO iGateway - Check if we can upgrade from Linux 2.4 to 2.6 installer 27 Sep 2013 01:10:41 INFO iGateway - iGateway components conf, Spin.conf] Please suggest, If any further information is required... (1 Reply)
Discussion started by: rakesh_411
1 Replies

4. SuSE

Wine Installation Failure

When I try to install wine either through yast or zypper it fails with below message: zypper in wine Refreshing service 'nu_novell_com'. Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides libOSMesa.so.8()(64bit) needed by... (0 Replies)
Discussion started by: rupeshkp728
0 Replies

5. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

6. SuSE

Failure of Vmware Server 2 installation on SLES 11 SP2

Issue: I am trying to install Vmware Server 2(VMware-server-2.0.2-203138.x86_64) installation on SUSE Linux Enterprise Server 11 (x86_64) SP2 and it fails with error: None of the pre-built vmmon modules for VMware Server is suitable for your running kernel. Do you want this program to try... (3 Replies)
Discussion started by: rupeshkp728
3 Replies

7. Solaris

t2000 Sol10 installation failure

Hi folks, I've searched as much as possible with regards to the installation of Solaris 10 and this error that I keep getting no matter which arguments I use. sol-10-u9-ga-sparc-dvd.iso sc> showhost Sun-Fire-T2000 System Firmware 6.7.12 2011/07/06 20:03 Host flash versions: OBP... (3 Replies)
Discussion started by: dnetcrawler
3 Replies

8. OS X (Apple)

GRUB Error and Installation Failure

...I haven't been here in along time! Anyways, I didn't know where I should put this, as this involves practically three OSes, so if this is in the wrong place, feel free to move it. Recently, I thought about this: installing OpenSUSE 10.1 on my Mac Mini's (Intel Core Duo) external hard... (0 Replies)
Discussion started by: Danny_10
0 Replies

9. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies
Login or Register to Ask a Question