- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OPC_OP group what is it
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
11-05-2012 08:45 AM
11-05-2012 08:45 AM
OPC_OP group what is it
Can someone explain to me what the ID and group OPC_OP is and why it has taken over an UID already in use?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 09:01 AM
11-05-2012 09:01 AM
Re: OPC_OP group what is it
This is likely related to the HP Openview Operations Center (OPC) product. During installation it adds user ids and groups to the system. I believe there are several all starting with opc_ (opc_adm, opc_op, possibly others).
Apparently it did not check to see if the UID was already in use when it added opc_op.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 09:04 AM
11-05-2012 09:04 AM
Re: OPC_OP group what is it
Can we swich the UID to a different number withoout causing damage to the account or its processes???
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2012 06:42 AM
11-06-2012 06:42 AM
Re: OPC_OP group what is it
You probably can. I would make a list of all files owned by the opc_op id (use find), stop any OPC processes that are running, change the UID, change all of the files to be owned by the new UID, and then restart the OPC processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2012 07:29 PM
11-09-2012 07:29 PM
Re: OPC_OP group what is it
from HP SelfSolve, i found this:
By default opc_op will use user ID (UID) 777 and group ID (GID) 77 when this account is created on a UNIX system. However, if these are already taken then they will find the next available number.
but, this was in OpenView OVO6x - during 2002. presently its OM9x. but i think the UID and GID numbers are not changed even on OM9x(i dont have access to any OM9x, othervise, i could have verified this).
when i searched for how to change the UID and GID, i dont see any document which says we should not change the UID, GID's. So, you can change it, i think.