System cannot boot up


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users System cannot boot up
# 1  
Old 11-11-2017
System cannot boot up

Hi,

I got stuck in a very messy situation yesterday after attempting to resolve a filesystem full issue. The user reported that their filesystem (/var/DWS) was 100% full even after moving few files of sizes 14G, 30G and 50G out of the directory. I checked the filesystem once more after this complaint, and realized that there was a sub-directory named "compressed" within this directory that was the largest within it. I asked them to housekeep it, but they said this directory size was only 6.7G, which was way smaller in size than the total files/directories they moved out of /var/DWS. The filesystem was an ufs mount.

So I suggested to un-mount and re-mount the directory, only to get into more problems, as the person who gave approval to do this, did not properly stop the applications/processes that were accessing this directory. So I could unmount the directory (umount -f /var/DWS, as a normal umount did not work). But after this I could not re-mount the directory, as it throws error "Device busy".

So, I rebooted the server, and then the server could not boot up. It got stuck in a blank grey screen (Like a tv channel that does not have a transmission).

Please throw some light on how to start troubleshooting this issue? Better if there is a solution for this issue?
# 2  
Old 11-11-2017
It would be a good idea to tell us all what the hardware is and especially what the operating system is!!! Otherwise we're all left guessing.
# 3  
Old 11-11-2017
The server is a SUN SPARC T3-2.
And the Operating System is Solaris 10.
# 4  
Old 11-11-2017
So when you power up the first thing you should see is the service processor. That will go through diagnostics and then present you with a prompt (unless it's configured to automatically boot).

So what is the last thing you see before the screen goes blank?

Do you get a service processor prompt eg, '>ok'?
# 5  
Old 11-11-2017
Hi,

It does not reach the ok prompt :

Code:
-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y
Console session already in use. [view mode]

Serial console started.  To stop, type #.

# 6  
Old 11-11-2017
Yes, because you didn't remove all power, ie, all power cables disconnected.

The service processor is talking to the main system (trying to talk to Solaris as console). Do what is says and type

Code:
#.

(That's a hash keystroke followed by a period keystroke. No 'return' needed.)

And you should get the service processor prompt. You might need to bash the return key a couple of times to wake it up.

You can then issue SC processor reconfigure commands or, more likely, a 'boot' command.

If it fails to boot normally, try putting your Solaris distribution media into the DVD drive and boot from that into single user:

Code:
 
 ok> boot cdrom -s

That will tell you whether the hardware is capable of running Solaris or you have a hardware fault.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Urgent: UNIX system does not boot

UNIX sco release 5.05 system does not boot: cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/boot what to do? (1 Reply)
Discussion started by: Joaoalpande
1 Replies

2. AIX

System can't boot up after power outage

Hello Forum, I am very newbie with AIX. We have 2 AIX 9111-285 servers. The OS version is 5.3. After the power outage, they did not come up. I try to unplug the power cable and re-connect after 1 minutes but do not help. Both display the same reference code 110000AC on the front panel... (6 Replies)
Discussion started by: lilyn
6 Replies

3. Red Hat

System fail to boot

Hi im using centos 6.4 starting yesterday i have a strange issue that im unable to resolve. the system is booting to GRUB menu and the os is not starting. i tried to run a repair install and the message attached is what i get, what can cause this? thanks, (1 Reply)
Discussion started by: guy3145
1 Replies

4. Solaris

System will not boot

We have a system that won't boot. It is Sun V245 that was patched yesterday with the latest Recommended 10 patch cluster. I will post what we get during the boot at the end of the email message. We have tried rebuilding the bootblk, booting from the cdrom, and running an fsck, booting into failsafe... (2 Replies)
Discussion started by: brownwrap
2 Replies

5. AIX

System Hanging on boot

Hello: Hope someone can help. Yesterday we did a mksysb backup of one of our AIX boxes and now the server is hanging at "Multi-User initialization completed" prompt. Can someone help in troubleshooting this error? If you need more info please just let me know what you need. I'm not that... (17 Replies)
Discussion started by: bbbngowc
17 Replies

6. Solaris

System boot up log file

Hi, where can I check the system boot up log file like those message when the system booting up.... Thanks. (14 Replies)
Discussion started by: efang
14 Replies

7. UNIX for Dummies Questions & Answers

help boot system erro

being nosey on sons laptop and set a password and now need to undo this but its in the boot system :eek::eek::eek: (4 Replies)
Discussion started by: hempel
4 Replies

8. SCO

Can't boot system--help

I get a message saying Not enough space to dump xxxxx pages Press any key to reboot Safe to power off After rebooting it never gets to the "Press CTRL D to continue or enter password for single user" message before it goes back to "Not enough space..." message above. Vicious cycle. ... (0 Replies)
Discussion started by: deloev
0 Replies

9. UNIX for Dummies Questions & Answers

Boot from a remote system

I have a diskless work station. i want to boot from a remote linux machine. what changes i will have to do in configuration. Plz tell me thanks (1 Reply)
Discussion started by: hemant29
1 Replies

10. UNIX for Dummies Questions & Answers

System boot configuration

On my PC I have two hard disks, the first with Windows 98 SE and the second with Linux Mandrake 8.0 (Traktopel). When I have installed Linux, it has modified the boot record of the 1st HD and it has added a graphic menu (LILO) for selecting the OS to use. By default, if I don't press a key, Linux... (2 Replies)
Discussion started by: robotronic
2 Replies
Login or Register to Ask a Question