|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm running weblogic 11g on Linux platform. My requirement is to have weblogic instances running and it is controlled by Nodemanager. In the sense, when ever the weblogic instance goes down, Node manager should start it. The set up requires to have weblogic running as user X, and Node manager running as User Y. The problem im facing is, when ever i start weblogic instances through node manager, it starts as Y (with which Node Manager is running) not as X. Is there a way in Unix to avoid this? Please help.. |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Most people use tools such as "sudo" which can be downloaded or compiled from source for most UNIX/Linux platforms.
I hope this helps |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
You should set the binary to be SUID to the user you wish it to run as. Alternately have your script run an su -c <user>
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell Script to Kill Process(number of process) Unix/Solaris | jonnyvic | Shell Programming and Scripting | 2 | 12-03-2009 01:44 PM |
| UniX Process not getting logout. | laknar | Shell Programming and Scripting | 3 | 01-23-2009 08:48 AM |
| Unix Process | mishra.dd | UNIX for Dummies Questions & Answers | 4 | 08-29-2006 07:34 PM |
| How to get process name from process id in all Unix platforms? | molu | Programming | 3 | 04-26-2006 12:41 AM |
| Unix Process | S.P.Prasad | Programming | 3 | 01-22-2002 02:45 AM |
|
|