Sponsored Content
Full Discussion: Console
Top Forums UNIX for Dummies Questions & Answers Console Post 8915 by LivinFree on Friday 19th of October 2001 08:21:16 AM
Old 10-19-2001
A quick search at <a href="http://www.google.com"><b><u>Google</u></b></a> pulled up a page at sun.com that explained RSC like this:

<i>Remote System Control (RSC) Card:
A standard Remote System Control (RSC) card is installed in every system. The RSC card supports internal host environmental monitoring; host power-on and power-off from the firmware level; remote (or local) automatic notification via email or pager for hardware and software failures; and viewing of server boot logs and run-time logs. Multiple simultaneous remote access connections to the RSC card on each host are configurable over its modem or the card's 10-Mbps standard Twisted Pair Ethernet (TPE) connection using the telnet or the Point-to-Point Protocols (PPP).</i>

Heck, it even had a drawing of the card...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

console

Hi all, I have to disconnect the console of a live system which runs sunSolaris 2.7 Do I have to do a "kbd -a" before ?? The keyboard is connected to the monitor and the monitor is plugged in to the live system. Is the above command going to work OK?? Does anyone came across that b4... (5 Replies)
Discussion started by: guest100
5 Replies

2. UNIX for Advanced & Expert Users

/console

hi ! sorry for the stupid question but my /console is full and i need to clean it how do i clean it ? :confused: (2 Replies)
Discussion started by: karine
2 Replies

3. AIX

How to get console

Hi Guys, Please let me know how to get console for a pSeries 610 machine. It doesn't have a display card attached...Tried to user serial ports on that...not getting anything...but system is booting..displaying messages on the display pannel present in the front. please help in this....what... (1 Reply)
Discussion started by: b_manu78
1 Replies

4. HP-UX

reset console

I have HP-UX 11i. My serial console is not responding to any input. How can I reset the console without rebooting the system? I can telnet in with no problem and system runs fine other than the console. Thanks. (2 Replies)
Discussion started by: mizzleman
2 Replies

5. UNIX for Dummies Questions & Answers

Console

Hi all, Where we can run two same program on unix console at same time? (7 Replies)
Discussion started by: sonali
7 Replies

6. HP-UX

console question

Are there any reprocussions to leaving the consoles unplugged on HP L & N Class machines? We are cramped for space in the server room and we are thinking about unplugging all the console/terminals and only keeping one terminal to plug in when we need to log in directly on a box. I did a small... (3 Replies)
Discussion started by: gonzotonka
3 Replies

7. UNIX for Advanced & Expert Users

console /dev/console get image

We are using software (Pegasys) which runs on SunOS 5.8 and reads images from a Philips nuclear camera. The software is designed to run from the console. I need to be able to capture the images it produces on the display. The caveat is that I cannot use the X Windows display because the X Server... (3 Replies)
Discussion started by: sreyes27
3 Replies

8. Shell Programming and Scripting

how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable

hi, how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable which needs to be connected to one console server having rj11 on its side and db 9 female on other end.i.e. on switch side,console cable has rj45 and db 9 pin female connector on other side of... (1 Reply)
Discussion started by: pankajd
1 Replies

9. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

10. UNIX for Dummies Questions & Answers

IP Console Vs Serial console.

Hi Gurus, Can some one explain me the difference between a IP console and a serial console. (1 Reply)
Discussion started by: rama krishna
1 Replies
IFDHPowerICC(3SMARTCARD)				    Smartcard Library Functions 				  IFDHPowerICC(3SMARTCARD)

NAME
IFDHPowerICC - power up or power down the smart card SYNOPSIS
#include <smartcard/ifdhandler.h> RESPONSECODE IFDHPowerICC(DWORD Lun, DWORD Action, PUCHAR Atr, PDWORD AtrLength); PARAMETERS
The IFDHPowerICC() takes the following parameters: Input Lun Logical Unit Number Action Action to be taken AtrLength Maximum length of the ATR Output Atr Answer to Reset (ATR) value of the inserted card AtrLength Actual length of the ATR DESCRIPTION
The IFDHPowerICC() function controls the power and reset signals of the ICC (smart card) at the reader or slot specified by Lun. The Action parameter can take one of the following values: IFD_POWER_UP Power and reset the card. Return the ATR and its length. IFD_POWER_DOWN Power down the card. The Atr and AtrLength parameters are set to 0. IFD_RESET Perform a quick reset on the card. Return the ATR and its length. The IFD handler caches the ATR during a power up or reset and returns the ATR and its length in a call to IFDHGetCapabilities(3SMARTCARD). Memory cards without an ATR return IFD_SUCCESS on power up or reset but Atr and AtrLength are set to 0. RETURN VALUES
The following values are returned: IFD_SUCCESS Successful completion. IFD_ERROR_POWER_ACTION An error occurred while powering up or resetting the card. IFD_NOT_SUPPORTED The action specified by Action is not supported. IFD_COMMUNICATION_ERROR An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
IFDHCreateChannelByName(3SMARTCARD), IFDHGetCapabilities(3SMARTCARD), attributes(5) NOTES
This manual page is derived from the MUSCLE PC/SC IFD Driver Developer Kit documentation. License terms and attribution and copyright information for this interface are available at the default location /var/sadm/pkg/SUNWocfh/install/copyright. If the Solaris Operating Environment has been installed anywhere other than the default location, modify the path to access the file at the installed location. SunOS 5.10 4 Dec 2002 IFDHPowerICC(3SMARTCARD)
All times are GMT -4. The time now is 12:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy