<?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: What is the /dev/perf device? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480313#M18105</link>
    <description>What is the difference between&lt;BR /&gt;&lt;BR /&gt;rmsf /dev/xyz&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;rm /dev/xyz&lt;BR /&gt;&lt;BR /&gt;?</description>
    <pubDate>Thu, 11 Jan 2001 07:32:45 GMT</pubDate>
    <dc:creator>Fedon Kadifeli</dc:creator>
    <dc:date>2001-01-11T07:32:45Z</dc:date>
    <item>
      <title>What is the /dev/perf device?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480308#M18100</link>
      <description>It looks like a telnet daemon is running on /dev/perf. What is the use of this device?&lt;BR /&gt;&lt;BR /&gt;# ll /dev/perf&lt;BR /&gt;crw-rw-rw-   1 root       sys        173 0x000000 Dec 30  1998 /dev/perf&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep perf | grep telnet&lt;BR /&gt;    root 23362   759  0 09:56:17 perf      0:00 telnetd&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jan 2001 13:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480308#M18100</guid>
      <dc:creator>Fedon Kadifeli</dc:creator>
      <dc:date>2001-01-08T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the /dev/perf device?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480309#M18101</link>
      <description>You can get information specific to the device with lssf:&lt;BR /&gt;# lssf /dev/perf&lt;BR /&gt;&lt;BR /&gt;Is this device something that you named specifically, using mksf (make special file)?</description>
      <pubDate>Mon, 08 Jan 2001 14:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480309#M18101</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2001-01-08T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the /dev/perf device?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480310#M18102</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On my system, I don't have /dev/perf, but lsdev returns the following:# lsdev 173&lt;BR /&gt;Character     Block       Driver          Class&lt;BR /&gt;      173          -1         gelan           unknown&lt;BR /&gt;&lt;BR /&gt;Now, major number 173 may coorelate to a different driver on your system; the lssf command, as recommended by Cheryl Griffin should show for sure which driver you're using.&lt;BR /&gt;&lt;BR /&gt;Based on the fact that on my system, major 173 appears to be related to a networking driver, and also, since you have a telnetd session running on it, I suspect that maybe this device is simply an alias to the pty/tty pseudo device files?  If I were you, I'd do something like the following, and search for other devices using the 173 major number:&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;ll -R | grep 173&lt;BR /&gt;&lt;BR /&gt;Hope this helps you, &lt;BR /&gt;Bruce Laughlin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2001 18:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480310#M18102</guid>
      <dc:creator>Bruce Laughlin</dc:creator>
      <dc:date>2001-01-10T18:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the /dev/perf device?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480311#M18103</link>
      <description>This device looks the same as the /dev/pts/ta device:&lt;BR /&gt;&lt;BR /&gt;/dev# ll  * | grep "173 0x000000"  &lt;BR /&gt;crw-rw-rw-   1 root       sys        173 0x000000 Dec 30  1998 perf&lt;BR /&gt;crw--w----   1 itadmin    tty        173 0x000000 Jan 10 18:23 ta&lt;BR /&gt;&lt;BR /&gt;/dev# lssf perf pts/ta             &lt;BR /&gt;pseudo driver tels minor 0x000000 perf&lt;BR /&gt;pseudo driver tels minor 0x000000 pts/ta&lt;BR /&gt;&lt;BR /&gt;Is it safe to delete /dev/perf?&lt;BR /&gt;&lt;BR /&gt;How can I find the driver name for a specific device? In this case; for the device having the major number 173?&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2001 06:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480311#M18103</guid>
      <dc:creator>Fedon Kadifeli</dc:creator>
      <dc:date>2001-01-11T06:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the /dev/perf device?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480312#M18104</link>
      <description>Hi Fedon,&lt;BR /&gt;&lt;BR /&gt;Nobody seems to know what the /dev/perf device is.&lt;BR /&gt;You may suppress it using 'rmsf -v /dev/perf' and check for the return value of that command with 'echo $?' (should be 0).&lt;BR /&gt;&lt;BR /&gt;After that, 'insf -e' should re-install special files for all devices and pseudo-drivers.&lt;BR /&gt;&lt;BR /&gt;If your /dev/perf is needed, it will be recreated.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2001 07:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480312#M18104</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-11T07:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the /dev/perf device?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480313#M18105</link>
      <description>What is the difference between&lt;BR /&gt;&lt;BR /&gt;rmsf /dev/xyz&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;rm /dev/xyz&lt;BR /&gt;&lt;BR /&gt;?</description>
      <pubDate>Thu, 11 Jan 2001 07:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480313#M18105</guid>
      <dc:creator>Fedon Kadifeli</dc:creator>
      <dc:date>2001-01-11T07:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the /dev/perf device?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480314#M18106</link>
      <description>Hi Fedon,&lt;BR /&gt;&lt;BR /&gt;rm is the remove that everybody knows...&lt;BR /&gt;rmsf removes special files and may be given flags like:&lt;BR /&gt;-a : Remove the definition of the device from the system along with all special files that refer to the device&lt;BR /&gt;-C class ..... (I won't cut and paste the whole manual page)&lt;BR /&gt;&lt;BR /&gt;The list is quite long, see 'man rmsf' and you'll have everything you need to know about it :7)&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2001 07:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-dev-perf-device/m-p/2480314#M18106</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-11T07:46:54Z</dc:date>
    </item>
  </channel>
</rss>

