I got it to work now.
All I needed was the correct nameserver address to the existing table
entry. In my case it was 172.17.51.28
I don't remember it working like this before... but just because I don't
remember doesn't mean it didn't.
172_17_50_0-255_255_254_0   172.17.50.0   255.255.254.0   eth0
172.17.50.1    172.17.51.121   172.17.51.28

Thanks to everyone who had suggestions.
Tom



On Wed, Feb 4, 2015 at 3:53 AM, Linda Mellor <[email protected]> wrote:

> There were a couple of bugs that were fixed in NetworkUtils.pm where xCAT
> was using the gateway and netmask from the active MN instead of the
> networks table.  Could that be the problem here?
>
> See:  http://sourceforge.net/p/xcat/bugs/4481/
>
>
>
>
>
>
> From:        Chuck Brazie/Endicott/IBM@IBMUS
> To:        xCAT Users Mailing list <[email protected]>
> Date:        02/03/2015 09:51 AM
> Subject:        Re: [xcat-user] Network Config Question
> ------------------------------
>
>
>
> The code before that message checks for:
>
> !$network || !$mask || !$nameserver )
>
> FYI,
>
> It looks thru the networks table to see that the IP of the provisioned
> system is in a defined subnet(compares IP to value in "net" and "mask"
> column). If it is then $network is set to the value in the "net" column.
>
> Next it gets the 'mask', 'gateway', 'tftpserver', 'nameservers' fields
> from that network in networks table that matches the "net" column. If found
> then mask and gateway are set to the values found. It looks then for a
> value of "<xcatmaster>" in the "nameserver" column, if found it does a
> lookup to get the IP of xCAT to set in the nameserver; otherwise use the
> nameserver value.
>
> I see some IP values of a subnet 51 and 50 in your network table and node
> sl11d130 is also in subnet 51; might that be it?
>
> Chuck Brazie
> [email protected]
>
>
>
>
> From:        Tom Huegel <[email protected]>
> To:        xCAT Users Mailing list <[email protected]>
> Date:        02/02/2015 11:53 AM
> Subject:        Re: [xcat-user] Network Config Question
>  ------------------------------
>
>
>
> Chuck this is the latest attempt. The last line it the one I added
> manually.
>
>    netname                                   net                   mask
>     mgtifname  gateway    dhcpserver tftpserver         nameservers
>
> 10_10_10_0-255_255_255_0    10.10.10.0    255.255.255.0   eth1        null
>                              10.10.10.10
> 172_17_50_0-255_255_254_0  172.17.50.0  255.255.254.0   eth0
>  172.17.50.1                  172.17.51.121
> 172_17_50_0-255_255_254_0  172.17.50.0  255.255.254.0   eth0
>  172.17.50.1                  172.17.51.130   172.17.50.1
>
> On Sun, Feb 1, 2015 at 2:14 PM, Chuck Brazie <*[email protected]*
> <[email protected]>> wrote:
> What does your networks table have for the nameserver column? Is that a
> range in what you have displayed? Shouldn't that just be one IP and not a
> range?
>
> Chuck Brazie
> *[email protected]* <[email protected]>
>
>
>
>
> From:        Tom Huegel <*[email protected]* <[email protected]>>
> To:        xCAT Users Mailing list <*[email protected]*
> <[email protected]>>
> Date:        01/30/2015 10:23 AM
> Subject:        Re: [xcat-user] Network Config Question
>  ------------------------------
>
>
>
> Does this help?
>
> -bash-4.1$  lsdef
> sczvmlx2  (node)
> sl11d130  (node)
> xcat  (node)
> zhcp  (node)
> -bash-4.1$  lsdef xcat
> Object name: xcat
>    arch=s390x
>    groups=all
>    hcp=*zhcp.hds.com* <http://zhcp.hds.com/>
>    hostnames=*xcat.hds.com* <http://xcat.hds.com/>
>    ip=172.17.51.121
>    mgt=zvm
>    postbootscripts=otherpkgs
>    postscripts=syslog,remoteshell,syncfiles
>    userid=XCAT
> -bash-4.1$  lsdef sl11d130
> Object name: sl11d130
>    appstatustime=01-28-2015 18:05:02
>    arch=s390x
>    groups=all,sl11d
>    hcp=zhcp
>    hostnames=*sl11d130.hds.com* <http://sl11d130.hds.com/>
>    ip=172.17.51.130
>    mac=02:00:00:FF:FF:E9
>    mgt=zvm
>    netboot=zvm
>    os=sles11
>    postbootscripts=otherpkgs
>    postscripts=syslog,remoteshell,syncfiles
>    profile=compute
>    status=noping
>    statustime=01-28-2015 18:05:02
>    userid=sl11d130
> -bash-4.1$  lsdef sczvmlx2
> Object name: sczvmlx2
>    appstatustime=01-15-2015 10:30:53
>    arch=s390x
>    groups=hosts
>    hcp=*zhcp.hds.com* <http://zhcp.hds.com/>
>    hosttype=zvm
>    mgt=zvm
>    os=zvm6.3
>    postbootscripts=otherpkgs
>    postscripts=syslog,remoteshell,syncfiles
>    status=noping
>    statustime=01-15-2015 10:30:53
> -bash-4.1$  lsdef zhcp
> Object name: zhcp
>    arch=s390x
>    groups=all
>    hcp=*zhcp.hds.com* <http://zhcp.hds.com/>
>    hostnames=*zhcp.hds.com* <http://zhcp.hds.com/>
>    ip=10.10.10.20
>    mgt=zvm
>    postbootscripts=otherpkgs
>    postscripts=syslog,remoteshell,syncfiles
>    userid=ZHCP
> -bash-4.1$
>
> On Wed, Jan 28, 2015 at 1:17 PM, Tom Huegel <*[email protected]*
> <[email protected]>> wrote:
> Ling, I'll try to answer some of your questions.
> xCAT 2.8.3.4
> I plan to use the 172 network.
> The answer to everything else is NO.
> I am trying to follow 'Tutorial on Managing z/VM through the xCAT-UI.
> I just recently applied the latest maintenance to xCAT.
>
> Tom
>
> On Wed, Jan 28, 2015 at 1:02 PM, Ling Gao <*[email protected]*
> <[email protected]>> wrote:
> What version of xCAT are you using? Are there service nodes involved?
> Which network are planing to use for deploying the nodes, 10 or 172?
> Did you run makedhcp -n and makeshcp -a?
> Have you put the node's ip in /etc/hosts?
> Did you run makedns?
> Can you show us the output of lsdef <node>?
>
> Thanks,
>
> Ling Gao
> Poughkeepsie Unix Development Lab
> IBM Systems and Technology Group
> Internal: T/L 293-5692
> External: *[email protected]* <[email protected]>, *845-433-5692*
> <845-433-5692>
>
> "I never worry about the future. It comes soon enough." --- Albert
> Einstein
>
>
>
> From:        Tom Huegel <*[email protected]* <[email protected]>>
> To:        xCAT Users Mailing list <*[email protected]*
> <[email protected]>>
> Date:        01/28/2015 01:56 PM
> Subject:        [xcat-user] Network Config Question
>  ------------------------------
>
>
>
>
> I have the following problem when I try to provision. I used to be able to
> do this, but I managed to zap some xCAT tables and am starting from scratch
> again.
>
> Thanks.
>
> sl11d130: Adding a disk to SL11D130's directory entry... Done
> sl11d130: Adding 3390 disk for sl11d130 as 100 ... Done
>
> Operating system for sl11d130 set
> sl11d130: Searching for acceptable network device
> sl11d130: Setting up networking on XCATVSW2 (layer:2 | DHCP:0)
> sl11d130: (Error) Missing network information
> sl11d130: (Solution) Specify the mask, gateway, and nameservers for the
> subnet in the networks table
>
>
> netname netmask mgtifname gateway dhcpserver tftpserver
> nameserversntpserverslogserversdynamicrangestaticrangestaticrangeincrementnodehostnameddnsdomainvlaniddomaincommentsdisabl
>
> 10_10_10_0-255_255_255_0   10.10.10.0 255.255.255.0 eth1  10.10.10.10
>
>
> 172_17_50_0-255_255_254_0 172.17.50.0 255.255.254.0 eth0 172.17.50.1
>  172.17.51.121
> Showing 1 to 2 of 2 entries
>
> USER SL11D130 XCAT 2G 2G G
>   INCLUDE SUSE
>   CPU 00
>   MACHINE ESA
>   CONSOLE 0009 3215 T
>   NICDEF 0A00 TYPE QDIO LAN SYSTEM XCATVSW2 MACID FFFFED
>   SPOOL 000C 2540 READER *
>   SPOOL 000D 2540 PUNCH A
>   SPOOL 000E 1403 A
>   MDISK 0100 3390 1 5000 XCLX08 MR ALL ALL ALL
> PROFILE SUSE
> COMMAND SET VSWITCH XCATVSW2 GRANT &USERID
> COMMAND COUPLE 0A00 TO SYSTEM XCATVSW2
> COMMAND SET OBSERVER OPERATOR
> CPU 00
> IPL CMS PARM AUTOCR
> MACH ESA 2
> OPTION APPLMON
>
>                              Reply  Forward
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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/*
> <http://goparallel.sourceforge.net/>
> _______________________________________________
> xCAT-user mailing list
> *[email protected]* <[email protected]>
> *https://lists.sourceforge.net/lists/listinfo/xcat-user*
> <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/*
> <http://goparallel.sourceforge.net/>
> _______________________________________________
> xCAT-user mailing list
> *[email protected]* <[email protected]>
> *https://lists.sourceforge.net/lists/listinfo/xcat-user*
> <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/*
> <http://goparallel.sourceforge.net/>
> _______________________________________________
> xCAT-user mailing list
> *[email protected]* <[email protected]>
> *https://lists.sourceforge.net/lists/listinfo/xcat-user*
> <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/*
> <http://goparallel.sourceforge.net/>
> _______________________________________________
> xCAT-user mailing list
> *[email protected]* <[email protected]>
> *https://lists.sourceforge.net/lists/listinfo/xcat-user*
> <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/*
> <http://goparallel.sourceforge.net/>
> _______________________________________________
> xCAT-user mailing list
> [email protected]
> *https://lists.sourceforge.net/lists/listinfo/xcat-user*
> <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
>
>
>
> ------------------------------------------------------------------------------
> 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