|
Check-in Number:
|
3555 | |
| Date: |
2003-Sep-08 12:48:31 (local)
2003-Sep-08 10:48:31 (UTC) |
| User: | thl |
| Branch: | |
| Comment: |
add redundant command for consistency |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/snmpdx/snmpdx.d/hwRam.pm 1.1 -> 1.2
--- hwRam.pm 2003/09/04 12:36:36 1.1
+++ hwRam.pm 2003/09/08 10:48:31 1.2
@@ -101,6 +101,7 @@
}
# hwRamStatus
+ $out = $self->{-ctx}->{-sys}->run("/usr/platform/$arch/sbin/prtdiag -v", "1m");
$raw = $out->{-stdout};
if ($raw =~ m/\n=+ Memory =+\n(.*?)\n=+/s) {
$raw = $1;
|
|