Sponsored Content
Operating Systems Solaris Rebooting Windows machine leads to continue sync reset on UNIX Post 302982596 by hicksd8 on Saturday 1st of October 2016 05:18:31 AM
Old 10-01-2016
@jasonu.......I've read your last post and I must admit that I'm scratching my head on this one. IF you are indeed connected to the console port, sending a break (no matter how you do it, on purpose or by accident) should not bring down an up and running Solaris at this point. You should be able to '(c) continue' and recover from the break signal. So I don't know how it's bringing down Solaris, if that's what you're saying and I don't have a SPARC system here right now to try it.

@Solaris experts on here.....anybody know how this could happen please???

What Sparc hardware is it exactly?

---------- Post updated 01-10-16 at 10:18 AM ---------- Previous update was 30-09-16 at 06:15 PM ----------

It's also occurred to me that after entering (c) to continue you might be left connected to the ILOM/ALOM with a 'ok' prompt depending on exactly which SPARC machine this is.

So do note that a console terminal can talk to either the ILOM or the console (ie, the running operating system) on request.

If the console terminal is talking to the ILOM ('ok' prompt) and you want to talk to the main OS enter the command:

Code:
ok> console

If the console terminal is talking to the OS (Solaris) and you want to talk to the ILOM enter:

Code:
#.

Do understand that the console terminal can talk to either on demand.

Just a thought. Do let us all know how you get on.
Also, does the change documented by MadeInGermany in his post not stop the 'break' occurring at all?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

backup unix files from a windows machine

hello guys , Is there a way to backup unix files from a windows 2003 server i have a tape drive in the unix box but just for extra security what would be the best way to backup unix files . Thanks a lot (7 Replies)
Discussion started by: josramon
7 Replies

2. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

3. UNIX for Advanced & Expert Users

Identify a remote machine as windows or unix

Hi, I have a IP address of the target machine.Is there is any way to find out whether it is a unix box or windows box without logging into it?. Regs Anand (5 Replies)
Discussion started by: u449064
5 Replies

4. UNIX for Dummies Questions & Answers

Executing application on Windows from Unix machine

I have two machines, one running Windows and another one Unix over a network. I want to execute a batch file on the Windows machine using a script running on the Unix machine. I have tried creating a rsa key and transferrring it to the destination machine but it doesn't work. The purpose was to... (3 Replies)
Discussion started by: MobileUser
3 Replies

5. Shell Programming and Scripting

How to get Windows machine's IP address from Unix?

I am using windows Xp. From windows I would connect to my IBM AIX unix machine using telnet client. Is there any command available to view the IP address of Windows machine from Unix? (Note that ifconfig will give unix mahcine's IP address currently logged in.) (3 Replies)
Discussion started by: mvictorvijayan
3 Replies

6. Shell Programming and Scripting

ftp from windows to unix using a perl script on unix machine

i need to ftp a file from windows to a unix machine by executing a sript(perl/shell/php) from that unix machine.i can also use HTML and javascript to build forms. (3 Replies)
Discussion started by: raksha.s
3 Replies

7. Shell Programming and Scripting

UNIX Environment on Windows Machine

Hello World,:cool: Is there a Way to create a UNIX enviornment on Windows bases Machine for enchancing my Skills regarding UNIX scripting.:confused: I know a software name VMware but i dont know how to confiure it:rolleyes:. If this is the apporitate tool for UNIX please guide me the... (3 Replies)
Discussion started by: jojo123
3 Replies

8. UNIX for Dummies Questions & Answers

Sync files between unix client and windows 2003 server

Hi everybody... I want to sync files between unix client machine and windows 2003 server machine. I thought of using Cygwin for windows server and then rsync between two to sync files, but have come to know that might be Cygwin will not be able to handle multiple clients request.... Can any... (2 Replies)
Discussion started by: lokeshsingla
2 Replies

9. Shell Programming and Scripting

Machine rebooting when shell script is killed

I am trying to kill a shell script by grepping it, but the machine is being shutdown totally when i kill it Below is the code kill `ps -ef |grep test.sh| grep -v grep` stat=$? if # check the return code then echo " script killed at $(date +%D@%T) " else echo " script... (5 Replies)
Discussion started by: venu
5 Replies

10. Shell Programming and Scripting

How to do ftp from UNIX to windows machine?

hi, i am using ftp command to transfer files from unix server to windows server using a web interface. there is a shell script which is called by the web page which executes a ftp command which (ftp) tries to connect to the windows machine and asks for username and password. so in order to... (6 Replies)
Discussion started by: Little
6 Replies
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/ttymux 64- 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.11 20 Jul 2001 ttymux(7D)
All times are GMT -4. The time now is 12:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy