wsm does not load


 
Thread Tools Search this Thread
Operating Systems AIX wsm does not load
# 1  
Old 04-22-2010
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?
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

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: + find /var/websm/data/wservers/ -type f -print -name * + 2> /dev/null + head -1 + read portFile... (4 Replies)
Discussion started by: aixn00b
4 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
RUP(1)							    BSD General Commands Manual 						    RUP(1)

NAME
rup -- remote status display SYNOPSIS
rup [-dhlt] [host ...] DESCRIPTION
rup displays a summary of the current system status of a particular host or all hosts on the local network. The output shows the current time of day, how long the system has been up, and the load averages. The load average numbers give the number of jobs in the run queue aver- aged over 1, 5 and 15 minutes. The following options are available: -d For each host, report what it's local time is. This is useful for checking time synchronization on a network. -h Sort the display alphabetically by host name. -l Sort the display by load average. -t Sort the display by up time. The rpc.rstatd(8) daemon must be running on the remote host for this command to work. rup uses an RPC protocol defined in /usr/include/rpcsvc/rstat.x. EXAMPLES
example% rup otherhost otherhost up 6 days, 16:45, load average: 0.20, 0.23, 0.18 example% DIAGNOSTICS
rup: RPC: Program not registered The rpc.rstatd(8) daemon has not been started on the remote host. rup: RPC: Timed out A communication error occurred. Either the network is excessively congested, or the rpc.rstatd(8) daemon has terminated on the remote host. rup: RPC: Port mapper failure - RPC: Timed out The remote host is not running the portmapper (see rpcbind(8)), and cannot accommodate any RPC-based services. The host may be down. SEE ALSO
ruptime(1), rpc.rstatd(8), rpcbind(8) HISTORY
The rup command appeared in SunOS. BSD
June 7, 1993 BSD