<?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: serial port parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518790#M872210</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can use the port ttyp1 and configure it through getty as desired parameters you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 20 Apr 2001 19:16:22 GMT</pubDate>
    <dc:creator>Thirumalai Ulaganathan</dc:creator>
    <dc:date>2001-04-20T19:16:22Z</dc:date>
    <item>
      <title>serial port parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518786#M872206</link>
      <description>Hi all!!&lt;BR /&gt;I have to configure a serail port because i'm installing an UPS (Back-UPS Pro 1000 - APC: american power conversion)- i have to set the speed at 2400 and other options like -cstopb -clocal -crtscts ixon ixoff &lt;BR /&gt;But i don't know where to set these paramters...&lt;BR /&gt;The UPS's program (PowerChute plus) requires complete control of the serial port. No processes, including gettys, are allowed to access the port. Therefore, to ensure that PowerChute has exlusive control of the serial port selected for it, make sure that the port is not enabled for logins. To disable the port for logins, modify the /etc/inittab and make sure that the port si set to OFF rather than RESPAWN.&lt;BR /&gt;I have selected port serial 1. I entered in the /etc/inittab but i don't know which is port 1..i have the following entries:&lt;BR /&gt;#ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600&lt;BR /&gt;#ttp2:234:respawn:/usr/sbin/getty -h tty0p2 9600&lt;BR /&gt;#ttp3:234:respawn:/usr/sbin/getty -h tty0p3 9600&lt;BR /&gt;#ttp4:234:respawn:/usr/sbin/getty -h tty0p4 9600&lt;BR /&gt;#ttp5:234:respawn:/usr/sbin/getty -h tty0p5 9600&lt;BR /&gt;#ups::respawn:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf&lt;BR /&gt;My problems are:&lt;BR /&gt;1) set the caracteristics of serial port 1&lt;BR /&gt;2) which entry in /etc/inittab regards port 1&lt;BR /&gt;Hope you can help me...thanks.&lt;BR /&gt;I'm using Visualize C200&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Apr 2001 07:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518786#M872206</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-04-19T07:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: serial port parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518787#M872207</link>
      <description>Hi there.&lt;BR /&gt;Check your /etc/gettydefs.&lt;BR /&gt;Then read the manpage, so that you can recognize the parameters in /etc/gettydefs.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Thu, 19 Apr 2001 08:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518787#M872207</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-04-19T08:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: serial port parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518788#M872208</link>
      <description>Hello,&lt;BR /&gt;You will need to edit the /etc/gettydefs file.&lt;BR /&gt;1) make a copy of /etc/gettydefs.&lt;BR /&gt;2) vi /etc/gettydefs and yank the line the is for a fixed 19200 baud, then put the line.&lt;BR /&gt;3) change all 19200 in the line to 2400.&lt;BR /&gt;4) add any flags that need to be added.&lt;BR /&gt;5) save and exit vi.&lt;BR /&gt;6) run "getty -c /etc/gettydefs" to make sure the format is still good.  If not copy back to saved file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Wade</description>
      <pubDate>Fri, 20 Apr 2001 19:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518788#M872208</guid>
      <dc:creator>Wade Coolidge</dc:creator>
      <dc:date>2001-04-20T19:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: serial port parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518789#M872209</link>
      <description>Sorry one other note.&lt;BR /&gt;&lt;BR /&gt;You should change the name of the line to something like 2400UPS.  Change the first 2400 and the last 2400 in the line to 2400UPS.  Then use 2400UPS in /etc/inittab and your gettydef.</description>
      <pubDate>Fri, 20 Apr 2001 19:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518789#M872209</guid>
      <dc:creator>Wade Coolidge</dc:creator>
      <dc:date>2001-04-20T19:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: serial port parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518790#M872210</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can use the port ttyp1 and configure it through getty as desired parameters you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2001 19:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serial-port-parameters/m-p/2518790#M872210</guid>
      <dc:creator>Thirumalai Ulaganathan</dc:creator>
      <dc:date>2001-04-20T19:16:22Z</dc:date>
    </item>
  </channel>
</rss>

