Use one of the following methods to restart the depot server process:
B: Use svcadm(1M) to restart the application/pkg/server instance.
C: Send a SIGUSR1 signal to the depot server process using kill(1). This executes a “graceful restart” that leaves the process intact but reloads all configuration, package, and search data:
# kill -USR1 pid
Note:
* The pkd.depotd service is managed by SMF under the service identifier svc:/application/pkg/server.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit