<?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: server hang in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557802#M28952</link>
    <description>You could first check if yout disk at /dev/dsk/c1t0d0 has problems&lt;BR /&gt;read the entire disk and watch out for errors&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c1t0d0 of=/dev/null bs=4096 &lt;BR /&gt;&lt;BR /&gt;if this is successfull you should get &lt;BR /&gt;xxx Blocks in&lt;BR /&gt;xxx Blocks out,&lt;BR /&gt;otherwise an error message should be displayed.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Jul 2001 08:08:45 GMT</pubDate>
    <dc:creator>Rainer von Bongartz</dc:creator>
    <dc:date>2001-07-27T08:08:45Z</dc:date>
    <item>
      <title>server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557798#M28948</link>
      <description>Hello,&lt;BR /&gt;Yesterday one of my L2000 class server did not respondi.e server hang&lt;BR /&gt;I had to go the GSP to do a 'RS' to reset the system.The other way I had was to switch off the main power and bring it back.&lt;BR /&gt;Today morning I was monitoring the server,I found that the CPU's(4) were constantly using 100%.&lt;BR /&gt;We have a compilation environment where we have two database instances and Tuxedo running on it.Users also do a lot of compilations.&lt;BR /&gt;When I did a sar 5 5 I found that &lt;BR /&gt;&lt;BR /&gt;%user time was 95 on an average&lt;BR /&gt;&lt;BR /&gt;%sys was 5 on an average.&lt;BR /&gt;Should I go for PRM to restrict CPU.&lt;BR /&gt;&lt;BR /&gt;My questions are &lt;BR /&gt;&lt;BR /&gt;1.Was this the reason where the system went for a toss?&lt;BR /&gt;2.The way I restarted the system using GSP--&amp;gt;RS&lt;BR /&gt;signal,Is this the right way in such a case.&lt;BR /&gt;3.Are there any patches that needs to be applied?&lt;BR /&gt;Please flow in your suggestions.&lt;BR /&gt;Thanks Professors&lt;BR /&gt;&lt;BR /&gt;GM</description>
      <pubDate>Fri, 27 Jul 2001 04:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557798#M28948</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-07-27T04:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557799#M28949</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  I suggest U to check up these following.&lt;BR /&gt;&lt;BR /&gt;Please check /var/adm/syslog/syslog.log and OLDsyslog.log for errors logged. &lt;BR /&gt;&lt;BR /&gt;Please monitor the output of swapinfo regularly &lt;BR /&gt;&lt;BR /&gt;Please monitor for any networking related problems&lt;BR /&gt;&lt;BR /&gt;Do U have glance plus? If yes check for the HDD integrity.&lt;BR /&gt;&lt;BR /&gt;  I hope from these U will get some points...&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2001 05:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557799#M28949</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-27T05:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557800#M28950</link>
      <description />
      <pubDate>Fri, 27 Jul 2001 07:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557800#M28950</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-07-27T07:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557801#M28951</link>
      <description>This looks very much like a h/w problem. The logs indicate that the device : bp-&amp;gt;b_dev: 1f010000 (/dev/dsk/c1t0d0) is affected, major number of the device file is 31 (run "lsdev" to list the driver for the major). &lt;BR /&gt;&lt;BR /&gt;You should let HP check this device.&lt;BR /&gt;&lt;BR /&gt;Carsten&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2001 08:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557801#M28951</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-07-27T08:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557802#M28952</link>
      <description>You could first check if yout disk at /dev/dsk/c1t0d0 has problems&lt;BR /&gt;read the entire disk and watch out for errors&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c1t0d0 of=/dev/null bs=4096 &lt;BR /&gt;&lt;BR /&gt;if this is successfull you should get &lt;BR /&gt;xxx Blocks in&lt;BR /&gt;xxx Blocks out,&lt;BR /&gt;otherwise an error message should be displayed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2001 08:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557802#M28952</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-07-27T08:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557803#M28953</link>
      <description>Hello,&lt;BR /&gt;Thanks for the replies.It was really useful.&lt;BR /&gt;Luckily the disk was a data disk.&lt;BR /&gt;The disk is functioning well when the server is rebooted.But at a sp. time the disk hangs and everything goes for  a toss.&lt;BR /&gt;One more question,&lt;BR /&gt;What are teh adv. of adding two or more disks in a volume group rather than a single disk.&lt;BR /&gt;Is that the I/O perf. will be good.Any other?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;GM</description>
      <pubDate>Fri, 27 Jul 2001 11:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557803#M28953</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-07-27T11:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557804#M28954</link>
      <description>There is no real advantage by adding multiple disks to a volume group (besdides more storage capacity and flexibility to extend your lvols). For the root VG (vg00) I recommend to configure as few disks as possible.&lt;BR /&gt;&lt;BR /&gt;Things become more interesting if you mirror your disks on additional drives using MirrorDisk/UX. In the majority of cases you can continue working in case of a disk failure since the data is simply accessed from the mirror disk. Using mirroring would also add little performance for read access, but on the other hand cost some time writing the additional admin data (both is usually neglectable). &lt;BR /&gt;&lt;BR /&gt;MirrorDisk/UX is widely used and a very efficient mean to provide high availability for disk mechs.&lt;BR /&gt;&lt;BR /&gt;Carsten&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2001 11:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557804#M28954</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-07-27T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557805#M28955</link>
      <description>Hello,&lt;BR /&gt;Thanks for the replies.Krege,&lt;BR /&gt;i went through the documents and I found a special one which gives a patch as solution.&lt;BR /&gt;PHKL_24004   1.0            SCSI IO Subsystem Cumulative Patch .&lt;BR /&gt;But after this patch was installed the server stopped writing into the syslog file.I got the same problem even today.The server was hung.&lt;BR /&gt;I am attaching a document which gives the analysis reg. this.&lt;BR /&gt;When the system gets hung can we restart the system using the GSP&amp;gt;RS signal.Is that ok?&lt;BR /&gt;It makes me compare a L2000 server with NT server.Oops!&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;G Manikandan</description>
      <pubDate>Tue, 31 Jul 2001 09:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557805#M28955</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-07-31T09:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557806#M28956</link>
      <description>Hello,&lt;BR /&gt;My server is going out for a toss.&lt;BR /&gt;Today I have rebooted it once.I have no option rather than switching back the power on.&lt;BR /&gt;I am planning to remove the hard disk that creates the problem.&lt;BR /&gt;I am to follow the following steps.&lt;BR /&gt;1.remove the the sp. volume group.&lt;BR /&gt;#vgremove&lt;BR /&gt;2.re-create a volume group with the left-out disks.&lt;BR /&gt;#vgcreate&lt;BR /&gt;3.create volumes.&lt;BR /&gt;#lvcreate&lt;BR /&gt;4.Restore the files.&lt;BR /&gt;5.Mount the file systems as usual.&lt;BR /&gt;Is this ok.&lt;BR /&gt;Requesting suggestions!&lt;BR /&gt;I have pasted the latest syslog file.&lt;BR /&gt;&lt;BR /&gt;polnec vmunix: Unexpected interrupt on EIRR bit &lt;BR /&gt;&lt;BR /&gt;polnec vmunix:   scb-&amp;gt;cdb: 28 00 00 02 fa 38 00 00 08 00Aug  1 11:09:16 polnec vmunix:   scb-&amp;gt;cdb: 28 00 00 06 71 28 00 00 08 00Aug  1 11:09:19 polnec vmunix: SCSI: Abort abandoned -- lbolt: 897064, dev: 1f010000, io_id: 1027930, status: 200&lt;BR /&gt;Aug  1 11:09:19 polnec vmunix: Aug  1 11:09:19 polnec vmunix: SCSI: Read error -- dev: b 31 0x010000, errno: 126, resid: 16384,Aug  1 11:09:19 polnec vmunix:  blkno: 77412, sectno: 154824, offset: 79269888, bcount: 16384.Aug  1 11:09:19 polnec vmunix: SCSI: Read error -- dev: b 31 0x010000, errno: 126, resid: 2048,Aug  1 11:09:19 polnec vmunix:  blkno: 8, sectno: 16, offset: 8192, bcount: 2048.Aug  1 11:09:19 polnec vmunix: LVM: vg[1]: pvnum=0 (dev_t=0x1f010000) is POWERFAILEDAug  1 11:09:24 polnec vmunix: SCSI: Read error -- dev: b 31 0x010000, errno: 126, resid: 2048,Aug  1 11:09:32 polnec vmunix: SCSI: Read error -- dev: b 31 0x010000, errno: 126, resid: 4096,Aug  1 11:09:32 polnec vmunix:  blkno: 216836, sectno: 433672, offset: 222040064, bcount: 4096.Aug  1 11:09:36 polnec vmunix: SCSI: Read error -- dev: b 31 0x010000, errno: 126, resid: 8192,Aug  1 11:09:36 polnec vmunix:  blkno: 21776, sectno: 43552, offset: 22298624, bcount: 8192.&lt;BR /&gt;&lt;BR /&gt;I am unable to umount  a file system to do a fsck.&lt;BR /&gt;Should I comment the entry from the fstab file and try umounting the file system.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Aug 2001 05:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557806#M28956</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-08-01T05:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557807#M28957</link>
      <description>You cannot unmount your FS as long as some process is accessing files on this FS.&lt;BR /&gt;find out the mount point of the LVOLS of this disk and check with fuser who is accessing files there.&lt;BR /&gt;&lt;BR /&gt;Only after killing this processes you will be able to unmount</description>
      <pubDate>Wed, 01 Aug 2001 05:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557807#M28957</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-08-01T05:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: server hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557808#M28958</link>
      <description>You cannot unmount your FS as long as some process is accessing files on this FS.&lt;BR /&gt;find out the mount point of the LVOLS of this disk and check (using  fuser command) who is accessing files there.&lt;BR /&gt;&lt;BR /&gt;Only after killing this processes you will be able to unmount</description>
      <pubDate>Wed, 01 Aug 2001 05:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hang/m-p/2557808#M28958</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-08-01T05:59:34Z</dc:date>
    </item>
  </channel>
</rss>

