Sponsored Content
Full Discussion: remote use of a sparcstation
Top Forums UNIX for Dummies Questions & Answers remote use of a sparcstation Post 302327438 by Scott on Sunday 21st of June 2009 03:08:27 PM
Old 06-21-2009
So long as your companies lax security (assuming either you don't own the company, or it's your personal server) allows you to use your own computer to access its network... why now?! Smilie
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. Hardware

SparcStation 20 emulator

Hello, Just wanted to let interested people know that we've recently released a Linux freeware version of SparcStation 20 emulator. It emulates SS20 with some basic peripherals: a single SPARC V8 32bit CPU, up to 512MB RAM, an NCR53C94 SCSI controller, 2 serial lines, disks, a network adapter,... (7 Replies)
Discussion started by: Thlan
7 Replies
LOON(1) 						     CAO-VLSI Reference Manual							   LOON(1)

NAME
LooN - Local optimizations of Nets. ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSIS
loon [-hmxlo] input_file output_file [lax_file] DESCRIPTION
loon is a CAD tool that allows to remove fanout problems within a gate netlist and also to optimize the delay. The netlist can be hierar- chical and is flattened if necessary. loon runs in batch mode and a parameter file can be used (see man lax) to parametrize optimization by adding informations on outputs (fanin), inputs (fanout, delay) and by setting general parameters such as optimization level. loon per- mits to compute delays of gates in the netlist and gives the critical path in the netlist. The global optimization of loon performs gate repowering to decrease the critical path delay and global capacitance. Buffers are only inserted in critical path. lax Parameter file description The lax file is common with other logic synthesis tools and is used for driving the synthesis process. See lax(5) manual for more detail. lax uses a lot of parameters to guide every step of the synthesis process. Some parameters are globally used (for example, optimization level whereas others are specifically used (load capacitance for the netlist optimization only). Here is the default lax file (see the user's manual for further information about the syntax of the '.lax' file): Optimization mode = 2 (50% area - 50% delay) Input impedance = 0 Output capacitance = 0 Delayed input = none Auxiliary signal saved = none OPTION
-h Help mode. Displays possible uses of loon. -o input_file Overwrites the source file if no output_file is given. This can be usefull if you don't want several netlist files. -m optim_mode Optimization mode. Can be defined in lax file, it's only a shortcut to define it on command line. This mode number has an array defined between 0 and 4. It indicates the way of optimization the user wants. If 0 is chosen, the circuit area will be improved. On the other hand, 4 will improve circuit delays. 2 is a medium value for optimization. -x xsch_mode Generate a '.xsc' file. It is a color map for each signals contained in output_file network. This file is used by xsch to view the netlist. By choosing level 0 or 1 for xsch_mode, you can color respectively the critical path or all signals with delay grad- uation. -l lax_file Just another way to show explicitely the LAX parameter file name. ENVIRONMENT VARIABLES
The following environment variables have to be set before using loon : MBK_CATA_LIB gives the auxiliary paths of the directories of input files (behavioural description). MBK_TARGET_LIB gives the path (single) of the directory of the selected standard cell library. MBK_IN_LO gives the input format of the structural description. MBK_OUT_LO gives the output format of the structural description. EXAMPLE
You can call loon as follows : loon alu alu_loon SEE ALSO
loon(1), boog(1), boom(1), lax(5), vbe(5), proof(1), asimut(1), vhdl(5), ocp(1), nero(1), sxlib(5). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 Sept 01 2000 LOON(1)
All times are GMT -4. The time now is 10:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy