Sponsored Content
Operating Systems AIX Half part of devices is in defined mode Post 303040782 by mcgvaer on Wednesday 6th of November 2019 04:16:39 PM
Old 11-06-2019
Do you mean turn off server and after turning it on. If yes, I did it, and it not helped(
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

passthrough devices vs. named devices

I am having trouble understanding the difference between a passthrough device and a named device and when you would use one or the other to access equipment. As an example, we have a tape library and giving the command "camcontrol devlist" gives the following output: akx# camcontrol... (1 Reply)
Discussion started by: thumper
1 Replies

2. SuSE

Convet Linux OS from text mode to graphic mode

Hi All, I used to have my suse linux(VM) server in graphic mode but not anymore since morning. I cant rolback since i loose somuch work. Any idea how to it back to normal. Thanks (6 Replies)
Discussion started by: s_linux
6 Replies

3. UNIX for Advanced & Expert Users

What is the difference between single line mode and multiline mode in Regular expressions?

Hi All, Can please let me know what is the difference between the single line mode and multi line mode in regular expresions? Thanks, Chidhambaram B (3 Replies)
Discussion started by: chidhu.anu
3 Replies

4. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

5. HP-UX

From a C++ application how to find if a hpux host is in standard mode or trusted mode

is there a way for my C++ application to find out which mode the hpux OS is running in? standard mode or trusted mode. (3 Replies)
Discussion started by: einsteinBrain
3 Replies
MAKEDEV(8)						      System Manager's Manual							MAKEDEV(8)

NAME
MAKEDEV, DESCRIBE - make/describe device files SYNOPSIS
MAKEDEV [-n] key ... DESCRIBE [device] ... DESCRIPTION
MAKEDEV may be used to create the device files normally found in the /dev directory. The key arguments are simply the names of the devices you want. MAKEDEV knows about all supported devices and will create them in the current directory with the proper owner and mode. For many devices MAKEDEV will not only create the device you want, but also the devices related to it that you will probably want too. Naming one floppy device will create all floppy devices for the same drive for instance. Call MAKEDEV without arguments to see a list of keys that it understands. Then use the -n flag to make the script echo the commands it will execute the next time when you call it without that flag. The special key std must be given alone to MAKEDEV. This key will create all standard devices. The command DESCRIBE will give you a one-line description of a given device. It will by default list all devices in /dev. SEE ALSO
mknod(8). BUGS
MAKEDEV's eagerness to create devices may cause many "File exists" errors from mknod. AUTHOR
Kees J. Bot (kjb@cs.vu.nl) MAKEDEV(8)
All times are GMT -4. The time now is 07:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy