Sponsored Content
Full Discussion: WSM does not load
Operating Systems AIX WSM does not load Post 302391440 by aixn00b on Monday 1st of February 2010 10:25:35 AM
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...
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
FDFORMAT(8)						     Linux Programmer's Manual						       FDFORMAT(8)

NAME
fdformat - Low-level formats a floppy disk SYNOPSIS
fdformat [ -n ] device DESCRIPTION
fdformat does a low level format on a floppy disk. device is usually one of the following (for floppy devices, the major = 2, and the minor is shown for informational purposes only): /dev/fd0d360 (minor = 4) /dev/fd0h1200 (minor = 8) /dev/fd0D360 (minor = 12) /dev/fd0H360 (minor = 12) /dev/fd0D720 (minor = 16) /dev/fd0H720 (minor = 16) /dev/fd0h360 (minor = 20) /dev/fd0h720 (minor = 24) /dev/fd0H1440 (minor = 28) /dev/fd1d360 (minor = 5) /dev/fd1h1200 (minor = 9) /dev/fd1D360 (minor = 13) /dev/fd1H360 (minor = 13) /dev/fd1D720 (minor = 17) /dev/fd1H720 (minor = 17) /dev/fd1h360 (minor = 21) /dev/fd1h720 (minor = 25) /dev/fd1H1440 (minor = 29) The generic floppy devices, /dev/fd0 and /dev/fd1, will fail to work with fdformat when a non-standard format is being used, or if the for- mat has not been autodetected earlier. In this case, use setfdprm(8) to load the disk parameters. OPTIONS
-n No verify. This option will disable the verification that is performed after the format. SEE ALSO
fd(4), setfdprm(8), mkfs(8), emkfs(8) AUTHOR
Werner Almesberger (almesber@nessie.cs.id.ethz.ch) Linux 0.99 1 February 1993 FDFORMAT(8)
All times are GMT -4. The time now is 05:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy