HMC Manual Reference Pages  - PEDBG (1)

NAME

pedbg - Product Engineering debug tools

CONTENTS

Synopsis
Description
Options
Examples
Environment
Bugs
Author

SYNOPSIS

pedbg {-d {on | off} | -j {on | off} | -l {rmc | se} | -c | -s | -q {n} | -r} [--help]

DESCRIPTION

pedbg provides debug tools for Product Engineer/Support Personnel. This command requires PE authority to run, i.e, only hscpe user can access this command.

OPTIONS

-d Turn on or off various debug tracing. This option will restart subsystems to start/stop internal tracing.
-j Turn on or off Just in Time compiler. Turn off Just in Time compiler will result in loss of performance.
-l List internal subsystem information. If rmc is specified, the list of RMC daemons will be displayed, along with its state. If se is specified, the IBM.ServiceEvent resource entries are displayed.
-c Collect various logs and javacore. This option can copy the data collected onto a USB flash memory device or leave a zip file in the /dump directory.
-s Collect various managed system dumps that were sent to the HMC. This option can copy the data collected onto a USB flash memory device or leave a zip file in the /dump directory.
-q Collect logs or managed system dumps in quiet mode. Not prompted. Used with either the -c or the -s option.

Options for log collection:
1 = network info only
2 = network info + base logs
3 = network info + base logs + extended logs
4 = all logs - network info + base logs + extended logs + archives
5 = collect files in /home/hscpe/ibmsupt only
7 = collect RMC ctsnap only
9 = run prompt to copy files to media

Options for managed system dumps:
1 collect all system dump types
2 collect FSPDUMP
3 collect SYSDUMP
4 collect LOGDUMP
5 collect SMADUMP
6 collect PWRDUMP
8 delete all system dumps
9 = run prompt to copy files to media
11 collect LPADUMP

-r Remove the log files collected that are put in /dump.
--help Display the help text for this command and exit.

EXAMPLES

The following command turns on debug:

pedbg -d on

The following command disables debug:

pedbg -d off

ENVIRONMENT

None

BUGS

None

AUTHOR

IBM Austin


Linux PEDBG (1) "October 2014"
Generated by manServer 1.07 from pedbg.1 using man macros.