Generic Data Services - permission for custom script

I am trying to configure Generic Data Services to add JBoss script to Sun Cluster as failover service.

My jboss script must be executed as user "ramesh" ( not root). But cluster frame work will start the script as root and some of the functionalities will fail.

How to configure sun cluster to run start/stop/probe scripts as non root user?

Thanks for the response.

[390 byte] By [ballu121] at [2007-11-26 10:35:24]
# 1
I'm sure my one of my colleagues (Detlef or Thorsten) will chime in here at some point. But have you tried just putting a simple '/bin/su ramesh -c "your script"' in the start/stop and probe methods?Tim
TimRead at 2007-7-7 2:45:50 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Thanks Tim it worked.
ballu121 at 2007-7-7 2:45:50 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...