<?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: rp7420 and share device between npars in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502140#M846263</link>
    <description>&lt;BR /&gt;npars and vpars can not share devices - nor bus'es.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
    <pubDate>Thu, 10 Mar 2005 14:10:12 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2005-03-10T14:10:12Z</dc:date>
    <item>
      <title>rp7420 and share device between npars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502139#M846262</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;We have an rp7420 with two npars.  Each npar has 3 vpars running hp-ux 11i.  The 7420 also has a cdrom device that is only accessible from one of the vpars.  I can only access it from the other vpars with pfs_mount.  Is it possible to share the cdrom device between vpars using something other than pfs, or at the very least - share the device betweent the npars?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;S.</description>
      <pubDate>Thu, 10 Mar 2005 13:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502139#M846262</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-03-10T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: rp7420 and share device between npars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502140#M846263</link>
      <description>&lt;BR /&gt;npars and vpars can not share devices - nor bus'es.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Thu, 10 Mar 2005 14:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502140#M846263</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-03-10T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: rp7420 and share device between npars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502141#M846264</link>
      <description>I would not use pfs_mount.&lt;BR /&gt;&lt;BR /&gt;My theoretical understanding of vpars is that a device can not be part of two vpars at the same time. Thats why each vpar needs a cpu, some memory allocated and a network device and something to boot off of.&lt;BR /&gt;&lt;BR /&gt;I would suggest since they all have network cards you could share the cd-rom drive with nfs&lt;BR /&gt;&lt;BR /&gt;if the mount folder is called /cdrom&lt;BR /&gt;&lt;BR /&gt;add /cdrom to /etc/exports limit access by hostname.&lt;BR /&gt;&lt;BR /&gt;exportfs -av &lt;BR /&gt;&lt;BR /&gt;To export the cd. &lt;BR /&gt;&lt;BR /&gt;It may be kludgy, because you have to mount the cd before you share, but it will work.&lt;BR /&gt;&lt;BR /&gt;If its oracle rock ridge for example, you would mount it differently, but it might work as an install point.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 10 Mar 2005 14:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502141#M846264</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-10T14:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: rp7420 and share device between npars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502142#M846265</link>
      <description>attaching a mount command to replace pfs_mount.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 10 Mar 2005 14:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502142#M846265</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-10T14:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: rp7420 and share device between npars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502143#M846266</link>
      <description>I think the point is being lost...  yes you can NFS export cdrom from xPar to yPar over the network... no xPar &amp;amp; yPar cann both jhave the bus that holed the cdrom..&lt;BR /&gt;&lt;BR /&gt;1 - make sure NFS is up &amp;amp; running (including drivers in tke kernel)&lt;BR /&gt;2 - edit /etc/exports&lt;BR /&gt;/cdrom -ro&lt;BR /&gt;3 - mount cdrom on xPar&lt;BR /&gt;# mount /dev/dsk/c2t2d0 /cdrom&lt;BR /&gt;4 - export device&lt;BR /&gt;# exportfs -va&lt;BR /&gt;5 on yPar import device&lt;BR /&gt;# mount xPar:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;Job done...  You are not actually "sharing" any busses using the partitioning capabilities, merely exporting the device over the network as one might from one system to another.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 10 Mar 2005 18:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502143#M846266</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-03-10T18:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: rp7420 and share device between npars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502144#M846267</link>
      <description>Hi Sally,&lt;BR /&gt;&lt;BR /&gt;Dispite al the answers it is not possible.&lt;BR /&gt;I Had the same problem. I needed to rebild npar1 from CD_ROm but i had to get a scsi cabel tp put a cd-rom to the npar.&lt;BR /&gt;I have told this also to HP and the say that it was a known problem. It comes because the rp7410 was the bases of the rp7420.&lt;BR /&gt;&lt;BR /&gt;grtz Mark</description>
      <pubDate>Fri, 11 Mar 2005 07:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp7420-and-share-device-between-npars/m-p/3502144#M846267</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-03-11T07:26:53Z</dc:date>
    </item>
  </channel>
</rss>

