<?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: glance installation causes core dump in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816649#M269296</link>
    <description>And just a note: pfs is VERY STRONGLY DISCOURAGED on 11i, especially 11.23. This code has become far too unstable at 11.00 and later to be used. Do not use an outdated recommendation from a 3rd party vendor. Mount your CD with the -o rr option.</description>
    <pubDate>Mon, 03 Jul 2006 22:02:11 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-07-03T22:02:11Z</dc:date>
    <item>
      <title>glance installation causes core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816647#M269294</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;hpux 11.23&lt;BR /&gt;&lt;BR /&gt;Following these instructions:&lt;BR /&gt;&lt;BR /&gt;nohup pfs_mountd &amp;amp;&lt;BR /&gt;nohup pfs_mount -o xlat=UNIX  &lt;PATH_TO_ISO mountpoint=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#:pfs_mount -o xlat=UNIX  /glance_B3693-13006.iso&lt;BR /&gt;ARIES32: Core file for PA32 application saved to /core.pfs_mount&lt;BR /&gt;Memory fault(coredump)&lt;BR /&gt;/#:rm /core.pfs_mount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why is this happening, what can I do?&lt;BR /&gt;&lt;/PATH_TO_ISO&gt;</description>
      <pubDate>Mon, 03 Jul 2006 15:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816647#M269294</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-03T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: glance installation causes core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816648#M269295</link>
      <description>The correct way of mounting the CD havig ISO image would be&lt;BR /&gt;# nohup pfs_mountd &amp;amp;&lt;BR /&gt;# nohup pfsd &amp;amp;&lt;BR /&gt;# pfs_mount -o xlat=unix /dev/rdsk/cXtYdZ &lt;MOUNT-POINT&gt;&lt;BR /&gt;assuming /dev/rdsk/cXtYdZ acts as path of the ISO CD Image.&lt;BR /&gt;&lt;BR /&gt;NOTE : You should use the raw device file i.e. rdsk and NOT dsk. If you use dsk by mistake or typo, you would end up with trouble using the pfs and cdrom.&lt;BR /&gt;&lt;BR /&gt;Once the installation is done , do the following &lt;BR /&gt;# pfs_umount  /&lt;MOUNT-POINT&gt;&lt;BR /&gt;&lt;BR /&gt;Subsequently, kill the following processes:&lt;BR /&gt;pfs_mountd ,pfsd, pfs_mountd.rpc pfsd.rpc using kill -9 &lt;PROC-ID&gt;&lt;BR /&gt;Only then exit from you session.&lt;BR /&gt;&lt;BR /&gt;Don't close you session until you are done with the whole process.&lt;/PROC-ID&gt;&lt;/MOUNT-POINT&gt;&lt;/MOUNT-POINT&gt;</description>
      <pubDate>Mon, 03 Jul 2006 19:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816648#M269295</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-07-03T19:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: glance installation causes core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816649#M269296</link>
      <description>And just a note: pfs is VERY STRONGLY DISCOURAGED on 11i, especially 11.23. This code has become far too unstable at 11.00 and later to be used. Do not use an outdated recommendation from a 3rd party vendor. Mount your CD with the -o rr option.</description>
      <pubDate>Mon, 03 Jul 2006 22:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816649#M269296</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-03T22:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: glance installation causes core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816650#M269297</link>
      <description>&lt;!--!*#--&gt;The following worked:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pfs_mount -o xlat=unix glance_B3693-13006.iso  /cdrom</description>
      <pubDate>Wed, 05 Jul 2006 08:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816650#M269297</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-05T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: glance installation causes core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816651#M269298</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;Another question, how do I install the software now that I got the iso file mounted?&lt;BR /&gt;How exactly do I run swinstall? &lt;BR /&gt;&lt;BR /&gt;#:ll /cdrom/       &lt;BR /&gt;total 10&lt;BR /&gt;dr-xr-xr-x   2 root       root          2048 Oct 26  2005 B3691AA_TRY&lt;BR /&gt;dr-xr-xr-x   2 root       root          2048 Oct 26  2005 B3693AA_TRY&lt;BR /&gt;dr-xr-xr-x   2 root       root          2048 Oct 26  2005 Glance&lt;BR /&gt;dr-xr-xr-x   2 root       root          2048 Oct 26  2005 MeasurementInt&lt;BR /&gt;dr-xr-xr-x   2 root       root          2048 Oct 26  2005 catalog&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jul 2006 08:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-installation-causes-core-dump/m-p/3816651#M269298</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-05T08:51:50Z</dc:date>
    </item>
  </channel>
</rss>

