Steven,

the following message means that in /var/lib/systemimager/scripts/hosts
an entry IP<->host is present:
>>>>>>> This hosts name is: image_azbnode128

OK, then this message is printed, and -I agree- it is quite misleading
(we must fix that):

>>>>>>> FATAL: Your autoinstall script doesn't appear to exist:
>>>>>>> /scripts/image_azbnode.master
>>>>>>> Be sure this script exists in the autoinstall scripts directory
>>>>>>> on your image server.
>>>>>>> Killing off running processes.

This doesn't seem that it only checks the image_azbnode.master, but it
checks instead the presence of all the following scripts (I'm supposing
you've not defined the SCRIPTNAME variable in the kernel boot parameters
or in a local.cfg file). Look at the following code:

        if [ ! -z $IMAGENAME ]; then
            SCRIPTNAMES="${SCRIPTS_DIR}/${IMAGENAME}.master
${SCRIPTS_DIR}/${HOSTNAME}.sh ${SCRIPTS_DIR}/${BASE_HOSTNAME}.master"
        else
            SCRIPTNAMES="${SCRIPTS_DIR}/${HOSTNAME}.sh
${SCRIPTS_DIR}/${BASE_HOSTNAME}.master"
        fi

After that the script is chosen:

    #
    # Choose a winner!
    #
    for SCRIPTNAME in $SCRIPTNAMES
    do
        [ -e $SCRIPTNAME ] && break
    done

    # Did we really find one, or just exit the loop without a 'break'
    if [ ! -e $SCRIPTNAME ]; then
        logmsg "FATAL: I can't find ${SCRIPTNAME}!"
    fi
    logmsg "Using autoinstall script: ${SCRIPTNAME}

As you can see in the "FATAL: " message it prints only the last checked
script and not the whole list. I'll fix it ASAP.

But in your /var/lib/systemimager/scripts directory I don't see a link
with the hostname image_azbnode128... what's the "image_" prefix???
Check your /var/lib/systemimager/scripts/hosts file....

Regards,
-Andrea

> total 88
> drwxr-xr-x  4 root root  4376 Mar 10 14:44 .
> drwxr-xr-x  5 root root   160 Mar 17 17:45 ..
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode001.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode002.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode003.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode004.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode005.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode006.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode007.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode008.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode009.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode010.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode011.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode012.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode013.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode014.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode015.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode016.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode017.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode018.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode019.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode020.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode021.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode022.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode023.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode024.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode025.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode026.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode027.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode028.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode029.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode030.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode031.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode032.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode033.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode034.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode035.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode036.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode037.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode038.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode039.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode040.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode041.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode042.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode043.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode044.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode045.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode046.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode047.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode048.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode049.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode050.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode051.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode052.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode053.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode054.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode055.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode056.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode057.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode058.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode059.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode060.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode061.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode062.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode063.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode064.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode065.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode066.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode067.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode068.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode069.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode070.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode071.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode072.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode073.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode074.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode075.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode076.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode077.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode078.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode079.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode080.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode081.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode082.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode083.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode084.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode085.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode086.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode087.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode088.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode089.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode090.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode091.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode092.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode093.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode094.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode095.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode096.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode097.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode098.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode099.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode100.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode101.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode102.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode103.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode104.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode105.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode106.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode107.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode108.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode109.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode110.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode111.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode112.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode113.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode114.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode115.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode116.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode117.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode118.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode119.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode120.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode121.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode122.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode123.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode124.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode125.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode126.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode127.sh ->
blah128_node_03102006.master
> lrwxrwxrwx  1 root root    29 Mar 10 13:05 azbnode128.sh ->
blah128_node_03102006.master
> -rw-r--r--  1 root root 21912 Mar 10 14:44 hosts
> -rw-r--r--  1 root root 19972 Feb 14 10:59 mgt_blah64_02132006.master
> drwxr-xr-x  2 root root   120 Feb 12 05:40 post-install
> drwxr-xr-x  2 root root    96 Feb 12 05:40 pre-install
> -rw-r--r--  1 root root 18035 Mar 10 13:01 blah128_node_03102006.master
> -rw-r--r--  1 root root 18958 Feb 13 16:15 blah_nodes_02132006.master


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to