Hi, Sundar, Thanks very much, after changed to sectors according to your example, it works fine. I can run most of my test cases.
Rgs Jeffrey Sundar Yamunachari ??: > > jeffrey huang wrote: >> Hi, Jan, >> >> 1 quick questions: >> >> I remove all partitions on target disks, and use following manifest >> to create partition, but failed: >> >> <ai_manifest name="fdisk_01_270"> >> <ai_target_device> >> <target_device_name>c4d0</target_device_name> >> <target_device_use_solaris_partition>false</target_device_use_solaris_partition> >> <target_device_overwrite_root_zfs_pool>true</target_device_overwrite_root_zfs_pool> >> </ai_target_device> >> <ai_device_partitioning> >> <partition_action>create</partition_action> >> <partition_number>1</partition_number> >> <partition_start_sector>1</partition_start_sector> >> <partition_size>20480</partition_size> >> <partition_type>191</partition_type> >> </ai_device_partitioning> >> <ai_pkg_repo_default_authority> >> <main url="http://10.13.28.32:9000" authname="colorsword.prc"/> >> <mirror url=""/> >> </ai_pkg_repo_default_authority> >> <ai_packages> >> </ai_packages> >> </ai_manifest> >> >> It reports a lot fdisk error, like corrupt label. I tried 2 disks, >> same result, it create a very small solaris 2 partition. >> Is my usage of above manifest correct? Have you ever got the create >> partition works? > I think the partition create takes the size in sectors (sector = 512 > bytes) and so your size of 10240 will result in a partition of size 5 > MB, which is small. Can you try a numbers in the example C of the > document > http://www.opensolaris.org/os/project/caiman/auto_install/AI_manifest_setup.html > and let me know whether it works. We can fix the size so that it can > take MB, GB or sectors. > > - Sundar >> >> I believe this is basic features, if does not work, my test will be >> blocked. >> I am now writing CRs now. >> >> -- >> Great Thanks & Best Regards >> >> --- >> Jeffrey Huang SWAN: x51683, Ext: 0086-10-62673683 >> Solaris QE Group Email: jeffrey.huang at sun.com >> China Engineering & Research Institute, Sun Microsystems >> 7/F Chuang Xin Plaza, Tsinghua Science Park, Beijing China >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> caiman-discuss mailing list >> caiman-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss >> > -- Great Thanks & Best Regards --- Jeffrey Huang SWAN: x51683, Ext: 0086-10-62673683 Solaris QE Group Email: jeffrey.huang at sun.com China Engineering & Research Institute, Sun Microsystems 7/F Chuang Xin Plaza, Tsinghua Science Park, Beijing China -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/caiman-discuss/attachments/20081104/479a243a/attachment.html>
