From: eitan Date: Mon, 27 Mar 2006 12:10:47 +0000 (+0000) Subject: [OpenSM] - fix opts file - comment out all options. The user can undo the commenting... X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a37610f1c06590d61b187f46b91b63cfad093bcc;p=~shefty%2Frdma-win.git [OpenSM] - fix opts file - comment out all options. The user can undo the commenting out if he wants to use one of the options. Otherwise - opensm will run with its default opts. git-svn-id: svn://openib.tc.cornell.edu/gen1@254 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/ulp/opensm/user/opensm/opensm.opts b/trunk/ulp/opensm/user/opensm/opensm.opts index 1e0a18b1..122e151e 100644 --- a/trunk/ulp/opensm/user/opensm/opensm.opts +++ b/trunk/ulp/opensm/user/opensm/opensm.opts @@ -5,135 +5,135 @@ #guid # M_Key value sent to all ports qualifing all Set(PortInfo). -m_key 0x0000000000000000 +#m_key 0x0000000000000000 # The lease period used for the M_Key on this subnet in [msec] -m_key_lease_period 0 +#m_key_lease_period 0 # SM_Key value of the SM to qualify rcv SA queries as 'trusted' -sm_key 0x0100000000000000 +#sm_key 0x0100000000000000 # Subnet prefix used on this subnet -subnet_prefix 0xfe80000000000000 +#subnet_prefix 0xfe80000000000000 # The LMC value used on this subnet -lmc 0 +#lmc 0 # The code of maximal time a packet can live in a switch # The actual time is 4.096usec * 2^ # The value 0x14 disables this mechanism -packet_life_time 0x12 +#packet_life_time 0x12 # The code of maximal time a packet can wait at the head of # transmission queue. # The actual time is 4.096usec * 2^ # The value 0x14 disables this mechanism -head_of_queue_lifetime 0x12 +#head_of_queue_lifetime 0x12 # The maximal time a packet can wait at the head of queue on # switch port connected to a HCA -leaf_head_of_queue_lifetime 0x0c +#leaf_head_of_queue_lifetime 0x0c # Limit the maximal operational VLs -max_op_vls 5 +#max_op_vls 5 # The subnet_timeout code that will be set for all the ports # The actual timeout is 4.096usec * 2^ -subnet_timeout 18 +#subnet_timeout 18 # Threshold of local phy errors for sending Trap 129 -local_phy_errors_threshold 0x08 +#local_phy_errors_threshold 0x08 # Threshold of credits over-run errors for sending Trap 129 -overrun_errors_threshold 0x08 +#overrun_errors_threshold 0x08 # # SWEEP OPTIONS # # The number of seconds between subnet sweeps (0 disables it) -sweep_interval 10 +#sweep_interval 10 # If TRUE cause all lids to be re-assigned -reassign_lids FALSE +#reassign_lids FALSE # If TRUE ignore existing LFT entries on first sweep (default). # Otherwise only non minimal hop cases are modified. # NOTE: A standby SM clears its first sweep flag - since the # master SM already sweeps... -reassign_lfts TRUE +#reassign_lfts TRUE # If true forces every sweep to be a heavy sweep -force_heavy_sweep FALSE +#force_heavy_sweep FALSE # If true every trap will cause a heavy sweep. # NOTE: successive same traps (>10) are supressed -sweep_on_trap TRUE +#sweep_on_trap TRUE # # ROUTING OPTIONS # # If true do not count switches as link subscriptions -port_profile_switch_nodes FALSE +#port_profile_switch_nodes FALSE # Activate the Up/Down routing algorithm -updn_activate FALSE +#updn_activate FALSE # # HANDOVER - MULTIPLE SM's OPTIONS # # SM priority used for deciding who is the master -sm_priority 1 +#sm_priority 1 # If TRUE other SM's on the subnet should be ignored -ignore_other_sm FALSE +#ignore_other_sm FALSE # Timeout in [sec] between two polls of active master SM -sminfo_polling_timeout 10000 +#sminfo_polling_timeout 10000 # Number of failing polls of remote SM that declares it dead -polling_retry_number 4 +#polling_retry_number 4 # # TIMING AND THREADING OPTIONS # # Number of MADs sent in parallel -max_wire_smps 4 +#max_wire_smps 4 # The time taken to a transaction to finish in [msec] -transaction_timeout 200 +#transaction_timeout 200 # Maximal time in [msec] a message can stay in the incoming message queue. # If there is more then one message in the queue and the last message # stayed in the queue more then this value any SA request will be # immediately returned with a BUSY status. -max_msg_fifo_timeout 10000 +#max_msg_fifo_timeout 10000 # Use a single thread for handling SA queries -single_thread FALSE +#single_thread FALSE # # DEBUG FEATURES # # The log flags used -log_flags 0x03 +#log_flags 0x03 # Force flush of the log file after each log message -force_log_flush TRUE +#force_log_flush TRUE # Log file to be used -log_file K:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\osm.log +#log_file -accum_log_file TRUE +#accum_log_file TRUE # The directory to hold the file OpenSM dumps -dump_files_dir C:\yael\trunk\ +#dump_files_dir # If TRUE if OpenSM should disable multicast support -no_multicast_option FALSE +#no_multicast_option FALSE # No multicast routing is performed if TRUE -disable_multicast FALSE +#disable_multicast FALSE # If TRUE opensm will exit on fatal initialization issues -exit_on_fatal TRUE +#exit_on_fatal TRUE