With SALI our nodes connect to the imageserver and fetch scripts, but
they do not actually install. It's a bit confusing -- the VGA console shows the
correct hostname (c15), runs 99all.harmless_example_script, then says "No
script defined, opening console", "write_variables", and "Starting console...".
At this point I can type commands on the (virtual) USB keyboard and see
input & output on the serial console. Typing on the serial console is echoed
but otherwise ignored -- very odd
I discovered the c01.20100816.master script created by SI wasn't
executable (is this fixed post-4.0.2?) and made it executable.
But when I run the script manually parted chokes -- does SALI not
support our Dell SAS 6 HBA?
Thanks!
Chris
PS-If anyone wants a screenshot of the first failure on the VGA console
dropping to a shell, just let me know -- I don't want to attach a screenshot to
the list.
Boot messages on the node:
> Dell SAS 6 Host Bus Adapter BIOS
> MPTBIOS-6.14.10.00 (2007.09.29)
> Copyright 2000-2007 LSI Logic Corp.
>
>
> HBA ID LUN VENDOR PRODUCT REVISION CAPACITY
> --- --- --- -------- ---------------- --------- ----------
> S 0 c 0g 0 rATA WDC WD800AAJS-18 0A04 74 GB
> 0 1 0 ATA Hitachi HUA72105 A74A 465 GB
> 0 8 0 DP BACKPLANE 1.05
> 0 LSILogic SAS1068E-IR 0.20.48.00 NV 28:06
> Dell Inc. MPT boot ROM successfully installed!
scripts/ snippet from head:
> [r...@saba scripts]# ls -l c*
> -rwxr-xr-x 1 root root 29817 Aug 12 16:30 c01.20100812.master
> -rwxr-xr-x 1 root root 29817 Aug 16 16:11 c01.20100816.master
> lrwxrwxrwx 1 root root 19 Aug 16 16:22 c15.sh -> c01.20100816.master
> -rw-r--r-- 1 root root 566 Aug 16 16:11 cluster.txt
> lrwxrwxrwx 1 root root 19 Aug 16 16:30 c.master -> c01.20100816.master
> [r...@saba scripts]# cat cluster.txt
> #
> # hostname:group:imagename(group):override(group)
> #
> # global_override=:all:
> #
> c01:saba:c01.20100816:saba
> c02:saba:c01.20100816:saba
> c03:saba:c01.20100816:saba
> c04:saba:c01.20100816:saba
> c05:saba:c01.20100816:saba
> c06:saba:c01.20100816:saba
> c07:saba:c01.20100816:saba
> c08:saba:c01.20100816:saba
> c09:saba:c01.20100816:saba
> c10:saba:c01.20100816:saba
> c11:saba:c01.20100816:saba
> c12:saba:c01.20100816:saba
> c13:saba:c01.20100816:saba
> c14:saba:c01.20100816:saba
> c15:saba:c01.20100816:saba
> c16:saba:c01.20100816:saba
> c17:saba:c01.20100816:saba
> c18:saba:c01.20100816:saba
Running the script manually on the node:
> /scripts/pre-install # ../c01.20100816.master
>
> get_arch
> Partitioning /dev/sda...
> Old partition table for /dev/sda:
> Model: ATA WDC WD800AAJS-18 (scsi)
> Disk /dev/sda: 80.0GB
> Sector size (logical/physical): 512B/512B
> Partition Table: msdos
>
> Number Start End Size Type File system Flags
>
> dd if=/dev/zero of=/dev/sda bs=512 count=1 || shellout
> 1+0 records in
> 1+0 records out
> blockdev --rereadpt /dev/sda
> blockdev is depricated
> parted -s -- / sda:dev/sda mklabel
> msdos || shellout
> Killing off running processes.
>
> write_variables
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> This is the SystemImager autoinstall system
>
> Your autoinstall has failed. You can use the shell prompt to try and see
> what happened. You may be able to use the <Shift>+<Page Up> keys to scroll
> back and see the text that has passed off the top of the screen. You can use
> <alt>+<f2>, <f3>, or <f4> to work at an alternate shell prompt and preserve
> your messages on the main screen, which is on <alt>+<f1>. Then go back and
> re-read the documentation to see if your problem is described there.
> You have read the documentation, right? :-)
>
> If you absolutely cannot figure it out, visit the SystemImager support page
> at http://systemimager.org. There you can search the email list archives,
> ask your question on IRC, or even join a mailing list to ask your question.
> There's a good chance someone else has experienced this very same issue and
> can help answer your question. If you find the answer and it's not in the
> documentation, or if you identify a bug, please submit a bug report at the
> SystemImager support page.
>
> Have fun! http://systemimager.org
>
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
>
> BusyBox v1.17.0 (2010-07-13 11:23:03 CEST) built-in shell (ash)
> Enter 'help' for a list of built-in commands.
>
> /scripts/pre-install #
For reference, here's c01's sda:
> [r...@c01 ~]# parted /dev/sda print
>
> Model: ATA WDC WD800AAJS-18 (scsi)
> Disk /dev/sda: 80.0GB
> Sector size (logical/physical): 512B/512B
> Partition Table: msdos
>
> Number Start End Size Type File system Flags
> 1 32.3kB 280MB 280MB primary fat16
> 2 280MB 2435MB 2155MB primary fat32 lba
> 3 2435MB 2542MB 107MB primary ext3 boot
> 4 2542MB 80.0GB 77.5GB extended
> 5 2542MB 80.0GB 77.5GB logical lvm
>
> Information: Don't forget to update /etc/fstab, if necessary.
>
> [r...@c01 ~]# fdisk -l /dev/sda
>
> Disk /dev/sda: 80.0 GB, 80000000000 bytes
> 255 heads, 63 sectors/track, 9726 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Device Boot Start End Blocks Id System
> /dev/sda1 1 34 273073+ de Dell Utility
> /dev/sda2 35 296 2104515 c W95 FAT32 (LBA)
> /dev/sda3 * 297 309 104422+ 83 Linux
> /dev/sda4 310 9726 75642052+ 5 Extended
> /dev/sda5 310 9726 75642021 8e Linux LVM
--
Chris Pepper: <http://cbio.mskcc.org/>
<http://www.extrapepperoni.com/>
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users