Solaris 10 Jumpstart Problem


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 Jumpstart Problem
# 1  
Old 11-08-2005
Solaris 10 Jumpstart Problem

Hi Everyone,

Thanks in advance for reading my thread. I am not very familiar with Unix so please bear with me if I say anything stupid.

I have a SunFire V100 server with Solaris 8, which I made into a Boot/Install/Profile server. Recently, I re-install the V100 box with Solaris 10.

The Solaris 10 installation had no errors. Same with the boot server installation. I retained the jumpstart directory ,/etc/hosts, and /etc/ethers from before the new installation (when it was still using Solaris 8).

I tried to jumpstart another V100 server with a Solaris 8 image. There were no errors during the entire process. However, when the jumpstarted server tried to boot after the jumpstart, the file system seems to be missing! It asks me to check file system manually, but it shows this error.

"Can't stat /dev/rdsk/c0t2d0s0".

The configuration for my network interfaces were also errored out.

"ifconfig: plumb: dmfe0: Bad file number."

If anyone have ANY idea as to how to fix this problem. Please tell me.

Thanks!
CityShrimp
# 2  
Old 11-08-2005
Solaris 8 is fairly old, while a V100 is a fairly new server. It is possible your jumpstart server has a older version of Sol 8 which doesn't have hardware support for a V100. I've run into that situation in the past. The fact it can't find your hard drive at all and doesn't recognize the network interface address makes me think that might be your situation too.

Sun releases HW support updates for their operating systems. You'll see them listed like "Solaris 8 HW 02/02" for the Feb. 2002 release. Make sure you have the most recent one and see if that fixes your problem. The newest we have for Solaris 8 is 02/04, but I'm not sure if there is a newer one than that available.
# 3  
Old 11-09-2005
Thanks for the reply rhfrommn!

I will try to get an image with a newer version of Solaris, but I am not sure if it's actually a hardware support problem since I could perform the jumpstart when my jumpstart server is using Sol 8.

But when I upgraded the jumpstart server to Sol 10, it fails. Even though everything else stays constant. I am still jumpstarting the same box, and using the same image as before.

Thanks!
Cityshrimp
# 4  
Old 11-10-2005
Oh, I misunderstood your problem. Solaris 10 should definately have hardware support for a V100 in it so it isn't that.

One other idea I have - I see it isn't finding c0t2d0s0. Is it possible that device address is incorrect? Most solaris boxes I've adminned have c0t0d0s0 as the root partition. I know some of the newest sun servers have their internal controllers for fibre-channel disks laid out differently though. I think I've seen one machine where it was c1t0d0s0 instead. So maybe that is the error here - your jumpstart server is getting the device address different from what the server thinks it is.

That stuff should be in your jumpstart directory. The class (a.k.a. profile) and rules files are where you would look to see if any of that stuff is wrong now that you upgraded to Sol 10 instead of Sol 8.

The other possibility is the hard drive has failed. But that wouldn't explain not being able to find the network interface. That is why I think the devices under /dev being messed up on your newly jumpstarted server is more likely.
# 5  
Old 11-10-2005
That looks correct to me, on the V100:

Code:
AVAILABLE DISK SELECTIONS:
       0. c0t2d0 <WDC WD400BB-22DEA0 cyl 19156 alt 2 hd 16 sec 255>
          /pci@1f,0/ide@d/dad@2,0

Try this:

boot in single user mode from the network ( boot net -s )
when the system is booted, mount the root disk on /mnt.
cd /mnt/etc and have a look at what you have in /mnt/etc/vfstab and compare that with you disk layout.
also ifconfig -a and check if your /mnt/etc/host and /mnt/etc/hostname.* corresponds.
# 6  
Old 11-11-2005
Thanks for your reply, Reborg!

I tried what you asked, but I don't really see any problems. I'll post the output just to be sure.

Here's my disk layout in the profile.
# profile keywords profile values
# ----------------- -----------------
install_type flash_install
archive_location nfs://10.15.36.32/export/hom
ra9205_64bit_dmfe.archive
partitioning explicit
filesys c0t2d0s0 1400 /
filesys c0t2d0s1 1500 swap
filesys c0t2d0s5 2000 /var
filesys c0t2d0s6 10000 /opt
filesys c0t2d0s7 free /export/home

This is what's in /mnt/etc/vfstab after I mounted the root disck (/dev/dsk/c0t2d0s0)

