|
Assorted Commands
* Force 100mb Full-duplex on the HME driver set hme:hme_adv_autoneg_cap=0 set hme:hme_adv_100fdx_cap=1 set hme:hme_adv_100hdx_cap=0 set hme:hme_adv_10hdx_cap=0 set hme:hme_adv_10fdx_cap=0 * End of HME configuration
*Increase PTY's
in /etc/system:
set pt_cnt=256
-then-
reboot -- -r
-or-
adb -k -w /dev/ksysms /dev/mem pt_cnt/D #shows number of current pty's pt_cnt?W${newcount} #${newcount} needs to be in hex form
-then-
set pt_cnt=256
-then-
drvconfig devlinks
The End
Measureware Cheat Sheet
pv - starts measureware gui perfstat - shows if the pv daemons are running. mwa [start stop restart] all - starts / stops / restarts daemons on monitored system.
To stop the symon agents type: /usr/sbin/SUNWsymon/es-stop -a
To start the symon agents again type: /usr/sbin/SUNWsymon/es-start -a
Verify the symon agents are running by typing: ps -ef | grep esd
You should see something like the following output:
esd - init agent -dir /var/opt/SUNWsymon -q esd - init trap -dir /var/opt/SUNWsymon -q esd - init topology -dir /var/opt/SUNWsymon -q esd - init event -dir /var/opt/SUNWsymon -q esd - init cfgserver -dir /var/opt/SUNWsymon -q
|