How can I tell why my V120 is back at ok prompt?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How can I tell why my V120 is back at ok prompt?
# 1  
Old 02-25-2004
How can I tell why my V120 is back at ok prompt?

I have a problem with a development Sun V120 platform. I will come back to it and sporadically find it's back at the ok prompt. Smilie

There are no core dumps and I've had a look at /var/adm/messages and this hasn't really helped. Can someone give me some pointers on where else to look, or how to set some better logging up. Unfortunately several people have root access (because it is used for development) so I can't rule out human intervention at the mo.

Cheers
Matt
mattd
# 2  
Old 02-25-2004
you can bump up what gets logged to /var/adm/messages by editing /etc/syslog.conf

but that would be your main source to find out who or why the machine rebooted.

that and syslog
# 3  
Old 02-26-2004
Make sure you have a dump device and all that set up correctly. Otherwise it may be crashing and you miss the core files. In solaris check out man dumpadm for more details. Also, make sure there is a /var/crash/hostname directory as that is the default place crash dumps get stored.
# 4  
Old 02-26-2004
You might also look into what your eeprom settings are. If you are losing power (even just a quick temporary outage that isn't notice usually) you could be shutdown and if the parameters are wrong, will stay at the ok prompt.

You can check either by looking while at the ok prompt or get most of the variables at the command line with eeprom. Check that auto-boot?=true

Also check that you are not using power management and the server is turning itself off - see this post
# 5  
Old 02-26-2004
For another possibility, read this.
# 6  
Old 08-08-2007
power save install option.

when you installed the OS did you choose to have 'power save' option.
I've not selected it before but perhaps this is causing your problem.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

back to prompt

Hello, I wrote a script that will be run in background and echo some status information from time to time. after the loop and output I want to get back to prompt automatically. currently I have to press return to see prompt again. is this possible to do? (12 Replies)
Discussion started by: daWonderer
12 Replies

2. Solaris

Clone Production Server (Sun v120)

It's a DHCP server. We want to make a clone for fail over purpose since there are some identical systems available here. We do have a secondary DHCP server. Hardware: Sun v120. OS: Solaris 9. Two disks without array, /var and /opt on the secondary disk. How can I clone the system via network... (1 Reply)
Discussion started by: aixlover
1 Replies

3. UNIX for Dummies Questions & Answers

Reset prompt back to "-bash-3.00$"

Can anyone tell me how to reset the command prompt back to the original 'bas'h prompt as these have all been changed via the /etc/profile to add username and hostname but some are too long. I just want to run it in a local .profile to put it back. Thanks (2 Replies)
Discussion started by: skewbie
2 Replies

4. Solaris

Sun Fire v120 memory compatibility

Hi, I recently acquired an old Sun Fire v120 from work. I plan to play around with this at home whilst I'm studying for my SCSA exams. Only problem is it currently has no memory installed. I believe the memory modules required are 168 pin PC133 DIMMs. Unfortunately, the original Sun modules are... (3 Replies)
Discussion started by: skinyana
3 Replies

5. Solaris

Installing OpenSolaris on Sun v120

I have come into my possesion a v120 server at work that was decommisioned from another project. I don't have the Solaris Installation CD nor do I have root or any user credentials on this server. My goal was to install OpenSolaris on this server and use it as a playground for learning UNIX... (6 Replies)
Discussion started by: stringzz
6 Replies

6. Solaris

Help - Accessing Sun Fire V120 A/LOM

Hi All, My company has three V120 servers and two V245 servers. Currently we access ALOM on v245 thru NET MGT port. There are no NET MGT on V120. We use to access A/LOM on the V120s thru Windows Hyper Terminal connected to the Serial A port of v120. Since all of our Windows boxed are... (6 Replies)
Discussion started by: glieu
6 Replies

7. Solaris

I cant boot my sunfire v120

Please, I have a SunFire v120 and I don't know what happens... When I try poweron and use a notebook to conect to my system I got this message: Type control-d to proceed with normal starup (or give root password for system maintenance) If i click control+d some errors appear (cant mount... (24 Replies)
Discussion started by: bianca
24 Replies

8. Solaris

Weird behavior on a Sun Fire V120 running solaris 10.

All, After a power loss I went to power on our sun fire v120 that is running solaris 10 and now it will not boot. I tried power cycling it from the lom and pulling the cord but nothing works. All it does is after a power cycle it will start to boot and then start to spit out a bunch of hex... (2 Replies)
Discussion started by: jsandova
2 Replies

9. Solaris

config v120(sol 8) as a router

Hello all I'm trying to configure a v120 (sol8) as router. The exact setup is: 2900 switch | | eri0 eri1 (node1 v120 sol8)----------------------> eri0 (node2 v120 sol8) so node1 eri1 is connected to node2 eri0. Also, on node1... (1 Reply)
Discussion started by: sashah
1 Replies
Login or Register to Ask a Question