Sponsored Content
Full Discussion: Xbrowser/Xmanager question
Top Forums UNIX for Dummies Questions & Answers Xbrowser/Xmanager question Post 302149375 by Smiling Dragon on Wednesday 5th of December 2007 10:15:57 PM
Old 12-05-2007
I don't know xbrowser sorry but that string looks a great deal like the output from an uptime command.
If this is the case, the first figure is the an average of the run queue length over the last minute, the second figure is the same queue length averaged over the last 5 minutes and the final figure is over the last 15 minutes.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Xmanager

Hi All, I am a real newbie to this so forgive me if I ask anything which may sound silly. I have a SunFire V1120 installed with Solaris 8 on it. I have Xmanager loaded onto my pc and i want to use this to connect to this box. However Xmanager doesn't recognise the box, but I can telnet to it no... (1 Reply)
Discussion started by: joe27
1 Replies

2. Solaris

Xmanager

hi everybody want to access a SOLARIS system with an X Client ( or server ) ( Called Xmanager)...i think all xclients opearate the same way. Problem : i have the error Xdmcp connection failed when i launch it! help please! PS: all i have done is just giving Xmanager the IP of the... (4 Replies)
Discussion started by: hmaiida
4 Replies

3. UNIX for Dummies Questions & Answers

Xmanager UNIX HP_OpenView

***** I running Solaris 9 and Xmanager 2.0 ***** Hey guys, Newbie question... I'm trying to get HP OpenView's X Windows GUI to load on my WinXP machine. I know another guy at work is running Xmanager 1.3 (I have 2.0) and when he types ovw& on the server it loads the OpenView GUI on his... (4 Replies)
Discussion started by: kingdbag
4 Replies

4. Linux

Xmanager

I am unable to view the GUI mode of the Fedora Linux machine through the Xmanager. I don't have issues in viewing my Solaris boxes. Please let me know if anything needs to be done about this? (3 Replies)
Discussion started by: chrisanto_2000
3 Replies

5. Solaris

xbrowser and telnet

My server clients are using xbrowser for connectivity, I want to give access to some clients via xbrowser and for the remaining I want that they use only telnet. Is there any way to restrict xbroswer access for some clients? Any quick help will be appreciated. (3 Replies)
Discussion started by: bluetooth
3 Replies

6. Solaris

sunfire 4100 xbrowser problem

I installed SGD on SUNfire 4100, every thing was working fine, suddenly the machine shutdown due to the power failure. When I again switched it on, it is asking for the login in text mode. No graphics are displaying and even I cannot get its display via xbrowser. While before it was working fine.... (1 Reply)
Discussion started by: bluetooth
1 Replies

7. Linux

xmanager

For remote console logging purpose we use X-manager for Solaris environment. How X-manager config for Linux systems. I want to get Linux desktop to remote pc. that is not ssh or telnet. Please help me. (0 Replies)
Discussion started by: saga499
0 Replies

8. HP-UX

How to install xbrowser software on HPUX?

Hi fnds, Can anybody tell me how to install x brower software on HP-UX and after successfull installation how I can launch the x browser. Thanks, Vinodky (0 Replies)
Discussion started by: vinodky
0 Replies

9. HP-UX

[Solved] Xmanager on HP-UX

Hello all, please can you help me to configure XManager XDMCP connection so i can connect to my HP-UX OS. Regards, (6 Replies)
Discussion started by: beayni33
6 Replies

10. AIX

Xbrowser issue for aix

dear firnd.. psl help me i am trying to conenct from xbrowser to my aix server. byt i am not getting any response from server.... pls help me to resolve this. (3 Replies)
Discussion started by: ded325
3 Replies
DELLOFIG(3)						      MBK PHYSICAL FUNCTIONS						       DELLOFIG(3)

NAME
dellofig - delete and free a logical figure ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mlo.h" int dellofig(figname) char *figname; PARAMETER
figname Name of the figure to be deleted DESCRIPTION
dellofig deletes the figure called figname from the list of logical figure in memory. All the lists of elements belonging to the figure are also deleted and freed. RETURN VALUE
dellofig returns 1 if the figure was delete, and 0 if no figure called figname was present in memory. EXAMPLE
#include "mlo.h" void delete_na2_y() { if (dellofig("na2_y")) (void)fputs("deleted na2_y successfully", stdout); else (void)fputs("na2_y not present in ram !", stdout); } SEE ALSO
mbk(1), lofig(3), addlofig(3), getlofig(3), loadlofig(3), savelofig(3), flattenlofig(3), rflattenlofig(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 DELLOFIG(3)
All times are GMT -4. The time now is 09:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy