NAME

rmprofdata - remove profile data

SYNOPSIS

rmprofdata -m managed-system -f file [--help]

DESCRIPTION

rmprofdata removes a profile data backup file for the managed-system.

OPTIONS

-m

The name of the managed system for which to remove the profile data backup file. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. The tttt-mmm*ssssssss form must be used if there are multiple managed systems with the same user-defined name, or if the HMC does not currently have a connection to the managed system.

-f

The name of the profile data backup file to be removed. If fileis not fully qualified, file will be removed from the /var/hsc/profiles/serial-number directory on the HMC (serial-number is the serial number of the managed system).

To remove profile data from removable media, the media must be present in the removable media device and the device must be mounted with the mount command before this command is issued. The lsmediadev command can be used to display all of the removable media devices on the HMC.

--force

This option allows the specified backup file to be overwritten if it already exists. If the specified backup file already exists and this option is not specified, the backup will fail.

--help

Display the help text for this command and exit.

EXAMPLES

Remove the profile data backup file called backup1 (the file will be removed from the /var/hsc/profiles/ 3413444 directory on the HMC):

rmprofdata -m 9406-570*3413444 -f backup1

Remove the profile data backup file called myFile on a floppy diskette (a floppy diskette must have already been inserted into the diskette drive):

mount /media/floppy

rmprofdata -m mySystem -f /media/floppy/myFile

ENVIRONMENT

None

BUGS

None

SEE ALSO

bkprofdata, lsmediadev, rstprofdata


Send feedback | Rate this page