The server is not responding

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
thepakks
Participant
Posts: 22
Joined: Mon Aug 13, 2007 4:28 am
Location: Delhi

The server is not responding

Post by thepakks »

I have install Datastage 8.1 sucessfully on AIX server. I have create 5 user durring installation process.

OS - AIX

1. run dsenv
2. ./bin/uv -admin -info (Engine running sucessfully )

But when I try to log in in IBM Information server console then I got following message"Server is not responding"

Kindly let me know what is the issue and try to help for resolving.

Thanks

Deepak Kr Sharma
Deepak
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

At Version 8.x just having the UniVerse/DataStage engine running is not sufficient, you have the WAS components to consider as well. Can you enter into the control panel?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There are three servers that must be running.
IBM Information Server
WebSphere Application Server
DataStage server
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mystuff
Premium Member
Premium Member
Posts: 200
Joined: Wed Apr 11, 2007 2:06 pm

Post by mystuff »

How can we start the other servers

Code: Select all

DataStage server 
----------------------
 ./bin/uv -admin -start

IBM Information Server
----------------------------
???? 

WebSphere Application Server 
------------------------------------
?????
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

(for AIX):
1. /opt/IBM/IIS/WebSphere/AppServer/bin/startServer.sh server1 -username wasadmin -password MySecretPassword

2. /opt/IBM/IIS/InformationServer/ASBNode/bin/NodeAgents.sh start
Thanh Dalton
Premium Member
Premium Member
Posts: 57
Joined: Wed Nov 15, 2006 10:25 am
Location: Ottawa ON

How wasadmin can start Application Server on Solaris 10?

Post by Thanh Dalton »

ArndW wrote:(for AIX):
1. /opt/IBM/IIS/WebSphere/AppServer/bin/startServer.sh server1 -username wasadmin -password MySecretPassword

2. /opt/IBM/IIS/InformationServer/ASBNode/bin/NodeAgents.sh start
ArndW:

According to what you posted, wasadmin can start the application server on AIX.
How could it be done on Solaris?

Every time, I have to ask the UNIX Admin (root) to run:
./startServer.sh server1 -user wasadmin -password MySecretPassword

Otherwise,

error:
...
Verify that the current user has read and write access to the following items: Working directory: [/opt/IBM/WebSphere/AppServer/profiles/default]. Standard input:[]. Standard output: [/opt/IBM/WebSphere/AppServer/profiles/default/logs/server1/native_stdout.log]. Standard error: ...

Thank you.

Q
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have them grant you (dsadm) 'sudo' privileges for the startup scripts.
-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 »

You should have had umask set to 002 when installing. If not, change permissions appropriately subsequently.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Thanh Dalton
Premium Member
Premium Member
Posts: 57
Joined: Wed Nov 15, 2006 10:25 am
Location: Ottawa ON

Post by Thanh Dalton »

chulett wrote:Have them grant you (dsadm) 'sudo' privileges for the startup scripts.
Chulett,

Thanks a lot for reply even in this weekend!!!

Obviously, our sysAdmin (root) didn't grant it. Could you please elaborate how our sysAdmin should do it so that I can run the script to start the Application Server in IBM Information Server V8.1?

Thank you.
Q
Thanh Dalton
Premium Member
Premium Member
Posts: 57
Joined: Wed Nov 15, 2006 10:25 am
Location: Ottawa ON

Post by Thanh Dalton »

ray.wurlod wrote:You should have had umask set to 002 when installing. If not, change permissions appropriately subsequently.
Ray,

Many thanks. Could you please let me know what should be changed? or is there any doc or web site that can explain what should be done (002, if not, what should be change subsequently)? My problem is the people who installed the Information Server do not know the Information Server at all. i have to show them the proof regarding exactly what should be done.

Thanks a lot.

Q
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

For 'sudo' just ask them, if you need to explain to them how to do it, it's time to find a new SysAdmin. They should just need the user and what to grant it on, as noted.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Thanh Dalton
Premium Member
Premium Member
Posts: 57
Joined: Wed Nov 15, 2006 10:25 am
Location: Ottawa ON

Post by Thanh Dalton »

chulett wrote:For 'sudo' just ask them, if you need to explain to them how to do it, it's time to find a new SysAdmin. They should just need the user and what to grant it on, as noted.
Chulett,

Thanks a lot. I will talk to the SysAdmin after finishing this message.

By the way, do you have any advice about
AWXRB0008E, which I posted at:
viewtopic.php?t=130426&highlight=AWXRB0008E

Thank you.

Q
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, sorry, if I did I would have posted something to it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply