DNS name instead of hostname in configuration file issue

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
laxman.ds
Premium Member
Premium Member
Posts: 66
Joined: Thu Mar 02, 2006 9:00 am

DNS name instead of hostname in configuration file issue

Post by laxman.ds »

Hi,

We have Datastage 7.5.2 installed on HP-Unix server and environment is SMP.
Currently in configuration file fastname mentioned as server name (hpus40) and now we wanted to change fast name in config file to DNS name [bancsdbsd] as part of the requirement, we have created a new config file accordingly and able to execute jobs and create datasets & able to use orchadmin utility successfully (setting APT_PM_CONDUCTOR_HOSTNAME="bancsdbsd")

We are facing below error while reading old datasets that are created by previous configuration file [Fastname mentioned as server name] , please provide your inputs is there any way we can make old datasets accessible to new configuration file

Fatal Error: The configuration does not contain the invoking node


Below is the new configuration file ,diff between old and new is fastname
{
node "node1"
{
fastname "bancsdbsd"
pools ""
resource disk "/dsxethree/Ascential/DataStage/Datasets" {pools ""}
resource disk "/dsxeone/Ascential/DataStage/Datasets" {pools ""}
resource disk "/dsxetwo/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/dsxethree/Ascential/DataStage/Scratch" {pools ""}
resource scratchdisk "/dsxeone/Ascential/DataStage/Scratch" {pools ""}
resource scratchdisk "/dsxetwo/Ascential/DataStage/Scratch" {pools ""}
}

node "node2"
{
fastname "bancsdbsd"
pools ""
resource disk "/dsxeone/Ascential/DataStage/Datasets" {pools ""}
resource disk "/dsxetwo/Ascential/DataStage/Datasets" {pools ""}
resource disk "/dsxethree/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/dsxeone/Ascential/DataStage/Scratch" {pools ""}
resource scratchdisk "/dsxetwo/Ascential/DataStage/Scratch" {pools ""}
resource scratchdisk "/dsxethree/Ascential/DataStage/Scratch" {pools ""}
}

node "node3"
{
fastname "bancsdbsd"
pools ""
resource disk "/dsxetwo/Ascential/DataStage/Datasets" {pools ""}
resource disk "/dsxethree/Ascential/DataStage/Datasets" {pools ""}
resource disk "/dsxeone/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/dsxetwo/Ascential/DataStage/Scratch" {pools ""}
resource scratchdisk "/dsxethree/Ascential/DataStage/Scratch" {pools ""}
resource scratchdisk "/dsxeone/Ascential/DataStage/Scratch" {pools ""}
}

}


Overall objective is to make all datasets to DNS based, using orchadmin utility is there any way to copy datasets, please provide your input

Let me know if any more details required
2 B 1 4 ALL
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

What is the error message?
Regards,
S. Kirtikumar.
laxman.ds
Premium Member
Premium Member
Posts: 66
Joined: Thu Mar 02, 2006 9:00 am

Post by laxman.ds »

Hi Kirtikumar,

Error message is:

Fatal Error: The configuration does not contain the invoking node

We are facing error while reading old datasets that are created by previous configuration file

please provide your inputs,thanks
2 B 1 4 ALL
Pravenai
Participant
Posts: 49
Joined: Mon Apr 06, 2009 1:32 am
Location: USA

Post by Pravenai »

Hi,

Is this issue resolved? I would be eager to know how it was done.

Thanks,
PR
Post Reply