Sponsored Content
Operating Systems Solaris HMC console fo SPARC machines Post 302538059 by DukeNuke2 on Monday 11th of July 2011 03:48:56 PM
Old 07-11-2011
almost all sparc systems have a console hardware intalled... what kind of hardware do you have?
 

8 More Discussions You Might Find Interesting

1. AIX

Unable to Switch tasks when trying to open console window in HMC

Hi, I am trying to open a console window through the HMC. When I choose to do this the toolbar at the top left of the HMC screen show 'Open Terminal Window'. However when I click on it I am getting the error - "The tsak you want to switch to is an applet based task, which dowes not support... (1 Reply)
Discussion started by: jimthompson
1 Replies

2. AIX

How to exit system console from HMC?

Hi, I ssh to HMC, then vtmenu, then start a system console from there. How do I exit the console to return to HMC prompt? I've tried the following two key combinations but none of them is working: (1) ~~ (2) Ctrl+[, Shift+( Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

3. Programming

Compatibility between two SPARC machines

Sorry, if this isn't the right forum for this question. I would like to compile an executable with gcc/g++ under Solaris 10 on the following OLDER SPARC-machine and then run this executable on the NEW SPARC-machine (see description down in this post). I'm wondering if it would be possible or if... (0 Replies)
Discussion started by: sunfire
0 Replies

4. Hardware

Compatibility between two SPARC machines

Sorry, if this isn't the right forum for this question. I would like to compile an executable with gcc/g++ under Solaris 10 on the following OLDER SPARC-machine and then run this executable on the NEW SPARC-machine (see description down in this post). I'm wondering if it would be possible or if... (0 Replies)
Discussion started by: sunfire
0 Replies

5. Shell Programming and Scripting

Scripting different in x86 and SPARC machines for Solaris?

Hello! I have a question regarding the scripting. How are the scripting different in x86 and SPARC machines for Solaris 9,10? If so can some one please explain? Thank you very much in advance! (0 Replies)
Discussion started by: br1an
0 Replies

6. AIX

Install AIX , do i need hmc console

Hi, For installing aix on power series , do i need to install hmc first? or i can connect hmc after? Rgs, (7 Replies)
Discussion started by: prpkrk
7 Replies

7. Solaris

Sparc console password reset

Hi, How to reset the sun fire v245 console password ?. Please tell me step by step. (5 Replies)
Discussion started by: praveen16
5 Replies

8. UNIX for Beginners Questions & Answers

Hmc lpar console integration

We want to integrate powervm by using openstack with hmc. Now we encounter problem with the console, we can open the terminal within hmc, and I think hmc using tech java applet. sample applet code like <applet codebase="https://172.16.28.174/hmc/"... (0 Replies)
Discussion started by: eagle
0 Replies
RESIZECONS(8)							  Console Support						     RESIZECONS(8)

NAME
resizecons - change kernel idea of the console size SYNOPSIS
resizecons COLSxROWS resizecons -lines ROWS DESCRIPTION
The resizecons command tries to change the videomode of the console. There are several aspects to this: (a) the kernel must know about it, (b) the hardware must know about it, (c) user programs must know about it, (d) the console font may have to be adapted. (a) The kernel is told about the change using the ioctl VT_RESIZE. This causes the kernel to reallocate console screen memory for all vir- tual consoles, and might fail if there is not enough memory. (In that case, try to disallocate some virtual consoles first.) If this ioctl succeeds, but a later step fails (e.g., because you do not have root permissions), you may be left with a very messy screen. The most difficult part of this is (b), since it requires detailed knowledge of the video card hardware, and the setting of numerous regis- ters. Only changing the number of rows is slightly easier, and resizecons will try to do that itself, when given the -lines option. (Proba- bly, root permission will be required.) The command resizecons COLSxROWS will execute restoretextmode -r COLSxROWS (and hence requires that you have svgalib installed). Here COLSxROWS is a file that was created earlier by restoretextmode -w COLSxROWS. Again, either root permissions are required, or restoretextmode has to be suid root. In order to deal with (c), resizecons does a `stty rows ROWS cols COLS' for each active console (in the range tty0..tty15), and sends a SIGWINCH signal to selection if it finds the file /tmp/selection.pid. Finally, (d) is dealt with by executing a setfont command. Most likely, the wrong font is loaded, and you may want to do another setfont yourself afterwards. BUGS
resizecons does not work on all hardware. This command used to be called resize, but was renamed to avoid conflict with another command with the same name. SEE ALSO
setfont(8), stty(1), selection(1), restoretextmode(8), disalloc(8) Local 17 Jan 1995 RESIZECONS(8)
All times are GMT -4. The time now is 12:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy