Console Operations for the Solaris OS and OpenBoot Firmware on Sun CMT SPARC Platform


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Console Operations for the Solaris OS and OpenBoot Firmware on Sun CMT SPARC Platform
# 1  
Old 01-29-2009
Console Operations for the Solaris OS and OpenBoot Firmware on Sun CMT SPARC Platform

Read about the system console operations available to the traditional system console input and output devices in a domain for chip multithreading (CMT) SPARC platforms.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

write a script to execute some operations on sun solaris

Sun Microsystems Inc. SunOS 5.9 Generic May 2002 SUNFIRE V240 if there is a power failure, automatically: write all operations in a log file (0 Replies)
Discussion started by: doudou2012
0 Replies

2. Solaris

Unplug power from Sparc Server T5440 when in OpenBoot

show /HOST command shows that status = OpenBoot Running when in this state, can the power be unplugged from the server ? we are unable to bring the status to "powered off". Even if we issue "stop /SYS" it will momentarily be in the powered off status and then go back to power on... (1 Reply)
Discussion started by: paulk93
1 Replies

3. Solaris

Sun Solaris SPARC Installation Suggetion plaese

Hello Team, I am new to Sun Solaris. I badly need some help, how to install solaris sparc 8 on simics 3.0.31. I am using my Acer laptop with 320 GB HD, 8 GB of RAM, Intel Core i5 processor 430M. Windows 7 already installed on it. 1.Can i make Dual partions on this laptop with Win7 and... (7 Replies)
Discussion started by: faseeh
7 Replies

4. Solaris

Firmware password Solaris Sun Fire v440

Hi: I bougth an used Sun Fire v440, and It have a firmware password. When I turn on the server, it ask for firmware password. (I don 't know what is the correct password). I can access to SC, but when I want to access to OBP, Firmware Password appears again. I remove the battery for two hours,... (1 Reply)
Discussion started by: mguazzardo
1 Replies

5. Hardware

Works sun solaris sparc with hp storageworks p2000 fc?

I need to know if is possible connect by hba a sun 5120 solaris 10 sparc with hp Storageworks p2000 and works with luns. (3 Replies)
Discussion started by: bombe
3 Replies

6. Solaris

OpenBoot Firmware Password Recovery

So in the group of boxes I've inherited, I have one that has a firmware password. I do not know the root password of the machine nor the firmware password. I've tried several things already, such as: removing BIOS battery, double tap the power switch, and several variants of the STOP-A on a PC... (2 Replies)
Discussion started by: adelsin
2 Replies

7. Solaris

Need J2SDK 1.4 for Solaris Sparc 8 platform

Hi, I need j2sdk 1.4 for solaris sparc 8 platform. I searched it over sun java site but not able to find that for the particular soalris platform. I was able to see j2sdk 1.3 , but I need j2sdk 1.4 for solaris. Can any body send me some link where I could download it. Plz help me for this ,... (1 Reply)
Discussion started by: aarora_98
1 Replies
Login or Register to Ask a Question
ttymux(7D)							      Devices								ttymux(7D)

NAME
ttymux - Serial I/O multiplexing STREAMS device driver SYNOPSIS
multiplexer@0,0:input multiplexer@0,0:output DESCRIPTION
ttymux is a STREAMS multiplexer driver that connects multiple serial devices to the system console. Using this driver, input from multiple physical devices can be multiplexed onto a single input stream for the system console. Output written to the console can be distributed to multiple physical devices to provide redundant console interfaces to a system. Input and output can be multiplexed to or from a separate list of devices. ttymux is a STREAM's multiplexer for serial drivers (such as se(7D)) that comply with the Solaris terminal subsystem interface. Currently, multiplexer interfaces are provided for system console I/O only and not for general serial I/O multiplexing. Multiplexer inter- faces are currently not available for all platforms. Please see NOTES. FILES
/kernel/drv/sparcv9/ttym64- bit ELF kernel module ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC (NetraCT series only) | +-----------------------------+-----------------------------+ SEE ALSO
se(7D), termio(7I) Writing Device Drivers NOTES
Successful loading of this driver and its services depends on the EEPROM or NVRAM settings in effect at the most recent system reboot. Without the platform firmware support, this feature cannot be enabled. Currently, this support is provided only on a NetraCT product fam- ily. Use caution when enabling this feature to perform console input multiplexing, particularly during super-user login. Because no security measures are enabled when the driver is in operation, you must clearly understand the security implications involved in using this feature and take appropriate measures to provide maximum protection to the host. This can include such steps as enabling input to physically secured console devices only. The ttymux driver does not handle the behavioral differences in control characteristics of different terminal types (for example, an ESCAPE sequence.) As a result, multiple terminal types are not supported simultaneously. Please refer to the platform user guide for more informa- tion. SunOS 5.10 20 Jul 2001 ttymux(7D)