132
TCL Functions
DFS TCL Functions
NAME
tcl_dfs_add_episode_aggregate
- Creates an episode aggregate.
SYNOPSIS
tcl_dfs_add_episode_aggregate (agg_name agg_dev_name agg_id
format epi_force blksize fragsize)
PARAMETERS
agg_name
The name of the aggregate (ex: epi1).
agg_dev_name
The name of the aggregate device (ex: /dev/vg00/lvol8).
agg_id
The aggregate ID number (ex: 1).
format
y or n. Format a partition as an episode aggregate.
epi_force
y or n. Reinitialize an existing aggregate.
blksize
The block size to be used (ex: 8192).
fragsize
The fragment size to be used (ex: 1024).
RETURNS
TCL_OK
Successfully created an episode aggregate.
err_msg
An error was encountered.