Hi, ALL:

I used SIS to install RHEL4QU4, and called si_mkautoinstallsrcipt command
manually. such as:
si_mkautoinstallscript --image img2 --config-file
/default_image_dir/etc/systemimager/autoinstallscript.conf --force YES
--ip-assignment static --post-install reboot

when the target node is installed, I ran into the error below:

I have analysed that the error appeared when the systemconfigurator command
was excuted. but I am not sure if it is related to "si_mkautoinstallscript"
I mean I am not sure if it is my mistake.

could you give me any suggestions? thank you.

by the way, I have checked /a/etc/fstab file, it is the same with
golde-client.

/a # chroot /a/ systemconfigurator
--excludesto=/etc/systemimager/systemconfig.local.exclude --configsi
--stdin << EOL
> [NETWORK]
> HOSTNAME = xblade10.clusters.com
> DOMAINNAME = clusters.com
> GATEWAY = 172.20.0.1
>
> [INTERFACE0]
> DEVICE = eth0
> TYPE = static
> IPADDR = 172.20.3.26
> NETMASK = 255.255.0.0
> EOL


Probing devices to guess BIOS drives. This may take a long time.
No suitable drive was found in the generated device map.
Reverting to backed up copy.
WARNING: Label / not found anywhere on the system! at
/usr/lib/systemconfig/Boot/Grub.pm line 207
WARNING: Label /boot not found anywhere on the system! at
/usr/lib/systemconfig/Boot/Grub.pm line 207
WARNING: Label /opt1 not found anywhere on the system! at
/usr/lib/systemconfig/Boot/Grub.pm line 207
WARNING: Label /usr not found anywhere on the system! at
/usr/lib/systemconfig/Boot/Grub.pm line 207
WARNING: Label /var not found anywhere on the system! at
/usr/lib/systemconfig/Boot/Grub.pm line 207
WARNING: Label SWAP-hda6 not found anywhere on the system! at
/usr/lib/systemconfig/Boot/Grub.pm line 207
Couldn't find grub root at /usr/lib/systemconfig/Boot.pm line 110

Couldn't find grub root at /usr/lib/systemconfig/Boot.pm line 110

Couldn't find grub root at /usr/lib/systemconfig/Boot.pm line 110








Best Regards,
-----------------------------
Sun jing(孙靖)
IBM China Software Development Laboratory
Tel: (86-10) 82782244 ext.3625   E-mail: [EMAIL PROTECTED]
Address:8/F, Power Creative Building,No. 1, East Road,  ShangDi, Beijing
100085, P.R.China.



                                                                           
             Jing CDL                                                      
             Sun/China/IBM                                                 
                                                                        To 
             2006-11-01 17:45          Jing CDL Sun/China/[EMAIL PROTECTED]     
   
                                                                        cc 
                                       [EMAIL PROTECTED],                  
                                       sisuite-devel@lists.sourceforge.net 
                                       ,                                   
                                       [EMAIL PROTECTED] 
                                       orge.net                            
                                                                   Subject 
                                       Re: [Sisuite-devel] CLAIM Failed    
                                       when getting zImage on ppc64        
                                       (Document link: Jing CDL Sun)       
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           



Hi,

I found the partion was not correct in the target node, because /dev/sda1
is not a PPC PReP Boot.
so I changed the /etc/systemimager/autoinstallscript.conf file like this:

    <part  num="1"  size="7.813"  p_type="primary"  p_name="-"  flags="PREP
" />
    <part  num="2"  size="125.508"  p_type="primary"  p_name="-"  flags="-"
/>
    <part  num="3"  size="33549.807"  p_type="primary"  p_name="-"
flags="-" />
    <part  num="4"  size="*"  p_type="extended"  p_name="-"  flags="-" />
    <part  num="5"  size="*"  p_type="logical"  p_name="-"  flags="swap" />

then the systemconfigurator can create the partion correctly, "fdisk -l" on
the target node is:

/scripts/pre-install # fdisk -l
ioctl32(fdisk:10525): Unknown cmd fd(5) cmd(40081272){00} arg(ffffe778) on
/dev/sda

Disk /dev/sda: 36.4 GB, 36401479680 bytes
128 heads, 32 sectors/track, 17357 cylinders
Units = cylinders of 4096 * 512 = 2097152 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sda1               1           4        8001   41  PPC PReP Boot
Partition 1 does not end on cylinder boundary.(I do not know this is why)
/dev/sda2               4          64      122164   83  Linux
Partition 2 does not end on cylinder boundary.
/dev/sda3              64       16062    32763483+  83  Linux
Partition 3 does not end on cylinder boundary.
/dev/sda4           16062       17358     2654640    5  Extended
Partition 4 does not end on cylinder boundary.
/dev/sda5           16062       17358     2654639+  82  Linux swap

by this, I only can create this boot partion, but I still can not resolve
the problem of "no Yaboot",
could you give me any suggestions? thank you very much.

ps: I think the "systemconfigurator" may be helpful to this problem, for
there is some pm files about "Boot" and "Yaboot",
but I did not find any materials about this component except the man page,
and I do not know which is the right interface or option.







Best Regards,
-----------------------------
Sun jing(孙靖)
IBM China Software Development Laboratory
Tel: (86-10) 82782244 ext.3625   E-mail: [EMAIL PROTECTED]
Address:8/F, Power Creative Building,No. 1, East Road,  ShangDi, Beijing
100085, P.R.China.

GIF image

GIF image

GIF image

GIF image

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to