# Arabic translations for opensuse-i package. # Copyright (C) 2014 SuSE Linux Products GmbH, Nuernberg # This file is distributed under the same license as the opensuse-i package. # Automatically generated, 2014. # malhargan , 2014. msgid "" msgstr "" "Project-Id-Version: opensuse-i 18n\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-08-30 18:27+0200\n" "PO-Revision-Date: 2014-10-12 08:49+0300\n" "Last-Translator: malhargan \n" "Language-Team: openSUSE\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Virtaal 0.7.1\n" #. All helps are here #: src/include/iplb/helps.rb:35 msgid "" "\n" "

check interval = n\n" "

Defines the number of second between server checks.\n" "

Default: 10 seconds\n" "\n" "

check timeout = n\n" "

Timeout in seconds for connect, external and ping checks. If the " "timeout is exceeded then the real server is declared dead.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

If undefined then the value of negotiatetimeout is used. " "negotiatetimeout is also a global value that may be overriden by a per-" "virtual setting.\n" "

If both checktimeout and negotiatetimeout are unset, the default is " "used.\n" "

Default: 5 seconds\n" "\n" "

failure count = n\n" "

The number of consecutive times a failure will have to be reported by " "a check before the realserver is considered to have failed. A value of 1 " "will have the realserver considered failed on the first failure. A " "successful check will reset the failure counter to 0.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: 1\n" "\n" "

negotiate timeout = n\n" "

Timeout in seconds for negotiate checks.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

If undefined then the value of connecttimeout is used. connecttimeout " "is also a global value that may be overriden by a per-virtual setting.\n" "

If both negotiatetimeout and connecttimeout are unset, the default is " "used.\n" "

Default: 30 seconds\n" "\n" "

fallback = ip_address|hostname[:portnumber|" "sercvicename] [gate|masq|ipip]\n" "

the server onto which a webservice is redirected if all real servers " "are down. Typically this would be 127.0.0.1 with an emergency page.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "\n" "

log file = \"/path/to/logfile\"|" "syslog_facility\n" "

An alternative logfile might be specified with this directive. If the " "logfile does not have a leading '/', it is assumed to be a syslog(3) facility name.\n" "

Default: log directly to the file /var/log/ldirectord.log.\n" "\n" "

email alert = \"emailaddress\"\n" "

A valid email address for sending alerts about the changed connection " "status to any real server defined in the virtual service. This option " "requires perl\n" "module MailTools to be installed. Automatically tries to send email using " "any of the built-in methods. See perldoc Mail::Mailer for more info on " "methods.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "\n" "

email alert freq = n\n" "

Delay in seconds between repeating email alerts while any given real " "server in the virtual service remains inaccessible. A setting of zero " "seconds will\n" "inhibit the repeating alerts. The email timing accuracy of this setting is " "dependent on the number of seconds defined in the checkinterval " "configuration\n" "option.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: 0\n" "\n" "

email alert status = all|none|starting|running|stopping|reloading,...\n" "

Comma delimited list of server states in which email alerts should be " "sent. all is a short-hand for\n" "\"starting,running,stopping,reloading\". If " "none is specified, no other option may be specified, otherwise " "options are ORed\n" "with each other.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: all\n" "\n" "

callback = \"/path/to/callback\"\n" "

If this directive is defined, ldirectord automatically calls " "the executable /path/to/callback after the configuration file has " "changed on\n" "disk. This is useful to update the configuration file through scp on " "the other heartbeated host. The first argument to the callback is the name " "of the\n" "configuration.\n" "

This directive might also be used to restart ldirectord " "automatically after the configuration file changed on disk. However, if " "autoreload is\n" "set to yes, the configuration is reloaded anyway.\n" "\n" "

execute = \"configuration\"\n" "

Use this directive to start an instance of ldirectord for the named " "configuration.\n" "\n" "

auto reload = yes|no\n" "

Defines if <ldirectord> should continuously check the " "configuration file for modification. If this is set to 'yes' and the " "configuration file changed\n" "on disk and its modification time (mtime) is newer than the previous " "version, the configuration is automatically reloaded.\n" "

Default: no\n" "\n" "

quiescent = yes|no\n" "

If yes, then when real or failback servers are determined to " "be down, they are not actually removed from the kernel's LVS " "table.\n" "Rather, their weight is set to zero which means that no new connections will " "be accepted.\n" "

This has the side effect, that if the real server has persistent " "connections, new connections from any existing clients will continue to be " "routed to the\n" "real server, until the persistant timeout can expire. See ipvsadm for more " "information on persistant connections.\n" "

This side-effect can be avoided by running the following:\n" "

echo 1 > /proc/sys/net/ipv4/vs/expire_quiescent_template\n" "

If the proc file isn't present this probably means that the kernel " "doesn't have lvs support, LVS support isn't loaded, or the " "kernel is too\n" "old to have the proc file. Running ipvsadm as root should load LVS into the kernel if it is possible.\n" "

If no, then the real or failback servers will be removed from " "the kernel's LVS table. The default is yes.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: yes\n" "\n" "

fork = yes|no\n" "

If yes, then ldirectord will spawn a child proccess for every " "virtual server, and run checks against the real servers from them. This will " "increase\n" "response times to changes in real server status in configurations with many " "virtual servers. This may also use less memory then running many seperate " "instances\n" "of ldirectord. Child processes will be automaticly restarted if they die.\n" "

Default: no\n" "\n" "

supervised = yes|no\n" "

If yes, then ldirectord does not go into background mode. All " "log-messages are redirected to stdout instead of a logfile. This is useful " "to run\n" "ldirectord supervised from daemontools. See http://untroubled.org/rpms/daemontools/ or http://cr.yp.to/" "daemontools.html for details.\n" "

Default: no\n" "

\n" msgstr "" "\n" "

الفاصل الزمني للفحص = n\n" "

تحديد عدد الثواني بين عمليات فحص الخادم.\n" "

الإعداد الافتراضي: 10 ثوانٍ\n" "\n" "

مهلة الفحص = n\n" "

المهلة بالثواني لعمليات فحص أداة اختبار الاتصال والفحص الخارجي وفحص " "الاتصال. إذا تم تجاوز المهلة، فسيتم الإعلان عن الخادم الفعلي بأنه خامد.\n" "

إذا تم تحديدها في قسم الخادم الفعلي، فسيتم تجاوز القيمة العمومية.\n" "

إذا لم يتم تحديدها، فستُستخدم مهلة التفاوض. تعد مهلة التفاوض أيضًا قيمة " "عمومية يمكن تجاوزها بواسطة كل إعداد ظاهري.\n" "

إذا لم يتم تعيين كل من مهلة الفحص ومهلة التفاوض، فسيُستخدم الإعداد " "الافتراضي.\n" "

الإعداد الافتراضي: 5 ثوانً\n" "\n" "

عدد مرات الفشل = n\n" "

سيتم الإبلاغ عن عدد المرات المتتالية للفشل عن طريق إجراء عملية فحص " "قبل اعتبار الاتصال بالخادم الفعلي فاشل. ستشير القيمة 1 إلى اعتبار الاتصال " "بالخادم الفعلي فاشل من محاولة الفشل الأولى. سيعمل الفحص الناجح على إعادة " "تعيين عدّاد مرات الفشل إلى 0.\n" "

إذا تم تحديده في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

الإعداد الافتراضي: ثانية واحدة\n" "\n" "

مهلة التفاوض = n\n" "

المهلة بالثواني لعمليات فحص التفاوض.\n" "

إذا تم تحديدها في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

إذا لم يتم تحديدها، فستُستخدم قيمة مهلة الاتصال. تعد مهلة الاتصال أيضًا " "قيمة عمومية يمكن تجاوزها بواسطة كل إعداد ظاهري.\n" "

إذا لم يتم تعيين كل من مهلة التفاوض ومهلة الاتصال، فسيُستخدم الإعداد " "الافتراضي.\n" "

الإعداد الافتراضي: 30 ثانية\n" "\n" "

احتياطي< = ip_address|hostname[:portnumber|" "sercvicename] [gate|masq|ipip]\n" "

الخادم الذي تتم إعادة توجيه خدمة ويب إليه إذا تعطلت الخوادم الفعلية. " "عادةً ما سيكون ذلك 127.0.0.1 مع صفحة طارئة.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "\n" "

ملف السجل = \"/path/to/logfile\"|" "syslog_facility\n" "

قد يتم تحديد ملف سجل بديل مع هذا التوجيه. إذا كان ملف السجل لا يتضمن " "بادئة '/'، فمن المفترض أن يكون اسم منشأة syslog(3).\n" "

الإعداد الافتراضي: تسجيل الدخول مباشرة إلى الملف /var/log/" "ldirectord.log.\n" "\n" "

تنبيه البريد الإلكتروني = \"عنوان البريد " "الإلكتروني\"\n" "

هو عنوان بريد إلكتروني صالح لإرسال تنبيهات حول حالة الاتصال التي تم " "تغييرها إلى أي خادم فعلي محدد في الخدمة الظاهرية. يتطلب هذا الخيار تثبيت\n" "MailTools لكل وحدة نمطية. محاولة إرسال البريد الإلكتروني تلقائيًا باستخدام أي " "من الأساليب المضمنة. راجع perldoc Mail::Mailer لمزيد من المعلومات حول " "الأساليب.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "\n" "

تكرار تنبيهات البريد الإلكتروني = n\n" "

هو التأخير بالثواني بين تنبيهات البريد الإلكتروني المتكررة إذا ما زال " "الخادم الفعلي المحدد في الخدمة الظاهرية لا يمكن الوصول إليه. سيعمل إعداد " "الثواني الصفرية على\n" "منع التنبيهات المتكررة. تعتمد دقة توقيت البريد الإلكتروني لهذا الإعداد على " "عدد الثواني المحددة في خيار\n" "تكوين الفاصل الزمني للفحص.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

الإعداد الافتراضي: 0\n" "\n" "

حالة تنبيه البريد الإلكتروني = الكل|بلا|" "بدء|تشغيل|إيقاف|إعادة تحميل,...\n" "

قائمة حالات الخادم المفصولة بفواصل حيث ينبغي إرسال تنبيهات البريد " "الإلكتروني. حالة الكل هي موجز لتنفيذ الحالات\n" "\"بدء، تشغيل، إيقاف، إعادة تحميل\". إذا تم تحديد " "الحالة بلا، فلن يتم تحديد أي خيار آخر، أو بخلاف ذلك، ستكون الخيارات\n" "ored مع بعضها البعض.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

الإعداد الافتراضي الكل\n" "\n" "

رد الاتصال = \"/path/to/callback\"\n" "

إذا تم تحديد هذا التوجيه، فسيعمل ldirectord على الاتصال بـ /" "path/to/callback القابل للتنفيذ بعد تغيير ملف التكوين في\n" "القرص. هذا مفيد لتحديث ملف التكوين من خلال scp في مضيف heartbeated " "آخر. الوسيطة الأولى لرد الاتصال هو اسم\n" "التكوين.\n" "

يمكن استخدام هذا التوجيه أيضًا لإعادة تشغيل ldirectord تلقائيًا " "بعد تغيير ملف التكوين في القرص. ومع ذلك، إذا تلقائيًا بعد تغيير ملف التكوين " "في القرص. ومع ذلك، إذا تم تعيين إعادة التحميل التلقائي إلى\n" "نعم، فستتم إعادة تحميل التكوين بأي طريقة.\n" "\n" "

تنفيذ = \"تكوين\"\n" "

استخدم هذا التوجيه لبدء مثيل ldirectord للتكوين المذكور.\n" "\n" "

إعادة التحميل التلقائي = نعم|لا\n" "

تحديد ما إذا كان ينبغي على <ldirectord> تحديد ما إذا كان ينبغي " "على\n" "في القرص وكان وقت التعديل (mtime) أجدد من الإصدار السابق، فإنه ستتم إعادة " "تحميل التكوين تلقائيًا.\n" "

في القرص وكان وقت التعديل (mtime) أجدد من الإصدار السابق، فإنه ستتم " "إعادة تحميل التكوين تلقائيًا: لا\n" "\n" "

اختبار الحالة الثابتة = نعم|لا\n" "

