STATUS_LOGON_FAILUREまたはSTATUS_WRONG_PASSWORDを生成するマウントフォルダが何であるかをどのように知ることができますか?

STATUS_LOGON_FAILUREまたはSTATUS_WRONG_PASSWORDを生成するマウントフォルダが何であるかをどのように知ることができますか?

多くのユーザーインストールフォルダを含むLinux Red Hat 7.9サーバーがあります。

インストール中に、インストール元のネットワークフォルダにアクセスするためにアカウントパスワードを入力するように求められます。

ただし、使用されたパスワードが無効になった場合(パスワードが頻繁に変更される)、/var/log/messagesに多くのエラーメッセージが表示されます。

Feb 28 18:45:06 TOTO kernel: cifs_vfs_err: 63 callbacks suppressed
Feb 28 18:45:06 TOTO kernel: CIFS VFS: Free previous auth_key.response = xxxxxxxxxxx
Feb 28 18:45:06 TOTO kernel: Status code returned 0xc000006d STATUS_LOGON_FAILURE
Feb 28 18:45:06 TOTO kernel: CIFS VFS: Send error in SessSetup = -13
Feb 28 18:45:06 TOTO kernel: CIFS VFS: Free previous auth_key.response = xxxxxxxxxxx
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006d STATUS_LOGON_FAILURE
Feb 28 18:45:07 TOTO kernel: CIFS VFS: Send error in SessSetup = -13
Feb 28 18:45:07 TOTO kernel: CIFS VFS: Free previous auth_key.response = xxxxxxxxxxx
Feb 28 18:45:07 TOTO kernel: CIFS VFS: Free previous auth_key.response = xxxxxxxxxxx
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006d STATUS_LOGON_FAILURE
Feb 28 18:45:07 TOTO kernel: CIFS VFS: Send error in SessSetup = -13
Feb 28 18:45:07 TOTO kernel: CIFS VFS: Free previous auth_key.response = xxxxxxxxxxx
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:07 TOTO kernel: CIFS VFS: Send error in SessSetup = -13
Feb 28 18:45:07 TOTO kernel: CIFS VFS: Free previous auth_key.response = xxxxxxxxxxx
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006d STATUS_LOGON_FAILURE
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:07 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:08 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:08 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:08 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD
Feb 28 18:45:08 TOTO kernel: Status code returned 0xc000006a STATUS_WRONG_PASSWORD

mount コマンドまたは findmnt を使用すると、すべてのマウントのリストを取得できますが、どのマウントがエラー メッセージを生成しているかを確認することはできません。そして、すべてのユーザーにインストールがまだ機能していることを確認するように頼むのも痛いです。

すべてのインストールの状態を確認して、どのインストールが異常であるかを検出する方法はありますか?

ベストアンサー1

おすすめ記事