OpenSolaris

  subsites   code review   repo   packages   bugs   defect   polls   planet
You are not signed in. Sign in or register.

Belated Flag Day additional information on rpcbind and syslogd

Date: Fri, 20 Jun 2008 14:09:51 -0700 (PDT)
From: Gary Winiger <gww at eng dot sun dot com>
To: onnv-gate at onnv dot eng dot sun dot com
Subject: Belated Flag Day additional information on rpcbind and syslogd

Messed up the onnv-gate alias, sorry for duplicates

With the putback of

6715808, In Indiana SBD for some ON services to run local only is undone

It seems that, while it didn't occur on my bfu, a buf of the gate machine
experienced it.  If you bfu these the service manifest changes putback,
and are serving NFS, rpcbind may be set to local only mode.

To restore rpcbind to external service, with appropriate authorization, run

svccfg -s svc:/network/rpc/bind setprop config/local_only = boolean: false
svcadm refresh svc:/network/rpc/bind

Similarly, you may wish to reopen your syslogd if it had been open before
the bfu.

svccfg -s svc:/system/system-log setprop config/log_from_remote = boolean: true
svcadm refresh svc:/system/system-log

Sorry for any inconvenience.

Gary..