#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
#/dev/dsk/c1d0s2 /dev/rdsk/c1d0s2 /usr ufs 1 yes -
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/dsk/c0t2d0s1 - - swap - no -
/dev/dsk/c0t2d0s0 /dev/rdsk/c0t2d0s0 / ufs 1 no
-
/dev/dsk/c0t2d0s5 /dev/rdsk/c0t2d0s5 /var ufs 1 no
-
/dev/dsk/c0t2d0s7 /dev/rdsk/c0t2d0s7 /export/home ufs 2
yes -
/dev/dsk/c0t2d0s6 /dev/rdsk/c0t2d0s6 /opt ufs 2 yes
-
swap - /tmp tmpfs - yes -

The IP and hostnames under ifconfig, /mnt/etc/hosts, and /mnt/etc/hostnames.* corresponds with each other.

Thanks for all your help!
CityShrimp
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Jumpstart Solaris 10

I have a laptop and need to build an Oracle Linux kickstart server and a Solaris Jumpstart server that can build sparc and x86 systems. Is the best way to create a dual boot from grub for Oracle Linux and Solaris x86? Can the Oracle Kickstart be used as a Jumpstart to build both Solaris 10... (2 Replies)
Discussion started by: Gian
2 Replies

2. Solaris

Issue after jumpstart with Solaris 10 u7

I am performing this installation on a Sun T5220. There is an aftermarket Adaptec StorageTek raid controller card installed. I have created the raid array, and it is referred to as c1t0d0. Here is the profile I have created: install_type initial_install system_type server cluster SUNWCXall... (4 Replies)
Discussion started by: msarro
4 Replies

3. Solaris

Jumpstart Solaris 10

Hello everyone, I tried to install solaris 10 using the command # boot net - install. I take the image correctly but when you start installing the Operating system installation takes a long (4 hours I have left and not advancing but not send me any errors), it can be seen from the following: ... (7 Replies)
Discussion started by: yflores
7 Replies

4. Solaris

Solaris 10 Jumpstart woes

Hi All I have a Solaris 10 jumpstart boot/config server set up on a subnet, and am trying to use it to build a client (the only other machine on the network). Things start out just fine, with the client booting into the Solaris Installation program, but then it just coredumps just as it's... (4 Replies)
Discussion started by: rickedwards44
4 Replies

5. Solaris

Jumpstart Solaris 10 x86

I need a little help figuring out why my custom jumpstart network installation is dumping me to a manual install. I am trying to install Solaris 10 (unattended) over the wire from my jumpstart server to an HP Proliant DL380 server but I'm having difficulties with the unattended part. So, what... (2 Replies)
Discussion started by: alias.256
2 Replies

6. Solaris

Jumpstart solaris

Hi all , I am trying to jumpstart ( webstart) solaris 9 on E2900 ( client) using the DVD of a V440 server ( jumstart server). I did the setup for the V440 as follows : cleaning up preexisting install client "XXXXXXX" removing XXXXXXXfrom bootparams removing /etc/bootparams, since it is... (14 Replies)
Discussion started by: ppass
14 Replies

7. Solaris

jumpstart Solaris 10 on Solaris 9 server

I just built a jumpstart server on a Solaris 9 sun box and have had no problems jumpstarting other sol9 boxes using the custom rules. I've also copied a Solaris 10 image onto that same solaris 9 server and have had problems loading Solaris 10. These boxes will go directly to the manual OS install... (5 Replies)
Discussion started by: salty
5 Replies

8. UNIX for Advanced & Expert Users

solaris 9 using jumpstart to restore

Hello All, I use flar to install servers. I am not sure why it does not restore my hostname.bge0, hostname.bge1, ... from the same server with quad NIC card. Right now, I use a shell script to copy my networking information. Am I doing anything wrong or is flar behaving the way it is suppose... (1 Reply)
Discussion started by: afadaghi
1 Replies

9. Solaris

Solaris 10 Jumpstart Problem

Hi, I build a jumpstart server with a running dhcp server. I already managed to install a x86 client via network. But my sparc clients aren't still working. When booting via network I get the following message: Timeout waiting for ARP/RARP packet I ran "snoop" on the server: client2 ->... (1 Reply)
Discussion started by: Jay_Fisi
1 Replies
Login or Register to Ask a Question