Page 1 of 1

The server is not responding

Posted: Mon May 18, 2009 4:48 am
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

Posted: Mon May 18, 2009 7:36 am
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?

Posted: Mon May 18, 2009 3:52 pm
by ray.wurlod
There are three servers that must be running.
IBM Information Server
WebSphere Application Server
DataStage server

Posted: Wed Sep 09, 2009 12:01 pm
by mystuff
How can we start the other servers

Code: Select all

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

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

WebSphere Application Server 
------------------------------------
?????

Posted: Wed Sep 09, 2009 12:06 pm
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

How wasadmin can start Application Server on Solaris 10?

Posted: Sun Nov 08, 2009 12:28 am
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

Posted: Sun Nov 08, 2009 1:21 am
by chulett
Have them grant you (dsadm) 'sudo' privileges for the startup scripts.

Posted: Sun Nov 08, 2009 3:55 pm
by ray.wurlod
You should have had umask set to 002 when installing. If not, change permissions appropriately subsequently.

Posted: Sun Nov 08, 2009 11:10 pm
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

Posted: Sun Nov 08, 2009 11:22 pm
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

Posted: Mon Nov 09, 2009 6:19 am
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.

Posted: Mon Nov 09, 2009 8:12 am
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

Posted: Mon Nov 09, 2009 9:32 am
by chulett
No, sorry, if I did I would have posted something to it.