Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Agent (For UNIX Systems)


rdscltslget command

Organization of this page

Description

This command acquires the core-related information of the distribution-destination system's client services and generator tools, using a UNIX machine. Core-related information is contained in the core file and OS libraries that are required to investigate failures.

Format

rdscltslget -o
     [-t work-directory-path]
     [-c core-file-path]

Options

-o

Outputs core-related information of the distribution-destination system's client services and generator tools to the standard output in cpio format.

-t work-directory-path

Specify the directory to be used as the work area when core-related information is output. If you omit this option, the command follows the DMTMPDIR settings of the operating-environment settings file.

-c core-file-path

Use an absolute path to specify the core file output by JP1/IT Desktop Management 2. If you omit this option, the core file is automatically found from the following directories:

For operating systems other than HP-UX
  • /NETMRDS/

  • /NETMDMGF/

  • /usr/bin/NETMDMGF/

For HP-UX
  • /var/opt/NETMDMW/

  • /etc/opt/NETMDMW/

  • /opt/NETMDMW/

  • /NETMDMGF/

When you execute the command without specifying this option, an error occurs if:

  • The core file does not exist.

  • There are multiple core files.

    If there are multiple core files, the path for each core file is output to the standard error output.

Example

To store core-related information in a storage medium, use an absolute path in the following format to specify the special file name for the medium starting from /dev:

rdscltslget -o > special-file-name

To output core-related information to a hard disk, use an absolute path or a relative path in the following format to specify the output file name:

rdscltslget -o > user-specified-file-name

End code

End code

Meaning

0

Command processing terminated normally.

1

A command argument is invalid.

255

Command processing terminated abnormally.