Dumb thing to do


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Dumb thing to do
# 1  
Old 07-17-2001
Dumb thing to do

I'm writing for a friend. He has a SPARC system at home that has Solaris 7 on it. He did not yet create a user on it and has not set the CONSOLE to allow the root user to log in remotely. Now, something happened and the system will not even boot to the Boot PROM. How can he get into the system to find out what is wrong???
# 2  
Old 07-17-2001

if machine can boot up to SINGLE user mode.
log into machine as root and check /var/adm/messages
here may tell you something.

If machine can not even boot up to single mode.
Bring machine to "OK" prompt, then type "printenv" to check
does anything looks strange. (they will show your set up and default set up)

(i.e. diag-switch?=true this may cause you problem)


Hope this help.





# 3  
Old 07-18-2001
Thanks for the help, but ...

He can't even get to the Boot PROM OK prompt. He said if he turns on the computer, it lights up but doesn't boot.
# 4  
Old 07-18-2001

check Hardware first (cable, moniter...); I know
it sounds stupid but anything could happen :-(

after making sure everyting is right, try it

1. turn off power
2. turn on power ( after turn on power, press Stop-N NOT Stop-A untill it boot; do not release both of key till machine boot up)

3. if machine still not up not even a spining "|" sign, I will check cpu or motherboard.

Hope this help Smilie
# 5  
Old 07-21-2001
Yes definatly check the hardware. Verify disks are spinning, you have lights where your supposed to have lights, make sure the monitor is plugged in, make sure everything has power.

Make sure your sending the "STOP A" command to get the OK prompt. give it time after the "STOP A" keystrokes as it may have to finish writting diags to the disks.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

i have few dumb questions..

i wanna learn UNIX so 1. how should i start? 2. which book should i use? 3. which environment is best for learning n then getting job? thanx in advance........:) (1 Reply)
Discussion started by: vjai
1 Replies

2. UNIX for Dummies Questions & Answers

i have few dumb questions..

i wanna learn UNIX so 1. how should i start? 2. which book should i use? 3. which environment is best for learning n then getting job? thanx in advance........:) (1 Reply)
Discussion started by: vjai
1 Replies

3. UNIX for Dummies Questions & Answers

this is a very dumb question...i know... :(

hi, when we do an "ls -l" on a directory, we get the listing of the contents of that dir... what is the meaning of some numbers...example in ; -rw-r--r-- 1 idr supp 0 Feb 18 19:41 dmesg drwxrwsrwx 2 root sys 96 Dec 27 15:31 test09 drwxr-xr-x 3 bin ... (1 Reply)
Discussion started by: cromohawk
1 Replies

4. UNIX for Dummies Questions & Answers

Another dumb question but...

When getting a listing of files using "ls -l", my output shows the permissions, #oflinks???, owner, group, size, month-day-time, and file. In the example below, how would I know what year the file was last modified? -rw-rw-r--, 28, root, root, 2048, Oct 28 15:10, somefile.txt (2 Replies)
Discussion started by: KGee
2 Replies

5. UNIX for Dummies Questions & Answers

Another dumb question...

Probably a really easy one for you guru's out there...:rolleyes: I need to make sure the reverse address lookup daemon in rarpd, is running. How do I do so? :confused: Did a grep for the process but couldnt find it, also looked in all the normal places, /bin etc... Cheers (1 Reply)
Discussion started by: JayC89
1 Replies

6. UNIX for Dummies Questions & Answers

Ok really dumb question but...

Does anyone have detailed info on how to download the files. I go to www.freebsd.com and then i dont know what to do. I dont know why i dont know but im drawing a complete blank so is there anyone that can provide a step by step procedure for downloading/installing Linux? :confused: :confused: (3 Replies)
Discussion started by: Corrail
3 Replies

7. UNIX for Dummies Questions & Answers

This is going to sound dumb but...

how do i create scripts while in unix? Could someone tell me in the format of: commands script commands or something like that or even however you feel comfortable but could you try to explain it thoroughly. just want something where i can look at it and be able to put anything i want in there.... (3 Replies)
Discussion started by: Corrail
3 Replies

8. UNIX for Dummies Questions & Answers

Two dumb questions

It's obvious I'm a newbie after today, so I come to ask two questions. Or, solutions to two problems, anyway. I'm running KDE 3.1 on SuSE Linux 8.2, for reference. 1. After downloading programs for KDE and running 'configure', I infallably get an error that states: 'in the prefix, you've... (1 Reply)
Discussion started by: Darkstripes
1 Replies

9. UNIX for Dummies Questions & Answers

really dumb question...

ok i decided to go with Mandrake so i went to the site to download it and that took me to a mirror site. ok. so once i get there were can i find the install file(s) that i need? i only see a series of folder and files. the ones that say intall are instructions but i don't see the files themselves.... (3 Replies)
Discussion started by: justchillin
3 Replies

10. UNIX for Dummies Questions & Answers

dumb question

My problem is as follows: I have to write a korn shell script which will run mutiple java applications one after one. For example, I will execute the java application A first, after it is done I will run application B. My question is how do I do this? How does my korn shell script know that... (1 Reply)
Discussion started by: madhab99
1 Replies
Login or Register to Ask a Question