I just got an email from a colleague within Sun regarding my CVS Pserver entry. He noticed that I had written

# svcadm import /var/svc/manifest/network/pserver-tcp.xml
# svcadm enable svc:/network/pserver/tcp:default


Now the keen-eyed amongst you will notice that svcadm doesn't have an "import" sub-command. The commands that we should be using here are in fact
# svccfg import /var/svc/manifest/network/pserver-tcp.xml
# svcadm enable svc:/network/pserver/tcp:default


which makes a world of difference!

I've updated the original entry to reflect this correction. I'm still getting referrer hits for it more than 6 months after posting.
Comments:

Post a Comment:
Comments are closed for this entry.

This blog copyright 2009 by jmcp