WSM does not load


 
Thread Tools Search this Thread
Operating Systems AIX WSM does not load
# 1  
Old 02-01-2010
WSM does not load

Greetings,

I have a problem with WSM on one AIX machine.

After starting the WSM Server, when I try to connect with my browser to:

http://host:9090/wsm.html

The only thing I get is:

Code:
+ find /var/websm/data/wservers/ -type f -print -name [0-9]*[0-9]
+ 2> /dev/null
+ head -1
+ read portFile
+ + basename
+ 2> /dev/null pid=
+ portFileInUse=.in_use
+ mv .in_use
+ 2> /dev/null
+ renice -n -15
+ 1> /dev/null 2>& 1
+ true
+ grep -sq -E useWaitingServer=t|useWaitingServer=T /var/websm/config/user_settings/websm.cfg
+ ps -o args -p
+ 2> /dev/null
+ grep -sq WServer
+ ((  1 == 0  ))
+ rm -fr .in_use
+ startNewWServer Language received from client: GET Setlocale: C WServer.HANDSHAKING 4097 WServer.HANDSHAKING

What's happening? The server is up and running but I cannot connect to it remotely by browser. Tried with IE, FF, Opera - the same result Smilie

Am I doing something wrong? Telnet works fine on 9090 port.

Also, I am able to access the WSM GUI from the local machine.

Last edited by pludi; 02-01-2010 at 11:31 AM.. Reason: code tags, please...
# 2  
Old 02-02-2010
Also, tried to restart WSM with no results.
# 3  
Old 02-15-2010
Ok, I got the same problem as you. I have not tried to shutdown the server and bring it back but, that error is solved accesing on the port: 12100, or 12101
http://<server>:12100/IDSWebApp/IDSjsp/Login.jsp
https://<server>:12101/IDSWebApp/IDSjsp/Login.jsp

I'm wondering about if you installed a ITDS app over a WPS WAS...
maybe I don't know... it is about the profile...
<WAS_ROOT>/profiles/TDSWebAdminProfile/bin/startServer.sh server1
# 4  
Old 02-15-2010
ndarkduck,

No WAS in there, just a clean AIX installation. In my case, nobody listens on the ports you suggested.
# 5  
Old 02-20-2010
So, nobody uses http for AIX administering?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VPS has load 200, httpd load no activity, netstat nothing

Hello, on my hostserver i see one VPS of mine got load of 200.00 and netstat nothing (not a single blank line on netstat command) after some time, netstat started showing connections, but i see no excessive IP connections. tail -f /var/log/httpd/access_log shows no activity /var/log/messages ;... (1 Reply)
Discussion started by: postcd
1 Replies

2. Shell Programming and Scripting

First post; Extracting data from Oracle WSM

Hello all, I'll try to be as descriptive as possible, but the issue was described extremely vague to me. Essentially, we were running a performance test today and ran into configuration mismatch issues with our Oracle Web Services Manager, which in the end caused delays in our efforts. I believe... (3 Replies)
Discussion started by: hammockboard007
3 Replies

3. UNIX for Advanced & Expert Users

cannot load my new kernel

Let's open a discussion here: I am tryin to install a Real Time kernel on my Ubuntu 11.04 Server machine with size 4GB. Before this, I am tryin to install a minimal kernel required in my Ubuntu 11.4 Desktop, but you know, the boot loader cannot load my new kernel. I have also tried the... (0 Replies)
Discussion started by: dr_mabuse
0 Replies

4. UNIX for Advanced & Expert Users

telnet to an aix box and run wsm

hi I am runnign suse linux and want to telnet to an aix box and run wsm GUI from my linux box. How can I do that.. can anyone help to confiure X11 or Xwindows setup on mu suse linux and or on aix box thanks Antony (3 Replies)
Discussion started by: antointoronto
3 Replies

5. AIX

wsm does not load

Hi when I try to open wsm from the remote side I am not able to load wsm it gives me the error host cannot find the address xx.xx.xx.xx can anyone help? (0 Replies)
Discussion started by: antointoronto
0 Replies

6. HP-UX

Load Tape

Hi all, Is there a way that I can load an Ultrium tape located in the library magazine into a tape device via the command line. Thanks Ryan (3 Replies)
Discussion started by: macgre_r
3 Replies

7. AIX

Web-based System Manager (WSM)

Hello everyone, Would any of you know what group I need to be a member of to be able to change system settings via WSM? I have tried adding myself to couple of groups (adm, sucurity, system) but so far no good. I am able to see what settings are applied, but cannot change them. Thanks in... (3 Replies)
Discussion started by: juniorG
3 Replies

8. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 Replies

9. UNIX for Dummies Questions & Answers

load Balance

Guys im trying to create a script that will load ballance 3 devices. Unix is still very alien to me having only been in this position for 3 months now. Not to mention the fact that i've been thrown in the deep end. Anyway so far i've managed to make a script that looks at all 4 devices and make a... (1 Reply)
Discussion started by: yorkyboy
1 Replies
Login or Register to Ask a Question