HPE 9000 and HPE e3000 Servers
1752806 Members
6247 Online
108789 Solutions
New Discussion юеВ

Re: MP & GSP log and EMS tool

 
SOLVED
Go to solution
Manuales
Super Advisor

MP & GSP log and EMS tool

what is: the MP or GSP log?

somebody told me about EMS tool?
how can i know if i have it installed into the system and how can i start it?

thanks.
10 REPLIES 10
James R. Ferguson
Acclaimed Contributor
Solution

Re: MP & GSP log and EMS tool

Hi Manuales:

MP = Maintnance (or Management) Processor

GSP = Guardian Service Processor

The details differ slightly depending on the model of hardware your're using, so you should consult the hardware manuals for your specific system. In general they allow you to control and monitor the hardware.

EMS = Event Monitoring Service

EMS is used to perform software resource monitoring. You can download a current version from here:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=EventMonitoring

Regards!

...JRF...

Manuales
Super Advisor

Re: MP & GSP log and EMS tool

hi ... thanks ..

it is installed into the server:
i tried to start it ..
$ /usr/sbin/xstm
Error: Can't open display

how do i have to use display?
Manuales
Super Advisor

Re: MP & GSP log and EMS tool

i did the following:

$ $ DISPLAY=192.100.200.300:0.0
$ export DISPLAY
$ echo $DISPLAY
192.100.200.300:0.0
$ /usr/sbin/xstm
Error: Can't open display: 192.100.200.300:0.0

192.100.200.300=my pc addres ...

why can not work?
James R. Ferguson
Acclaimed Contributor

Re: MP & GSP log and EMS tool

Hi (again) Manuales:

You can use 'cstm' in lieu of 'xstm'. The "c" means character-based whereas the "x" stands for the X-Windows based tool.

To use an X-windows tool you must set and export the DISPLAY environmental variable to match the IPaddress of the client (PC) on which the X-Window (or emulator) is running.

# export DISPLAY=$(who -uR|awk -v ME=$$ '$7==ME {print $8":0.0"}')

Regards!

...JRF...
Manuales
Super Advisor

Re: MP & GSP log and EMS tool

$ export DISPLAY=$(who -uR|awk -v ME=$$ '$7==ME {print $8":0.0"}')
$ echo $DISPLAY
mabcdefg.patito.com:0.0
$ /usr/sbin/xstm
Error: Can't open display: mabcdefg.patito.com:0.0

why does the error appear? !!!!!

Help please :0)
Manuales
Super Advisor

Re: MP & GSP log and EMS tool

james .. (or somebody else)
could you please help me with this one??

once this work i hope that i will be seeing a window (as windos os) to work with the system, right?

please let me know why the error appears ..

thanks.
Ludovic Derlyn
Esteemed Contributor

Re: MP & GSP log and EMS tool

hi

try xhosts +

You lanch an graphical terminal ? (for exemple reflection X)

Regards
L-DERLYN
Stan Sieler
Respected Contributor

Re: MP & GSP log and EMS tool

First, try to get cstm working before
wasting time trying to get X Windows
plus xstm working :)

Once cstm is working, then you can
ask yourself: do I happen to be accessing
this HP-UX box via an X-Windows session?
If the answer is "yes", then you can probably
run xstm. Although the complicated $DISPLAY
stuff probably works well, it certainly
relies on shell programming (and that the
shell you use works the way the poster expected). For a shorthand, find out the
name of the computer running X Windows
(e.g., Reflection X or some other X Server
(hummingbird, XFree86, etc) ... let's say
the name is fred.mydomain.com. On the
HP-UX system, set the env variable DISPLAY
to "fred:0.0" (usually, sigh, sometimes it
might have to be "fred:1.0" or "fred:0.1",
which I've seen happen rarely). In some shells, that would be:

export DISPLAY="fred:0.0"

xstm

(If you have something simpler, you could
try: xeyes, or xclock, or some other X-aware
application.)

Good luck!
Stan
sieler@allegro.com
Manuales
Super Advisor

Re: MP & GSP log and EMS tool

This is the output:
root@server1p # xhosts +
sh: xhosts: not found.

i'm using CRT as emulator (for doing telnet)

:( .... why does not worked xhosts?