Sponsored Content
Operating Systems AIX Determining how long device has been in defined state Post 302766859 by dukessd on Tuesday 5th of February 2013 03:01:02 PM
Old 02-05-2013
Um, did you think of asking them?
Please post back if it is anything other than "because I noticed it in the lsdev output" ;0)
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Hitting with custom port in CLOSE_WAIT state for long time in solaris 10

Hi, Occasionally I am getting the port state in CLOSE_WAIT for long time in the solaris server. I am not sure is it application problem or not. Because we are using port 9009 for Tomcat process in our web application, some time when I start the application, the port 9009 is in CLOSE_WAIT... (0 Replies)
Discussion started by: mgmk.84
0 Replies

2. AIX

Device Available / Define state

Hi, I would like to know wheather it is possible to make device in availabe state? if for same reason os is not able to make it in available state. and it is in define state. (2 Replies)
Discussion started by: manoj.solaris
2 Replies

3. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

4. AIX

Open firmware state to running state

Hi Admins, I am having a whole system lpar in open firmware state on HMC. How can I bring it to running state ? Let me know. Thanks. (2 Replies)
Discussion started by: snchaudhari2
2 Replies

5. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies
lsdev(1M)																 lsdev(1M)

NAME
lsdev - list device drivers in the system SYNOPSIS
driver | class] block_major] char_major] major] [major ...] DESCRIPTION
The command lists, one pair per line, the major device numbers and driver names of device drivers configured into the system and available for invocation via special files. A in either the block or character column means that a major number does not exist for that type. If no arguments are specified, lists all drivers configured into the system. If the option is specified, will not print a heading. This option may be useful when the output of will be used by another program. The and options are used to select specific device drivers for output. If more than one option is specified, all drivers that match the criteria specified by those options will be listed. These search options are divided into two types: name search keys (the and options) and major number search keys (the and options). If both types of options are present, only entries that match both types are printed. The same type of option may appear more than once on the command line with each occurrence providing an ORing effect of that search type. The and options may not be specified at the same time. The ability to process major arguments is provided for compatibility and functions like the option. Options List device drivers that match class. List device drivers with the name driver. List device drivers with a block major number of block_major. List device drivers with a character major number of char_major. List device drivers with either a character major number or block major equal to major. DIAGNOSTICS
The and options may not be specified at the same time. A major number is malformed or out of range. EXAMPLES
To output entries for all drivers in the class: To output entries that are in the class that have either a block or character major number of To get the character major number of into a shell environment variable: WARNINGS
Some device drivers available from the system may be intended for use by other drivers. Attempting to use them directly from a special file may produce unexpected results. A driver may be listed even when the hardware requiring the driver is not present. Attempts to access a driver without the corresponding hardware will fail. only lists drivers that are configured into the currently executing kernel. For a complete list of available drivers, please run (see sam(1M). DEPENDENCIES
Since relies on the device driver information provided in a routine, may not list drivers installed by other means. AUTHOR
was developed by HP. SEE ALSO
sam(1M). Section 7 entries related to specific device drivers. lsdev(1M)
All times are GMT -4. The time now is 07:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy