Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Solaris:replacing secondary disk
Name: Ranadhir Date: November 4, 2003 at 18:40:27 Pacific OS: Solaris2.8 CPU/Ram: 4/2GB
Comment:
We need to upgrade the disk capacity of one of our secondary disks ( not boot disk ).For this we execute the follwoing steps: 1.Remove the entry from /etc/vfstab. 2.shutdown 3.Take the disk out. Its all so simple till here. We startup the machine.Format command does not show the disk any more. But, We still see the disk if we do 'ls -lt /dev/dsk/*'.Also prtconf mentions a disk to still exist in that particular slot.
Now the question is: 1.Is this because we did not a reconfiguration boot after removing the disk. 2.If we would insert the new disk in the same slot and provided that the system has the appropriate drivers ; do we need to do a configuration boot at all?Or the existing logical mapping should work fine with the new disk too?
Name: cha-to Date: November 4, 2003 at 19:26:32 Pacific
Reply:
Yes, you're probably seeing it because you didn't do a reconfiguration boot. I haven't encountered what you have before, but essentially any time you add/take out a hw component, you should do a reconfiguration boot so that Solaris reads in the new configuration. Could be asking for unwanted troubles if you don't. As for your second question, I am not sure, but I wouldn't take the chance (never know)
You're probably familiar with how to do a reconfiguration boot, but just in case, here's a link I found....
Summary: Hi, I have emailed you a zipped copy of the Solaris 7 startup disk, if Hotmail screws it up send me an email address that does not and I will send it again. Regards Austin ...
Summary: When copy (using dd) a bootable solaris-10 73GB disk to an empty 146GB disk,I can boot with the new 146GB disk (when dd complete). What I'm trying to do next is to resize the 146GB disk (one of its p...