<?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 Re: Changing MAC address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481340#M653072</link>
    <description>I am trying to simulate and test a customer issue.</description>
    <pubDate>Wed, 19 Aug 2009 08:24:03 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2009-08-19T08:24:03Z</dc:date>
    <item>
      <title>Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481329#M653061</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;I need to change a Ethernet card's MAC address to 00:00:00:00 and test few things. What is the best way to do? I will have to revert it back after testing.</description>
      <pubDate>Tue, 18 Aug 2009 09:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481329#M653061</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2009-08-18T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481330#M653062</link>
      <description>The -A option of the lanadmin command will change MAC address on a temporary basis.  Permanent changes would have to be made to the appropriate /etc/rc.config.d/hp*conf file, but it sounds like you just need temporary.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Aug 2009 09:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481330#M653062</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-08-18T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481331#M653063</link>
      <description>Thanks Pete. Can you please tell the exact syntax? This is my output of lanscan, &lt;BR /&gt;&lt;BR /&gt;# lanscan&lt;BR /&gt;Hardware Station        Crd  Hdw   Net-Interface    NM   MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In#  State NamePPA          ID   Type      Support Mjr#&lt;BR /&gt;0/0/0/0  0x001083F515F1 0    UP    lan0 snap0       1    ETHER       Yes   119&lt;BR /&gt;0/5/0/0  0x001083F6CD7E 1    UP    lan1 snap1       2    ETHER       Yes   119&lt;BR /&gt;0/12/0/0 0x00306E0672D1 2    UP    lan2 snap2       3    ETHER       Yes   119&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to change for lan1 or lan2. How do i do that?</description>
      <pubDate>Tue, 18 Aug 2009 10:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481331#M653063</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2009-08-18T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481332#M653064</link>
      <description>Dear&lt;BR /&gt;&lt;BR /&gt;I think we can change the station address using sam.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 10:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481332#M653064</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2009-08-18T10:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481333#M653065</link>
      <description>you can change the MAC address in SAM by selecting Networking and Communications, then selecting the interface, then Action, Modify, Advanced Options. HP-UX refers to the MAC address as the "station address".</description>
      <pubDate>Tue, 18 Aug 2009 10:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481333#M653065</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-08-18T10:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481334#M653066</link>
      <description>For lan1:&lt;BR /&gt;&lt;BR /&gt;lanadmin -A 0x00000000 1&lt;BR /&gt;&lt;BR /&gt;where "1" is the PPA number from lanscan.  Also, note this warning from the man page:&lt;BR /&gt;&lt;BR /&gt;"Set the new station address of the interface  corresponding to PPA.  The station_addr must be entered in hex format with a '0x' prefix.  You must have superuser privileges.  When station_addr is DEFAULT, the factory default physical address will be restored.                         WARNING: To ensure the interface and the system work correctly, the interface MUST be brought down before setting the new station address.  After the new station address is set, the interface should be brought up in order to be functional.  See ifconfig(1M) for bringing down and bringing up the interface."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Aug 2009 10:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481334#M653066</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-08-18T10:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481335#M653067</link>
      <description>Excellent! Thanks folks.</description>
      <pubDate>Tue, 18 Aug 2009 10:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481335#M653067</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2009-08-18T10:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481336#M653068</link>
      <description>HI Arun,&lt;BR /&gt;We both are trying to zero-in on the same issue. &lt;BR /&gt;You may find assitional info here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1364524&amp;amp;admit=109447626+1250620267464+28353475" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1364524&amp;amp;admit=109447626+1250620267464+28353475&lt;/A&gt;</description>
      <pubDate>Tue, 18 Aug 2009 17:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481336#M653068</guid>
      <dc:creator>santosh_12_1</dc:creator>
      <dc:date>2009-08-18T17:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481337#M653069</link>
      <description>OK, I'll ask the elephant in the middle of the room question - why do you want to set an HP-UX's NIC's MAC address to all zeros?</description>
      <pubDate>Tue, 18 Aug 2009 23:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481337#M653069</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-08-18T23:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481338#M653070</link>
      <description>I brought down the interface and tried to change MAC address using SAM, but getting this error &lt;BR /&gt;&lt;BR /&gt;â   ERROR: lan1 interface | PPA 1 : error: expected primitive 0x06, got â    â  dâ  &lt;BR /&gt;â  â  â   â   DL_ERROR_ACK                                                        â    â  â  â  &lt;BR /&gt;â   â   â   dl_error_primitive = 0x33                                           â    â   â  &lt;BR /&gt;â   â   â   dl_errno = 0x04                                                     â    â   â  &lt;BR /&gt;â  â  â   â   dl_unix_errno = 22                                                  â    â   â  &lt;BR /&gt;â  â  â   â   change_phys_addr: unable to change physical address                 â    â   â  &lt;BR /&gt;â  â  â   â   Old Station Address = 0x001083f6cd7e      &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2009 04:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481338#M653070</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2009-08-19T04:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481339#M653071</link>
      <description>Tried with lanadmin, didn't succeed though &lt;BR /&gt;&lt;BR /&gt;# lanadmin -A 0x000000000000 1&lt;BR /&gt;Old Station Address                 = 0x001083f6cd7e&lt;BR /&gt;error:  expected primitive 0x06, got DL_ERROR_ACK&lt;BR /&gt;   dl_error_primitive = 0x33&lt;BR /&gt;   dl_errno = 0x04&lt;BR /&gt;   dl_unix_errno = 22&lt;BR /&gt;change_phys_addr: unable to change physical address&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2009 04:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481339#M653071</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2009-08-19T04:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481340#M653072</link>
      <description>I am trying to simulate and test a customer issue.</description>
      <pubDate>Wed, 19 Aug 2009 08:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481340#M653072</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2009-08-19T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481341#M653073</link>
      <description>Hi Arunvijai,&lt;BR /&gt;&lt;BR /&gt;Before using lanadmin -A command you need to bring down your interface with ifconfig command. After setting the new address the interface will be bring up.&lt;BR /&gt;&lt;BR /&gt;To get back the factory address you can use -A DEFAULT keywords in lanadmin command.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 19 Aug 2009 12:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481341#M653073</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2009-08-19T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481342#M653074</link>
      <description>I suspect this bringing down the interface would include an "unplumb" ifconfig command.&lt;BR /&gt;&lt;BR /&gt;The only place I would initially see a MAC address of all zeros would be a broken NIC, which would seem to be a HW replacement issue?</description>
      <pubDate>Wed, 19 Aug 2009 15:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481342#M653074</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-08-19T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481343#M653075</link>
      <description>Yes, I brought down and unplumb the interface and tried changing using lanadmin -A; still the same error persists.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2009 04:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481343#M653075</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2009-08-20T04:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481344#M653076</link>
      <description>It is quite possible that the code in the kernel is making some sanity checks of the MAC address and deciding it does not like the MAC address at all (not surprising since all zeros used to be - long long long ago - a broadcast address).   You might try changing just a single bit or two from the existing MAC address and try setting the card to that - I would change a couple bits in the middle somewhere.</description>
      <pubDate>Wed, 02 Sep 2009 17:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-mac-address/m-p/4481344#M653076</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-09-02T17:59:56Z</dc:date>
    </item>
  </channel>
</rss>

