<?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 Creating device ttyd0p0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456726#M209488</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I cannot seemed to create device file ttyd0p0. When i use sam to create a new modem, I get ttyd2p0. There is only a console in the device listing under sam and I don't understand why system only allows me to create using Port 2 or 4.</description>
    <pubDate>Thu, 06 Jan 2005 05:35:21 GMT</pubDate>
    <dc:creator>Wong_13</dc:creator>
    <dc:date>2005-01-06T05:35:21Z</dc:date>
    <item>
      <title>Creating device ttyd0p0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456726#M209488</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I cannot seemed to create device file ttyd0p0. When i use sam to create a new modem, I get ttyd2p0. There is only a console in the device listing under sam and I don't understand why system only allows me to create using Port 2 or 4.</description>
      <pubDate>Thu, 06 Jan 2005 05:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456726#M209488</guid>
      <dc:creator>Wong_13</dc:creator>
      <dc:date>2005-01-06T05:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating device ttyd0p0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456727#M209489</link>
      <description>When you create /dev/tty0p0 you need to specicify a major number of 1, SAM will use the tty major number of 17. You should be able to manually create the special file using mknod&lt;BR /&gt;&lt;BR /&gt;as root,&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;mknod tty0p0 c 1 0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jan 2005 05:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456727#M209489</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-06T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating device ttyd0p0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456728#M209490</link>
      <description>Even though I am able to create the device, the problem is still not solved.&lt;BR /&gt;&lt;BR /&gt;Actually I am trying to get the communication link up between the HP server and the MGE UPS. I am connecting the UPS to the HP server through the 3-head cable from HP on the UPS serial port. &lt;BR /&gt;&lt;BR /&gt;The MGE UPS default configuration is using tty0p0 but somehow it keeps failing me saying communication lost. Anyone has similiar encounter?</description>
      <pubDate>Thu, 13 Jan 2005 08:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456728#M209490</guid>
      <dc:creator>Wong_13</dc:creator>
      <dc:date>2005-01-13T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating device ttyd0p0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456729#M209491</link>
      <description>Do you have a getty process running for tty0p0?&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep tty0p0&lt;BR /&gt;&lt;BR /&gt;should give you something like &lt;BR /&gt;&lt;BR /&gt; root  2338     1  0  Jan 11  tty0p0    0:00 /usr/sbin/getty -h tty0p0 9600&lt;BR /&gt;&lt;BR /&gt;this example shows that the port is operating at 9600 baud. If you do have a getty running, check the rate you UPS is expecting.</description>
      <pubDate>Thu, 13 Jan 2005 09:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456729#M209491</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-13T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating device ttyd0p0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456730#M209492</link>
      <description>I'd suggest that once you're happy with the device file that you stop any processes from connecting to the port within inittab, then use Kermit or cu to connect to the UPS to check that you can communicate with it.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 13 Jan 2005 10:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456730#M209492</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2005-01-13T10:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating device ttyd0p0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456731#M209493</link>
      <description>I do not know how to use cu or kermit to communicate with the UPS. Any example or help will be appreciate. Thanks in advance!</description>
      <pubDate>Tue, 25 Jan 2005 21:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456731#M209493</guid>
      <dc:creator>Wong_13</dc:creator>
      <dc:date>2005-01-25T21:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating device ttyd0p0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456732#M209494</link>
      <description>The basics of using kermit are:&lt;BR /&gt;&lt;BR /&gt;1) type kermit&lt;BR /&gt;2) at the prompt type: set line /dev/tty0p0&lt;BR /&gt;3) set speed &lt;WHATEVER speed="" your="" ups="" needs=""&gt;&lt;BR /&gt;4) connect&lt;BR /&gt;5) now type ups commands, check the manual to find out what you can use.&lt;BR /&gt;6) when finished use Ctrl \C to get back to the kermit prompt&lt;BR /&gt;7) type exit&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.&lt;/WHATEVER&gt;</description>
      <pubDate>Wed, 26 Jan 2005 05:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-device-ttyd0p0/m-p/3456732#M209494</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2005-01-26T05:20:26Z</dc:date>
    </item>
  </channel>
</rss>

