- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ipcs -m showing different permissions on 2 nodes
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-15-2004 03:17 AM
12-15-2004 03:17 AM
ipcs -m showing different permissions on 2 nodes
Hope somebody can assist. I have a cluster with an oracle service group. When Oracle comes up on one node an ipcs -m (shared mem)shows the permissions for oracle as being 540 yet on the second node they are 500. Its strange becuase I believe the environments are identical as you would imagine. What is actually setting these permissions.
Any help appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 03:26 AM
12-15-2004 03:26 AM
Re: ipcs -m showing different permissions on 2 nodes
is there any
/etc/privgroup
file ?
Also,
check the group membership on the two nodes, maybe there are some sifferencies:
su - oracle -c id
Output should match.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 03:28 AM
12-15-2004 03:28 AM
Re: ipcs -m showing different permissions on 2 nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 03:52 AM
12-15-2004 03:52 AM
Re: ipcs -m showing different permissions on 2 nodes
What version of Oracle here ? Is this RAC ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:14 AM
12-15-2004 04:14 AM
Re: ipcs -m showing different permissions on 2 nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:24 AM
12-15-2004 04:24 AM
Re: ipcs -m showing different permissions on 2 nodes
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:38 AM
12-15-2004 04:38 AM
Re: ipcs -m showing different permissions on 2 nodes
From "man shmget":
+ shm_perm.cuid, shm_perm.uid, shm_perm.cgid, and shm_perm.gid
are set equal to the effective user ID and effective group ID,
respectively, of the calling process.
+ shm_perm.cuid, the low-order 9 bits of shm_perm.mode are set
equal to the low-order 9 bits of shmflg. shm_segsz is set
equal to the value of size.
+ shm_lpid, shm_nattch, shm_atime, and shm_dtime are set equal
to 0.
+ shm_ctime is set equal to the current time.
What are the umask for the two oracle and two root users ?
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:54 AM
12-15-2004 04:54 AM
Re: ipcs -m showing different permissions on 2 nodes
Regards,
Fred
"Reality is just a point of view." (P. K. D.)