> 
> Hello all,
> 
> I have a working jumpstart server that is heavily used in duplicating 
> systems. The newest Sun boxes we are getting are arriving with 2 disks. 
> I would like to figure out a way where I can have jumpstart 
> automatically partition and newfs the 2nd disk. Is there a way to do 
> this via the existing profile rule that defines partition sizes/mount 
> points for my root drive, or will this need to be accomplished via a 
> finish script?

Either.  There shouldn't be a problem doing it in the profile.

The main problem is that you can't call it "the other disk".  You'll
have to give it an explicit target like c0t1d0.

 If it needs to be done via finish script, does anyone 
> have an example? I'm guessing will will require some kind of toc file?
> 

Or you could read the existing TOC from the disk via 'prtvtoc', modify
it via a script, then rewrite it via 'fmthard'.

But the profile should be easier.

-- 
Darren Dunham                                           [EMAIL PROTECTED]
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >
_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to