メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。
一部の文書番号が変更されている可能性があります。探しているものではない場合は、すべての文書を検索してみてください。文書の検索

NetWorker: How To Use pkgcore for generating core dump bundles

概要: This KB provides an overview on how to collect and use the pkgcore utility on Linux systems. This KB is intended for support use when encountering service requests for core dump related issues. ...

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


手順

The pkgcore utility can be downloaded from: https://central.dell.com/solutions/Networker-Tools

The PKGCore.zip includes pkgcore for Linux, HP-UX, and SunOS. 
 NetWorker (Linux): How to copy files to/from a Linux NetWorker server.

General Use Instructions

1. Copy linux_pkgcore.sh to a Linux machine where the core file that you would like to debug resides.
2. Run: 
linux_pkgcore.sh output_file_name /path/to/core_file /path/to/binary
Example: pkgcore.sh LGTsc12345 /nsr/cores/nsrd/core.#### /usr/sbin/nsrd
3. Obtain the resulting output files <output file name>_corefiles.tar.gz and <output file name>_libraries.tar.gz and upload these to the service request.

その他の情報

Analysis

1. Decompress both output files in the same path on the machine when you intend to debug the core.
2. If the binary that produced the core is nonstripped, replace the binary file that is linked to by the "executable" symbolic link, with a nonstripped binary.
3. Ensure that gdb is in your system path.
4. In the directory where you decompressed the outputfiles, run ./opencore

GDB: The GNU Project Debugger (sourceware.org) This hyperlink is taking you to a website outside of Dell Technologies.

GDB is a third-party tool that is not included with NetWorker, it is up to the system administrator to install this utility and configure it as part of the system path. NetWorker support cannot install or configure software or tools.

文書のプロパティ


影響を受ける製品

NetWorker

製品

NetWorker Family, NetWorker Series

最後に公開された日付

19 10月 2023

バージョン

5

文書の種類

How To