- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ASU over NFS cannot execute files because of manda...
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
04-14-2003 06:14 AM
04-14-2003 06:14 AM
Does anyone have a suggestion how to deal with this? I hoped to somehow make ASU create files with some other permissions, but I haven't found any registry key to accomplish this. Seems to be nothing to adjust in NFS either. I run a script which does chmod g+s to all the files regularly, but I cannot run this often enough to eliminate all problems.
HELP!
(yes, we'll convert to CIFS eventually, but we can??t do that just now).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:23 AM
04-14-2003 06:23 AM
Re: ASU over NFS cannot execute files because of mandatory locking
That's why its there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:56 AM
04-14-2003 06:56 AM
Re: ASU over NFS cannot execute files because of mandatory locking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 04:21 AM
04-15-2003 04:21 AM
SolutionSYSTEM/CurrentControlSet/Services/AdvancedServer/FileServiceParameters UnixFilePerms
On older revisions this defaulted to 02664 (octal).
Current asu versions default this to 0664.
You can change this using regconfig -s SYSTEM/CurrentControlSet/Services/AdvancedServer/FileServiceParameters UnixFilePerms REG_DWORD 0664
You will have to restart asu to make this change take effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 05:40 AM
04-15-2003 05:40 AM
Re: ASU over NFS cannot execute files because of mandatory locking
I kinda got stuck on fiddling about with "Use_unix_locks" and the like...
/Cheers,
Bo