Print this page
OS-2000 SATA hotplug should have nice things


 127 set dump_bzip2_level=1
 128 
 129 *
 130 * See OS-1361 for dealing with the timer woes.
 131 *
 132 set pcplusmp:apic_timer_preferred_mode=0
 133 set apix:apic_timer_preferred_mode=0
 134 
 135 *
 136 * Want additional crash dump metrics
 137 *
 138 set dump_metrics_on=1
 139 
 140 *
 141 * With lots of zones, each with a large limit on lwps, we need more pids.  We
 142 * could go to 999999, but for now stick with 5 digits to match the existing
 143 * default of 30000.  This is mostly being conservative, so we can bump higher
 144 * if necessary.
 145 *
 146 set pidmax=99999










 127 set dump_bzip2_level=1
 128 
 129 *
 130 * See OS-1361 for dealing with the timer woes.
 131 *
 132 set pcplusmp:apic_timer_preferred_mode=0
 133 set apix:apic_timer_preferred_mode=0
 134 
 135 *
 136 * Want additional crash dump metrics
 137 *
 138 set dump_metrics_on=1
 139 
 140 *
 141 * With lots of zones, each with a large limit on lwps, we need more pids.  We
 142 * could go to 999999, but for now stick with 5 digits to match the existing
 143 * default of 30000.  This is mostly being conservative, so we can bump higher
 144 * if necessary.
 145 *
 146 set pidmax=99999
 147 
 148 *
 149 * OS-2000 -- The traditional (and essentially entirely brain dead)
 150 * cfgadm(1M)-centric model of hotpluggin' appears to be basically unnecessary.
 151 * This tunable enables the system to create device nodes for newly inserted
 152 * devices automatically.  See: usr/src/uts/common/io/sata/impl/sata.c:97
 153 *
 154 set sata:sata_auto_online=1