Sponsored Content
Operating Systems Solaris Solaris 10 console , how to ..? Post 302076755 by infierno on Thursday 15th of June 2006 11:11:15 AM
Old 06-15-2006
Solaris 10 console , how to ..?

Does anyone know how to change the default property of the Solaris 10 console?, I've installed solaris 10 x86 03/05.

The property that I want to change is the console colors, to behave like Linux, FreeBSD, NetBSD, etc. (foreground white, background black) and not to be foreground black, background white.

Thanks in advance!.

Code:
$ uname -a
SunOS geminis 5.10 Generic i86pc i386 i86pc

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

solaris remote console

Hi all, Is there a quick and easy way to setup remote console of solaris machine please? Thanks in advance. (1 Reply)
Discussion started by: stancwong
1 Replies

2. Solaris

Error while adding a new user using Solaris Management Console.

Hi All, I am adding a new user by using Solaris Manamement Console after Remotely Access through Xmanager 1.3.9. But after completing all steps its through an error as follows. The Actual Error Reported was : The management Domain file :/abc/abc do not exist or can not be managed on abc. ... (0 Replies)
Discussion started by: response_manu
0 Replies

3. Solaris

solaris 9 console inactivity timeout

All, I log into Solaris 9 server through a command line at the console and want enable a inactivity timer to log out of the server after 5 minutes. How can it be done? (1 Reply)
Discussion started by: bubba112557
1 Replies

4. Solaris

USB Console access on Solaris 9 x86

Hi Guys, I installed solaris 9 on my laptop(x86). I want to access the solaris console by attaching another laptop to this. But i do not have a Serial Port on the laptop on which I installed Solaris. I was wondering whether there was an option of console access through a USB2USB or using... (1 Reply)
Discussion started by: com2com
1 Replies

5. Solaris

Red stop signs in Solaris Management Console 2.1

I've installed Solaris 10 (x86 8/07) on a Dell PowerEdge 2950. When I bring up the Solaris Management Console I get red stop sign looking icons on all areas (System Status, System Configuration, Services, Storage, and Devices and hardware) under This computer. Originally nothing was showing up... (1 Reply)
Discussion started by: kayroreality
1 Replies

6. Solaris

New to Solaris, want to only install the console

Hi all, I just found out I will need to start learning solaris at work. I downloaded Solaris and want to install it as a VM. The install ISO was about 2GB and I didn't see any options not to install the GUI. Is there a way to do the install so I only boot to the console and not install any of... (4 Replies)
Discussion started by: gojericho0
4 Replies

7. Solaris

Solaris 9 & Netra 210 Console Problems

Have a Netra 210 server running Solaris 9 and Avaya CMS software and we redirected the local console to the remote console and now can't dial into the remote console. Can't get back to the local console either. So we are "locked out" and need help with any tips on how to reset the remote console... (3 Replies)
Discussion started by: drewmich
3 Replies

8. Solaris

X11 errors on Solaris 10 - SL Console not showing up

Hi all, I have been administrating large backup environments for quite some time now, but I have never seen the types of errors I'm getting for a client I have in Asia, so I humbly appeal to your expertise in order to fix things. Set up: StreamLine 8500 library connected to a Solaris... (7 Replies)
Discussion started by: dilibau
7 Replies

9. 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

10. Solaris

How to add Solaris text console to Solaris grub2 menu?

Hi, I am new to sloaris and just instlled the solaris 11.2, i know little more about linux, i open the /boot/grub/grub.cfg in solaris and there is many other entries forl solaris 11.2 one of them is for 'Oracle Solaris 11.2 text console' but at boot grub2 only show the first default entry that... (1 Reply)
Discussion started by: shamsat
1 Replies
CURSES_DEFAULT_COLORS(3)				   BSD Library Functions Manual 				  CURSES_DEFAULT_COLORS(3)

NAME
curses_default_colors, assume_default_colors, use_default_colors -- curses default colors setting routines LIBRARY
Curses Library (libcurses, -lcurses) SYNOPSIS
#include <curses.h> int assume_default_colors(short fore, short back); int use_default_colors(); DESCRIPTION
These functions tell the curses library to set the default colors or to use the terminal's default colors instead of using the default colors for curses applications (which are white foreground on black background). The function assume_default_colors(fore, back) sets the default colors to foreground color fore and background color back. If a value of -1 is used for a color, then the terminal default color is used for that color. The function use_default_colors() sets both the foreground and background colors to the terminal default colors. This is equivalent to assume_default_colors(-1, -1). RETURN VALUES
These functions return OK on success and ERR on failure. SEE ALSO
curses_color(3) STANDARDS
These functions are based on ncurses extensions to the curses standards. HISTORY
These functions first appeared in NetBSD 2.0. BSD
October 13, 2002 BSD
All times are GMT -4. The time now is 08:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy