
svmgraph - Graph Solaris Volume Manager objects using GraphViz

svmgraph [-o outfile.png] [-f format] [-D datadir] [-O [h|v]] [objects]
svmgraph -D t/data # creates svm.png
smvgraph -o d100.png d100 # creates d100.png
[-o <outfile>] : outfile is the name of the image file to output, extension are honoured [-f <format>] : format of the file, as supported by GraphViz [-D <datadir>] : datadir is the directory where the data will be read from [-O <h|v>] : image orientation (horizontal or vertical) [-P pageformat] : if Paper::Specs is available, you'll be able to say 'Letter' or 'A4' [-h] : show this help text

svmgraph is a tool to graph your SDS/SVM configuration
The -D option provides the same interface as svm(1) (from Solaris::Disk::SVM), to read configuration from file instead from the needed commands outputs.
The output file may be from one of the many output types in GraphViz.

Jérôme Fenal <jfenal@free.fr>

Head to http://jfenal.free.fr/Solaris/ to see some sample graphics.

This is version 0.03 of the svmgraph script.

Copyright (C) 2004, 2005 Jérôme Fenal. All Rights Reserved
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

is used to retrieve information about the SVM configuration.
is used to get raw disk partitions.
is used to get current mounted devices.
metastat(1M), metatool(1M), etc.