Was trying to see if there is any flexibility in customizing the meta device 
numbering thru jumpstart profile.

I do have below in the profile. But the subsequent subdisk numbering will be 
decided by jumpstart internal scripts (which I don't like)
--------------------------------------
install_type    initial_install
cluster         SUNWCXall
system_type     standalone
partitioning    explicit
filesys         mirror:d0 c0t0d0s0 c0t1d0s0        8192      /               
logging
filesys         mirror:d1 c0t0d0s1 c0t1d0s1       15360       swap
filesys         mirror:d2 c0t0d0s3 c0t1d0s3       4096      /home           
logging
filesys         mirror:d3 c0t0d0s4 c0t1d0s4       10240      /opt/tool       
logging
filesys         mirror:d4 c0t0d0s5 c0t1d0s5       free        /var            
logging
metadb  c0t0d0s7        size 8192       count 2
metadb  c0t1d0s7        size 8192       count 2
geo             N_America
locale          en_US
--------------------------

Based on the above 'profile' setup, jumpstart gives me below numbering for the 
subdisks. These commands would be auto-populated in /tmp/create_mirror.
-----------------
metainit d0 -m d5 d6
metainit d1 -m d7 d8
metainit d2 -m d9 d10
metainit d3 -m d11 d12
metainit d4 -m d13 d14
------------------

My question being, can we customize this from happening ? I would like number 
like below (don't ask why, that is customer requirement).
-------------------------
d0 - m d10 d11
d1 -m d20 d21
d2 -m d30 d31
d3 -m d40 d41
d4 -m d50 d51
-------------------------

Going thru all install coding and did not get much help. Wondering if any one 
has some insight, appreciate your time .

Thanks,
AV
 
 
This message posted from opensolaris.org

Reply via email to