Machine is not booting


 
Thread Tools Search this Thread
Operating Systems Solaris Machine is not booting
# 22  
Old 06-03-2013
Check that your harddisk root filesystem c0t0d0s0 is not full.

Is there any chance that files from a later O/S DVD were accidentally copied to the root filesystem?

Do you have a backup of the root filesystem that you could restore or not?

---------- Post updated at 09:47 PM ---------- Previous update was at 09:43 PM ----------

Repeat: Does this system have externally attached iSCSI storage? Or is it not supposed to be loading such devices?

Please post the contents of /etc/vfstab so we can see the filesystems present.

---------- Post updated at 09:57 PM ---------- Previous update was at 09:47 PM ----------

Quote:
Originally Posted by abohmeed
It's a rather old system.
How about if i connect in failsafe mode and disabled the service that checks for the kernel files consistency (causing the errors) ?
You should ensure that the filesystem is consistent (fsck) before trying that otherwise it could destroy the root filesystem beyond repair. It's telling you of the inconsistency for that reason.

If you run fsck do not use the -y switch (at least initially) and see how much damage (how many questions) you get.

You could also consider using the "-o full" switch to thoroughly check everything but that, of course, will take quite a while to run.
# 23  
Old 06-08-2013
Ok guys i finally got the machine up and running. I had to have some personnel from Oracle to assist me. For anyone in the same situation, the problem was that the root filesystem was using SVM (Mirroring) so to get the machine up again you have to boot into failsafe mode
Code:
boot -F failsafe

break the mirror then boot into single user mode from the mirrored disk
Code:
boot rootmirror -s

where rootmirror is the alias name for the mirrored disk. Finally do an fsck, reboot and rebuild the mirror.
I would like to thank everyone who contributed to this post. I really appreciate your keenness to help and support other people.
Regards
This User Gave Thanks to abohmeed For This Post:
# 24  
Old 06-08-2013
Thanks for posting the solution.
# 25  
Old 12-02-2013
Good solution - thank you!!!!
# 26  
Old 12-05-2013
What is a "wrong magic number"?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with fetching the data from remote machine from my jumpbox(local machine)

Team, Presently i am running a script from my local box(i.e jumpbox) to all the remote machines.Basically fetching basic queries like pwd,mkdir,touch etc and i am able to successfully fetch it from my local machine.But when i want to check certain database related queries like the dbstat... (20 Replies)
Discussion started by: whizkidash
20 Replies

2. Red Hat

iptables applied in local machine, can't ssh remote machine after chain changed to DROP

I want to SSH to 192.168.1.15 Server from my machine, my ip was 192.168.1.99 Source Destination was UP, with IP 192.168.1.15. This is LAN Network there are 30 Machine's Connected to the network and working fine, I'm Playing around the local machine's because I need to apply the same rules in... (2 Replies)
Discussion started by: babinlonston
2 Replies

3. Linux

Unable to connect to Server machine from a client machine using ftp service

Hi, Could you please help me with the below issue.. I'm running RHEL6 OS on both server (192.168.0.10) and client machines (192.168.0.1). I'm trying to connect to server from the client machine using ftp service. I have installed vsftpd daemon on both the machines. I'm getting... (4 Replies)
Discussion started by: raosr020
4 Replies

4. UNIX for Advanced & Expert Users

FTP While transfering files to local machine to remote machine

Hi Am using unix Ksh Am getting the problem while transferring zero size files through the script . When i transfer zero size files from local machine to remote machine manually i can able to do it . My question its beause of zero size files am not able to transfer through script ? or its... (2 Replies)
Discussion started by: Venkatesh1
2 Replies

5. Shell Programming and Scripting

How to transfer files from unix machine to local machine using shell script?

Hi All.. Am new to Unix!! Am creating a shell script in which a scenario is like i have transfer the output file from unix machine (Server) to local directory (Windows xp). And also i have to transfer the input file from the local directory to Unix machine (Server) Any help from you... (1 Reply)
Discussion started by: vidhyaS
1 Replies

6. Shell Programming and Scripting

shell script to copy files frm a linux machine to a windows machine using SCP

I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine. for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies

7. AIX

EXP400 with 43P machine not booting

Hello I connected the exp400 & turned on the aix machine which is 7043-150 but now I guess probably ODM is corrupted as it does not boot. Its stuck at 0518 code. Also, on the console it shows stuck on the kernel, which then it does not want to boot. Is it possible to fix from maintenance... (1 Reply)
Discussion started by: pdhawan
1 Replies

8. UNIX for Dummies Questions & Answers

Booting SPARC 5 Machine 's CD-ROM

Hi, I have inherited a Ultra 5 SPARC machine that I need to boot from its CD-ROM. WHen I turn on the machine it just boots to its hard drive. How do I get it to boot from the CD-ROM. I am a Solaris newbie.... (1 Reply)
Discussion started by: mojoman
1 Replies

9. Red Hat

To find the LATEST file from a dir on REMOTE machine and SCP to local machine?

Hi All, URGENT - Please help me form a scipt for this: I need the LATEST file from a dir on REMOTE machine to be SCP'd to a dir on local machine. (and I need to execute this from local server) I know that the below cmd is used to find the LATEST file from a dir. But this command is not... (3 Replies)
Discussion started by: me_ub
3 Replies

10. Solaris

Machine is booting to maintenance mode.

I had a power failure the other day and when my relatively new Solaris 10 machine rebooted it is thrown into maintenance mode. I've found the following lines in the /var/adm/messages file, I'm assuming this is the root cause of the problem. However, I don't have the slightest idea on how to... (9 Replies)
Discussion started by: cheetobandito
9 Replies
Login or Register to Ask a Question