Aleherma

Micro Focus Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-07-26
23:10
134 views
[Support Tip] - ovoconfigure problem during cluster installation on 9.10.230.
During the configuration of the second cluster node, the ovoconfigure script tries to copy the cluster config from the active node. At this stage, the following error can be seen:
Mon May 27 13:54:38 CEST 2013 - ERROR: Remote shell execution is not enabled on avgompgr.
Mon May 27 13:54:39 CEST 2013 - ERROR: Passwordless remote shell connection is NOT enabled.
After doing some debugging it turned out that the ssh command wasn't working because /usr/bin was not set in PATH.
After making a change to following variables, it works fine :
HA_SEC_REMSH from "ssh" to "/usr/bin/ssh"
HA_SEC_RCP from "scp" to "/usr/bin/scp"
Alex Herrera
OMU support
TSIA Certified Support Professional (Chris Reed)
aleherma@hp.com
HP Software values your feedback regarding your overall Support experience. Contact us at software.satisfaction@hp.com or my manager directly.
OMU support
TSIA Certified Support Professional (Chris Reed)
aleherma@hp.com
HP Software values your feedback regarding your overall Support experience. Contact us at software.satisfaction@hp.com or my manager directly.
0 Replies