AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  need to add /usr/sbin/mkdev -l aio0 to inittab file

    Posted Fri February 29, 2008 11:33 AM

    Originally posted by: RELM


    I need to add the command /usr/sbin/mkdev -l aio0 to the inittab file. How do i do this and what the best way, vi inittab or mkitab. Also i am not sure of the different parameters in the mkitab command. This is for an Informix install. oslevel 5300-05-00
    Thanks,
    Richard
    #AIX-Forum


  • 2.  Re: need to add /usr/sbin/mkdev -l aio0 to inittab file

    Posted Fri February 29, 2008 12:29 PM

    Originally posted by: IBMFORUMS


    Why you wana create asyncronous I/O device file every time the server boot?

    I think you just create once.
    #AIX-Forum


  • 3.  Re: need to add /usr/sbin/mkdev -l aio0 to inittab file

    Posted Fri February 29, 2008 12:38 PM

    Originally posted by: RELM


    If i execute the command mkdev -l aio0 and reboot, I have to go back and perform the command again because the aio0 becomes unavaiable. Is ther an option in the mkdev command thats makes it permanent?
    Thanks,
    Richard
    #AIX-Forum


  • 4.  Re: need to add /usr/sbin/mkdev -l aio0 to inittab file

    Posted Fri February 29, 2008 01:33 PM

    Originally posted by: orphy


    You don't need to do this every time on reboot. Use "smitty aio" to change the "STATE to be configured at system restart" to "available" and you are all set.
    Orphy
    #AIX-Forum


  • 5.  Re: need to add /usr/sbin/mkdev -l aio0 to inittab file

    Posted Fri February 29, 2008 02:01 PM

    Originally posted by: RELM


    Got it! Made the change and rebooted. The device is avaiable after reboot. Thanks for the resolution.
    Richard
    #AIX-Forum