Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

console(7d) [sunos man page]

console(7D)							      Devices							       console(7D)

NAME
console - STREAMS-based console interface SYNOPSIS
/dev/console DESCRIPTION
The file /dev/console refers to the system console device. /dev/console should be used for interactive purposes only. Use of /dev/console for logging purposes is discouraged; syslog(3C) or msglog(7D) should be used instead. The identity of this device depends on the EEPROM or NVRAM settings in effect at the most recent system reboot; by default, it is the ``workstation console'' device consisting of the workstation keyboard and frame buffer acting in concert to emulate an ASCII terminal (see wscons(7D)). Regardless of the system configuration, the console device provides asynchronous serial driver semantics so that, in conjunction with the STREAMS line discipline module ldterm(7M), it supports the termio(7I) terminal interface. SEE ALSO
syslog(3C), termios(3C), ldterm(7M), termio(7I), msglog(7D), wscons(7D) NOTES
In contrast to pre-SunOS 5.0 releases, it is no longer possible to redirect I/O intended for /dev/console to some other device. Instead, redirection now applies to the workstation console device using a revised programming interface (see wscons(7D)). Since the system console is normally configured to be the work station console, the overall effect is largely unchanged from previous releases. See wscons(7D) for detailed descriptions of control sequence syntax, ANSI control functions, control character functions and escape sequence functions. SunOS 5.10 23 Apr 1999 console(7D)

Check Out this Related Man Page

cvc(7D)                                                               Devices                                                              cvc(7D)

NAME
cvc - virtual console driver DESCRIPTION
The cvc virtual console driver is a STREAMS-based pseudo driver that supports the network console. The cvc driver interfaces with con- sole(7D). Logically, the cvc driver sits below the console driver. It redirects console output to the cvcredir(7D) driver if a network console con- nection is active. If a network console connection is not active, it redirects console output to an internal hardware interface. The cvc driver receives console input from cvcredir and internal hardware and passes it to the process associated with /dev/console. NOTES
The cvc facility supersedes the SunOS wscons(7D) facility, which should not be used in conjunction with cvc. The wscons driver is use- ful for systems with directly attached consoles (frame buffers and keyboards), but is not useful with platforms using cvc, which have no local keyboard or frame buffer. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+--------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+--------------------------------------+ |Architecture |Sun Enterprise 10000 servers, Sun | | |Fire 15000 servers | +--------------------+--------------------------------------+ |Availability |SUNWcvc.u | +--------------------+--------------------------------------+ SEE ALSO
cvcd(1M), attributes(5), console(7D), cvcredir(7D), wscons(7D) Sun Enterprise 10000 SSP Reference Manual Sun System Management Services (SMS) Reference Manual SunOS 5.10 15 Sep 2000 cvc(7D)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

suse graphic console

suse linux comes default installed with a graphic console....is there any way to switch this to a regular black-on-white text-mode console? any help would be appreciated. okay, -nydel (6 Replies)
Discussion started by: nydel
6 Replies

2. UNIX for Dummies Questions & Answers

copy from Solaris to HyperTerm

Hello, I try to copy a small file e.g. /etc/hosts from my workstation to my office Pc via serial cable on Port b. (/dev/term/b) But I donīt now how! On the Pc I can only use the HyperTerm on NT because this is the released software. There is an option to send or receive data but i have no idea... (11 Replies)
Discussion started by: joerg
11 Replies

3. UNIX for Dummies Questions & Answers

ifconfig

I am trying to change an IP address on a machine running HPUX10 After I change it I can ping it from the outside but it completely locks the console. After a reboot it returns back to its previous IP. Any ideas?? Thanks Brian (7 Replies)
Discussion started by: breigner
7 Replies

4. Shell Programming and Scripting

Using RSH to delete workstation directory with a fault tolerence

I'm using a UNIX server to RSH into a Windows 2000 workstation... I want to run a script that deletes two directories and then go to the next workstation. This is what I have now, but if for some reason the file is in use or not responding; the 'script' hangs. I'm wondering if anyone knows of... (7 Replies)
Discussion started by: search66
7 Replies

5. AIX

Getting console access on freshly built AIX 5.2

Hi folks, I'm unfortunately only a Solaris/Linux guy and have a problem I can't solve. As part of an assessment of some network security software, I need to perform vulnerability scans and log (syslog event) collection from an AIX box. So I have a pSeries "B80" in front of me running AIX 5.2... (8 Replies)
Discussion started by: kaldek
8 Replies

6. Solaris

Sunfire V100 console access

Hi guys, My current set up is I have a Laptop running redhat linux. This acts as an SSH server, and i use it to console into the LOM-A port on my Sunfire V100 using minicom. The idea is that I can remotely access and test things out. This works great, but I've just bought another V100 server... (15 Replies)
Discussion started by: Stin
15 Replies

7. Solaris

start /SP/console hangs in X4500

when I type start /SP/console... the console shows up but i cannot type anything over there. I do not understand what might be the reason for that. -> start /SP/console Are you sure you want to start /SP/console (y/n)? y Serial console started. To stop, type ESC ( I pressed enter many... (8 Replies)
Discussion started by: bharu_sri
8 Replies

8. UNIX for Dummies Questions & Answers

lock the console after 5 minutes of inactivity.

How would i force The server console to be locked automatically after 5 minutes ? I want it to happen for X as well as terminal session of the machine. My Linux distribution details. LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID:... (11 Replies)
Discussion started by: pinga123
11 Replies

9. UNIX for Dummies Questions & Answers

Difference between console and Terminal.

I see these terms used all the time with hardly any distinction between the two. Any clarification would be appreciated!:) I could only get emacs to open in console so I was also wondering what are the common applications to use in console.:wall: (7 Replies)
Discussion started by: theKbStockpiler
7 Replies

10. Hardware

Strange Characters from ILOM

Hello, I have an x86 server with an ILOM connection that produces strange characters when I perform a start /SP/console, see below: Oracle(R) Integrated Lights Out Manager Version 3.0.16.10.a r68533 Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. -> start... (9 Replies)
Discussion started by: kerrygold
9 Replies

11. Emergency UNIX and Linux Support

Capturing console (/dev/ttyS1) logs

Hi, I have been trying to capture console logs from the init script. When the ramfs is mounted, i check if usb is connected , if conncted, i mount it and redirected the console logs like so: cat & /dev/ttyS1 >> /mnt/logs.txt I'm getting /bin/sh : /dev/ttyS1 :permission denied ... (8 Replies)
Discussion started by: xerox
8 Replies

12. What is on Your Mind?

Favourite Games console

So what is everyones all time favourite games console and why do you like it? (Please - no comments on why they are better than others as that would be opinion based and cause arguments, positive comments only) (28 Replies)
Discussion started by: Tommyk
28 Replies

13. Emergency UNIX and Linux Support

Solaris: Not able to access E2900 console

Hi, I have a scheduled activity to reboot E2900 server. But suddenly I came to know that console ip is not pinging, not connecting via telnet, as it used to connect. I already checked with my onsite person and he changed cable, still no luck. Network person checked his switch, which is showing... (8 Replies)
Discussion started by: solaris_1977
8 Replies

14. UNIX for Dummies Questions & Answers

PuTTY displaying "special" characters

I'm not really sure which forum this question should go into, so I'm posting it here. I work with AIX and RHEL systems using PuTTY (Release 0.60_q1.129) from a Windows 7 workstation. Some of the files we get from z/OS use "special" characters as delimiters. These characters include Hex 18... (7 Replies)
Discussion started by: derndingle
7 Replies

15. AIX

Issue with RS/6000 H50 from IBM

G'day all I have purchased 2 big IBM H50 RS/6000 enterprise servers. I am led to believe they are running AIX 4.3.3. Now problem is getting into remote console and turning off remote console and enabling my graphics card which i have installed. Now i was told to remove it, and try again. But i... (17 Replies)
Discussion started by: ADS2459
17 Replies