HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

518 Fabric OS commands
Saves or removes core files created by daemons.
Synopsis
To FTP core files:
savecore [[-f core-file-list]... | -F] [-h ip-address] [-u user_name | -a]
[-p password][-d remote_directory]
To remove core files:
savecore [[-r core-files-directory-list]... | -R ]
To list core files:
savecore -l
Availability
admin
Description
Use this command to FTP core files, to remove core files, or to list core files. With no arguments,
saveCore enters interactive mode.
Options
This command has the following options:
saveCore
-h ip-address
Specify a host name if FTP requires it.
-u user_name
Specify a user name for the host name; default is
anonymous.
-p password
Specify a password for the user name.
-a Specify to use anonymous FTP to download the core
files. This option cannot be used with the -u option.
-d remote_directory Specify the name of the remote directory into which the
core files are copied. The directory will be created if it
does not already exist. It is assumed that the user has
sufficient privilege to create files at this location.
-f core-file-directory-list Specify a list of the core file directories to transfer to a
remote site. This list can be comma-separated directory
list or just a single directory name. Only the standard
core files directories can be specified (/core_files
and /mnt/core_files); all other files or directories
are ignored.
-R Specify this option to remove all core files.
-r core-files-directory-list Specify this option to remove core files under the
directory list given. Removes all the core files under the
listed directories. The directory list is a comma-separated
list of core files directory and other files, if any, will be
ignored. No confirmation will be made before removal.
-l Specify this option to list all core files.