إذا تم تحديد نعم، فإنه عند تحديد أن الخوادم الفعلية أو الإرجاع " "متعطلة، لا تتم إزالتها من جدول LVS في kernel.\n" "وبخلاف ذلك، سيتم تعيين وزنها إلى صفر مما يعني أنه لن يتم قبول أي اتصالات " "جديدة.\n" "

فهذا يتضمن الأثر الجانبي، حيث إنه إذا كان الخادم الفعلي يتضمن اتصالات " "مستمرة، فستتم متابعة إعادة توجيه الاتصالات الجديدة من أي أجهزة عميلة موجودة " "إلى\n" "الخادم الفعلي، إلى أن تنتهي مهلة الاستمرار. راجع ipvsadm لمزيد من المعلومات " "حول الاتصالات المستمرة.\n" "

يمكن تفادي هذا الأثر الجانبي عن طريق تشغيل ما يلي:\n" "

echo 1 > /proc/sys/net/ipv4/vs/expire_quiescent_template\n" "

إذا لم يكن الملف proc موجودًا، فقد يشير ذلك إلى أن kernel لا يتمتع " "بدعم lvs؛ حيث إنه لم يتم تحميل دعم LVS أو أن إصدار kernel " "قديم للغاية ليتضمن\n" "ملف proc. ينبغي أن يعمل تشغيل ipvsadm كجذر على تحميل LVS في " "kernel إن أمكن.\n" "

إذا تم تحديد لا، فستتم إزالة الخوادم الفعلية أو الإرجاع من " "جدول LVS في kernel. الإعداد الافتراضي هو نعم.\n" "

إذا تم تحديده في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

الإعداد الافتراضي: نعم\n" "\n" "

تشعيب = نعم|لا\n" "

إذا تم تحديد نعم، فإن ldirectord سيعمل على إنتاج عملية فرعية " "لكل خادم ظاهري وإجراء فحوصات مقابل الخوادم الفعلية منها. سيعمل ذلك على " "زيادة\n" "توقيتات الاستجابة للتغييرات في حالة الخادم الفعلي في التكوينات مع العديد من " "الخوادم الظاهرية. قد يعمل ذلك أيضًا على استخدام مساحة أقل في\n" "الذاكرة وتشغيل العديد من مثيلات ldirectord المنفصلة. ستتم إعادة تشغيل " "العمليات الفرعية تلقائيًا إذا كانت خامدة.\n" "

الإعداد الافتراضي: لا\n" "\n" "

خاضع للإشراف = نعم|لا\n" "

إذا تم تحديد نعم، فلن يتم نقل ldirectord في وضع الخلفية. تتم " "إعادة توجيه كافة رسائل السجل إلى stdout بدلاً من logfile. فهذا مفيد لتشغيل\n" "ldirectord الخاضع للإشراف من قبل daemontools. راجع http://untroubled.org/rpms/daemontools/ أو http://cr.yp.to/" "daemontools.html للحصول على تفاصيل.\n" "

الإعداد الافتراضي: لا\n" "

\n" #: src/include/iplb/helps.rb:127 msgid "" "\n" "

virtual server = (ip_address|hostname:portnumber|" "servicename)|firewall-mark\n" "

Defines a virtual service by IP-address (or hostname) and port (or " "servicename) or firewall-mark. A firewall-mark is an integer greater than " "zero. The\n" "configuration of marking packets is controled using the \"-m\" " "option to ipchains(8). All real services and flags for a virtual " "service\n" "must follow this line immediately and be indented.\n" "\n" "\n" "

