<?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>Operating System - HP-UXのトピックvtdaemon</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863502#M579934</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;What exactly is the vtdaemon, what does it do and how does it work?&lt;BR /&gt;&lt;BR /&gt;Also, what would happen if I turned it off?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Thu, 12 Dec 2002 21:19:46 GMT</pubDate>
    <dc:creator>William Pribble</dc:creator>
    <dc:date>2002-12-12T21:19:46Z</dc:date>
    <item>
      <title>vtdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863502#M579934</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;What exactly is the vtdaemon, what does it do and how does it work?&lt;BR /&gt;&lt;BR /&gt;Also, what would happen if I turned it off?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Thu, 12 Dec 2002 21:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863502#M579934</guid>
      <dc:creator>William Pribble</dc:creator>
      <dc:date>2002-12-12T21:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: vtdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863503#M579935</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;man vtdaemon&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 12 Dec 2002 20:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863503#M579935</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-12-12T20:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: vtdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863504#M579936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is vtdaemon, and why is it running ?&lt;BR /&gt;&lt;BR /&gt;`vtdaemon' responds to requests from other systems on the LAN made by the&lt;BR /&gt;`vt' command.  `vtdaemon' spawns a server to respond to each request that it&lt;BR /&gt;receives.  Another function of `vtdaemon' is to create portals (callout&lt;BR /&gt;devices used by the uucp program `uucico') and to service portal requests&lt;BR /&gt;from other machines.  The manual page vtdaemon(1M) has more details.&lt;BR /&gt;&lt;BR /&gt;If no one on your LAN is going to `vt' or `uucico' to or from your system,&lt;BR /&gt;you can turn the vtdaemon off.  To kill the current vtdaemon without&lt;BR /&gt;rebooting, send it SIGTERM:&lt;BR /&gt;&lt;BR /&gt;    # ps -ef | grep -E PID\|vtdaemon&lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;    root   671     1  0  Dec  7  ?         0:00 /usr/sbin/vtdaemon&lt;BR /&gt;    root  3455  2521  4 17:27:15 ttyp3     0:00 grep -E PID|vtdaemon&lt;BR /&gt;    # kill 671          # or `kill -TERM 671'&lt;BR /&gt;    # ps -p 671&lt;BR /&gt;       PID TTY       TIME COMMAND&lt;BR /&gt;&lt;BR /&gt;To prevent vtdaemon from starting up at boot time, edit the file&lt;BR /&gt;"/etc/rc.config.d/vt" to change the value of VTDAEMON_START=1 to be&lt;BR /&gt;VTDAEMON_START=0.  Then reboot.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2002 21:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863504#M579936</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-12T21:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: vtdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863505#M579937</link>
      <description>Hi Elaine,&lt;BR /&gt;&lt;BR /&gt;From the man pages...&lt;BR /&gt;&lt;BR /&gt;vtdaemon - respond to vt requests &lt;BR /&gt;&lt;BR /&gt;vtdaemon responds to requests from other systems (via local area network) made by vt (see vt(1) ). vtdaemon spawns a server to respond to each request that it receives&lt;BR /&gt;&lt;BR /&gt;vt - log into another system over lan &lt;BR /&gt;&lt;BR /&gt;vt enables a user to log into another HP 9000 system (nodename) over an HP local area network. The -p option causes vt to send a poll request over the local area network to find out what systems currently have vtdaemon running (see vtdaemon(1M) ). An asterisk (*) following a nodename in the response indicates that the system is a vt gateway. Plus signs (+) following the nodename indicate how many vt gateways must be traversed to reach that system.&lt;BR /&gt;&lt;BR /&gt;Fairly old &amp;amp; unused (for us at least) utility. Should, in most cases, be safe to turn off.&lt;BR /&gt;&lt;BR /&gt;To do so use the following:&lt;BR /&gt;&lt;BR /&gt;To stop these daemons from starting, change PTYDAEMON_START and VTDAEMON_START from a 1 to a 0 in the /etc/rc.config.d/ptydaemon and /etc/rc.config.d/vt files, respectively. The system must be either rebooted for these changes to take effect, or you can stop both daemons manually by typing the following commands: &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/ptydaemon stop&lt;BR /&gt;/sbin/init.d/vt stop&lt;BR /&gt;&lt;BR /&gt;BUT I would NOT stop ptydaemon nor prevent it from starting as it doles out ptys to other processes.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2002 21:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863505#M579937</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-12-12T21:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: vtdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863506#M579938</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vtdaemon responds to the "vt" requests, another mechanism to log onto the system, sent by other systems. Look at the man page of vt. &lt;BR /&gt;&lt;BR /&gt;If your users are not using vt, then you can turn it off and it is not going to affect anything.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 12 Dec 2002 21:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vtdaemon/m-p/2863506#M579938</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-12-12T21:35:06Z</dc:date>
    </item>
  </channel>
</rss>

