AIX: mkdev is waiting in kernel at et_wait


 
Thread Tools Search this Thread
Operating Systems AIX AIX: mkdev is waiting in kernel at et_wait
# 1  
Old 11-12-2013
IBM AIX: mkdev is waiting in kernel at et_wait

Hi All,

Code:
bash-3.2# ps -eaf | grep mkdev
    root 4378752 1548526   0 03:27:04      -  0:00 /usr/sbin/mkdev -c disk -s vscsi -t xyz -l virtualdev
bash-3.2#

Here we are trying to create a virtual device using mkdev and the device is already populated in the namespace and the corresponding ODMs but the command mkdev is in a hang state and not coming out.

In kernel, it is waiting at et_wait().

Code:
(0)> p * | grep mkdev
pvproc+10B400 1069 mkdev    ACTIVE 042D080 017A0EE 0000000046F14400   0 0001
(0)> tpid 042D080
                SLOT NAME     STATE    TID PRI   RQ CPUID  CL  WCHAN

pvthread+072F00 1839 mkdev    SLEEP 72F077 03C    0         0  
(0)> f 1839
pvthread+072F00 STACK:
[00055C74]et_wait+000298 (00000000D01D3A38, 000000000000D0B2,
   0000000000000400 [??])
[00463720]poll_wait+0000A4 (??, ??)
[0047C28C]_select+000BD0 (??, ??, ??, ??, ??, ??)
[00003810].svc_instr+000110 ()
[D044E220]D044E220 ()
[kdb_get_virtual_memory] no real storage @ 2FF1E7E042244234
(0)>

The following link is saying that the et_wait can miss the events. But it is fixed long back and did go through the section "PTF to Fileset Mapping" and fond that the package "bos.up" is missing on this server.

AIX server details are as follows:

Code:
bash-3.2# oslevel -s
5300-12-05-1140
bash-3.2#

Has anyone witnessed the same? Is this really fixed in this version of AIX kernel?

With Thanks,
Prasad

Moderator's Comments:
Mod Comment Use code tags - check your PM for a guide.

Last edited by zaxxon; 11-12-2013 at 05:30 AM.. Reason: code tags
# 2  
Old 11-29-2013
Perhaps some app is locking the Configuration Database? Check who is on the odm file with fuser: http://publib.boulder.ibm.com/infoce...config_ddf.htm
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX 7.2 - Error initializing a device into the kernel.

On a fresh bare metal (no LPARs) install of AIX 7.2 running cfgmgr is returning.. # cfgmgr Method error (/usr/lib/methods/cfgstorfworkcom -l sfwcomm2 ): 0514-040 Error initializing a device into the kernel. Method error (/usr/lib/methods/cfgstorfworkcom -l sfwcomm3 ): ... (1 Reply)
Discussion started by: c3rb3rus
1 Replies

2. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies

3. AIX

Loading AIX kernel extensions on reboot

Greetings, Does anyone know how to load AIX kernel extensions on reboot? I know that Oracle loads it's postwait kernel extension via a executable in /etc/inittab. I'm assuming this executable calls the "sysconfig" system call and loads it. What if I wrote my own? What is the proper way in AIX to... (3 Replies)
Discussion started by: jbleistein
3 Replies

4. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

5. Solaris

vmstat and waiting kernel threads

I am running Apache: # httpd -version Server version: Apache/1.3.26 (Unix) Server built: Jul 15 2002 03:27:01 On a V280: # uname -a SunOS bsmweb01 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Fire-280R # I am assessing the server for additional applications. I ran vmstat 10 and a... (9 Replies)
Discussion started by: jabberwocky
9 Replies

6. AIX

aix kernel changes protocol on serial?

does AIX change the protocol used to transmit over the serial port binded to the system console, during the boot process? I'm getting no message on the serial port binded to the console, once the control is passed to the kernel. On the LED I have a 0c46 message. (4 Replies)
Discussion started by: nilleb
4 Replies

7. UNIX for Dummies Questions & Answers

Dynix/ptx equivalents of lsdev, mkdev etc.

I am familiar with the AIX commands lsdev, mkdev, rmdev and so on. Have been asked to look at a very old Sequent Quad box running Dynix/ptx - believed to be version 2.4.1 ! These commands don't appear to be present. Can anyone please identify the equivalent Dynix commands? I've been handed the... (0 Replies)
Discussion started by: itboss
0 Replies

8. SuSE

max number of slabs per kernel module (kernel 2.6.17, suse)

Hi All, Is there a max number of slabs that can be used per kernel module? I'm having a tough time finding out that kind of information, but the array 'node_zonelists' (mmzone.h) has a size of 5. I just want to avoid buffer overruns and other bad stuff. Cheers, Brendan (4 Replies)
Discussion started by: Brendan Kennedy
4 Replies

9. UNIX for Dummies Questions & Answers

mkdev tape problem

SCO 5.0.5 Our system hiccuped last week during mkdev tape command. Actually was at the point where it generated a kernel to reflect the new scsi tape I was trying to add and the system appeared to hang and we aborted the process. starting fresh no tape devices defined. run mkdev tape define... (0 Replies)
Discussion started by: sighbrrguy
0 Replies
Login or Register to Ask a Question