Hitachi

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


rdscltget command

Organization of this page

Description

This command acquires the failure information and 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 for investigating failures.

Format

rdscltget -o

     [-t work-directory-path]
     [-S[-c core-file-path]]

Options

-o

Outputs failure 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 absolute path of 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.

-S

Outputs core-related information to the standard output in cpio format in addition to the failure information.

-c core-file-path

Use an absolute path to specify the core file of JP1/IT Desktop Management 2. When you specify this option, you must specify the -S option as well. 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/

Example

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

rdscltget -o -t /home2 -S -c /tmp/core > special-file-name

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

rdscltget -o -t /home2 -S -c /tmp/core > user-specified-file-name

End code

End code

Meaning

0

Command processing terminated normally.

1

The command failed to acquire failure information.