VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vboxwatchdog-solaris.dita@ 106807

最後變更 在這個檔案從106807是 105335,由 vboxsync 提交於 7 月 前

FE/Qt: bugref:10705. Merging r6149 from doc team's repo.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id Revision
檔案大小: 2.0 KB
 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="vboxwatchdog-solaris">
4 <title>Oracle Solaris: Starting the Watchdog Service With SMF</title>
5
6 <body>
7 <p>On Oracle Solaris hosts, the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> watchdog service daemon is
8 integrated into the SMF framework. You can change the parameters, but do not have to if the defaults already match
9 your needs: </p>
10 <pre xml:space="preserve">svccfg -s svc:/application/virtualbox/balloonctrl:default setprop \
11 config/balloon_interval=10000
12svccfg -s svc:/application/virtualbox/balloonctrl:default setprop \
13config/balloon_safetymargin=134217728</pre>
14 <p><xref href="vboxwatchdog-linux.dita#vboxwatchdog-linux/table-vboxwatchdog-config-params"/> also applies
15 for Oracle Solaris. The parameter names must be changed to
16 lowercase and a prefix of <codeph>config/</codeph> has to be
17 added. For example: <codeph>config/user</codeph> or
18 <codeph>config/balloon_safetymargin</codeph>. If you made any
19 change, do not forget to run the following command to put the
20 changes into effect immediately:
21 </p>
22 <pre xml:space="preserve">svcadm refresh svc:/application/virtualbox/balloonctrl:default</pre>
23 <p>If you forget the above command then the previous settings will be used when enabling the service. Check the
24 current property settings with the following command: </p>
25 <pre xml:space="preserve">svcprop -p config svc:/application/virtualbox/balloonctrl:default</pre>
26 <p>When everything is configured correctly you can start the <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
27 watchdog service with the following command: </p>
28 <pre xml:space="preserve">svcadm enable svc:/application/virtualbox/balloonctrl:default</pre>
29 <p>For more information about SMF, please refer to the Oracle Solaris documentation. </p>
30 </body>
31
32</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette