0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[paloalto]WEBUIのデバッグ取得方法

Last updated at Posted at 2020-09-25

たまに、メーカからWEBデバッグの取得を依頼されることがあります。
WebGUI を含む問題のトラブルシューティングを行う場合に利用しますが、たぶん普段あんまり使うことはない。

英語のナレッジはありますが、一応日本語版覚書:point_up:

手順

  1. WebUI にログイン 例)https://10.10.10.10/

  2. 2.別のタブを開き、手順1と同じ URL にアクセスしますが、最後に/debug を追加します
             例)https://10.10.10.10/debug

  3. 'Clear debug' ボタンをクリックし、すでに存在しているすべてのログをクリア

  4. 'Minimize Javascript'のチェックを外す

  5. 'Debug'にチェックし、デバッグを有効化

  6. 1でログインした通常のWebUIタブに切替え、問題となる事象を再現させる

  7. 'Debug'のチェックをはずし、デバッグを無効化

  8. 'Minimize Javascript'にチェック

  9. デバッグ出力をテキストファイルにコピペ

WEBデバッグの取得方法は以下のナレッジを参考にしてください。
How to Run a PAN-OS Web UI Debug

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?