rename—rename an object in the Printer Inventory

Format

rename objectclass name newname  ;

Description

The rename command renames an object in the Printer Inventory.

Operands

objectclass
The class of the object that you want to rename. Valid values are fsa and psf-fss.
name
The name of the object. Names are case-sensitive, so be sure to use the correct uppercase and lowercase letters. Enclose the name in single or double quotation marks if the name contains special characters.
newname
The new name to identify the object. This name must be a unique name for the class of object in the Printer Inventory.

When you create an FSS or FSA definition, this name must match the name that is used to define the FSA or FSS to JES. Specify a valid combination of 1-8 letters, numbers, and special characters (# $ @). The first character cannot be numeric. Lowercase letters are converted to uppercase.

If the name contains special characters, enclose the name in single or double quotation marks.

Example -- rename

This example renames the FSA named PRT001 to new name PRT002:

pidu -c 'rename fsa PRT001 PRT002;'