The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Device::WWN::Hitachi::HDS - Device::WWN subclass for Hitachi HDS WWNs

DESCRIPTION

This module is a subclass of Device::WWN which provides additional information about Hitachi HDS arrays. These arrays are also resold by various vendors under other names, including:

    Sun StorEdge
    HP XP series

See Device::WWN for more information.

METHODS

accept_wwn( $wwn )

This is called as a class method by Device::WWN and returns a true value if the WWN provided can be handled by this subclass.

family_id

Returns the family ID part of the WWN.

port

Returns the port the WWN is associated with.

serial_number

Returns the serial number of the array the WWN is associated with.

MODULE HOME PAGE

The home page of this module is http://www.jasonkohles.com/software/device-wwn. This is where you can always find the latest version, development versions, and bug reports. You will also find a link there to report bugs.

SEE ALSO

Device::WWN

Device::WWN::Sun::StorEdge

Device::WWN::HP::XP

AUTHOR

Jason Kohles <email@jasonkohles.com>

http://www.jasonkohles.com

COPYRIGHT AND LICENSE

Copyright 2008, 2009 Jason Kohles

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.