<?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: Sharing the volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101642#M444265</link>
    <description>&amp;gt;after that i am using exportfs -a /Backup&lt;BR /&gt;&amp;gt;exportfs error: invalid argument(s) with -a option&lt;BR /&gt;&lt;BR /&gt;As mentioned by others, with -a, exports all of the filesystems in /etc/exports.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;i try with #exportfs /Backup but another message appeared&lt;BR /&gt;&amp;gt;exportfs error: /home not found in /etc/exports&lt;BR /&gt;&lt;BR /&gt;What's the relation between /Backup and /home?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;when edit the /etc/fstab on the client add this&lt;BR /&gt;&amp;gt;server:/Backup /Backup vxfs default 0 0&lt;BR /&gt;&lt;BR /&gt;This isn't vxfs but NFS.  You may want to use SAM to help you export and to mount it on the client.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;i want to share file between two server, not between server and client&lt;BR /&gt;&lt;BR /&gt;You can't.  You can only share the filesystem from a NFS server to NFS clients.</description>
    <pubDate>Sun, 06 Apr 2008 20:03:20 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-04-06T20:03:20Z</dc:date>
    <item>
      <title>Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101628#M444251</link>
      <description>Hi&lt;BR /&gt;I have rp8420 server with 4 partitions , and I am creating a new volume group &lt;BR /&gt;With new mount point  /backup on the first partition&lt;BR /&gt;I want the another partition only one server  to see this mount point &lt;BR /&gt;And he can to save on it ( on the volume group on the first partition)&lt;BR /&gt;In simply how to work this volume sharing between two server.&lt;BR /&gt;#bdf&lt;BR /&gt;/dev/vg11/lvol1    102400000 89308448 12989336   87% /Backup &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; kind Regards&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101628#M444251</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-06T04:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101629#M444252</link>
      <description>Hi&lt;BR /&gt;This some notes&lt;BR /&gt;the volume group â  â  vg11â  â  on the first partition  contains only two disk from SAN storage&lt;BR /&gt;I need two server to read and write on this volume group, and if I want to prevent on one &lt;BR /&gt;Server the write option how that ?&lt;BR /&gt; And I donâ  t have cluster on my server, and I have 11.11 OS version    &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; kind Regards&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Apr 2008 05:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101629#M444252</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-06T05:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101630#M444253</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can share this file system via NFS.</description>
      <pubDate>Sun, 06 Apr 2008 05:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101630#M444253</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-06T05:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101631#M444254</link>
      <description>slam&lt;BR /&gt;thanks ahsan for your repliese,but i need more details about using NFS in share the volume group &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 06 Apr 2008 05:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101631#M444254</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-06T05:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101632#M444255</link>
      <description>&lt;!--!*#--&gt;Hi Nejad,&lt;BR /&gt;&lt;BR /&gt;If you want to start an NFS server without rebooting the system, follow these steps.&lt;BR /&gt;&lt;BR /&gt;1) Edit the /etc/exports file and add entries for exported file systems.&lt;BR /&gt;2) Use the exportfs -a command to export these file systems.&lt;BR /&gt;3) Edit the /etc/rc.config.d/nfsconf file and set proper values to different variables as mentioned&lt;BR /&gt;   earlier.&lt;BR /&gt;4) Execute the /sbin/init.d/nfs.core start command.&lt;BR /&gt;5) Execute the /sbin/init.d/nfs.server start command.&lt;BR /&gt;&lt;BR /&gt;The client configuration process&lt;BR /&gt;1) Edit the /etc/rc.config.d/nfsconf file to enable an NFS client to be started at boot time.&lt;BR /&gt;2) Edit the /etc/fstab file to mount remote file systems at system boot time.&lt;BR /&gt;3) Create mount points for the remote file systems.&lt;BR /&gt;4) Ensure that the name of the NFS server is present in the /etc/hosts file if NIS or DNS are not&lt;BR /&gt;    being used.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Apr 2008 05:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101632#M444255</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2008-04-06T05:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101633#M444256</link>
      <description>yes Davis is right.&lt;BR /&gt;&lt;BR /&gt;I include here to verify the rpc, mountd and nfsd is runnig using the command&lt;BR /&gt;&lt;BR /&gt;#rpcinfo -p</description>
      <pubDate>Sun, 06 Apr 2008 06:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101633#M444256</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-06T06:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101634#M444257</link>
      <description>Hi&lt;BR /&gt;plz check if this correct or no&lt;BR /&gt;and what is the countain of /etc/exports file exactly.&lt;BR /&gt;&lt;BR /&gt;1- vi /etc/exports&lt;BR /&gt;/dev/vg11/lvol1 &lt;BR /&gt;2- exportfs -a&lt;BR /&gt;3- in this file /etc/rc.config.d/nfsconf &lt;BR /&gt;what is the variable which i can changed&lt;BR /&gt;4- Execute the /sbin/init.d/nfs.core start command.&lt;BR /&gt;5- Execute the /sbin/init.d/nfs.server start command &lt;BR /&gt;in The client configuration process&lt;BR /&gt;1- what is the exactly in this /etc/rc.config.d/nfsconf file to changed to enable an NFS client to be started at boot time.&lt;BR /&gt;2- Edit the /etc/fstab &lt;BR /&gt;/dev/vg11/lvol1 /Backup1 vxfs delaylog,largefiles 0 9&lt;BR /&gt;3- mkdir /Backup1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and best regards&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Apr 2008 06:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101634#M444257</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-06T06:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101635#M444258</link>
      <description>in NFS server configure the followings in /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;NUM_NFSD=16&lt;BR /&gt;PCNFS_SERVER=1&lt;BR /&gt;LOCKD_OPTIONS=""&lt;BR /&gt;STATD_OPTIONS=""&lt;BR /&gt;MOUNTD_OPTIONS=""&lt;BR /&gt;&lt;BR /&gt;and in clinet machine configure the same file suing this&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NUM_NFSIOD=16&lt;BR /&gt;LOCKD_OPTIONS=""&lt;BR /&gt;STATD_OPTIONS=""</description>
      <pubDate>Sun, 06 Apr 2008 07:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101635#M444258</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-06T07:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101636#M444259</link>
      <description>Hi&lt;BR /&gt;stay Some query &lt;BR /&gt;in NFS server &lt;BR /&gt;i am create new export file because is no available, by using vi command &lt;BR /&gt;vi /etc/exports&lt;BR /&gt;after that i am using exportfs -a /Backup to export this filesystem but this message appeared&lt;BR /&gt;(exportfs error: invalid argument(s) with -a option)&lt;BR /&gt;and i am tray with #exportfs /Backup command&lt;BR /&gt;but another message appared &lt;BR /&gt;exportfs error: /home not found in /etc/exports&lt;BR /&gt;&lt;BR /&gt;and to The client configuration process&lt;BR /&gt;&lt;BR /&gt;when edit the /etc/fstab on the client&lt;BR /&gt;add this &lt;BR /&gt;server:/Backup /Backup vxfs default 0 0&lt;BR /&gt; &lt;BR /&gt;the server:/Backup it is /dev/vg11/lvol1:/Backup this correct or no&lt;BR /&gt;&lt;BR /&gt;thanks and best regards</description>
      <pubDate>Sun, 06 Apr 2008 08:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101636#M444259</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-06T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101637#M444260</link>
      <description>you have either problems in&lt;BR /&gt;&lt;BR /&gt;file permission in /etc/exports. it will be 666.&lt;BR /&gt;&lt;BR /&gt;or did u apply command exportfs -a while runnig /sbin/init.d/nfs.server?&lt;BR /&gt;&lt;BR /&gt;run first &lt;BR /&gt;#/sbin/init.d/nfs.server start&lt;BR /&gt;it will read information listed in /etc/exports</description>
      <pubDate>Sun, 06 Apr 2008 08:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101637#M444260</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-06T08:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101638#M444261</link>
      <description>Hi&lt;BR /&gt;thanks ahsan for your repliese, but the problem is still i can't export any filesystm i am change the permation and start this scribt #/sbin/init.d/nfs.server start&lt;BR /&gt;for reminding i want to share file between two server, not between server and client &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 06 Apr 2008 09:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101638#M444261</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-06T09:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101639#M444262</link>
      <description>Hi&lt;BR /&gt;the #exportfs -a /home command it is not working&lt;BR /&gt;the problem is still&lt;BR /&gt;the /etc/exports file i am creating wwith vi command&lt;BR /&gt;plz help me i want to share filesystem from server to another server how???&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 06 Apr 2008 10:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101639#M444262</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-06T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101640#M444263</link>
      <description>NFS is the solution to share file system from one server to another.&lt;BR /&gt;&lt;BR /&gt;you did exportfs -a /backup, its wrong&lt;BR /&gt;&lt;BR /&gt;you apply command&lt;BR /&gt;&lt;BR /&gt;#exportfs -a</description>
      <pubDate>Sun, 06 Apr 2008 10:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101640#M444263</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-06T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101641#M444264</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;  Check the example of /etc/exports file:&lt;BR /&gt;/home -access=myhp:hp0&lt;BR /&gt;/usr/share/man -ro&lt;BR /&gt;/opt/apps -ro&lt;BR /&gt; Then execute the command # exportfs -a&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Apr 2008 10:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101641#M444264</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2008-04-06T10:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101642#M444265</link>
      <description>&amp;gt;after that i am using exportfs -a /Backup&lt;BR /&gt;&amp;gt;exportfs error: invalid argument(s) with -a option&lt;BR /&gt;&lt;BR /&gt;As mentioned by others, with -a, exports all of the filesystems in /etc/exports.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;i try with #exportfs /Backup but another message appeared&lt;BR /&gt;&amp;gt;exportfs error: /home not found in /etc/exports&lt;BR /&gt;&lt;BR /&gt;What's the relation between /Backup and /home?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;when edit the /etc/fstab on the client add this&lt;BR /&gt;&amp;gt;server:/Backup /Backup vxfs default 0 0&lt;BR /&gt;&lt;BR /&gt;This isn't vxfs but NFS.  You may want to use SAM to help you export and to mount it on the client.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;i want to share file between two server, not between server and client&lt;BR /&gt;&lt;BR /&gt;You can't.  You can only share the filesystem from a NFS server to NFS clients.</description>
      <pubDate>Sun, 06 Apr 2008 20:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101642#M444265</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-06T20:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101643#M444266</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you want to share the volume group or file system between two node ?</description>
      <pubDate>Mon, 07 Apr 2008 02:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101643#M444266</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-04-07T02:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101644#M444267</link>
      <description>Hi&lt;BR /&gt;thanks for all&lt;BR /&gt;my problem is solved &lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2008 04:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-the-volume-group/m-p/5101644#M444267</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-04-07T04:44:13Z</dc:date>
    </item>
  </channel>
</rss>

