Getting Host key verification failed while executing the DS

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

Getting Host key verification failed while executing the DS

Post by deesh »

Hi
Getting Host key verification failed while executing the DS through unix
Please let me know in which scenario getting the issue, and whtat is the solvation.

Code: Select all

main_program: APT configuration file: /chdba/IBM/InformationServer/Server/Configurations/SANDM_2Node.apt
{
        node "duccasedmet01_0"
        {
                fastname "duccasedmet01"
                pools ""
                resource disk "/SANDM/dataset" {pools ""}
                resource scratchdisk "/SANDM/scratch" {pools ""}
        }
        node "duccasedmet01_1"
        {
                fastname "duccasedmet02"
                pools ""
                resource disk "/SANDM/dataset" {pools ""}
                resource scratchdisk "/SANDM/scratch" {pools ""}
        }
}

Host key verification failed.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Give us some context. "Executing the DS through unix" means what exactly and is this something new you are trying and has never worked? Was it working before and stopped working? Details, please.

Also, is that the full error? FYI, this topic may help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you properly configured rsh for passwordless execution? Or key files for ssh?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply