/
usr
/
lib
/
raider
/
Raider
/
Devices
/
File Upload :
llllll
Current File: //usr/lib/raider/Raider/Devices/PercCli2.pm
use strict; use warnings; package Raider::Devices::PercCli2; use base qw( Raider::Devices::PercCli ); use Raider::Base; =head1 NAME Raider::Devices::PercCli2 - Return the controller data structure. =head1 DESCRIPTION Return the controller data structure. =head1 USAGE use Raider::Devices::PercCli2; my $device = Raider::Devices::PercCli2->new(); =head1 METHODS =head2 get_cntlr_details() Return the controller data structure. =cut sub get_cntlr_details { return { NO_RAIDALARM_DEVICE_IDS => 1, CNTLR_LSPCI_FILE => "$Raider::Base::base_conf{etc_path}/device_id/PercCli2.json", OLD_CHKRAID => '', PKG_NAME => 'perccli2', CLI_CMD => 'perccli2', CLI_PATH => '/opt/MegaRAID/perccli2/perccli2', }; } 1;
Copyright ©2k19 -
Hexid
|
Tex7ure