<?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: X25 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439034#M6550</link>
    <description>&lt;BR /&gt;An X25 card should look something like this from ioscan; (but not on your L-class - this is on an E class)&lt;BR /&gt;&lt;BR /&gt;psi         0  56/44       nioxb       CLAIMED   INTERFACE HP 36960A - WAN&lt;BR /&gt;&lt;BR /&gt;And you should have some drivers in the kernel for it, we have 3 on ours;&lt;BR /&gt;x25plp&lt;BR /&gt;x25sentry&lt;BR /&gt;x25idmap&lt;BR /&gt;&lt;BR /&gt;If you install the X25 software it will load the necessary X25 drivers up for you.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Aug 2000 12:54:38 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2000-08-23T12:54:38Z</dc:date>
    <item>
      <title>X25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439032#M6548</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have an L class with an X25 card - but I cannot see it on ioscan&lt;BR /&gt;&lt;BR /&gt;what should I see and wha drivers ??&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 23 Aug 2000 12:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439032#M6548</guid>
      <dc:creator>Steve Massey_1</dc:creator>
      <dc:date>2000-08-23T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: X25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439033#M6549</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;If ioscan can't identify the card, this means there is a hardware problem. &lt;BR /&gt;&lt;BR /&gt;If ioscan see the card but shows UNCLAIMED and UNKNOWN then a needed driver is not in the kernel.  &lt;BR /&gt;&lt;BR /&gt;The hardware has to first be recognized before you can proceed.  You may have incompatible hardware or it is not cabled/terminated correctly.  Fix this first, because if you have to change the hardware it may affect which driver is needed.</description>
      <pubDate>Wed, 23 Aug 2000 12:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439033#M6549</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-08-23T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: X25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439034#M6550</link>
      <description>&lt;BR /&gt;An X25 card should look something like this from ioscan; (but not on your L-class - this is on an E class)&lt;BR /&gt;&lt;BR /&gt;psi         0  56/44       nioxb       CLAIMED   INTERFACE HP 36960A - WAN&lt;BR /&gt;&lt;BR /&gt;And you should have some drivers in the kernel for it, we have 3 on ours;&lt;BR /&gt;x25plp&lt;BR /&gt;x25sentry&lt;BR /&gt;x25idmap&lt;BR /&gt;&lt;BR /&gt;If you install the X25 software it will load the necessary X25 drivers up for you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 12:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439034#M6550</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-23T12:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: X25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439035#M6551</link>
      <description>Wow, I thought I was the last one using this ancient WAN interface!  The card may be difficult to find in ioscan output depending on the bus interface it is using.  There may be a driver your box is using that does not even come close to looking like it is x25 related.  lsdev will list these drivers but the descriptions are not that good either.&lt;BR /&gt;&lt;BR /&gt;I would suggest using SAM and going into the Interface Card area and see if the card is  recognized.  As mentioned before, check if the X25 software is installed and configured.  For example:&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset -a state J2793B&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "nnnnnnnn"...&lt;BR /&gt;#&lt;BR /&gt;# Target:  nnnnnnn:/&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# J2793B&lt;BR /&gt;# J2793B.SX25-HPerf&lt;BR /&gt;  J2793B.SX25-HPerf.SX25-HPerf-COM      configured&lt;BR /&gt;  J2793B.SX25-HPerf.SX25-HPerf-IP       configured&lt;BR /&gt;  J2793B.SX25-HPerf.SX25-HPerf-MAN      configured&lt;BR /&gt;  J2793B.SX25-HPerf.SX25-HPerf-PA       configured&lt;BR /&gt;  J2793B.SX25-HPerf.SX25-HPerf-PAD      configured&lt;BR /&gt;  J2793B.SX25-HPerf.SX25-HPerf-SAM      configured&lt;BR /&gt;&lt;BR /&gt;Replace the J2793B with the product name from your swlist output.&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 13:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x25/m-p/2439035#M6551</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-23T13:30:15Z</dc:date>
    </item>
  </channel>
</rss>

