Machine is not booting


 
Thread Tools Search this Thread
Operating Systems Solaris Machine is not booting
# 8  
Old 06-03-2013
there is no boot-file in your environment... why are you booting with:
Code:
Rebooting with command: boot kernel/sparcv9/unix
Boot device: /pci@0,600000/pci@0/pci@8/pci@0/scsi@1/disk@0  File and args: kernel/sparcv9/unix

?
try to boot the machine without any arguments just with boot.

also you should update your xscf/obp firmware to latest level (should be 11.15).
This User Gave Thanks to DukeNuke2 For This Post:
# 9  
Old 06-03-2013
I did that just
Code:
boot

but still no luck. Is updating the firmware mandatory or just a recommended practice? because the most important thing now is to get the machine up.

Last edited by DukeNuke2; 06-03-2013 at 12:50 PM..
# 10  
Old 06-03-2013
is it the same error while just using boot? please post the output from console...
I recommend FW updates for your machine because your FW is rather old. new FW always comes with lots of bug fixes and new functionality...

also the output of
Code:
ok devalias

from OBP might be usefull...
# 11  
Old 06-03-2013
Ok here is an update... I managed to restore the superblock by issuing the installboot command from the single user mode of the CD.
But now there is another problem: the system says
Code:
Error: Unable to init open counts.  Kernel struct change?

then it stops at
Code:
Root password for system maintenance (control-d to bypass)

Tried to boot to the failsafe mode and reboot again with no luck.
# 12  
Old 06-03-2013
Please post the command that you used to rewrite the boot block.

Did this problem just occur or were there any changes to hardware or software preceeding?

Boot the system with:

Code:
 
boot -v

and post the entire output
# 13  
Old 06-03-2013
Code:
installboot /usr/platform/$(uname -i)/lib/fs/ufs/ufsboot/bootblk /dev/rdsk/c0t1d0s0

no changes in s/w or h/w
now when i did a reset via xcsf the machine is stuck at "boot device xxx" with no updates.
I think i am doomed

Last edited by jim mcnamara; 06-03-2013 at 04:24 PM..
# 14  
Old 06-03-2013
yes you might be... if you are not doing what you're asked for... we are not able to help you if you don't post the output after using the commands you are given. if you keep trying on your own you might mess up more and more!
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