DMA failure ?


 
Thread Tools Search this Thread
Operating Systems Solaris DMA failure ?
# 1  
Old 05-10-2011
DMA failure ?

Our Solaris was hung yesterday, and dmesg show that,

nxge3 : <== nxge_m_start: initialization failed
nxge2 : nxge_dma_mem_alloc:ddi_dma_mem_alloc kmem alloc failed
nxge2 : nxge_alloc_rx_buf_dma: Alloc Failed: dma 9 size_index 10 size requested 4194304

Does it mean the DMA failure ? How do we solve that ? More RAM to the Solaris ?

Many thanks !!

Moderator's Comments:
Mod Comment Please use code tags!

Last edited by dehetoxic; 05-12-2011 at 04:31 AM.. Reason: Need to reduce company platform information
# 2  
Old 05-10-2011
are there any tuning settings for the nxge nics? alos, which solaris version do you use?
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 05-10-2011
We have,

SunOS HSBC1 5.10 Generic_144488-06 sun4v sparc SUNW,SPARC-Enterprise-T5120

Sorry, what is tunning setting for nxge ? Am quite new to the Solaris Smilie
# 4  
Old 05-10-2011
have a look here:
Networks - Siwiki
and especially this part:
http://www.solarisinternals.com/wiki...gabit_Ethernet
This User Gave Thanks to DukeNuke2 For This Post:
# 5  
Old 05-10-2011
Thanks, I will edit as mentioned, but this line

"Note that a fix for CR 6722278 is needed for the tuning to take effect"

do I have to install that patch to take effect ?
# 6  
Old 05-10-2011
just have a look if there are some actual tuning settings... if yes, take them out and try without the settings... if the above messages still appear, we've to look for other problems.
This User Gave Thanks to DukeNuke2 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

boot up failure unix sco after power failure

hi power went out. next day unix sco wont boot up error code 303. any help appreciated as we are clueless. (11 Replies)
Discussion started by: fredthayer
11 Replies

2. UNIX for Advanced & Expert Users

mount failure

i am tryin to mount my shared folder on the server, I used a command suggested to me, but it also fails, any suggestions would be thankful saman@saman-G41MT-ES2L:~$ sudo mount -t cifs //safe/tabatabaian_s -o username="myuser",password="mypass" /mnt/share mount: wrong fs type, bad option, bad... (1 Reply)
Discussion started by: dr_mabuse
1 Replies

3. AIX

DMA overrun& underrun

Friends, One of my aix 5.3 server, en2 network adapter's entstat shows that there is an DMA overrun & underrun errors... Please help me why these errors are arising? Wat could be the cause? Thanks (0 Replies)
Discussion started by: kmvinay
0 Replies

4. UNIX for Advanced & Expert Users

su failure

Usually when su rejects an attempt to switch user it responds with "Sorry" but with a certain username on some unix servers the response is "Killed". I'm guessing the su accepted the username/password but refused to spawn child shell with the specified username. What's causing this and what has to... (8 Replies)
Discussion started by: twk
8 Replies

5. Solaris

failure in lucreate

Earlier live upgrade from solaris 8 to solaris 10 5/08 was not permitted . Later by document 250526 dated Feb 2009 , it permitted and fllowing s8p7zip.tar and following solution 206844 . While installing SUNWluu,SUNWlur,SUNWlucfg , I had a partial failure . But pkginfo shows the information... (5 Replies)
Discussion started by: Hitesh Shah
5 Replies

6. Shell Programming and Scripting

Login failure

can u please provide me a code that displays the login failed details such as date, time,user name and number of times the login failed in a seperate file by using system calls or in shell scripts.. (2 Replies)
Discussion started by: aravind007
2 Replies

7. Solaris

rpcbind failure

Hello experts.. What is the meaning of " RPC : rpcbind failure" in NFS ? What would be the reason for that? How can i resolve that issue? give me all aspects (all views).. Thanks in advance... (1 Reply)
Discussion started by: younus_syed
1 Replies

8. Programming

how to load a file in memory for doing DMA transfer to Bus master DMA

i need to send a file to the ethernet card , thro DMA mode i have an bus master ethernet card soo how can i initiate the dma for the ethernet card??? and how do i load the file into memory so tht i can directly give the address of the file to nic for DMA transfer pls help :( :( (0 Replies)
Discussion started by: arunkumarspk
0 Replies

9. Programming

ld failure

Hi, I am using gmake to compile a c program with a makefile. The make file runs ld. I get the following error jsh1035c:/users/egate453/admegate/kapil/samples $ gmake -e -f GNUmakefile queue_c gmake -f ./GNUmakefile queue_c in_objdir=1 build_root=/users/egate453/admegate/kapil/samples... (2 Replies)
Discussion started by: handak9
2 Replies

10. Filesystems, Disks and Memory

Hard Disk parameters (caching/dma)

Linux uses hdparm to set these parameters, my question is: what tool uses BSD systems (FreeBSD/OpenBSD/NetBSD)? There is another thing which FreeBSD implements on their filesystems: softupdates. If I forgot to enable this option when I partitioned the disk, how could I enable it at a later time? (1 Reply)
Discussion started by: eNTer
1 Replies
Login or Register to Ask a Question