Operating System - HP-UX
1829124 Members
2054 Online
109986 Solutions
New Discussion

su: ssh: Execute permission denied

 
SOLVED
Go to solution
Yogeshunix
Occasional Contributor

su: ssh: Execute permission denied

Hi,

 

When I am trying to run below command it is ginving error "su: ssh: Execute permission denied"

 

[root@node1:/.root]#su - oracle ssh node2 date

 

We have two nodes auto ssh is configured on both node for root and oracle. In oracle RAC installation procedure, they required to run this command.

 

Thanks & Regards

Yogesh

1 REPLY 1
rariasn
Honored Contributor
Solution

Re: su: ssh: Execute permission denied

Hi Yogesh:

 

# su - oracle -c "ssh node2 date"

 

rgs,