renamefset(8) — Maintenance
NAME
renamefset − renames an existing fileset
SYNOPSIS
/usr/sbin/renamefset domain oldsetname newsetname
domainSpecifies the name of the file domain.
oldsetnameSpecifies the fileset name to change.
newsetname
Specifies the new fileset name.
DESCRIPTION
The renamefset command renames an existing fileset within a file domain. Before renaming a fileset, unmount the fileset and any existing clones of the fileset. After renaming a fileset, update the corresponding entries in the /etc/fstab file.
For clone filesets, use the same procedure as for filesets.
RESTRICTIONS
You must have root-user privilege to change fileset names.
EXAMPLES
The following example changes the name of the credit_fs fileset in the accounts_dmn file domain to new_credit_fs:
# renamefset accounts_dmn credit_fs new_credit_fs
RELATED INFORMATION
Commands: advfs(4), chfsets(8), mkfdmn(8), mkfset(8), rmfset(8), showfset(8).