SparcStation 20 emulator


 
Thread Tools Search this Thread
Special Forums Hardware SparcStation 20 emulator
# 8  
Old 06-29-2012
I think it would be very interesting if it could run Solaris 10.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Booting a Sparcstation 5 with dead HD

We have an ancient Sparcstation 5 for those few clients that still run SunOS or Solaris. After the last power outage (4 years ago?) we never turned it back on. It had been making some unpleasant noises back then, too. Now we need it again and it won't boot. The machine came with one hard... (4 Replies)
Discussion started by: jrynd
4 Replies

2. UNIX for Dummies Questions & Answers

remote use of a sparcstation

I am away from my Unix sparcstation and need to work on it remotely via a PC. I can open a PuTTy window and execute line commands. But I've forgotten how to be able to work on a graphical program, like xfig. I know there are some commands to enable this, but can't remember them. (6 Replies)
Discussion started by: leveson
6 Replies

3. Solaris

SPARCSTATION 20 - No Video

I apologize in advance that this is probably more of a hardware question than a unix/software one. I've got a seemingly brand-new sparcstation 20 that came with 2 memory modules and that's about it. I've added a new 2 GB HDD and a VSIMM Onboard SX Graphics module. So, I assume with the... (2 Replies)
Discussion started by: ErikTheHAck
2 Replies

4. Solaris

help about time and date on sparcstation

Hi all, I have one problem on my sparcstation20, time stops when I turn off my station, where is the problem? do u think is the NVRAM is crashed? ( for example, I turn off my station at 11:00, when I turn on the next day, I found time on 22:20)!!! please help me thank's for All (9 Replies)
Discussion started by: reda_lui
9 Replies

5. UNIX for Dummies Questions & Answers

Help! Sun SPARCstation 10

I picked up a handful of used SPARCstation10s & 20s and I would like to set it up. I connected a regular PC vga monitor using sun video adapter "1395-SUN". Everything seems to turn on fine...but I get this on the screen and there is absolutely nothing I can do to get out of it. Lost Carrier... (7 Replies)
Discussion started by: cc9911
7 Replies

6. Solaris

Configuring TP Ethernet in SPARCstation 5 Solaris 8

Hey. i have been trying to configure the on board Ethernet in My Sparcstation 5, i have spent a lot of time on the ifconfig man pages. but it could really be nice with some pro. help. i don't think the interface is running . i don't know what name the interface have, le0 eth0 et0, it just says no... (4 Replies)
Discussion started by: mads-nielsen
4 Replies

7. Solaris

SparcStation 20 Crashed. Doesn't boot.

I have sparc Station 20 which is crashed and doesn't boot from the OK prompt except gives me bunch of errors. How can i retrieve my data from the root drive before go for re-installation. This system has Veritas Volume manager on it don't know the version but assume its 2.xxx. Thanks -Adeel (0 Replies)
Discussion started by: deal732
0 Replies

8. UNIX for Advanced & Expert Users

SPARCstation is broadcasting as boot server

Hey guys...hopefully this will be a fairly easy one. I've got an old SPARCstation 5 running Sun 5.5.1 that I just hooked up to the network so that I can run HP OpenView. The box is working fine, but it is broadcasting as a boot server. In other words, when co-workers come in and get ready to... (2 Replies)
Discussion started by: cdunavent
2 Replies

9. Solaris

SPARCstation 5 broadcasting

Hey guys...hopefully this will be a fairly easy one. I've got an old SPARCstation 5 running Sun 5.5.1 that I just hooked up to the network so that I can run HP OpenView. The box is working fine, but it is broadcasting as a boot server. In other words, when co-workers come in and get ready to log... (2 Replies)
Discussion started by: cdunavent
2 Replies

10. Solaris

Lost password on a SPARCstation Voyager

Hi, I got hold of a SUN SPARCstation Voyager today, but I don't have the root password. I made a linux bootdisk and tried to sue that to edit the shadow file, but it comes up saying "magic number" (since it's not a UFS floppy). I haven't got any recovery disks for it, and no documentation. ... (5 Replies)
Discussion started by: KWManiac
5 Replies
Login or Register to Ask a Question
X3270IF(1)						      General Commands Manual							X3270IF(1)

NAME
x3270if - command interface to x3270, c3270 and s3270 SYNOPSIS
x3270if [ -v ] action [ ( param [ ,... ] ) ] x3270if [ -v ] -s field x3270if -i DESCRIPTION
x3270if provides an interface between scripts and the 3270 emulators x3270, c3270, and s3270. x3270if performs one of three functions. In action mode (the default), it passes a single action and optional parameters to the emulator for execution; the result of the command is written to standard output. In status mode, it reports to standard output the value of one of the emulator's status fields. In iterative mode, it forms a continuous conduit between a script and the emulator. OPTIONS
-v Turns on verbose debug messages, showing the literal data that is passed between the emulator and x3270if. -s field Puts x3270if in status mode: it outputs the value of an emulator status field. Field is an integer in the range 0 through 11. The value 0 is a no-op and is used only to return exit status indicating the state of the emulator. The indices 1-11 and meanings of each field are documented on the x3270-script(1) manual page. -i Puts x3270if in iterative mode. Data from x3270if's standard input is copied to the emulator's script input; data from the emula- tor's script output is copied to x3270if's standard output. x3270if runs until it detects end-of-file on its standard input or on the output from the emulator. (This mode exists primarily to give expect(1) a process to run, on systems which do not support bidi- rectional pipes.) EXIT STATUS
In action mode, if the requested action succeeds, x3270if exits with status 0. If the action fails, x3270if exits with status 1. In iter- ative mode, x3270if exits with status 0 when it encounters end-of-file. If there is an operational error within x3270if itself, such as a command-line syntax error, missing environment variable, or an unexpectedly closed pipe, x3270if exits with status 2. ENVIRONMENT
x3270, c3270, and s3270 use a pair of pipes for communication with each child process. The values of the file descriptors for these pipes are encoded as text in two environment variables, which are required by x3270if: X3270OUTPUT Output from the emulator, input to the child process. X3270INPUT Input to the emulator, output from the child process. SEE ALSO
x3270(1), c3270(1), s3270(1), x3270-script(1) COPYRIGHT
Copyright 1999, 2000 by Paul Mattes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. 01 May 2002 X3270IF(1)