Sponsored Content
Operating Systems Solaris Any hope for this bootlooping Sun V210? Post 303027046 by vext01 on Friday 7th of December 2018 12:10:14 PM
Old 12-07-2018
Hey,


Just wanted to follow up on this.


I bought a new system board for this machine and it came to the 'OK> ' prompt straight away. I reckon the old board was a dud!


I actually found Rust on the fan chassis, suggesting that it had perhaps not been stored properly in the fast. I treated it with rust cleaner and wire-wooled it best I could. Finger crossed it lives on!


Thanks to everyone here for helping to diagnose the old board. Much appreciated.
 

7 More Discussions You Might Find Interesting

1. Solaris

Sun Fire v210 display card

hi all, how can install a display card on a sun fire v210. regards. marcel (2 Replies)
Discussion started by: marcelious
2 Replies

2. Solaris

V210 to V440

I recently acquired a server for home use. Currently, I'm running a V210. I was wondering of a way to basically swap hard drives into the V440. I would like to avoid reinstall on the V440 for many reasons. Currently on the V440, when I try to boot up it forces itself into System Maintenance... (1 Reply)
Discussion started by: adelsin
1 Replies

3. Solaris

V210 to V440

I'm currently trying to move a perfectly find harddrive from a V210 to a V440. From what I can tell, the disk labeling a bit different, (V210 is c1t0d0 and V440 is c0t0d0). My question is, what all do I have to change to get the V440 to boot off of this with very little complications. Right now, it... (21 Replies)
Discussion started by: adelsin
21 Replies

4. Solaris

Booting error in Sun V210

Sun Fire V210, No Keyboard Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.13.2, 4096 MB memory installed, Serial #61203679. Ethernet address 0:3:ba:a5:e4:df, Host ID: 83a5e4df. Boot device: net File and args: 100 Mbps FDX Link up Timeout waiting for... (5 Replies)
Discussion started by: Mrudhul
5 Replies

5. Solaris

Connect using ALOM to Sun Fire V210

I have bought from eBay a second hand Sun Fire V210 server and I'm really stumped at the lack of complete instructions on how to connect to it. I don't have a Windows machine, I've only got Ubuntu and OS X computers. None of them have an old RS-232 port on them either. In saying that, I have... (12 Replies)
Discussion started by: danijeljames
12 Replies

6. UNIX for Dummies Questions & Answers

New to Forum & Sun Surefire V210 Access

Purchased a Sun Surefire V210 Server off eBay. Unable to Access the Terminal Mode via the Terminal MGT. Using Windows 7 home, and downloaded the ConEmu. The ConEmu brings up a Command line on the PC, and that's it. Being new to all this, I was expecting a Login prompt to pop up. Read the... (22 Replies)
Discussion started by: screenprintr
22 Replies

7. Solaris

Sun Fire V210 CPU Fan Temp too high?

Hey, I have a V210 with a failed CPU fan. The temperature is currently at 84C and I've been asked to wait a few weeks before replacing as its a production system and it cant be shut down yet. Is it too hot? Do I risk killing the CPU at this temp? Its been like this for a few weeks now... (5 Replies)
Discussion started by: magarvo
5 Replies
AUDIORECORD(1)						    BSD General Commands Manual 					    AUDIORECORD(1)

NAME
audiorecord -- record audio files SYNOPSIS
audiorecord [-afhqV] [-B buffersize] [-b balance] [-c channels] [-d device] [-e encoding] [-F format] [-i info] [-m monvol] [-P precision] [-p port] [-s rate] [-t time] [-v volume] file DESCRIPTION
The audiorecord program copies the audio device to the named audiofile or, if the file name is -, to the standard output. The output file will contain either a Sun/NeXT audio header, a RIFF/WAVE audio header or no header at all. Sun output files using a linear PCM encoding are written with big-endian signed samples, possibly after converting these from little-endian or unsigned samples. RIFF/WAVE files are written in little-endian, signed samples, also converting if necessary. The default output is Sun/NeXT format, but if the output file file ends with a .wav file extension it will be written as RIFF/WAVE. OPTIONS
The following options are available: -a Append to the specified file, rather than overwriting. -B buffersize Set the audio device read buffer size to buffersize. The default value is the record.buffer_size of the audio device. -b balance Set the balance to balance. This value must be between 0 and 63. -c channels Set number of channels to channels. -d device Set the audio device to be device. The default is /dev/sound. -e encoding Set encoding to either ``alaw'', ``ulaw'', or ``linear'', or any other value reported by audioctl encodings. The default encoding is ``ulaw''. If the output format is ``sun'', the file will contain slinear_be samples, if it is ``wav'', then slin- ear_le, independent of the argument to -e. Setting the argument to -e still may be important since it is used in an ioctl(2) call to the kernel to choose the kind of data provided. -F format Set the output header format to format. Currently supported formats are ``sun'', ``wav'', and ``none'' for Sun/NeXT audio, WAV, and no header, respectively. -f Force. Normally when appending to audiofiles using the -a option, the sample rates must match. The -f option will allow a discrepancy to be ignored. -h Print a help message. -i info If supported by the -F format, add the string info to the output header. -m monvol Set the monitor volume. -P precision Set the precision. This value is the number of bits per sample, and is normally either ``8'' or ``16'', though the values ``4'', ``24'', and ``32'' are also valid. -p port Set the input port to port. The valid values of port are ``cd'', ``internal-cd'', ``mic'', and ``line''. -q Be quiet. -s rate Set the sampling rate. This value is per-second. Typical values are 8000, 44100, and 48000, which are the telephone, CD Audio, and DAT Audio default sampling rates. -t time Sets the maximum amount of time to record. Format is [hh:]mm:ss[.dddddd]. -V Be verbose. -v volume Set the volume (gain) to volume. This value must be between 0 and 255. ENVIRONMENT
AUDIOCTLDEVICE the audio control device to be used. AUDIODEVICE the audio device to be used. SEE ALSO
audioctl(1), audioplay(1), aria(4), audio(4), audioamd(4), auich(4), autri(4), auvia(4), clcs(4), clct(4), cmpci(4), eap(4), emuxki(4), esm(4), eso(4), ess(4), fms(4), gus(4), guspnp(4), neo(4), sb(4), sv(4), wss(4), yds(4), ym(4) HISTORY
The audiorecord program was first seen in SunOS 5. It was first made available in NetBSD 1.4. RIFF/WAVE support, and support for converting signed/unsigned and big/little-endian samples was first made available in NetBSD 1.6. AUTHORS
The audiorecord program was written by Matthew R. Green <mrg@eterna.com.au>. BUGS
WAV big-endian samples are converted to little-endian, rather than a RIFX header being written. BSD
December 30, 2010 BSD
All times are GMT -4. The time now is 01:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy