<?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: Syslog events in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413971#M353410</link>
    <description>All events are reported by commandview sdm - this utility is for managing VA7xx0 arrays and DS2405 disk chassis.&lt;BR /&gt;&lt;BR /&gt;IMHO the CVSDM was just about to discover the devices.&lt;BR /&gt;&lt;BR /&gt;Use "armdsp -a &lt;ID&gt;" or "armdiscover" to get more information.&lt;/ID&gt;</description>
    <pubDate>Wed, 06 May 2009 11:58:07 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2009-05-06T11:58:07Z</dc:date>
    <item>
      <title>Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413967#M353406</link>
      <description>I'm getting several events in the syslog file that a devices are added. In the attachment you see serveral entries and in the ioscan you see all are claimed and the disks are working normaly. And in the /dev/dsk/ are disks who i can't trace.</description>
      <pubDate>Wed, 06 May 2009 07:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413967#M353406</guid>
      <dc:creator>J. Dekker</dc:creator>
      <dc:date>2009-05-06T07:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413968#M353407</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check this link :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1202843" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1202843&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it help&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 06 May 2009 07:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413968#M353407</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-05-06T07:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413969#M353408</link>
      <description>Hi, that link i already found. But how can i find the duplicated entries? Is it reading line by line or ????</description>
      <pubDate>Wed, 06 May 2009 07:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413969#M353408</guid>
      <dc:creator>J. Dekker</dc:creator>
      <dc:date>2009-05-06T07:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413970#M353409</link>
      <description>&amp;gt; And in the /dev/dsk/ are disks who i can't trace. &lt;BR /&gt;&lt;BR /&gt;I am not sure what the question is but if you are asking how to find the disk devices that are invalid and are no longer in the system, use the "lssf /dev/dsk/*" and "lssf /dev/rdsk/*". Anything that has ??? in the hardware path column is an invalid device.</description>
      <pubDate>Wed, 06 May 2009 11:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413970#M353409</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-05-06T11:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413971#M353410</link>
      <description>All events are reported by commandview sdm - this utility is for managing VA7xx0 arrays and DS2405 disk chassis.&lt;BR /&gt;&lt;BR /&gt;IMHO the CVSDM was just about to discover the devices.&lt;BR /&gt;&lt;BR /&gt;Use "armdsp -a &lt;ID&gt;" or "armdiscover" to get more information.&lt;/ID&gt;</description>
      <pubDate>Wed, 06 May 2009 11:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413971#M353410</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-05-06T11:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413972#M353411</link>
      <description>With disk arrays, it is quite common to have unconnected device files. If you present a set of LUNs to your system, then run ioscan and insf, the device files will all be created. However, it is very easy to remove LUNs and present new LUNs without properly removing them from HP-UX. This leaves a bunch of useless device files with a hardware path = ???. You should remove anything with ??? to keep the /dev/*dsk direcotires clean:&lt;BR /&gt; &lt;BR /&gt;for NOHW in $(lssf /dev/*dsk/* | awk '/???/{print $NF})&lt;BR /&gt;do&lt;BR /&gt;rmsf -a $NOHW&lt;BR /&gt;done&lt;BR /&gt; &lt;BR /&gt;This correctly removes the device files and any pointers in the kernel. NOTE: rmsf will complaine that there is no hardware path for the device file (which is true), but the file and pointers will be correctly removed.</description>
      <pubDate>Wed, 06 May 2009 17:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413972#M353411</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-06T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413973#M353412</link>
      <description>HI, i think i know now what the problem is. Many days ago 3 disks are replaced. And now i think that in the DeviceDBFiles are old entries from those replaced disks. The new disks are with the ioscan HPQ-BFxxxx and the old devices were HP 73.4Gxxxx. I think i have to look at those entries (in the DeviceDBFiles)&lt;BR /&gt;disk     13  1/0/4/0/0.8.0.255.0.2.0  sdisk    CLAIMED     DEVICE       HPQ     &lt;BR /&gt;BF07258243&lt;BR /&gt;                            /dev/dsk/c5t2d0   /dev/rdsk/c5t2d0&lt;BR /&gt;&lt;BR /&gt;who have the same entrie but now with HP 73. and then delete them and than ./HA_Dial_stop &lt;BR /&gt;and ./HA_Dial_start.&lt;BR /&gt;&lt;BR /&gt;BTW maybe i stupid question. Can you delete the DeviceDBFiles to regenerate a new file?</description>
      <pubDate>Thu, 07 May 2009 06:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413973#M353412</guid>
      <dc:creator>J. Dekker</dc:creator>
      <dc:date>2009-05-07T06:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413974#M353413</link>
      <description>I'm not sure why you care about the DeviceDBFiles at all ...&lt;BR /&gt;&lt;BR /&gt;However, &lt;BR /&gt;&lt;BR /&gt;- Stop the HostAgent and OpenDial services&lt;BR /&gt;- Delete or rename the current device database file (DeviceDBFile)&lt;BR /&gt;- Restart the HostAgent and OpenDial services&lt;BR /&gt;- Run the following command to rebuild the database:&lt;BR /&gt;armdiscover [managementhost] -h [devicehost]</description>
      <pubDate>Thu, 07 May 2009 06:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413974#M353413</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-05-07T06:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413975#M353414</link>
      <description>Hi Torsten,&lt;BR /&gt;&lt;BR /&gt;I'm care about the DeviceDBFiles while in the syslog.log in the var/adm/syslog several entries come back for adding new devices.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 May 2009 08:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413975#M353414</guid>
      <dc:creator>J. Dekker</dc:creator>
      <dc:date>2009-05-07T08:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog events</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413976#M353415</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'll close this thread while solved the problem. I removed the DeviceDBfile and stopped the HostAgent and the OpenDial services. Started them again and a new file was created. Now i don't get any wrong messages in the syslog. I think problem solved. Thx for helping me and taking me into the right direction.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Tue, 12 May 2009 06:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-events/m-p/4413976#M353415</guid>
      <dc:creator>J. Dekker</dc:creator>
      <dc:date>2009-05-12T06:46:47Z</dc:date>
    </item>
  </channel>
</rss>

