Creating An Analytics Worksheet (Bui) - Oracle ZFS Storage Appliance Administration Manual

Hide thumbs Also See for ZFS Storage Appliance:
Table of Contents

Advertisement

}
printf('Creating group for %s ... ', group);
run('groups');
try {
} catch (err) {
}
run('cd ..');
}
Related Topics
Understanding SAN
SAN Fibre Channel Configuration
SAN iSCSI Configuration
SAN iSER Target Configuration
SAN SRP Configuration
SAN Terminology

Creating an Analytics Worksheet (BUI)

To create an analytics worksheet for observing operations by initiator, complete the following:
Go to the Analytics screen.
1.
2.
Click the
add icon for Add Statistic. A menu of all statistics appears.
3.
Select iSCSI operations > Broken down by initiator under the Protocols section
of the menu. A graph of the current operations by initiator appears.
printf('done\n');
}
run('select alias=' + initiator);
initiators.push(get('initiator'));
run('cd ..');
run('select name=' + group);
printf('(already exists)\n');
run('cd ..');
if (err.code != EAKSH_ENTITY_BADSELECT)
throw err;
run('create');
set('name', group);
run('set initiators=' + initiators);
run('commit');
printf('done\n');
Creating an Analytics Worksheet (BUI)
Configuring the Appliance
139

Advertisement

Table of Contents
loading

Table of Contents