Hmm,
The code specifically checks for sles or red hat. What os distro name are 
you using?

ex:
 my $distro = "";
        if ( $os =~ m/sles/i ) {
            $distro = "sles";
        } elsif ( $os =~ m/rhel/i ) {
            $distro = "rh";
        } else {
            xCAT::zvmUtils->printLn( $callback, "$node: (Error) Unable to 
determine node Linux distribution" );
            xCAT::zvmUtils->printLn( $callback, "$node: (Solution) Verify 
the node Linux distribution is either sles* or rh*" );
            return;
        }

Chuck Brazie 
[email protected]




From:   Tom Huegel <[email protected]>
To:     xCAT Users Mailing list <[email protected]>
Date:   03/25/2015 11:43 AM
Subject:        [xcat-user] Provisioning FEDORA s390x on xCAT z/VM 6.3



I am trying to provision FEDORA 21 on my z/VM 6.3 system using xCAT GUI.
I have done the COPYCD function and have what looks like a good result.
fedora-s390x-install-compute

But when I try to provision I get the following messages with only a basic 
directory entry (no mdisk) being created.
I highlighted what I think is the important message, but I can't find a 
way to correct it.

Can anyone help me or point me to some doc?
Thanks
Tom

 object definitions have been created or modified.
tom129: Defining TOM129 in the directory... Done

tom129: Granting VSwitch (XCATVSW2) access for TOM129... Done
tom129: (Solution) Verify the node Linux distribution is either sles* or 
rh*
tom129: Booting from 00C... Done
Your virtual machine is ready. It may take a few minutes before you can 
logon using VNC (tom129:1). Below is your VM attributes.


      hostnames=tom129.hds.com
    ip=172.17.51.129



      rootpw = xcat
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, 
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for 
all
things parallel software development, from weekly thought leadership blogs 
to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to