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)
此内容已动态机器翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
This content has been machine translated dynamically.
This content has been machine translated dynamically.
This content has been machine translated dynamically.
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.
这篇文章已经过机器翻译.放弃
Translation failed!
root管理者(nsroot)のパスワードをリセットする方法
Citrix ADCルート管理者(nsroot)アカウントは、すべてのADC機能への完全なアクセスを提供します。したがって、セキュリティを維持するために、管理者アカウントは必要な場合にのみ使用する必要があります。また、管理者として、パスワードを頻繁に変更することをお勧めします。パスワードを忘れた場合は、最初にデフォルトのパスワードにリセットしてから、新しいパスワードに変更する必要があります。
nsroot管理者として、パスワードをリセットするには、アプライアンスにログオンしてパスワードを変更する必要があります。ただし、パスワードを覚えていない場合は、アプライアンスをシングルユーザーモードで再起動し、ファイルシステムをマウントすることができます。 read/write モード、その後、ns.confファイルから CitrixのADCの エントリを削除します。最後の手順として、再起動してデフォルトのパスワードでアプライアンスにログオンし、新しいパスワードを設定します。
ルート管理者パスワードをリセットするには、次の手順を実行します。
-
Citrix ADC コンソールポートにコンピュータを接続し、ログオンします。
注
この手順を実行するために SSH を使用してログオンすることはできません。アプライアンスに直接接続する必要があります。
- Citrix ADC を再起動します。
-
次のメッセージが表示されたら、Ctrl キーを押しながら C キーを押します。
Press [Ctrl-C] for command prompt, or any other key to boot immediately.
Booting [kernel] in # seconds.
-
シングルユーザーモードでCitrix ADCを起動するには、次のコマンドを実行します。
boot -s
注
起動
-s
がうまくいかない場合は、再起動-- -s
を試みてください。アプライアンスはシングルユーザーモードで再起動します。アプライアンスの起動後、次のメッセージが表示されます。
シェルのフルパス名または
RETURN for /bin/sh:
を入力 -
ENTERを押して、 # プロンプトを表示し、次のコマンドを入力してファイルシステムをマウントします。
-
次のコマンドを実行して、ディスクの整合性を確認します。
fsck_ufs /dev/ad0s1a
注
フラッシュドライブには、CitrixADCに応じて特定のデバイス名があります。したがって、前のコマンドのad0s1aを適切なデバイス名に置き換える必要があります。
- ドライブの詳細を確認するには、devディレクトリにアクセスして「ls」と入力する必要があります。
-
次のコマンドを実行して、マウントされたパーティションを表示します。
df
フラッシュパーティションが表示されていない場合は、手動でマウントする必要があります。 -
次のコマンドを実行して、フラッシュドライブをマウントします。
mount/dev/ad0s1a /flash
-
-
次のコマンドを実行して、
nsconfig
ディレクトリに移動します。cd/flash/nsconfig
- 次のコマンドを実行してns.confファイルを書き換え、デフォルトでadminに設定されているシステムコマンドのセットを削除します。
-
次のコマンドを実行して、nsroot ユーザーにデフォルト設定されているコマンドを持たない新しい構成ファイルを作成します。
grep –v “set system user nsroot” ns.conf > new.conf
-
次のコマンドを実行して、既存の構成ファイルのバックアップを作成します。
mv ns.conf old.ns.conf
-
次のコマンドを実行して、新しい.conf ファイルの名前を ns.conf に変更します。
mv new.conf ns.conf
-
-
次のコマンドを実行して、Citrix ADCを再起動します。
reboot
- 管理者の資格情報を使用して、アプライアンスにログオンします。
-
次のコマンドを実行して、管理者パスワードをリセットします。
set system user nsroot <New_Password>
注
「?」 文字の場合は、この文字の前に「\」文字を付けます。
たとえば、yourexamplepasswd?次の操作を実行すると、管理者アカウントにが設定されます。
> set system user nsroot yourexamplepasswd?
注
高可用性セットアップで忘れた(nsroot)パスワードをリセットするには、ピアノードをシャットダウンすることをお勧めします。ピアノードがアクティブな場合、再起動後にノードが起動するとconfig syncがトリガーされるため、パスワードは上書きされます。
また、Citrixの記事 CTX224027を読んで、CitrixADCアプライアンスへの安全なSSHアクセスがどのように機能するかを確認してください。
共有
共有
この記事の概要
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix 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 Citrix product purchase decisions.
If you do not agree, select Do Not Agree to exit.