real servers = ip_address|hostname[->" "ip_address|hostname][:portnumber|servicename]\n" "gate|masq|ipip [weight] [\"request\", \"receive\"]\n" "

Defines a real service by IP-address (or hostname) and port (or " "servicename). If the port is omitted then a 0 will be used, this is intended " "primarily for\n" "fwmark services where the port for real servers is ignored. Optionally a " "range of IP addresses (or two hostnames) may be given, in " "which case\n" "each IP address in the range will be treated as a real server " "using the given port. The second argument defines the forwarding method, " "must be\n" "gate, ipip or masq. The thrid argument is optional and " "defines the weight for that real server. If omitted then a weight of 1 will " "be\n" "used. The last two arguments are also optional. They define a request-" "receive pair to be used to check if a server is alive. They override the " "request-receive\n" "pair in the virtual server section. These two strings must be quoted. If the " "request string starts with http://... the IP-address and port of the real\n" "server is overridden, otherwise the IP-address and port of the real server " "is used.\n" "

For TCP and UDP (non fwmark) virtual " "services, unless the forwarding method is masq and the IP " "address of a\n" "real server is non-local (not present on a interface on the host running " "ldirectord) then the port of the real server will be set to that of its " "virtual\n" "service. That is, port-mapping is only available to if the real server is " "another machine and the forwarding method is masq. This is due to the way " "that the\n" "underlying LVS code in the kernel functions.\n" "

More than one of these entries may be inside a virtual section. The " "checktimeout, negotiatetimeout, failurecount, fallback, emailalert, " "emailalertfreq and\n" "quiescent options listed above may also appear inside a virtual section, in " "which case the global setting is overridden.\n" "\n" "\n" "

check type = connect|external|negotiate|off|on|ping|checktimeoutN\n" "

Type of check to perform. Negotiate sends a request and matches a " "receive string. Connect only attemts to make a TCP/IP " "connection, thus the\n" "request and receive strings may be omitted. If checktype is a number then " "negotiate and connect is combined so that after each N connect attempts one " "negotiate\n" "attempt is performed. This is useful to check often if a service answers and " "in much longer intervalls a negotiating check is done. Ping means that\n" "ICMP ping will be used to test the availability of real " "servers. Ping is also used as the connect check for UDP " "services. Off\n" "means no checking will take place and no real or fallback servers will be " "activated. On means no checking will take place and real servers will always " "be\n" "activated. Default is negotiate.\n" "\n" "\n" "

service = dns|ftp|http|https|" "imap|imaps|ldap|mysql|nntp|none|" "oracle|pgsql|pop|pops|radius|" "simpletcp|sip|smtp\n" "

The type of service to monitor when using checktype=negotiate. None " "denotes a service that will not be monitored.\n" "

simpletcp sends the request string to the server and tests it " "against the receive regexp. The other types of checks connect to the " "server\n" "using the specified protocol. Please see the request and receive sections for protocol specific information.\n" "

Default:\n" "

\n" "
* Virtual server port is 21: ftp\n" "
* Virtual server port is 25: smtp\n" "
* Virtual server port is 53: dns\n" "
* Virtual server port is 80: http\n" "
* Virtual server port is 110: pop\n" "
* Virtual server port is 119: nntp\n" "
* Virtual server port is 143: imap\n" "
* Virtual server port is 389: ldap\n" "
* Virtual server port is 443: https\n" "
* Virtual server port is 993: imaps\n" "
* Virtual server port is 995: pops\n" "
* Virtual server port is 1521: oracle\n" "
* Virtual server port is 1812: radius\n" "
* Virtual server port is 3306: mysql\n" "
* Virtual server port is 5432: pgsql\n" "
* Virtual server port is 5060: sip\n" "
* Otherwise: none\n" "\n" "\n" "
check command = \"path to script\"\n" "

This setting is used if checktype is external and is the command to be " "run to check the status of a real server. It should exit with status 0 if " "everything\n" "is ok, or non-zero otherwise.\n" "

Four parameters are passed to the script:\n" "

* virtual server ip/firewall mark\n" "
* virtual server port\n" "
* real server ip\n" "
* real server port\n" "
Default: /bin/true\n" "\n" "\n" "

check port = n\n" "

Number of port to monitor. Sometimes check port differs from service " "port.\n" "

Default: port specified for each real server\n" "\n" "\n" "

request = \"uri to requested object\"\n" "

This object will be requested each checkinterval seconds on each real " "server. The string must be inside quotes. Note that this string may be " "overridden by\n" "an optional per real-server based request-string.\n" "

For a DNS check this should the name of an A record, " "or the address of a PTR record to look up.\n" "

For a MySQL, Oracle or PostgeSQL check, this should be an SQL query. The data returned is not checked, only that the answer is one " "or more\n" "rows. This is a required setting.\n" "

For a simpletcp check, this string is sent verbatim except any " "occurances of \n" " are replaced with a new line character.\n" "\n" "\n" "

receive = \"regexp to compare\"\n" "

If the requested result contains this regexp to compare, the " "real server is declared alive. The regexp must be inside quotes. Keep in " "mind that\n" "regexps are not plain strings and that you need to escape the special " "characters if they should as literals. Note that this regexp may be " "overridden by an\n" "optional per real-server based receive regexp.\n" "

For a DNS check this should be any one the A record's " "addresses or any one of the PTR record's names.\n" "

For a MySQL check, the receive setting is not used.\n" "\n" "\n" "

http method = GET | HEAD\n" "

Sets the HTTP method which should be used to fetch the " "URI specified in the request-string. GET is " "the\n" "method used by default if the parameter is not set. If HEAD " "is used, the receive-string should be unset.\n" "

Default: GET\n" "\n" "\n" "

virtual host = \"hostname\"\n" "

Used when using a negotiate check with HTTP or " "HTTPS . Sets the host header used in the HTTP " "request. In the\n" "case of HTTPS this generally needs to match the common name " "of the SSL certificate. If not set then the host header will " "be\n" "derived from the request url for the real server if present. As a last " "resort the IP address of the real server will be used.\n" "\n" "\n" "

login = \"username\"\n" "

For FTP , IMAP , LDAP , " "MySQL, Oracle, POP and PostgreSQL, the username used to log " "in.\n" "

For Radius the passwd is used for the attribute User-Name.\n" "

For SIP , the username is used as both the to and from " "address for an OPTIONS query.\n" "

Default:\n" "

* FTP: Anonymous\n" "
* MySQL Oracle, and PostgreSQL: Must be specified in the " "configuration\n" "
* SIP: ldirectord@<hostname>, hostname is " "derived as per the passwd option below.\n" "
* Otherwise: empty string, which denotes that case authentication " "will not be attempted.\n" "\n" "\n" "
password = \"password\"\n" "

Password to use to login to FTP , IMAP , " "LDAP , MySQL, Oracle, POP , PostgreSQL and\n" "SIP servers.\n" "

For Radius the passwd is used for the attribute User-Password.\n" "

Default:\n" "

* FTP: ldirectord@<hostname>, where " "hostname is the environment variable HOSTNAME evaluated at " "run time, or sourced\n" "from uname if unset.\n" "
* Otherwise: empty string. In the case of LDAP , " "MySQL, Oracle, and PostgreSQL this means that authentication will not be " "performed.\n" "\n" "\n" "
database name = \"databasename\"\n" "

Database to use for MySQL, Oracle and PostgreSQL servers, this is the " "database that the query (set by receive above) will be performed " "against. This\n" "is a required setting.\n" "\n" "\n" "

radius secret = \"radiussecret\"\n" "

Secret to use for Radius servers, this is the secret used to perform " "an Access-Request with the username (set by login above) and passwd " "(set by\n" "passwd above).\n" "

Default: empty string\n" "\n" "\n" "

persistent = n\n" "

Number of seconds for persistent client connections.\n" "\n" "\n" "

netmask = w.x.y.z\n" "

Netmask to be used for granularity of persistent client connections.\n" "\n" "\n" "

scheduler = scheduler_name\n" "

Scheduler to be used by LVS for loadbalancing. For an " "information on the available sehedulers please see the ipvsadm(8) man page.\n" "

Default: \"wrr\"\n" "\n" "\n" "

protocol = tcp|udp|fwm\n" "

Protocol to be used. If the virtual is specified as an IP address and port then it must be one of tcp or udp. If a firewall " "mark then the\n" "protocol must be fwm.\n" "

Default:\n" "

* Virtual is an IP address and port, and the " "port is not 53: tcp\n" "
* Virtual is an IP address and port, and the port is " "53: udp\n" "
* Virtual is a firewall mark: fwm\n" "
\n" "\n" "\n" "

check timeout = n\n" "

Timeout in seconds for connect, external and ping checks. If the " "timeout is exceeded then the real server is declared dead.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

If undefined then the value of negotiatetimeout is used. " "negotiatetimeout is also a global value that may be overriden by a per-" "virtual setting.\n" "

If both checktimeout and negotiatetimeout are unset, the default is " "used.\n" "

Default: 5 seconds\n" "\n" "

negotiate timeout = n\n" "

Timeout in seconds for negotiate checks.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

If undefined then the value of connecttimeout is used. connecttimeout " "is also a global value that may be overriden by a per-virtual setting.\n" "

If both negotiatetimeout and connecttimeout are unset, the default is " "used.\n" "

Default: 30 seconds\n" "\n" "

failure count = n\n" "

The number of consecutive times a failure will have to be reported by " "a check before the realserver is considered to have failed. A value of 1 " "will have the realserver considered failed on the first failure. A " "successful check will reset the failure counter to 0.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: 1\n" "\n" "

email alert = \"emailaddress\"\n" "

A valid email address for sending alerts about the changed connection " "status to any real server defined in the virtual service. This option " "requires perl\n" "module MailTools to be installed. Automatically tries to send email using " "any of the built-in methods. See perldoc Mail::Mailer for more info on " "methods.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "\n" "

email alert freq = n\n" "

Delay in seconds between repeating email alerts while any given real " "server in the virtual service remains inaccessible. A setting of zero " "seconds will\n" "inhibit the repeating alerts. The email timing accuracy of this setting is " "dependent on the number of seconds defined in the checkinterval " "configuration\n" "option.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: 0\n" "\n" "

email alert status = all|none|starting|running|stopping|reloading,...\n" "

Comma delimited list of server states in which email alerts should be " "sent. all is a short-hand for\n" "\"starting,running,stopping,reloading\". If " "none is specified, no other option may be specified, otherwise " "options are ORed\n" "with each other.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: all\n" "\n" "

fallback = ip_address|hostname[:portnumber|" "sercvicename] [gate|masq|ipip]\n" "

the server onto which a webservice is redirected if all real servers " "are down. Typically this would be 127.0.0.1 with an emergency page.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "\n" "

quiescent = yes|no\n" "

If yes, then when real or failback servers are determined to " "be down, they are not actually removed from the kernel's LVS " "table.\n" "Rather, their weight is set to zero which means that no new connections will " "be accepted.\n" "

This has the side effect, that if the real server has persistent " "connections, new connections from any existing clients will continue to be " "routed to the\n" "real server, until the persistant timeout can expire. See ipvsadm for more " "information on persistant connections.\n" "

This side-effect can be avoided by running the following:\n" "

echo 1 > /proc/sys/net/ipv4/vs/expire_quiescent_template\n" "

If the proc file isn't present this probably means that the kernel " "doesn't have lvs support, LVS support isn't loaded, or the " "kernel is too\n" "old to have the proc file. Running ipvsadm as root should load LVS into the kernel if it is possible.\n" "

If no, then the real or failback servers will be removed from " "the kernel's LVS table. The default is yes.\n" "

If defined in a virtual server section then the global value is " "overridden.\n" "

Default: yes\n" "\n" "\n" "\n" msgstr "" "\n" "

الخادم الظاهري = (ip_address|hostname:portnumber|" "servicename)|firewall-mark\n" "

تحديد خادم وهمي عن طريق عنوان IP (أو اسم المضيف) والمدخل (أو اسم " "الخدمة) أو علامة الجدار الناري. علامة الجدار الناري هي عدد صحيح أكبر من صفر. " "يتم التحكم في\n" "تكوين حزم العلامات باستخدام خيار \"-m\" لـ ipchains(8). يجب " "أن تتبع كافة الإشارات والخدمات الفعلية لخدمة ظاهرية\n" "هذا السطر فورًا وأن تكون محددة..\n" "\n" "\n" "

الخوادم الفعلية = ip_address|hostname[->" "ip_address|hostname][:portnumber|servicename]\n" "gate|masq|ipip [weight] [\"request\", \"receive\"]\n" "

تحديد\n" "خدمة فعلية حسب عنوان IP (أو اسم المضيف) والمنفذ (أو اسم الخدمة). إذا كان " "المنفذ محذوفًا، فسيُستخدم الرقم 0، وسيتم تحديد ذلك بشكل أساسي لخدمات\n" "fwmark حيث يتم تجاهل منفذ الخوادم الفعلية.\n" "سيتم تحديد مجموعة من عناوين IP أو (اسمين مضيفين) اختياريًا، " "حيث سيتم التعامل مع كل عنوان\n" "من عناوين IP في المجموعة كخادم فعلي باستخدام المنفذ المحدد. " "تحدد الوسيطة الثانية أسلوب إعادة التوجيه،\n" "حيث يجب أن يكون\n" "gate أو ipipmasq. الوسيطة الثالثة اختيارية وتحدد وزن " "ذلك الخادم الفعلي. إذا كانت محذوفة، فسيتم\n" "استخدام وزن 1. تعد الوسيطتان الأخيرتان اختياريتين أيضًا. فهما تحددان زوج طلب-" "استلام لاستخدامه\n" "في التحقق من استمرار اتصال الخادم. فهما يتجاوزان زوج\n" "استلام-طلب في قسم الخادم الظاهري.\n" "يجب وضع هاتين السلسلتين بين علامتي اقتباس. إذا كانت سلسلة الطلب تبدأ " "بـhttp://... ، فسيتم تجاوز عنوان IP ومنفذ الخادم\n" "الفعلي، أو سيتم بخلاف ذلك استخدام عنوان IP ومنفذ الخوادم الفعلية.\n" "

بالنسبة للخدمتين الظاهرتينTCP وUDP " "(بلا fwmark)، إذا لم يكن أسلوب إعادة التوجيه masq وكان عنوان IP للخادم\n" "الفعلي غير محلي (غير موجود في الواجهة على المضيف الذي يشغّل ldirectord)، " "فسيتم تعيين الخادم الفعلي على ذلك لخدمته\n" "الظاهرية.\n" "حيث إنه لا يتوفر تعيين المنفذ إلا\n" "إذا كان الخادم الفعلي جهازًا آخر وأسلوب إعادة التوجيه هو masq. ويرجع هذا إلى " "الطريقة\n" "التي يعمل بها رمز\n" "LVS الأساسي في kernel.\n" "

قد يوجد إدخال أو أكثر من هذه الإدخالات داخل قسم ظاهري. قد تظهر أيضًا " "الخيارات مهلة الفحص ومهلة التفاوض وفشل العد والاحتياطي وتكرار تنبيهات البريد " "الإلكتروني والحالة الثابتة المدرجة أعلاه داخل قسم ظاهري، حيث يتم تجاوز " "الإعداد العمومي.\n" "\n" "\n" "

نوع الفحص = اتصال|خارجي|تفاوض|" "إيقاف|تشغيل|أداة اختبار الاتصال|مهلة الفحصN\n" "

نوع الفحص لإجرائه. يعمل خيار التفاوض على إرسال طلب والتطابق مع سلسلة " "الاستلام. يعمل الخيار \"اتصال\" على محاولة إجراء اتصال TCP/IP، ومن ثم يمكن حذف السلسلتين طلب واستلام. إذا كان نوع الفحص رقمًا، فسيتم " "دمج الخيارين تفاوض واتصال، بحيث يتم إجراء محاولة تفاوض واحدة بعد كل محاولة " "اتصال N. فمن المفيد التحقق غالبًا من استجابة الخدمة، ويتم فحص التفاوض في " "الفواصل الزمنية الأطول. يُقصد بالخيار \"أداة اختبار الاتصال\" أنه سيتم " "استخدام أداة اختبار الاتصال\n" "ICMP لاختبار توافر الخوادم الفعلية. كما يتم استخدام أداة " "اختبار الاتصال لفحص اتصال خدمات UDP. يُقصد بالخيار\n" "\"إيقاف\" بأنه لن يُجرى الفحص ولن يتم تنشيط الخوادم الفعلية أو الاحتياطية. " "يُقصد بالخيار \"تشغيل\" بأنه سيُجرى الفحص ودائمًا ما سيتم تنشيط\n" "الخوادم الفعلية. الإعداد الافتراضي هو تفاوض.\n" "\n" "\n" "

service = dns|ftp|http|https|" "imap|imaps|ldap|mysql|nntp|none|" "oracle|pgsql|pop|pops|radius|" "simpletcp|sip|smtp\n" "

نوع الخدمة للمراقبة عند استخدام نوع الفحص=تفاوض. يشير الخيار \"لا\" " "إلى خدمة لن يتم مراقبتها.\n" "

يرسل simpletcp سلسلة الطلب إلى الخادم واختبارها مقابل regexp " "للاستلام‏. تتصل الأنواع\n" "الأخرى من عمليات الفحص بالخادم الذي يستخدم\n" "البروتوكول المحدد. الرجاء مراجعة قسمي طلب واستلام للتعرف على " "معلومات خاصة بالبروتوكول.\n" "

الإعداد الافتراضي:\n" "

\n" "
* منفذ الخادم الظاهري هو 21: ftp\n" "
* منفذ الخادم الظاهري هو 25: smtp\n" "
* منفذ الخادم الظاهري هو 53: dns\n" "
* منفذ الخادم الظاهري هو 80: http\n" "
* منفذ الخادم الظاهري هو 110: pop\n" "
* منفذ الخادم الظاهري هو 119: nntp\n" "
* منفذ الخادم الظاهري هو 143: imap\n" "
* منفذ الخادم الظاهري هو 389: ldap\n" "
* منفذ الخادم الظاهري هو 443: https\n" "
* منفذ الخادم الظاهري هو 993: imaps\n" "
* منفذ الخادم الظاهري هو 995: pop\n" "
* منفذ الخادم الظاهري هو 1521: oracle\n" "
* منفذ الخادم الظاهري هو 1812: radius\n" "
* منفذ الخادم الظاهري هو 3306: mysql\n" "
* منفذ الخادم الظاهري هو 5432: pgsql\n" "
* منفذ الخادم الظاهري هو 5060: sip\n" "
* خلاف ذلك: none\n" "\n" "\n" "
أمر الفحص = \"مسار البرنامج النصي\"\n" "

يُستخدم هذا الإعداد إذا كان نوع الفحص خارجي وكان مطلوب تشغيل الأمر للتحقق " "من حالة خادم فعلي. ينبغي أن يتم الخروج بالحالة 0 إذا كان كل شيء\n" "على ما يرام أو كان أي رقم بخلاف الصفر. \n" "

يتم تمرير 4 معلمات على البرنامج النصي:\n" "

* علامة ip/الجدار الناري للخادم الظاهري\n" "
* منفذ الخادم الظاهري\n" "
‏* ip للخادم الظاهري\n" "
* منفذ الخادم الظاهري\n" "
الإعداد الافتراضي: /bin/صواب\n" "\n" "\n" "

منفذ الفحص = n\n" "

رقم المنفذ للمراقبة. أحيانًا يختلف منفذ الفحص عن منفذ الخدمة. \n" "

الإعداد الافتراضي: المنفذ المحدد لكل خادم فعلي\n" "\n" "\n" "

الطلب = \"‏uri لطلب الكائن\"\n" "

سيتطلب هذا الكائن كل ثانية في الفاصل الزمني للفحص في كل خادم فعلي. " "يجب وضع السلسلة داخل علامتي اقتباس.\n" "لاحظ أنه يمكن تجاوز هذه السلسلة\n" "اختياريًا وفقًا لكل خادم فعلي مستند إلى سلسلة الطلب. \n" "

بالنسبة لفحصDNS ، ينبغي أن يكون اسم سجل A أو عنوان سجل " "PTR للبحث عنه.\n" "

بالنسبة لفحص MySQL أو Oracle أو PostgeSQL، ينبغي أن يكون استعلام " "SQL. لم يتم فحص البيانات المرتجعة، والرد عبارة عن صف واحد أو " "أكثر فحسب. هذا هو الإعداد المطلوب.\n" "

بالنسبة لفحصsimpletcp ، يتم إرسال هذه السلسلة حرفية فيما عدا استبدال " "أي أحداث بحرف سطر جديد.\n" "\n" "\n" "

استلام = \"regexp للمقارنة\"\n" "

إذا كانت النتيجة المطلوبة تتضمن regexp هذا للمقارنة، يتم " "الإعلان عن استمرار اتصال الخادم الفعلي. يجب وضع regexp داخل علامتي اقتباس. " "تذكر أن\n" "‏regexps لا تعتبر سلاسل عادية مما تتطلب منك تفادي الأحرف الخاصة إذا كان ينبغي " "استخدامها كبيانات حرفية. لاحظ أنه يمكن تجاوز regexp هذا\n" "اختياريًا وفقًا لكل خادم فعلي مستند إلى regexp للاستلام.\n" "

بالنسبة لفحصDNS ، ينبغي أن يكون ذلك أي من عناوين سجل A " "أو أي من أسماء سجل PTR .\n" "

بالنسبة لفحصMySQL ، لن يُستخدم إعداد الاستلام.\n" "\n" "\n" "

أسلوبhttp‏ = GET | HEAD\n" "

تعيين أسلوب HTTP الذي ينبغي استخدامه لإحضار عنوان " "URI المحدد في سلسلة الطلب. يعد GET الأسلوب " "المستخدم افتراضيًا إذا لم يتم تعيين المعلمة. إذا تم استخدام " "الأسلوبHEAD ، فينبغي ألا يتم تعيين سلسلة الاستلام.\n" "

الإعداد الافتراضي: GET\n" "\n" "\n" "

المضيف الظاهري = \"اسم المضيف\"\n" "

يُستخدم عند استخدام فحص تفاوض مع أسلوب HTTP أو " "HTTPS. تعيين عنوان المضيف المستخدم في طلب HTTP. في حالة الأسلوب HTTPS، عامةً ما يحتاج إلى مطابقة الاسم " "الشائع لشهادة SSL. إذا لم يتم تعيين عنوان المضيف، فسيتم " "اشتقاقه\n" "من عنوان url الخاص بالطلب للخادم الفعلي إذا كان موجودًا. وكحل أخير، سيُستخدم " "عنوان IP للخادم الفعلي. \n" "\n" "\n" "

تسجيل الدخول = \"اسم المستخدم\"\n" "

بالنسبة للأساليب FTP وIMAP " "وLDAP وMySQL وOracle وPOP وPostgreSQL، سيُستخدم " "اسم المستخدم لتسجيل الدخول.\n" "

بالنسبة لأسلوب Radius، تُستخدم كلمة السر للسمة \"اسم المستخدم\".\n" "

بالنسبة للأسلوبSIP ، يُستخدم اسم المستخدم كعنوان المرسل " "والمستلم لاستعلام OPTIONS .\n" "

الإعداد الافتراضي:\n" "

* FTP:مجهول\n" "
* MySQL Oracle وPostgreSQL: يجب تحديدها في التكوين\n" "
* SIP: ldirectord@<hostname>، يُشتق اسم المضيف " "وفقًا لخيار كلمة السر أدناه.\n" "
* خلاف ذلك: سلسلة فارعة تشير إلى أنه لن تتم محاولة مصادقة الحالة.\n" "\n" "\n" "
كلمة السر = \"كلمة السر\"\n" "

كلمة السر المطلوب استخدامها\n" "لتسجيل الدخول إلى الخوادم FTP وIMAP " "وLDAP وMySQL وOracle وPOP وPostgreSQL و\n" "SIP.\n" "

بالنسبة لخادم Radius، تُستخدم كلمة السر للسمة \"المستخدم وكلمة السر" "\".\n" "

الإعداد الافتراضي:\n" "

* FTP: ldirectord@<hostname>، حيث يعد اسم " "المضيف متغير البيئة HOSTNAME الذي يتم تقييمه في وقت التشغيل " "أو اشتقاقه من uname إذا لم يتم تعيينه.\n" "
* خلاف ذلك: سلسلة فارغة. في حال وجود الخوادم LDAP " "وMySQL وOracle وPostgreSQL، فإنه لن يتم إجراء المصادقة.\n" "\n" "\n" "
اسم قاعدة البيانات = \"اسم قاعدة البيانات\"\n" "

قاعدة البيانات المطلوب استخدامها للخوادم MySQL وOracle وPostgreSQL، هي " "التي سيُجرى الاستعلام (التعيين حسبالاستلام أعلاه) وفقًا لها. هذا هو " "الإعداد المطلوب..\n" "\n" "\n" "

سر خادم radius = \"سر خادم radius \"\n" "

السر المطلوب استخدامه لخوادم Radius هو الذي يُستخدم لإجراء طلب-وصول " "باستخدام اسم المستخدم (التعيين حسب تسجيل الدخول أعلاه) وكلمة السر " "(التعيين حسب\n" "كلمة السر أعلاه).\n" "

الإعداد الافتراضي: سلسلة فارغة\n" "\n" "\n" "

مستمر = n\n" "

عدد الثواني لاتصالات العميل المستمرة.\n" "\n" "\n" "

قناع الشبكة = w.x.y.z\n" "

قناع الشبكة المطلوب استخدامه للتنفيذ المتكرر لاتصالات العميل " "المستمرة.\n" "\n" "\n" "

المجدول = scheduler_name\n" "

المجدول المطلوب استخدامه بواسطة LVS لموازنة التحميل. " "للحصول على أي معلومة حول المجدولات المتوفرة، الرجاء مراجعة الصفحة اليدوية " "ipvsadm(8).\n" "

الإعداد الافتراضي: \"wrr\"\n" "\n" "\n" "

البروتوكول = tcp|udp|fwm\n" "

البروتوكول المطلوب استخدامه. إذا تم تحديد الخادم الظاهري كمنفذ وعنوان " "IP، فيجب أن يكون البروتوكول إما tcp أوudp. إذا تم وضع علامة " "كجدار ناري، فيجب أن يكون\n" "البروتوكول fwm.\n" "

الإعداد الافتراضي:\n" "

* إذا كان الخادم الظاهري هو منفذ وعنوان IP ولم " "يكن المنفذ 53: tcp\n" "
* الخادم الظاهري هو منفذ وعنوان IP والمنفذ هو 53: " "udp\n" "
* الخادم الظاهري هو علامة جدار ناري: fwm\n" "
\n" "\n" "\n" "

مهلة الفحص = n\n" "

المهلة بالثواني لعمليات فحص أداة اختبار الاتصال والفحص الخارجي وفحص " "الاتصال. إذا تم تجاوز المهلة، فسيتم الإعلان عن الخادم الفعلي بأنه خامد.\n" "

إذا تم تحديدها في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

إذا لم يتم تحديدها، فستُستخدم مهلة التفاوض. تعد مهلة التفاوض أيضًا قيمة " "عمومية يمكن تجاوزها بواسطة كل إعداد ظاهري.\n" "

إذا لم يتم تعيين كل من مهلة الفحص ومهلة التفاوض، فسيُستخدم الإعداد " "الافتراضي.\n" "

الإعداد الافتراضي: 5 ثوانٍ\n" "\n" "

مهلة التفاوض = n\n" "

المهلة بالثواني لعمليات فحص التفاوض.\n" "

إذا تم تحديدها في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

إذا لم يتم تحديدها، فستُستخدم قيمة مهلة الاتصال. تعد مهلة الاتصال أيضًا " "قيمة عمومية يمكن تجاوزها بواسطة كل إعداد ظاهري.\n" "

إذا لم يتم تعيين كل من مهلة التفاوض ومهلة الاتصال، فسيُستخدم الإعداد " "الافتراضي.\n" "

الإعداد الافتراضي: 30 ثانية\n" "\n" "

عدد مرات الفشل = n\n" "

سيتم الإبلاغ عن عدد المرات المتتالية للفشل عن طريق إجراء عملية فحص " "قبل اعتبار الاتصال بالخادم الفعلي فاشل. ستشير القيمة 1 إلى اعتبار الاتصال " "بالخادم الفعلي فاشل من محاولة الفشل الأولى. سيعمل الفحص الناجح على إعادة " "تعيين عدّاد مرات الفشل إلى 0.\n" "

إذا تم تحديده في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

الإعداد الافتراضي: 1\n" "\n" "

تنبيه البريد الإلكتروني = \"عنوان البريد " "الإلكتروني\"\n" "

هو عنوان بريد إلكتروني صالح لإرسال تنبيهات حول حالة الاتصال التي تم " "تغييرها إلى أي خادم فعلي محدد في الخدمة الظاهرية. يتطلب هذا الخيار تثبيت " "MailTools لكلl\n" "وحدة النمطية. محاولة إرسال البريد الإلكتروني تلقائيًا باستخدام أي من الأساليب " "المضمنة. راجع perldoc Mail::Mailer لمزيد من المعلومات حول الأساليب.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "\n" "

تكرار تنبيهات البريد الإلكتروني = n\n" "

هو التأخير بالثواني بين تنبيهات البريد الإلكتروني المتكررة إذا ما زال " "الخادم الفعلي المحدد في الخدمة الظاهرية لا يمكن الوصول إليه. سيعمل إعداد " "الثواني الصفرية على منع التنبيهات المتكررة. تعتمد دقة توقيت البريد " "الإلكتروني لهذا الإعداد على عدد الثواني المحددة في خيار\n" "تكوين الفاصل الزمني للفحص.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

الإعداد الافتراضي: 0\n" "\n" "

حالة تنبيه البريد الإلكتروني = الكل|بلا|" "بدء|تشغيل|إيقاف|إعادة تحميل,...\n" "

قائمة حالات الخادم المفصولة بفواصل حيث ينبغي إرسال تنبيهات البريد " "الإلكتروني. حالة الكل هي موجز لتنفيذ الحالات \n" "\"بدء،تشغيل،إيقاف،إعادة تحميل\". إذا تم تحديد " "الحالة بلا، فلن يتم تحديد أي خيار آخر، أو بخلاف ذلك، ستكون الخيارات " "ored\n" "مع بعضها البعض.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "

الإعداد الافتراضي: الكل\n" "\n" "

احتياطي = ip_address|hostname[:portnumber|" "sercvicename] [gate|masq|ipip]\n" "

الخادم الذي تتم إعادة توجيه خدمة ويب إليه إذا تعطلت الخوادم الفعلية. " "عادةً ما سيكون ذلك 127.0.0.1 مع صفحة طارئة.\n" "

إذا تم تحديد ذلك في قسم الخادم الظاهري، فسيتم تجاوز القيمة العمومية.\n" "\n" "

اختبار الحالة الثابتة = نعم|لا\n" "

إذا تم تحديد نعم، فإنه عند تحديد أن الخوادم الفعلية أو الإرجاع " "متعطلة، لا تتم إزالتها من جدول LVS في kernel.\n" "وبخلاف ذلك، سيتم تعيين وزنها إلى صفر مما يعني أنه لن يتم قبول أي اتصالات " "جديدة.\n" "

فهذا يتضمن الأثر الجانبي، حيث إنه إذا كان الخادم الفعلي يتضمن اتصالات " "مستمرة، فستتم متابعة إعادة توجيه الاتصالات الجديدة من أي أجهزة عميلة موجودة " "إلى\n" "الخادم الفعلي، إلى أن تنتهي مهلة الاستمرار. راجع ipvsadm لمزيد من المعلومات " "حول الاتصالات المستمرة.\n" "

يمكن تفادي هذا الأثر الجانبي عن طريق تشغيل ما يلي:\n" "

echo 1 > /proc/sys/net/ipv4/vs/expire_quiescent_template\n" "

إذا لم يكن الملف proc موجودًا، فقد يشير ذلك إلى أن kernel لا يتمتع " "بدعم lvs؛ حيث إنه لم يتم تحميل دعم LVS أو أن إصدار kernel " "قديم للغاية ليتضمن ملف proc. ينبغي أن يعمل تشغيل ipvsadm كجذر على تحميل " "LVS في kernel إن أمكن.\n" "

إذا تم تحديد لا، فستتم إزالة الخوادم الفعلية أو الإرجاع من " "جدول LVS في kernel. الإعداد الافتراضي هو نعم.\n" "

في حالة التحديد في قسم خادم ظاهري، يتم تجاوز القيمة العامة.\n" "

الإعداد الافتراضي: نعم\n" "\n" "\n" "\n"