Operating System - HP-UX
1833017 Members
2061 Online
110048 Solutions
New Discussion

Re: Serviceguard is not working

 
WilliamSmith11
Super Advisor

Serviceguard is not working

Hi
I want to configure a packageless service using serviceguard but when I do the command

#swlist –l fileset Serviceguard
# Initializing...
# Contacting target "london"...
ERROR: Software "Serviceguard" was not found on host "london:/".

But if I do the command
#swlist
T1905CA A.11.18.00 Serviceguard

This is what appear

Some idea?



rperez
6 REPLIES 6
melvyn burnard
Honored Contributor

Re: Serviceguard is not working

well that does not mean Serviceguard is not working!!

Try swlist -l fileset | grep -i service

Also, this will tell you if SG is installed, and what version and what patch:
what /usr/lbin/cmcld

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Jaime Bolanos Rojas.
Honored Contributor

Re: Serviceguard is not working

William,

That is some simple, there is not fileset in the system called "Serviceguard" despite the fact that you have it installed on the system, same example as this one:

# swlist -l fileset mirror
# Initializing...
# Contacting target "delta"...
ERROR: Software "mirror" was not found on host "delta:/".
# swlist | grep -i mirror
B2491BA B.11.31 MirrorDisk/UX (Server)

Regards,

Jaime.

Work hard when the need comes out.
WilliamSmith11
Super Advisor

Re: Serviceguard is not working

Here is an attachment
rperez
Asif Sharif
Honored Contributor

Re: Serviceguard is not working

#swlist -l product |grep -i serviceguard

As per attachment it shows that ServiceGuard A .11.18 is installed on your machine.

http://docs.hp.com/en/B3935-90108/ch01s04.html?btnNext=next%A0%BB

Regards,
Asif Sharif
Regards,
Asif Sharif

Re: Serviceguard is not working

The product name is T1905CA - Serviceguard is the decription. I think you will find that:

swlist -l fileset T1905CA

will show you what you were expecting.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Patrick Wallek
Honored Contributor

Re: Serviceguard is not working

The fileset and product are actually 'ServiceGuard' (notice the capital S and capital G). The names are VERY case sensitive.

These should work for you:

# swlist -l filest ServiceGuard

# swlist -l product ServiceGuard