Rename an Mbox Set

To change the name of an Mbox set, use the following command:

swadm update_mboxset mboxset_id new_name

where:

mboxset_id is the unique identifier for the Mbox set. You can find an Mbox set’s identifier using the show_mboxsets command.
new_name is the new name for this Mbox set (up to a maximum of 32 characters).

The following example renames the BGMBSET2 Mbox set as BGMBSET3. (The show_mboxsets command is used first to identify the BGMBSET2 Mbox set’s mboxset_id, which is 4.)

swadm show_mboxsets
Mboxset ID Mboxset Name Queue Type
1 BGMBSET Local
2 WMDMBSET Local
3 PREDICTMBSET Local
4 BGMBSET2 Local
swadm update_mboxset 4 BGMBSET3