servicelog command
This command is used to generate a new service data file.
Note
This command used to be ffdc command.
Use the servicelog command to generate and transfer service data to Support.
The following list consist of commands to be used with the servicelog command:
The following table shows the arguments for the options.
Syntax:
servicelog [subset_command] [-options]
Option | Description |
---|---|
generate | Create a new service data file |
status | Check status of service data file |
copy | Copy existing service data |
delete | Delete existing service data |
Option | Description | Values |
---|---|---|
-t | Service log type |
|
Additional options for generate command | ||
-c | Dump data category selection. The data category won't be contained if not specified with this option. |
|
Additional options for generate and copy commands | ||
| Remote filename or sftp target directory. | For sftp, use full path or trailing / on directory name (~/ or /tmp/). The default value is the system generated name. |
| Address of the tftp/sftp server. | Valid IP address |
| Port number of the tftp/sftp server. | Valid port number (default 69/22) |
| Username for the sftp server. | Valid user name |
| Password for the sftp server. | Valid password |
| Minutes to allow for foreground copy. | Between 1 and 5 (default 1) |
Example:
system> servicelog generate
Generating ffdc...
system> servicelog status
Type 1 ffdc: in progress
system> servicelog copy -t 1 -ip 192.168.70.230 -u User2 -pw Passw0rd -f /tmp/
Waiting for ffdc.....
Copying ffdc...
ok
system> servicelog status
Type 1 ffdc: completed
8737AC1_DSY0123_xcc_120317-153327.tgz
system> servicelog generate
Generating ffdc...
system> servicelog status
Type 1 ffdc: in progress
system> servicelog status
Type 1 ffdc: in progress
system> servicelog copy -ip 192.168.70.230
Copying ffdc...
ok
system> servicelog status
Type 1 ffdc: completed
8737AC1_DSY0123_xcc_120926-105320.tgz
system>
Give documentation feedback