Re: perfmeter problem in sol 10 11/06



HI,

Rich Teer wrote:
On Tue, 31 Jan 2007, arthur wouk wrote:


thanks. i followed up on that. what happens when i call sdtperfmeter is the
response: please enable rstatd. i tracked that one through to where i know
that i need to use svcadm to enable it, but i need to know what the patterm is
which svcadm wants to describe rstatd. unfortunately this is not covered
anywhere that i can see in the man pages.


I was suffering with the same problem as you, until I saw the answer
how to fix it.

See what what service needs to be enabled:

root@marrakesh382# svcs -a | grep rpc
disabled 16:50:09 svc:/network/rpc/keyserv:default
disabled 16:50:09 svc:/network/rpc/nisplus:default
disabled 16:50:09 svc:/network/rpc/bootparams:default
disabled 16:50:19 svc:/network/rpc/meta:default
...
disabled 16:50:20 svc:/network/rpc/rstat:default
...

Then enable it:

root@marrakesh382# svcadm enable svc:/network/rpc/rstat:default

Done!

I have had the same problems but on S9 and depending on which domain(physical network) the machine has been located to, it was either working or not WITHOUT any confuguration on the WS itself so there must be some network dependencies aswell, maybe DNS problems of some kind?

/michael
.