[ofa-general] loading/reading the value of qos_ca_high_limit

Or Gerlitz ogerlitz at voltaire.com
Sun Jul 6 02:54:49 PDT 2008


Hi Sasha,

I see now that when qos_ca_high_limit is set to zero, its missing among
the prints that say what is loaded from the cache file. Note the first
case where I have set it to zero vs the second case where it was one and
the line "Loading Cached Option:qos_ca_high_limit" was present in the output.

Also, is there a way to read the value of high_limit (and active number
of VLs) from the node? smpquery vlarb does not seem to provide it.

thanks,

Or.

# grep qos_ca /var/cache/opensm/opensm.opts

qos_ca_max_vls 4
qos_ca_high_limit 0
qos_ca_vlarb_high 0:1
qos_ca_vlarb_low 0:32,1:96
qos_ca_sl2vl 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,7

# opensm -p 15  -Q -D 0x1
-------------------------------------------------
OpenSM 3.1.11
 Reading Cached Option File: /var/cache/opensm//opensm.opts
 Loading Cached Option:guid = 0x0008f104039708d9
 Loading Cached Option:partition_config_file = /home/ogerlitz/pkey.txt
 Loading Cached Option:sm_priority = 15
 Loading Cached Option:node_name_map_name = (null)
 Loading Cached Option:log_flags = 255
 Loading Cached Option:force_log_flush = TRUE
 Loading Cached Option:qos = TRUE
 Loading Cached Option:qos_policy_file = /home/ogerlitz/qos.txt.ok
 Loading Cached Option:qos_ca_max_vls = 4
 Loading Cached Option:qos_ca_vlarb_high = 0:1
 Loading Cached Option:qos_ca_vlarb_low = 0:32,1:96
Command Line Arguments:
 Priority = 15
 verbose option -D = 0x1
 Log File: /var/log/opensm.log
-------------------------------------------------
OpenSM 3.1.11

Entering MASTER state

SUBNET UP

# grep qos_ca /var/cache/opensm/opensm.opts

qos_ca_max_vls 4
qos_ca_high_limit 1
qos_ca_vlarb_high 0:1
qos_ca_vlarb_low 0:32,1:96
qos_ca_sl2vl 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,7


# opensm -p 15  -Q -D 0x1
-------------------------------------------------
OpenSM 3.1.11
 Reading Cached Option File: /var/cache/opensm//opensm.opts
 Loading Cached Option:guid = 0x0008f104039708d9
 Loading Cached Option:partition_config_file = /home/ogerlitz/pkey.txt
 Loading Cached Option:sm_priority = 15
 Loading Cached Option:node_name_map_name = (null)
 Loading Cached Option:log_flags = 255
 Loading Cached Option:force_log_flush = TRUE
 Loading Cached Option:qos = TRUE
 Loading Cached Option:qos_policy_file = /home/ogerlitz/qos.txt.ok
 Loading Cached Option:qos_ca_max_vls = 4
 Loading Cached Option:qos_ca_high_limit = 1
 Loading Cached Option:qos_ca_vlarb_high = 0:1
 Loading Cached Option:qos_ca_vlarb_low = 0:32,1:96
Command Line Arguments:
 Priority = 15
 verbose option -D = 0x1
 Log File: /var/log/opensm.log
-------------------------------------------------
OpenSM 3.1.11

Entering MASTER state

SUBNET UP

# /usr/local/sbin/smpquery vlarb 11 1
# VLArbitration tables: Lid 11 port 1 LowCap 8 HighCap 8
# Low priority VL Arbitration Table:
VL    : |0x0 |0x1 |0x0 |0x0 |0x0 |0x0 |0x0 |0x0 |
WEIGHT: |0x20|0x60|0x0 |0x0 |0x0 |0x0 |0x0 |0x0 |
# High priority VL Arbitration Table:
VL    : |0x0 |0x0 |0x0 |0x0 |0x0 |0x0 |0x0 |0x0 |
WEIGHT: |0x1 |0x0 |0x0 |0x0 |0x0 |0x0 |0x0 |0x0 |






More information about the general mailing list