Page 1 of 1

DNS name instead of hostname in configuration file issue

Posted: Tue Dec 13, 2011 11:51 am
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

Posted: Tue Dec 13, 2011 10:33 pm
by Kirtikumar
What is the error message?

Posted: Tue Dec 13, 2011 11:44 pm
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

Posted: Fri Mar 23, 2012 3:55 am
by Pravenai
Hi,

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

Thanks,
PR