Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Booting a Sparcstation 5 with dead HD Post 302476407 by Corona688 on Wednesday 1st of December 2010 03:48:29 PM
Old 12-01-2010
SPARC's aren't my area of expertise but "SCSI" starts some warning bells ringing in my head.

Did you check the SCSI ID's? What is the new disk's SCSI ID, and what was the old one's? The number likely has a direct relationship with the device the disk appears as, it's a pretty fundamental thing like master/slave jumpers in old IDE...

What kind of SCSI bus is it? Is it self-terminating? The old disk might have had built-in terminators.
 

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

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

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
POWERD(8)						      System Manager's Manual							 POWERD(8)

NAME
powerd - UPS monitoring daemon SYNOPSIS
/sbin/powerd [tty] DESCRIPTION
powerd monitors the serial port connected to an UPS device and will perform an unattended shutdown of the system if the UPS is on battery longer than a specified number of minutes. powerd needs to watch a tty with modem control properties. Please refer to the powerd documen- tation for further information. powerd also has the capabilities of notifying other clients on the network that may have a UPS but not be connected to the serial line that there is a power outage, and id configured through the powerd.conf file CONFIGURATION FILE
Here is the configuration format: Lines beginning with '#' are ignored. MODE <mode> specifies the mode the UPS should be in. Valid arguements are MONITOR and PEER MONITOR being the mode to actually watch a UPS serial port, and PEER being to listen for a connection from a machine in MONITOR mode MONITOR <device> Specifies which device to monitor while in MONITOR mode. Specify an actual device file. Example: /dev/ttyS0 POWERFAIL <line> <high|low> Specifies which lines on the serial ports indicate that the power is out. Valid arguements are DCD, CAR, CTS, and RNG. Also specify if the line being HIGH or LOW indicates a power failure. Since most people may not know this arguement, Please use the enclosed upsdetect program to automatically find this line. NOTIFY <hostname[:port]> <password> Specified in MONITOR mode to notify a client running in PEER mode. Specify the hostname of the machine, and optional port the daemon is running on, And the password as specified by their LISTEN command. See below for more details. LISTEN <hostname> <password> Specified in PEER mode, specifies a hostname that is allowed to notify us of when the power is out, and the password they shall give us to authenticate themselves. The 2 passwords should match on the MONITOR mode machines NOTIFY password, and the PEER modes LISTEN password. LISTENPORT <port> Specified in PEER mode, specifies the port that powerd should listen on. If you use this arguement, powerd shall not default to using port 532, and the machine in MONITOR mode must specify the port you use in their NOTIFY command. DELAY <delayinseconds> Specifies how many seconds before notifying init of a power outage. Note that this doesnt mean that the system will shut down in that many seconds, as it depends on how init is configured. Init usually issues a 2 min shutdown. USER <username> Specifies which username to drop to from root. The program will reobtain root access only when it needs to, Like when notifying init that the power is out. This is simply a security feature, and not needed for powerd to operate. Note: powerd must still be run ini- tially as root. It will then drop to the user if, and only if, a username is specified. ARGUMENTS
None: Please use the configuration file /etc/powerd.conf which can be generated with detectups. See detectups(8) for more information FILES
/etc/powerd.conf powerd configuration file /etc/powerstatus indicates line power status /etc/inittab init is what actually issues the shutdown SEE ALSO
powerd(8), shutdown(8), wall(1), init(8), inittab(5). AUTHOR
James Brents <James@nistix.com> (with parts of this man page borrowed from all over the Linux community) POWERD(8)
All times are GMT -4. The time now is 07:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy