![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change system date in solaris | murad.jaber | SUN Solaris | 10 | 03-24-2008 04:12 AM |
| rsh commands not getting executed from Solaris 10 System to AIX System | jumadhiya | SUN Solaris | 25 | 01-22-2007 05:26 AM |
| solaris and fedora core in one system | xinubhaskar | UNIX for Advanced & Expert Users | 2 | 07-01-2005 03:45 PM |
| Not able to detect nr of cpu in Solaris System | pbonato | UNIX for Dummies Questions & Answers | 1 | 04-04-2002 10:29 AM |
| System Log for Sun Solaris 2.6 | tbtan | UNIX for Dummies Questions & Answers | 2 | 11-27-2000 03:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
If this is a Solaris system, check for a script in /etc/rc2.d called S68net-tune. That seems to be the 'recommended' way of doing it.
Otherwise, example: forced 1000 Mbit/s on an UTP # ndd -set /dev/ce instance 0 <-- settings for ce0 # ndd -set /dev/ce link_master 0 <-- for switch connection # ndd -set /dev/ce adv_autoneg_cap 0 # ndd -set /dev/ce adv_1000fdx_cap 1 # ndd -set /dev/ce adv_1000hdx_cap 0 # ndd -set /dev/ce adv_100fdx_cap 0 # ndd -set /dev/ce adv_100hdx_cap 0 # ndd -set /dev/ce adv_10fdx_cap 0 # ndd -set /dev/ce adv_10hdx_cap 0 This is the link |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|