- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Option "largefiles" under cluster
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
01-14-2010 06:33 AM
01-14-2010 06:33 AM
Option "largefiles" under cluster
One of the LVOLs that is in the Service Guard cluster needs to temporarily have a "largefiles" option set on it (at the moment and in the ServiceGuard package it has a "nolargefiles" set).
I was thinking to do the following :
----------------------------
Stop the Oracle on this server.
#umount /dev/vg_xx/lvol_yy
#fsadm –F vxfs –o largefiles /dev/ vg_xx/lvol_yy
#mount /dev/vg_xx/lvol_yy /my-mount-point
Start up Oracle on the server.
Check the change.
#fsadm –F vxfs /my-mount-point
Check the system.
----------------------------
Will this work, or will there be problems for the cluster if some of its mount points are not available for some time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 06:38 AM
01-14-2010 06:38 AM
Re: Option "largefiles" under cluster
With OnlineJFS (which you should have) you can enable the filesystem's 'largefiles' bit without unmounting.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 06:42 AM
01-14-2010 06:42 AM
Re: Option "largefiles" under cluster
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 06:46 AM
01-14-2010 06:46 AM
Re: Option "largefiles" under cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 07:18 AM
01-14-2010 07:18 AM
Re: Option "largefiles" under cluster
By default, the cluster does not constantly monitor the package filesystems. But *if* filesystem monitoring has been configured to the package, unmounting the filesystem might trigger a package failover.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2010 12:24 AM
01-15-2010 12:24 AM
Re: Option "largefiles" under cluster
So SG may or may not make problems, depending on its configuration.
Can you please tell me what configuration item is responsible for this :-)
Also a pointer to a document, if I have to change a LVOL to "largefiles" ina cluster would be very nice.
----------
Thank you for all the prompt responses!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2010 03:07 AM
01-15-2010 03:07 AM
Re: Option "largefiles" under cluster
http://docs.hp.com/en/B5736-90046/index.html
http://docs.hp.com/en/B5736-90046/ch02s01.html
In an older Serviceguard, or with legacy-style packages on Serviceguard A.11.18+, the thing to check would be the RESOURCE definitions in the package configuration file. Something like
RESOURCE_NAME /vg/vgName/...
In a modular-style package configuration, the keywords are the same, but no longer capitalized:
resource_name /vg/vgName/...
Use "cmgetconf -p
The actual configuration is in binary format; if you find an old version of package configuration in text form, you cannot be sure if it's up to date or not.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2010 03:27 AM
01-15-2010 03:27 AM
Re: Option "largefiles" under cluster
I thought I was able to do that without using OnlineJFS nor unmounting it.