Skip to content

Instantly share code, notes, and snippets.

@sombrafam
Created August 6, 2015 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sombrafam/daed01cfe9ec0350089f to your computer and use it in GitHub Desktop.
Save sombrafam/daed01cfe9ec0350089f to your computer and use it in GitHub Desktop.
RAID-Manager/Linux/x64 Ver&Rev: 01-33-03/07
+++++++++++++++++++++++++++++++++++++++++++
utils.execute(*tuple("raidcom get dp_pool".split(" ")))
('PID POLS U(%) AV_CAP(MB) TP_CAP(MB) W(%) H(%) Num LDEV# LCNT TL_CAP(MB) BM TR_CAP(MB) RCNT\n000 POLN 54 2628654 5767860 70 80 2 0 121 10251887 - - -\n001 POLN 0 2469558 2469558 70 80 1 16 0 0 - - -\n', '')
utils.execute(*tuple("raidcom get pool -key opt".split(" ")))
('PID POLS U(%) POOL_NAME Seq# Num LDEV# H(%) VCAP(%) TYPE PM\n000 POLN 54 pool1 211826 2 0 80 - OPEN N \n001 POLN 0 pfit 211826 1 16 80 - OPEN N \n', '')
Model : RAID-Manager/Linux/x64 Ver&Rev: 01-30-03/03
++++++++++++++++++++++++++++++++++++++++++++++++++++
utils.execute(*tuple("raidcom get dp_pool".split(" ")))
('PID POLS U(%) AV_CAP(MB) TP_CAP(MB) W(%) H(%) Num LDEV# LCNT TL_CAP(MB)\n000 POLN 54 2628654 5767860 70 80 2 0 121 10251887\n001 POLN 0 2469558 2469558 70 80 1 16 0 0\n', '')
utils.execute(*tuple("raidcom get pool -key opt".split(" ")))
('PID POLS U(%) POOL_NAME Seq# Num LDEV# H(%) VCAP(%) TYPE PM\n000 POLN 54 pool1 211826 2 0 80 - OPEN N \n001 POLN 0 pfit 211826 1 16 80 - OPEN N \n', '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment