Hitachi

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


rdsget command

Organization of this page

Description

  1. Outputs failure information of client services to the standard output in the cpio format.

  2. Uses the output file of the rdsget -o command as the standard input to acquire failure information of client services. The acquired file is restored under the current directory.

Format

  1. Outputting failure information to the standard output in the cpio format

    rdsget -o [-f identifier]
  2. Using the output result of the -o option as the input to output failure information

    rdsget -i [-t]

Options

-f identifier

Specifies information to be output with the -o option. Use this option when the storage device to store failure information is small. If you omit the -f option, all the information is output.

identifier
  • base:

    Acquires failure information of client services.

  • Detail:

    Acquires detailed failure information which is not acquired with base other than communication-related information.

  • tcp_ip:

    Acquires settings information of TCP/IP.

-i

Uses the output file of the rdsget -o command as the standard input to acquire failure information of client services. The acquired file is restored under the current directory.

-o

Outputs failure information of client services to the standard output in the cpio format.

-t

Uses the file output with the -o option as the standard input to output only the directory information.

Example

Special file name

Specify a special file name matching with the storage device to be registered, using the absolute path starting with /dev/. For how to specify a special file name, see the operating system manual. The following lists some of special file names.

  • When using a built-in CMT

    /dev/cmt00

  • When using a DAT

    /dev/datxx (xx varies depending on the connection method or setting method.)

  • When using a built-in floptical disk

    /dev/rfpd00

  • When using a CD-ROM

    /dev/cdxx (xx varies depending on the connection method or setting method.)

Remarks