HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- trust system and umask
Operating System - HP-UX
1833601
Members
3956
Online
110061
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-10-2005 06:20 PM
04-10-2005 06:20 PM
trust system and umask
Hi All,
we have a problem with oracle database ,
we have cluster database installed at 2 HP node
after convert the system to trust system and restart only one node ,
any file created at this node1 through the database using oracle utility it is created with mod 600 , and i checked the umask for the oracle i found it is changed to 077 ,
but at the other node2 which is not restarted ,it is working fine and the file is created by mod 755,
i already restart the oracle and listener at the node1 after change umask for user oracle to 022 and put it at the .profile for user oracle but we still face the same problem ,
any one can help ,
Thanks
Manal
we have a problem with oracle database ,
we have cluster database installed at 2 HP node
after convert the system to trust system and restart only one node ,
any file created at this node1 through the database using oracle utility it is created with mod 600 , and i checked the umask for the oracle i found it is changed to 077 ,
but at the other node2 which is not restarted ,it is working fine and the file is created by mod 755,
i already restart the oracle and listener at the node1 after change umask for user oracle to 022 and put it at the .profile for user oracle but we still face the same problem ,
any one can help ,
Thanks
Manal
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 06:20 AM
04-11-2005 06:20 AM
Re: trust system and umask
Check the umask in /etc/profile.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 06:24 AM
04-11-2005 06:24 AM
Re: trust system and umask
If oracle is creating a file, then it needs to take care of it. On unix, putting it in .profile or /etc/profile is enought. (Assuming that user did not change it.)
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 03:02 PM
04-11-2005 03:02 PM
Re: trust system and umask
umask 022 creates files as 644, not 600. 077 creates files as 666, not 755. It is not possible to create a file that has 755 permissions without using the chmod command. NEVER create data files as 755 or 777. The execute bit is only meaningful with scripts. Since your umask and the resultant files that are created do not match up, you'll have to investigate the programs/scripts that are creating the files.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP