Operating System - HP-UX
1833126 Members
3646 Online
110051 Solutions
New Discussion

Re: 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,