-
-
-
VMware ESX、Linux KVM、およびCitrix HypervisorでNetScaler ADC VPXのパフォーマンスを最適化する
-
AWSでNetScaler ADC VPXインスタンスを展開する
-
-
-
-
-
-
-
-
-
-
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
クロック同期
Citrix ADCアプライアンスを設定して、ローカルの時刻を、NTP(Network Time Protocol:ネットワークタイムプロトコル)サーバーの時刻と同期することができます。これにより、NetScalerのクロックの設定は、ネットワーク上のほかのサーバーと同じ日付と時刻になります。NTPは、UDP(User Datagram Protocol:ユーザーデータグラムプロトコル)ポート123を、トランスポートレイヤーとして使用します。NTP構成ファイルでNTPサーバーを追加し、アプライアンスがこれらのサーバーから定期的に更新を受け取るようにする必要があります。
ローカルのNTPサーバーがない場合は、公式NTPサイト(http://www.ntp.org)で、パブリックなオープンアクセスNTPサーバーの一覧を検索できます。
アプライアンスでクロック同期を構成するには、次の手順に従います:
-
コマンドラインにログオンし、shellコマンドを入力します。
-
シェルプロンプトで、ntp.confファイルを/etcディレクトリから/nsconfigディレクトリにコピーします。ファイルが/nsconfigディレクトリに既に存在する場合は、ntp.confファイルから次のエントリが削除されていることを確認します。
restrict localhost
restrict 127.0.0.2
これらのエントリは、デバイスをタイムサーバーとして実行する場合のみ必要となります。ただし、この機能はCitrix ADCアプライアンスではサポートされていません。
-
/nsconfig/ntp.confを編集して、ファイルのサーバーと制限エントリの下に、必要なNTPサーバーのIPアドレスを入力します。
-
/nsconfigディレクトリにrc.netscalerという名前のファイルがない場合は作成します。
-
次のエントリを追加して、/nsconfig/rc.netscalerを編集します:
/usr/sbin/ntpd -c /nsconfig/ntp.conf -l /var/log/ntpd.log &
このエントリは、ntpdサービスを開始し、ntp.confファイルをチェックして、メッセージを /var/log ディレクトリ。
注:Citrix ADCアプライアンスとタイムサーバーの時間差が1000秒を超える場合、ntpdサービスはADCログへのメッセージで終了します。これを避けるには、強制的に時刻を同期する-gオプションを使用してntpdを開始する必要があります。/nsconfig/rc.netscalerに次のエントリを追加します。
/usr/sbin/ntpd -g -c /nsconfig/ntp.conf -l /var/log/ntpd.log &
時間差が大きく、強制的に時刻を同期したくない場合は、日付を手動で設定してからntpdを再び開始できます。アプライアンスとタイムサーバー間の時間差は、シェルで次のコマンドを実行することによって確認できます。
ntpdate -q <IP address or domain name of the NTP server> <!--NeedCopy-->
-
アプライアンスを再起動して、クロック同期を有効にします。
注:アプライアンスを再起動する前に時刻同期を開始したい場合は、手順5でrc.netscalerファイルに追加した次のコマンドをシェルプロンプトで入力します。
/usr/sbin/ntpd -c /nsconfig/ntp.conf -l /var/log/ ntpd.log & <!--NeedCopy-->
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.