Comments
-
Correction: The cpdumps happens automatically on anything 8.3.1.2 code or newer (not incorrectly stated 8.5.1.2).
-
Storwize monitoring on 8.5.x firmware works fine, AS LONG AS the Restricted Admin account used is a LOCAL account on the Storwize system. If you attempt to use an account on the Storwize that's set up as a REMOTE account, Stor2rrd monitoring does not work. Yes, you are correct; the cpdumps command still requires…
-
UPDATE: I was mistaken that the the underlying issue was the @INC path variable not including the path to the PERL5LIB. Your statement that the PERL5LIB location being set in the stor2rrd .cfg file is where that PERL5LIB location is normally set is, by all appearances, a correct statement and it is not necessary for the…
-
Hmmm... Well, that fixed ONE of my storage systems' remote authentication issues - the one running an older code version (8.4.0.x). The two running the newer 8.5.0.x code versions are still having the same problem.
-
[stor2rrd@corplrrdpd001 stor2rrd]$ export PERL5LIB=/home/stor2rrd/stor2rrd/bin:/usr/share/perl5/vendor_perl:/usr/lib64/perl5:/usr/share/perl5:/usr/lib64/perl5/vendor_perl:/home/stor2rrd/stor2rrd/lib [stor2rrd@corplrrdpd001 stor2rrd]$ echo $PERL5LIB…
-
[stor2rrd@corplrrdpd001 bin]$ echo $PERL5LIB /home/stor2rrd/stor2rrd/lib
-
[stor2rrd@corplrrdpd001 bin]$ export PERL5LIB=/home/stor2rrd/stor2rrd/lib [stor2rrd@corplrrdpd001 bin]$ perl -MNet::OpenSSH -e 'print "Version: $Net::OpenSSH::VERSION\n"' Version: 0.80
-
[stor2rrd@corplrrdpd001 bin]$ perl -I /home/stor2rrd/stor2rrd/lib -MNet::OpenSSH -e 'print "Version: $Net::OpenSSH::VERSION\n"' Version: 0.80
-
[stor2rrd@corplrrdpd001 bin]$ perl -I /home/stor2rrd/stor2rrd/lib/Net -MNet::OpenSSH -e 'print "Version: $Net::OpenSSH::VERSION\n"' Can't locate Net/OpenSSH.pm in @INC (@INC contains: /home/stor2rrd/stor2rrd/lib/Net /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl…
-
From stor2rrd.cfg: # Perl binary PERL=/bin/perl # Perl path for searching modules, it must containg path to RRDp.pm module, usually it is all discovered automatically PERL5LIB=/home/stor2rrd/stor2rrd/bin:/usr/share/perl5/vendor_perl:/usr/lib64/perl5:/usr/share/perl5:/usr/lib64/perl5/vendor_perl:/home/stor2rrd/stor2rrd/lib…
-
Remote LDAP user uses the username and SSH key for authentication, but queries LDAP for the user role. This is in the interest of Security - local account with a RestrictedAdmin role is more vulnerable than a remote account - remote account can have role changed/revoked from AD, outside of the Storwize. Don't understand…
Howdy, Stranger!