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.

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:

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. :confused:

You need create a clinet profile, something like this

 
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.