- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: change mounted fs options
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:32 PM
12-17-2007 12:32 PM
I've many filesystem mounted with these options:
/oraarch06 on /dev/vg06PA/lvARCH6 nosuid,log,largefiles on Sat Dec 1 12:37:55 2007
I would like to change "log" for "delaylog" and add these option: nodatainlog,
mincache=direct,convosync=direct
Can I add/change them while filesystem is mounted? I'm running OnlineJFS 3.3
regards
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:36 PM
12-17-2007 12:36 PM
SolutionAssuming you have Online JFS, here is how to re-mount a filesystem:
mount -F vxfs -o delaylog,remount /somefilesys
please look at url
http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=HvDp1yRxhfwsWc5jqKTShTHvnc1Kjd67zYh8pxBJpKyHMCVJFyNp!-2121343701!525260783?threadId=180707
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:46 PM
12-17-2007 12:46 PM
Re: change mounted fs options
Now my environement is using MC/SG... The options and filesystems are mounted with the SG script...
How can I do it online?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:52 PM
12-17-2007 12:52 PM
Re: change mounted fs options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:54 PM
12-17-2007 12:54 PM
Re: change mounted fs options
Can I change the option on a FS online/mounted even if these FS are use with SG?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:54 PM
12-17-2007 12:54 PM
Re: change mounted fs options
add that fs to temporarily to fstab and change mount options then delete from fstab. as said previous post also change package scripts.
Hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 01:04 PM
12-17-2007 01:04 PM
Re: change mounted fs options
>Can I change the option on a FS online/mounted even if these FS are use with
>SG?
Yes you can in the array associated with a mounted filesystem in the package control script. For example.
FS_MOUNT_OPT[?]="-o nodatainlog,mincache=direct,convosync=direct"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 02:15 PM
12-17-2007 02:15 PM
Re: change mounted fs options
As far as I know, no current version of HP-UX has the Linux equivalent of 'mount -o remount' as when changing from a readonly to a read/write mounting without first explicitly un-mounting.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2007 08:49 AM
12-18-2007 08:49 AM
Re: change mounted fs options
I added an temporary entry in /etc/fstab for each filesystem that I had to change...
Did the mount ... with the new options, deleted the entry in /etc/fstab and then added the new options in the control script for MC/SG!
Regards!
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2008 06:40 AM
01-18-2008 06:40 AM
Re: change mounted fs options
UPDATE: You *CAN* perform this dynamically. Please see Duncan's post in:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1194209
See also, the '-o remount' option:
http://docs.hp.com/en/B3921-60631/mount_vxfs.1M.html
Regards!
...JRF...