Skip to main content

Posts

Showing posts with the label Written by Richard Quixley JPMorgan

vxtree.pl

vxtree.pl - a perl script to parse out the command line output of numerous iterative Vertias commands into a easy-to-read display of data.  I would do real work and validation with the vxassist/vxdisk/vxprint commands, but it was nice to have this command, just to double check my work. NOTE: I also found this on a brocade site listed as "vxdisplay".  However, their copy is the "vxtree.pl" command I had grown to love when I was working on Veritas day-in and day-out. Written by Richard Quixley JPMorgan, back in 2003!!! #!/usr/bin/perl # # vxtree.pl - provides a tty version of the "view layout" option in vmsa. # best viewed in wide xterm # # Aug 2003 - Richard Quixley JPMorgan # # # Identifies the following volume types: # # 1. concat # 2. stripe = (raid-0) # 3. mirror = (raid-1) # 4. raid = (raid-5) # 5. mirrored-stripe = (raid-0+1) # 6. [layered volume] - striped-mirror ("striped-pro") = (raid-1+0 ...