I am frustrated!!!!


 
Thread Tools Search this Thread
Special Forums IP Networking I am frustrated!!!!
Prev   Next
# 1  
Old 07-26-2001
Data I am frustrated!!!!

Hi!! I have moved into the IT secter recently and am not familiar with basic stuff like serial port or aux port or stuff like where to put the console cable at the back of the sun netra.

I have installed sun solaris 8 software and also know a bit of here and there and can also almost configure cisco router and switches.

My frustration is that i am finding it difficult to grasp the basic procedures and concepts. Please help me and let me know if there is a way to learn all this in a simpler way. I am in deep end and i need to get things straight or i have problems!!!!!


Cheers
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Email Antispam Techniques and Email Filtering

frustrated "No match on" regular expression

attempt to filter "dsl..pacbell.net . . .any pointers? /etc/procmailrc # attempt at egrep regular expression to match # adsl-63-199-245-128.dsl.snd g02.pacbell.net VERBOSE = yes :0 * ^Received:.*dsl+\.+\.pacbell+\.net { LOG="(PacBell DSL) " :0 /zzPacbellDSL } VERBOSE = no... (0 Replies)
Discussion started by: jones
0 Replies
Login or Register to Ask a Question
PCWEASEL(4)						   BSD Kernel Interfaces Manual 					       PCWEASEL(4)

NAME
pcweasel -- Support for the PC-Weasel serial console board SYNOPSIS
pseudo-device pcweasel weasel* at pci? dev ? function ? Note that the appropriate display device must also be enabled. See pcdisplay(4) for more information. DESCRIPTION
The PC-Weasel is a serial console board for use primarily on Intel-based PC-class systems. It addresses a problem that nearly everyone who has deployed a PC-class server has experienced: the total lack of remote management capability on PC-class hardware. In addition to serial console support, the PC-Weasel provides the ability to remotely reset the system (by means of a hardware reset signal), and provides a watchdog timer function. The PC-Weasel works by emulating the original IBM Monochrome Display Adapter (MDA). Writes to the display's character cells are translated into ANSI terminal sequences which are then sent out the PC-Weasel's serial port. Incoming characters are translated into PC keyboard scan codes and then fed (by means of a cable) into the system's keyboard controller. The system believes it is using a display console. This is particularly important in the event that one needs access to BIOS configuration menus. The PC-Weasel also includes a ST16550 serial port, which may be configured as any one of the system's serial ports. Typical usage is to con- figure the port as com0 at ISA I/O address 0x3f8. When the PC-Weasel detects activity on the ST16550, the serial port is automatically con- nected to the ST16550 so that the serial port may be used as normal. When the PC-Weasel detects activity on the internal UART used for MDA emulation, the serial port is automatically reconnected to the emulation UART. This allows the boot program and kernel to be configured to use the serial port directly (which is more efficient than using the MDA emulation mode), yet allows the MDA emulation to be reestablished as soon as the kernel loses control of the system. The pcweasel driver provides support for the additional features present on the PC-Weasel. At the moment, this includes support for the watchdog timer function. Use of the pcweasel driver is not required in order for the system to function with a PC-Weasel installed so long as only the MDA emulation and ST16550 serial port functionality is required. SEE ALSO
pcdisplay(4), wdogctl(8) HISTORY
The pcweasel driver first appeared in NetBSD 1.5.1. AUTHORS
The PC-Weasel was invented by Herb Peyerl and Jonathan Levine at Canada Connect Corporation. It is now produced by Middle Digital, Inc., http://www.realweasel.com/ The pcweasel driver was written by Jason R. Thorpe <thorpej@zembu.com>, and contributed by Zembu Labs, Inc. Herb Peyerl of Middle Digital, Inc. provided several firmware updates during the development of the driver. BSD
November 23, 2007 BSD