kmknod(8) System Manager's Manual kmknod(8)NAME
kmknod - Creates device special files for static kernel layered products
SYNOPSIS
/sbin/kmknod
DESCRIPTION
The kmknod command obtains information from a running kernel and determines if any device special files must be created for use by the ker-
nel layered products that are statically configured.
To enable kmknod to create device special files, the statically configured kernel layered products must have been registered with the kreg
command.
Note
To create device special files for the kernel layered products that are loadable modules, such as loadable device drivers, use the cfgmgr
command instead of the kmknod command.
The kmknod command first deletes any files that have matching names and any files that have both matching major numbers and matching device
types (block or character). After any matching files are deleted, the kmknod command creates all the required device special files.
The /etc/inittab file contains instructions to invoke the kmknod command at boot time.
You must be superuser to invoke the kmknod command.
FILES
Provides the init program with instructions for creating and running initialization processes.
SEE ALSO
Commands: kmknod(8), kreg
System Administration
Writing Device Drivers: Tutorial
kmknod(8)
Check Out this Related Man Page
strsetup(8) System Manager's Manual strsetup(8)NAME
strsetup - STREAMS setup and information command
SYNOPSIS
/usr/sbin/strsetup [-cdfi]
OPTIONS
Lists the current kernel configuration of STREAMS modules and devices. Any user can run the strsetup -c command. Deletes all character
special files listed in the configuration file that do not map to currently configured STREAMS drivers. Specifies a file that contains the
specifications to build third party or installation-specific character files for STREAMS-based drivers. It uses the same specification
format as the strsetup.conf file. Creates the STREAMS-based special files appropriate for your kernel configuration. By default the
strsetup command uses the information in the /etc/strsetup.conf file to build the STREAMS-based special files with the correct names, file
permissions, and minor numbers. If the strsetup.conf file does not exist, the strsetup command defaults to creating clone character spe-
cial files.
The strsetup -i command is run automatically at boot time.
DESCRIPTION
The strsetup command displays the setup of your STREAMS modules and creates the appropriate character special files for the STREAMS-based
drivers in your kernel configuration.
FILES
Default directory in which the -i option creates the pseudodevices
SEE ALSO
Commands: netsetup(8)
Files: strsetup.conf(4)
System Administration
strsetup(8)
has anyone used any products to map windows drives to a solaris machine?
if so can you please let me know of any problems you have seemed to have and which products you have tried. (4 Replies)
hi everyone
i have a doubt about ".so" files.
what is the need of ".so" files.
why we use ".so" files.
where we can use ".so" files.
how can i create ".so" files.
can u tell me a good example please
thank you (6 Replies)
Dear All
I am using cat command for concatenating multiple files. Some time i also use append command when there are few files.
Is there faster way of concatenating multiple files(60 to 70 files) each of
156 MB or less/more.:)
Thanx (1 Reply)
The following files were wiped out - new empty files were left in their place.
/etc/inittab, /etc/inetd.conf, and /etc/MANPATH
The system is running HP-UX 11i v3 - Mar08.
Anyone seen anything like this?
Any ideas on a way to figure this out if it happens again or a suggested way to... (9 Replies)
Hey all,
I am working on a static analysis tool and I wan't to see if it can find bugs in the linux kernel, it uses LLVM framework to analyse the instructions.
Long story short I need to build the kernel with a custom compiler. The compiler will create byte code files where binaries usually... (2 Replies)
OS: AIX 6.1
The host has a dual port NIC installed and when I went to run `cfgmgr -v` to configure it I got an error showing device packages are missing from the install:
`cfgmgr -v` on 10.15.xx.xxx
cfgmgr: 0514-621 WARNING: The following device packages are required for device support but... (3 Replies)
Hi
Can anyone explain me in detail the following instructions (1st and 2nd line only)?
ls | \
while IFS= read filename
do
(some other instructions)
done
Thanks in advance.
Lazy (2 Replies)
Hi,
I need to create .so files from .o files(compiled c files) in HP-UX env. I dont have GCC in the HP-UX server. Is there any other way to create without using GCC.
I have done this in solaris.I had been using this command
/opt/SUNONE8/SUNWspro/bin/cc -G -o abc.so ./abc.o... (5 Replies)
hi, I sealed a linux app in a pc as an embeded device..
I added several users in my linux system, of coz i am the root user...well, after i saled my products to customers, i want my products run like a embeded devices when they connect the system with terminals... i got a way out.. I want to bind... (4 Replies)
Hi friends,,
I need ur help very urgently.I have 2 files which have more than 5000 numbers,I want to find the matching numbers between 2 files using R language.I dont know how to use for loop in R.I tried to get a result,,but didnt get,
file1 is like
1061909
1162391... (1 Reply)
Dear all
i have a sun SL500 tape library attached to my AIX box while issue the command cfgmgr i have the below issue
test>cfgmgr
cfgmgr: 0514-621 WARNING: The following device packages are required for
device support but are not currently installed.
devices.fcp.changer
please... (3 Replies)
Hi,
From the man page, cfgmgr configures devices and optionally installs device software by running the programs specified in the Configuration Rules object class and it is not dependent on platform .
Are there any fundamental differences impacting the speed of cfgmgr on a stand-alone and... (5 Replies)
Hi this is my first thread. I use KDE and Gnome on Debian. I configured inittab like what it should be. But when i have an inittab file i can't see anything when i run who -r command.
This is the result of who -r without /etc/inittab
hwpplayer1@build3:~$ who -r
açılış-seviyesi 5... (4 Replies)
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)