<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cannot boot from the Ignite server while on an isolated vlan. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254861#M498356</link>
    <description>&lt;!--!*#--&gt;Greetings.&lt;BR /&gt; &lt;BR /&gt;Please give me some suggestions about what goes wrong with the following setup.&lt;BR /&gt;I installed an Ignite server ( named IgniteDR ) and made Golden Images ( make_sys_image )&lt;BR /&gt;of vg00 from two production servers ( iasdb1 and iasdb2 both rx7640). Now I intend to test &lt;BR /&gt;the images by building two test systems ( generically named iasdb1drc and iasdb2drc - BL870c).&lt;BR /&gt;For that I isolated in a separate VLAN the Ignite server and the two BL870c servers.&lt;BR /&gt;IgniteDR takes a long time to boot - it cannot communicate with other servers towards who some&lt;BR /&gt;directories were  NFS exported and there are no NDS servers available.&lt;BR /&gt;On ignitedr /etc/inetd.conf contains the line&lt;BR /&gt;bootps      dgram  udp  wait   root /usr/lbin/bootpd   bootpd -d 3&lt;BR /&gt;and inetd -l was used in order to start logging.&lt;BR /&gt;/etc/bootptab contains the following stanza:&lt;BR /&gt;IADEF:\&lt;BR /&gt;        ht=ethernet:\&lt;BR /&gt;        hn:\&lt;BR /&gt;        bf=/opt/ignite/boot/nbp.efi:\&lt;BR /&gt;        bs=48:\&lt;BR /&gt;        bp=172.16.1.69:\&lt;BR /&gt;        sm=255.255.255.0:\&lt;BR /&gt;        gw=172.16.1.1:\&lt;BR /&gt;        ds=172.16.1.18&lt;BR /&gt;        testsrvdrc:tc=IADEF:ip=172.16.1.65:ha=001E0B5C05EC&lt;BR /&gt;        alfa01:tc=IADEF:ip=172.16.1.70:ha=0017A477006C&lt;BR /&gt;        iasdb1drc:tc=IADEF:ip=172.16.1.66:ha=002264027A4C&lt;BR /&gt;        iasdb2drc:tc=IADEF:ip=172.16.1.67:ha=002264029A80&lt;BR /&gt;The first issue is that bootpd does not start "by itself" and needs to be started manually:&lt;BR /&gt;-----------------------------------------------------------------------&lt;BR /&gt;# /usr/sbin/bootpquery 002264029A80 -s ignitedr -f&lt;BR /&gt;bootpquery: Bootp servers not responding!&lt;BR /&gt;# ps -e | grep bootpd&lt;BR /&gt;# /usr/lbin/bootpd -P -a&lt;BR /&gt;rm: /tmp/dhcpfifo.root non-existent&lt;BR /&gt;rm: /tmp/dhcpfifo.any non-existent&lt;BR /&gt;# ps -e | grep bootpd&lt;BR /&gt; 29878 ?         0:00 bootpd&lt;BR /&gt;-------------------------------------------------------------------------&lt;BR /&gt;After bootpd is started bootpquery works fine on IgniteDR&lt;BR /&gt;-------------------------------------------------------------------------&lt;BR /&gt;#  /usr/sbin/bootpquery 002264029A80 -s ignitedr -f&lt;BR /&gt;Received BOOTREPLY from IgniteDR (172.16.1.69)&lt;BR /&gt;Hardware Address:       00:22:64:02:9a:80&lt;BR /&gt;Hardware Type:          ethernet&lt;BR /&gt;IP Address:             172.16.1.67&lt;BR /&gt;Boot file:              /opt/ignite/boot/nbp.efi&lt;BR /&gt;RFC 1048 Vendor Information:&lt;BR /&gt;  Subnet Mask:          255.255.255.0&lt;BR /&gt;  Gateway:              172.16.1.1&lt;BR /&gt;  Boofile Size:         24576 512 byte blocks&lt;BR /&gt;  Domain Name Server:   172.16.1.18&lt;BR /&gt;  Host Name:            iasdb2drc&lt;BR /&gt;# tail -10 /var/adm/syslog/syslog.log&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: group count: 0&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: reading "/etc/bootptab"&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: read 8 entries from "/etc/bootptab"&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: reading "/etc/dhcpdeny"&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: error opening "/etc/dhcpdeny": No such file or directory&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: rif collection for token ring turned on&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: found 172.16.1.67 iasdb2drc&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: sending RFC1048-style reply&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: sending reply on 172.16.1.67&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: sending reply on 255.255.255.255&lt;BR /&gt;However, If I try to boot from "iasdb1drc" it fails with absolutely no entry &lt;BR /&gt;in /var/adm/syslog/syslog.log:&lt;BR /&gt;Shell&amp;gt; dbprofile&lt;BR /&gt;Profile List&lt;BR /&gt;Profile Name: iasdb2drc&lt;BR /&gt;     Network Type: IPv4&lt;BR /&gt;     Client IP address: 172.16.1.67&lt;BR /&gt;     Gateway IP address: 172.16.1.1&lt;BR /&gt;     Subnet Mask: 255.255.255.0&lt;BR /&gt;     Server IP address: 172.16.1.69&lt;BR /&gt;     Boot File: /opt/ignite/boot/nbp.efi&lt;BR /&gt;     Optional Data:&lt;BR /&gt;Shell&amp;gt; lanboot select -dn iasdb2drc&lt;BR /&gt;  01  Acpi(HWP0002,PNP0A03,100)/Pci(1|0)/Mac(002264029A80)&lt;BR /&gt;  02  Acpi(HWP0002,PNP0A03,100)/Pci(1|1)/Mac(002264029A81)&lt;BR /&gt;  03  Acpi(HWP0002,PNP0A03,200)/Pci(2|0)/Mac(002264029A82)&lt;BR /&gt;  04  Acpi(HWP0002,PNP0A03,200)/Pci(2|1)/Mac(002264029A83)&lt;BR /&gt;Select Desired LAN: 1&lt;BR /&gt;Selected Acpi(HWP0002,PNP0A03,100)/Pci(1|0)/Mac(002264029A80)&lt;BR /&gt;&lt;BR /&gt;Client MAC Address: 00 22 64 02 9A 80&lt;BR /&gt;Client IP Address: 172.16.1.67&lt;BR /&gt;Subnet Mask: 255.255.255.0&lt;BR /&gt;BOOTP Server IP Address: 172.16.1.69&lt;BR /&gt;DHCP Server IP Address: 0.0.0.0&lt;BR /&gt;Boot file name: /opt/ignite/boot/nbp.efi&lt;BR /&gt;Retrieving File Size&lt;BR /&gt;PXE-E18: Timeout.  Server did not respond.&lt;BR /&gt;Exit status code: Invalid Parameter&lt;BR /&gt;Periodically the following two entries appear in syslog.log:&lt;BR /&gt;Sep  9 10:58:29 IgniteDR inetd[230]: registrar/tcp: Connection &lt;BR /&gt; from localhost (127.0.0.1) at Thu Sep  9 10:58:29 2010&lt;BR /&gt;Sep  9 11:02:29 IgniteDR inetd[267]: registrar/tcp: Connection &lt;BR /&gt; from IgniteDR (172.16.1.69) at Thu Sep  9 11:02:29 2010&lt;BR /&gt;I suspected a name resolution issue so the /etc/hosts file on IgniteDR contains:&lt;BR /&gt;172.16.1.69     IgniteDR ignitedr ignitedr.cne.ro&lt;BR /&gt;172.16.1.66     iasdb1drc iasdbidrc.xxx.yy&lt;BR /&gt;172.16.1.67     iasdb2drc iasdb2drc.xxx.yy&lt;BR /&gt;172.16.1.nnn    iasdb1 iasdb1.xxx.yy&lt;BR /&gt;172.16.1.mmm    iasdb2 iasdb2.xxx.yy&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;And /etc/nsswitch.conf contains&lt;BR /&gt;passwd:       compat&lt;BR /&gt;group:        compat&lt;BR /&gt;hosts:        files [NOTFOUND=continue] dns [NOTFOUND=return] nis&lt;BR /&gt;ipnodes:      dns [NOTFOUND=return] files&lt;BR /&gt;networks:     nis [NOTFOUND=return] files&lt;BR /&gt;protocols:    nis [NOTFOUND=return] files&lt;BR /&gt;rpc:          nis [NOTFOUND=return] files&lt;BR /&gt;publickey:    nis [NOTFOUND=return] files&lt;BR /&gt;netgroup:     nis [NOTFOUND=return] files&lt;BR /&gt;automount:    files nis&lt;BR /&gt;aliases:      files nis&lt;BR /&gt;services:     nis [NOTFOUND=return] files&lt;BR /&gt;I intend to install HP-UX on one of the two BL870c to see if it can ping IgniteDR&lt;BR /&gt;but I am having issues with mounting the virtual media...&lt;BR /&gt;&lt;BR /&gt;Any advice would be appreciated.&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Sep 2010 08:18:21 GMT</pubDate>
    <dc:creator>Horia Barbul_2</dc:creator>
    <dc:date>2010-09-09T08:18:21Z</dc:date>
    <item>
      <title>Cannot boot from the Ignite server while on an isolated vlan.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254861#M498356</link>
      <description>&lt;!--!*#--&gt;Greetings.&lt;BR /&gt; &lt;BR /&gt;Please give me some suggestions about what goes wrong with the following setup.&lt;BR /&gt;I installed an Ignite server ( named IgniteDR ) and made Golden Images ( make_sys_image )&lt;BR /&gt;of vg00 from two production servers ( iasdb1 and iasdb2 both rx7640). Now I intend to test &lt;BR /&gt;the images by building two test systems ( generically named iasdb1drc and iasdb2drc - BL870c).&lt;BR /&gt;For that I isolated in a separate VLAN the Ignite server and the two BL870c servers.&lt;BR /&gt;IgniteDR takes a long time to boot - it cannot communicate with other servers towards who some&lt;BR /&gt;directories were  NFS exported and there are no NDS servers available.&lt;BR /&gt;On ignitedr /etc/inetd.conf contains the line&lt;BR /&gt;bootps      dgram  udp  wait   root /usr/lbin/bootpd   bootpd -d 3&lt;BR /&gt;and inetd -l was used in order to start logging.&lt;BR /&gt;/etc/bootptab contains the following stanza:&lt;BR /&gt;IADEF:\&lt;BR /&gt;        ht=ethernet:\&lt;BR /&gt;        hn:\&lt;BR /&gt;        bf=/opt/ignite/boot/nbp.efi:\&lt;BR /&gt;        bs=48:\&lt;BR /&gt;        bp=172.16.1.69:\&lt;BR /&gt;        sm=255.255.255.0:\&lt;BR /&gt;        gw=172.16.1.1:\&lt;BR /&gt;        ds=172.16.1.18&lt;BR /&gt;        testsrvdrc:tc=IADEF:ip=172.16.1.65:ha=001E0B5C05EC&lt;BR /&gt;        alfa01:tc=IADEF:ip=172.16.1.70:ha=0017A477006C&lt;BR /&gt;        iasdb1drc:tc=IADEF:ip=172.16.1.66:ha=002264027A4C&lt;BR /&gt;        iasdb2drc:tc=IADEF:ip=172.16.1.67:ha=002264029A80&lt;BR /&gt;The first issue is that bootpd does not start "by itself" and needs to be started manually:&lt;BR /&gt;-----------------------------------------------------------------------&lt;BR /&gt;# /usr/sbin/bootpquery 002264029A80 -s ignitedr -f&lt;BR /&gt;bootpquery: Bootp servers not responding!&lt;BR /&gt;# ps -e | grep bootpd&lt;BR /&gt;# /usr/lbin/bootpd -P -a&lt;BR /&gt;rm: /tmp/dhcpfifo.root non-existent&lt;BR /&gt;rm: /tmp/dhcpfifo.any non-existent&lt;BR /&gt;# ps -e | grep bootpd&lt;BR /&gt; 29878 ?         0:00 bootpd&lt;BR /&gt;-------------------------------------------------------------------------&lt;BR /&gt;After bootpd is started bootpquery works fine on IgniteDR&lt;BR /&gt;-------------------------------------------------------------------------&lt;BR /&gt;#  /usr/sbin/bootpquery 002264029A80 -s ignitedr -f&lt;BR /&gt;Received BOOTREPLY from IgniteDR (172.16.1.69)&lt;BR /&gt;Hardware Address:       00:22:64:02:9a:80&lt;BR /&gt;Hardware Type:          ethernet&lt;BR /&gt;IP Address:             172.16.1.67&lt;BR /&gt;Boot file:              /opt/ignite/boot/nbp.efi&lt;BR /&gt;RFC 1048 Vendor Information:&lt;BR /&gt;  Subnet Mask:          255.255.255.0&lt;BR /&gt;  Gateway:              172.16.1.1&lt;BR /&gt;  Boofile Size:         24576 512 byte blocks&lt;BR /&gt;  Domain Name Server:   172.16.1.18&lt;BR /&gt;  Host Name:            iasdb2drc&lt;BR /&gt;# tail -10 /var/adm/syslog/syslog.log&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: group count: 0&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: reading "/etc/bootptab"&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: read 8 entries from "/etc/bootptab"&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: reading "/etc/dhcpdeny"&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: error opening "/etc/dhcpdeny": No such file or directory&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: rif collection for token ring turned on&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: found 172.16.1.67 iasdb2drc&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: sending RFC1048-style reply&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: sending reply on 172.16.1.67&lt;BR /&gt;Sep  9 10:34:29 IgniteDR bootpd[29878]: sending reply on 255.255.255.255&lt;BR /&gt;However, If I try to boot from "iasdb1drc" it fails with absolutely no entry &lt;BR /&gt;in /var/adm/syslog/syslog.log:&lt;BR /&gt;Shell&amp;gt; dbprofile&lt;BR /&gt;Profile List&lt;BR /&gt;Profile Name: iasdb2drc&lt;BR /&gt;     Network Type: IPv4&lt;BR /&gt;     Client IP address: 172.16.1.67&lt;BR /&gt;     Gateway IP address: 172.16.1.1&lt;BR /&gt;     Subnet Mask: 255.255.255.0&lt;BR /&gt;     Server IP address: 172.16.1.69&lt;BR /&gt;     Boot File: /opt/ignite/boot/nbp.efi&lt;BR /&gt;     Optional Data:&lt;BR /&gt;Shell&amp;gt; lanboot select -dn iasdb2drc&lt;BR /&gt;  01  Acpi(HWP0002,PNP0A03,100)/Pci(1|0)/Mac(002264029A80)&lt;BR /&gt;  02  Acpi(HWP0002,PNP0A03,100)/Pci(1|1)/Mac(002264029A81)&lt;BR /&gt;  03  Acpi(HWP0002,PNP0A03,200)/Pci(2|0)/Mac(002264029A82)&lt;BR /&gt;  04  Acpi(HWP0002,PNP0A03,200)/Pci(2|1)/Mac(002264029A83)&lt;BR /&gt;Select Desired LAN: 1&lt;BR /&gt;Selected Acpi(HWP0002,PNP0A03,100)/Pci(1|0)/Mac(002264029A80)&lt;BR /&gt;&lt;BR /&gt;Client MAC Address: 00 22 64 02 9A 80&lt;BR /&gt;Client IP Address: 172.16.1.67&lt;BR /&gt;Subnet Mask: 255.255.255.0&lt;BR /&gt;BOOTP Server IP Address: 172.16.1.69&lt;BR /&gt;DHCP Server IP Address: 0.0.0.0&lt;BR /&gt;Boot file name: /opt/ignite/boot/nbp.efi&lt;BR /&gt;Retrieving File Size&lt;BR /&gt;PXE-E18: Timeout.  Server did not respond.&lt;BR /&gt;Exit status code: Invalid Parameter&lt;BR /&gt;Periodically the following two entries appear in syslog.log:&lt;BR /&gt;Sep  9 10:58:29 IgniteDR inetd[230]: registrar/tcp: Connection &lt;BR /&gt; from localhost (127.0.0.1) at Thu Sep  9 10:58:29 2010&lt;BR /&gt;Sep  9 11:02:29 IgniteDR inetd[267]: registrar/tcp: Connection &lt;BR /&gt; from IgniteDR (172.16.1.69) at Thu Sep  9 11:02:29 2010&lt;BR /&gt;I suspected a name resolution issue so the /etc/hosts file on IgniteDR contains:&lt;BR /&gt;172.16.1.69     IgniteDR ignitedr ignitedr.cne.ro&lt;BR /&gt;172.16.1.66     iasdb1drc iasdbidrc.xxx.yy&lt;BR /&gt;172.16.1.67     iasdb2drc iasdb2drc.xxx.yy&lt;BR /&gt;172.16.1.nnn    iasdb1 iasdb1.xxx.yy&lt;BR /&gt;172.16.1.mmm    iasdb2 iasdb2.xxx.yy&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;And /etc/nsswitch.conf contains&lt;BR /&gt;passwd:       compat&lt;BR /&gt;group:        compat&lt;BR /&gt;hosts:        files [NOTFOUND=continue] dns [NOTFOUND=return] nis&lt;BR /&gt;ipnodes:      dns [NOTFOUND=return] files&lt;BR /&gt;networks:     nis [NOTFOUND=return] files&lt;BR /&gt;protocols:    nis [NOTFOUND=return] files&lt;BR /&gt;rpc:          nis [NOTFOUND=return] files&lt;BR /&gt;publickey:    nis [NOTFOUND=return] files&lt;BR /&gt;netgroup:     nis [NOTFOUND=return] files&lt;BR /&gt;automount:    files nis&lt;BR /&gt;aliases:      files nis&lt;BR /&gt;services:     nis [NOTFOUND=return] files&lt;BR /&gt;I intend to install HP-UX on one of the two BL870c to see if it can ping IgniteDR&lt;BR /&gt;but I am having issues with mounting the virtual media...&lt;BR /&gt;&lt;BR /&gt;Any advice would be appreciated.&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254861#M498356</guid>
      <dc:creator>Horia Barbul_2</dc:creator>
      <dc:date>2010-09-09T08:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from the Ignite server while on an isolated vlan.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254862#M498357</link>
      <description>You should also have in /etc/inetd.conf , tftp active:&lt;BR /&gt;&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd\&lt;BR /&gt;        /opt/ignite\&lt;BR /&gt;        /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;you can check network conectivity, the other way round, when you execute the lanboot from the client:&lt;BR /&gt;&lt;BR /&gt;lanboot select -dn iasdb2drc&lt;BR /&gt;&lt;BR /&gt;you can try with a linkloop from the ignite server, and check conectivity</description>
      <pubDate>Thu, 09 Sep 2010 10:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254862#M498357</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-09-09T10:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from the Ignite server while on an isolated vlan.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254863#M498358</link>
      <description>Daniel, thanks for your answer&lt;BR /&gt; &lt;BR /&gt;tftp is active:&lt;BR /&gt;---------------------------------------------------------------------------------------&lt;BR /&gt;# have one, please consult the tftpd(1M) manual entry for&lt;BR /&gt;# information about setting up this service.&lt;BR /&gt;tftp        dgram  udp  wait   root /usr/lbin/tftpd    tftpd\&lt;BR /&gt;        /opt/ignite\&lt;BR /&gt;        /var/opt/ignite&lt;BR /&gt;bootps      dgram  udp  wait   root /usr/lbin/bootpd   bootpd -d 3&lt;BR /&gt;#finger      stream tcp  nowait bin  /usr/lbin/fingerd  fingerd&lt;BR /&gt;login        stream tcp6 nowait root /usr/lbin/rlogind  rlogind&lt;BR /&gt;shell        stream tcp6 nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;exec         stream tcp6 nowait root /usr/lbin/rexecd   rexecd&lt;BR /&gt;#uucp        stream tcp  nowait root /usr/sbin/uucpd    uucpd&lt;BR /&gt;ntalk        dgram  udp  wait   root /usr/lbin/ntalkd   ntalkd&lt;BR /&gt;auth         stream tcp6 wait   bin  /usr/lbin/identd   identd&lt;BR /&gt; &lt;BR /&gt;And:&lt;BR /&gt; &lt;BR /&gt;# cat /etc/services | grep tftp&lt;BR /&gt;tftp          69/udp                 # Trivial File Transfer Protocol&lt;BR /&gt;# cat /etc/services | grep boot&lt;BR /&gt;bootps        67/udp                 # Bootstrap Protocol Server&lt;BR /&gt;bootpc        68/udp                 # Bootstrap Protocol Client&lt;BR /&gt;instl_boots 1067/udp                 # installation bootstrap protocol server&lt;BR /&gt;instl_bootc 1068/udp                 # installation bootstrap protocol client&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt; &lt;BR /&gt;However it seems that my VLAN is faulty:&lt;BR /&gt; &lt;BR /&gt;linkloop issued on own MAC on IgniteDR fails on all 4 MACs:&lt;BR /&gt;# linkloop -i 0 0x2264369034&lt;BR /&gt;Link connectivity to LAN station: 0x2264369034&lt;BR /&gt;error:  expected primitive 0x30, got DL_ERROR_ACK&lt;BR /&gt;   dl_error_primitive = 0x2d&lt;BR /&gt;   dl_errno = 0x04&lt;BR /&gt;   dl_unix_errno = 57&lt;BR /&gt;error - did not receive data part of message&lt;BR /&gt; &lt;BR /&gt;And lanadmin shows for all PPAs - 0, 1, 2 and 3:&lt;BR /&gt;PPA Number                      = 0&lt;BR /&gt;Description                     = lan0 HP PCI-X 1000Mbps Release B.11.23.0712.01&lt;BR /&gt;Type (value)                    = ethernet-csmacd(6)&lt;BR /&gt;MTU Size                        = 1500&lt;BR /&gt;Speed                           = 1000000000&lt;BR /&gt;Station Address                 = 0x2264369034&lt;BR /&gt;Administration Status (value)   = up(1)&lt;BR /&gt;Operation Status (value)        = down(2)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I probably must approach the netadmin ...&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2010 11:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254863#M498358</guid>
      <dc:creator>Horia Barbul_2</dc:creator>
      <dc:date>2010-09-09T11:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from the Ignite server while on an isolated vlan.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254864#M498359</link>
      <description>Yes, looks like you have a network problem, you should at least have one working nic</description>
      <pubDate>Thu, 09 Sep 2010 14:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254864#M498359</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-09-09T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from the Ignite server while on an isolated vlan.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254865#M498360</link>
      <description>If anyone is interested: the issue was actually that the Catalyst 3020 switches were not "seeing" the LOMs of the BL860c as connected to the respective ports , hence the ports were kept down on the switch. &lt;BR /&gt;&lt;BR /&gt;The "solution" was to reseat the BL860 IgniteDR server. After the shutown / power-off / take out / reinsert /power-on/boot the booting of the BL870c servers from the Ignite server worked.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 15 Sep 2010 10:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-the-ignite-server-while-on-an-isolated-vlan/m-p/5254865#M498360</guid>
      <dc:creator>Horia Barbul_2</dc:creator>
      <dc:date>2010-09-15T10:05:12Z</dc:date>
    </item>
  </channel>
</rss>

