Changing Auto negotiating Problem on Solaris


 
Thread Tools Search this Thread
Special Forums IP Networking Changing Auto negotiating Problem on Solaris
# 1  
Old 07-28-2009
Changing Auto negotiating Problem on Solaris

I have a T2000 server running Solaris 10. I want to change the auto negotiaing on the ethernet ce3 to off. but when
I try with the comand
Quote:
ndd -set /dev/ce adv_autoneg_cap 0
only ce2 changes. I have tried with
Quote:
ndd -set /dev/ce:3 adv_autoneg_cap 0
but failing.

Note: Earlier i was using ce2 but not using ce3 because ce2 failed.

Kindly help
# 2  
Old 07-28-2009
you have to change the instance number first:

Code:
ndd -set /dev/ce instance 0
ndd -set /dev/ce adv_autoneg_cap 0

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Auto Power On on V440 Solaris system

Hi there, I have a V440 Server based on Sun Microsystem with Solaris OS. Is there any way to auto power on the system only with cabling the V440 with 220 v? Thanks! (10 Replies)
Discussion started by: proof_enrique
10 Replies

2. Solaris

Solaris how to enable auto tab key?

Hi, On Solaris 10, how do I enable the auto tab key? For example, on the Linux, I can type few letters and press the tab key. How do I do the same on Solaris? Thanks. (2 Replies)
Discussion started by: samnyc
2 Replies

3. Solaris

auto mount SMB share on Solaris 10

I CANNOT use autmounter so should I just write the command as an /etc/rc script or is it possible to auto mount the share via the vfstab? (4 Replies)
Discussion started by: LittleLebowski
4 Replies

4. Solaris

Auto Detecting Which NIC is installed in Solaris

Hi I want to install Solaris 9 on a disk that may be installed in a number of V240 SPARC workstations. Each of the computers is the same except that they may contain one of two NICs in them (the two NICs are both PCI cards). I would like to configure the machines so that Solaris can work out... (4 Replies)
Discussion started by: mike_au
4 Replies

5. Solaris

NFS VS Auto Mount problem

Dear All, Struck with a peculiar problem a) /opt/a is auto mounted to /home/a for User:a When the User logs in to the server his home directory is getting mounted from the autofs i.e /home/a (/opt/a), Instead is has to mount the User home dir from NIS which is /home/a (from NIS). ... (2 Replies)
Discussion started by: saiprashant
2 Replies

6. Solaris

Problem while changing the password in solaris 10

Hi guys, there are some user in my network but they are not able to change their password but by root i am able to change the password. while trying to change the password this massage is showing Sorry, wrong passwd Permission denied please help me out as i am new for Sun solaris ... (31 Replies)
Discussion started by: daya.pandit
31 Replies

7. Solaris

ssh auto-logout problem

Hi all, Is there is any feature to auto-logout in OpenSSH 3.6.1p2, If yes then how to disable that because i am getting auto-logout within an hour when i am idle from SSH Server. Thanks in advance. https://www.unix.com/images/misc/progress.gif (3 Replies)
Discussion started by: daya.pandit
3 Replies

8. Solaris

Auto Start/Stop Didnt Work in Solaris 10

Hi...all database - 10g Rs 2 with ASM platform - Sun Solaris V890 64bit This is the step i use to auto start the database n ASM: (auto start can start but need to kill lsvcrun first) 1 dbora---script 2 start_shutdown_asm.ksh---script 3. Dbora file must be put under /etc/init.d directory... (0 Replies)
Discussion started by: adzuanamir
0 Replies

9. UNIX for Advanced & Expert Users

CDROM Doesn't Auto Mount - Solaris 9

On Sun Fire V240, cdrom doesn't automount. I can manually mount the cdrom, however it pretty annoying. I have checked the vold demon and its seems to be running. Here is the output from /etc/inetd.conf pg inetd.conf daytime stream tcp6 nowait root internal daytime dgram udp6 ... (2 Replies)
Discussion started by: mshafi
2 Replies

10. UNIX for Dummies Questions & Answers

Sun solaris server auto reboots

Hi Guys, For the past month, our sun solaris server has rebooted itself 3 times. The sysadmin is saying that is not a sun issue and does not want to carry out any further research with sun about that. The db logfile does not show anything about any db issues at that time. I opened an oracle TAR... (3 Replies)
Discussion started by: mnjanje
3 Replies
Login or Register to Ask a Question