<?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: /etc/fstab and suid, rw options in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221011#M466809</link>
    <description>Example :-&lt;BR /&gt;&lt;BR /&gt;backup before you edit the /etc/fstab&lt;BR /&gt;&lt;BR /&gt;# cp /etc/fstab /etc/fstab.or.24Jan2010&lt;BR /&gt;&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/Test_vgworking/test2working /test2working  vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;# mount -a</description>
    <pubDate>Fri, 22 Jan 2010 03:30:13 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2010-01-22T03:30:13Z</dc:date>
    <item>
      <title>/etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221010#M466808</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Day before yesterday i have successfully created a filesystem with mount point test2working.  I have created the filesystem with the following command:&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/Test_vgworking/rtest2working&lt;BR /&gt;&lt;BR /&gt;During the filesystem creation i used only largefiles. Now i want to add rw,suid options.&lt;BR /&gt;&lt;BR /&gt;I am able to see this filesystem under /etc/mnttab file only not in /etc/fstab file. I want to add the newly created filesystem under /etc/fstab also.&lt;BR /&gt;&lt;BR /&gt;Kindly recommend me how it can be done.&lt;BR /&gt;&lt;BR /&gt;Shall we edit the /etc/fstab (vi /etc/fstab) and add the new filesystem.&lt;BR /&gt;&lt;BR /&gt;Kindly suggest me adding the suid, rw options and new filesystem entry in /etc/fstab file.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2010 03:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221010#M466808</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-22T03:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221011#M466809</link>
      <description>Example :-&lt;BR /&gt;&lt;BR /&gt;backup before you edit the /etc/fstab&lt;BR /&gt;&lt;BR /&gt;# cp /etc/fstab /etc/fstab.or.24Jan2010&lt;BR /&gt;&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/Test_vgworking/test2working /test2working  vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;# mount -a</description>
      <pubDate>Fri, 22 Jan 2010 03:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221011#M466809</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-22T03:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221012#M466810</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you always have to add new filesystem in /etc/fstab if you want it to be automatically mounted upon every rebooot.&lt;BR /&gt;&lt;BR /&gt;To add it...just edit /etc/fstab and put the enrty of this new file ssytem, you can always copy the old option.&lt;BR /&gt;&lt;BR /&gt;you can use&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/LV_name mount_point vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;you can chose whatever options you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Fri, 22 Jan 2010 03:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221012#M466810</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-01-22T03:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221013#M466811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please clarify my doubts:&lt;BR /&gt;&lt;BR /&gt;1. During the filesystem creation i just used largefiles option. If suppose i add this new filesysem entry in /etc/fstab file with rw, suid options also this could be automatically remouted with the above options?&lt;BR /&gt;&lt;BR /&gt;2. Johnson, after adding the entry.  mount -a command will mount all the filesystems of vxfs right.  If i use this may i know the impact of other filesystems.&lt;BR /&gt;&lt;BR /&gt;3.  In mount_vxfs man pages, there is an option to remount the filesystem.  If we remount the filesystem does it needs reboot?&lt;BR /&gt;&lt;BR /&gt;There are few applications are running on this server.  Kindly recommend me a possible method to perform this without any affect.</description>
      <pubDate>Fri, 22 Jan 2010 04:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221013#M466811</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-22T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221014#M466812</link>
      <description>&amp;gt;&amp;gt;2. Johnson, after adding the entry. mount -a command will mount all the filesystems of vxfs right. If i use this may i know the impact of other filesystems&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;there will no impact "mount -a" will mount all the files in reference with /etc/fatab &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;There are few applications are running on this server. Kindly recommend me a possible method to perform this without any affect.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It would be better to stop application unmount and mount file system if the file system has been used by application if not its for test purpose i d'not see any impact</description>
      <pubDate>Fri, 22 Jan 2010 04:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221014#M466812</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-22T04:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221015#M466813</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Yes, it will automatically mounted with your suid,rw options if you have specified them in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;2. No impact on other mounted FS. mount -a will try to mount all the FS in /etc/fstab. If any FS is already mounted, it will not remount it or will not make any impact on those FS.&lt;BR /&gt;&lt;BR /&gt;3. No reboot is required to remount an FS.&lt;BR /&gt;&lt;BR /&gt;you can also manually mount that FS from the shell and put the entry in /etc/fstab to automatically mount it next time when server reboots. the way to manually mount is:-&lt;BR /&gt;&lt;BR /&gt;# mount -F vxfs /dev/Test_vgworking/test2working &lt;YOUR_MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/YOUR_MOUNTPOINT&gt;</description>
      <pubDate>Fri, 22 Jan 2010 04:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221015#M466813</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2010-01-22T04:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221016#M466814</link>
      <description>May i know the affect of the new filesystem. Actually this filesystem capacity is 100% now and will there any affect for the data available.&lt;BR /&gt;&lt;BR /&gt;If there will be no affect then i will edit the fstab file and add this new filesystem entry and do #mount -a.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2010 05:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221016#M466814</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-22T05:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221017#M466815</link>
      <description>&amp;gt;&amp;gt;May i know the affect of the new filesystem. Actually this filesystem capacity is 100% now and will there any affect for the data available.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Nothing affect, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;If there will be no affect then i will edit the fstab file and add this new filesystem entry and do #mount -a.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes. Please</description>
      <pubDate>Fri, 22 Jan 2010 06:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221017#M466815</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-22T06:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221018#M466816</link>
      <description>vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/Test_vgworking/test2working /test2working vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;and save the file is perfect. whenever you create a new filesystem you need to make an entry in this file to mount the filesystem at the time of booting. /etc/mnttab shows you only that file systems which are currently mounted on the system. &lt;BR /&gt;&lt;BR /&gt;So go a head it will not effect anything.</description>
      <pubDate>Fri, 22 Jan 2010 06:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221018#M466816</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-22T06:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221019#M466817</link>
      <description>I have copied the /etc/fstab to /etc/fstab.20100122 and i edited the /etc/fstab file. I have added the entry /dev/Test_vgworking/test2working /test2working vxfs rw,suid,largefiles,delaylog,datainlog&lt;BR /&gt;0 2 and saved it.&lt;BR /&gt;&lt;BR /&gt;The output of the mount -a is&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;mount: /dev/Test_vgworking/test2working is already mounted on /test2working&lt;BR /&gt;mount: /dev/Test_vgdata4prod/test2db4 is already mounted on /test2db4&lt;BR /&gt;mount: /dev/Test_vgdata3prod/test2db3 is already mounted on /test2db3&lt;BR /&gt;mount: /dev/vg00/dba is already mounted on /dba&lt;BR /&gt;mount: /dev/usdsrcexe/usdsrcexe is already mounted on /usdsrcexe&lt;BR /&gt;mount: /dev/usdsrcdb2/usdsrcdb2 is already mounted on /usdsrcdb2&lt;BR /&gt;mount: /dev/usdsrcdb1/usdsrcdb1 is already mounted on /usdsrcdb1&lt;BR /&gt;mount: /dev/Test_vgdataprod/proddb1 is already mounted on /test2db1&lt;BR /&gt;mount: /dev/Test_vgdata2prod/proddb2 is already mounted on /test2db2&lt;BR /&gt;mount: /dev/Test_vglogsprod/prodredo is already mounted on /test2redo&lt;BR /&gt;mount: /dev/Test_vglogsprod/prodarch is already mounted on /test2arch&lt;BR /&gt;mount: /dev/Test_vgexeprod/prodexe is already mounted on /test2exe&lt;BR /&gt;mount: /dev/vg00/lvol8 is already mounted on /var&lt;BR /&gt;mount: /dev/vg00/lvol9 is already mounted on /var/adm/crash&lt;BR /&gt;mount: /dev/vg00/lvol7 is already mounted on /usr&lt;BR /&gt;mount: /dev/vg00/lvol6 is already mounted on /tmp&lt;BR /&gt;mount: /dev/vg00/lvol5 is already mounted on /opt&lt;BR /&gt;mount: /dev/vg00/lvol4 is already mounted on /home&lt;BR /&gt;mount: /dev/vg00/lvol1 is already mounted on /stand</description>
      <pubDate>Fri, 22 Jan 2010 09:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221019#M466817</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-22T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab and suid, rw options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221020#M466818</link>
      <description>I successfully updated the file. Thank you all for your advices.</description>
      <pubDate>Fri, 22 Jan 2010 09:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab-and-suid-rw-options/m-p/5221020#M466818</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-22T09:37:43Z</dc:date>
    </item>
  </channel>
</rss>

