Solved: Disk Unable to Boot


 
Thread Tools Search this Thread
Operating Systems Solaris Solved: Disk Unable to Boot
# 15  
Old 10-29-2013
wow... haven't worked with veritas VM in years... and why are you using a command for tape drives? you should better write down EVERYTHING you have done. if every post comes up with new things, it's realy hard to help!
# 16  
Old 10-29-2013
I did not know that was a tape drive command.
# 17  
Old 10-29-2013
DukeNuke is referring to mt command.
Do you have Solaris OS DVD placed on server ?
Also, what is output of
Code:
fstyp /dev/rdsk/c1t0d0s0

# 18  
Old 10-29-2013
Quote:
Originally Posted by br1an
I did not know that was a tape drive command.
it's always bad to just use commands and not know what they are doing...
# 19  
Old 10-29-2013
Yes, the Solaris OS is in the Drive.
I used it to boot into single user mode to make changes in /etc/system and vfstab
Code:
fstyp /dev/rdsk/c1t0d0s0
ufs

# 20  
Old 10-29-2013
I do not /var in your earlier output. Do you have older output of "df -h" ? Give me output of below command
Code:
du -sh /var
df -h
touch /root/test321
touch /var/tmp/test321

# 21  
Old 10-29-2013
I do not have an older output of "df -h"
Code:
# du -sh /var
   1K   /var
# ls
adm   inet  ld    ldap  log   nfs   nis   run   sadm  tmp   yp
# df -h
Filesystem             size   used  avail capacity  Mounted on
/pci@1e,600000/ide@d/cdrom@0,0:b
                       270M   253M     0K   100%    /
swap                   7.6G   424K   7.6G     1%    /tmp
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
/tmp/devices           7.6G   424K   7.6G     1%    /devices
/tmp/dev               7.6G   424K   7.6G     1%    /dev
/devices/pci@1e,600000/ide@d/sd@0,0:a
                       305M   305M     0K   100%    /cdrom
fd                       0K     0K     0K     0%    /dev/fd
/dev/dsk/c1t0d0s0      9.4G   3.9G   5.4G    42%    /mnt
# touch /root/test321
touch: /root/test321 cannot create
# touch /var/test321

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Unable to boot up after P2V

Hi, I just P2V an old machine running Redhat 5.5 on a physical server. After P2V was completed, when boot up it got an error. Please refer to the attachment for the error. Please assist. Thanks. (2 Replies)
Discussion started by: freshmeat
2 Replies

2. Solaris

Use 'dd' to copy boot disk to larger target disk

Hi, I'm looking to copy a boot disk on an old Solaris 8 system using dd. I'll bring the system down to single user mode and begin from there. I'm copying my source disk to a larger target disk. Do I need to do anything other than the 'dd' command below because the target disk is bigger? ... (2 Replies)
Discussion started by: sparcman
2 Replies

3. Solaris

How to specify local boot up disk in CD boot Grub?

Hi Solaris 10 Experts, I am wondering what is the correct syntax to edit in Grub when trying to specify the local ZFS boot disk while booting up from a Solaris 10 x86 64bits DVD installation disk. In other word, I try to boot up from local disk without removing the Solaris installation disk... (0 Replies)
Discussion started by: gjackson123
0 Replies

4. Solaris

Unable to boot from mirror disk on x86 server configured under VxVM

Hi, Can you help me on booting x86 server configured under VxVM. Server boots fine normally from both the disks but if I try to boot server from mirror disk without starting veritas, then it does not boot. vxplex -g rootdg dis var-02 vxplex -g rootdg dis swapvol-02 vxplex -g rootdg dis... (2 Replies)
Discussion started by: milindphanse604
2 Replies

5. Fedora

[Solved] Unable to start Matlab program

hello everyone, I have Matlab installed on Fedora 16. I tried running it by simply typing on terminal: $ matlabBut it returned the follwoing error: --- can anyone suggest a solution? cheers, peter ---------- Post updated at 10:57 PM ---------- Previous update was at 10:54 PM ----------... (1 Reply)
Discussion started by: peter_071
1 Replies

6. Hardware

[Solved] Boot Lockup After Drive Swap

Hey All, Im using Fedora 2.6 (which is cannot be changed for compatibility reasons). I cloned a drive from a different server and when i added this drive to a new box, during startup it hangs on "Configuring Kernel Parameters:" Is there any way to bypass this process and still boot... (0 Replies)
Discussion started by: robfwauk
0 Replies

7. Red Hat

Unable to boot Fedora 10

Hello, I have a test PC running Fedora 10. Friday evening it was working fine, I have some perl scripts which are scheduled to run every morning. But when I started work this morning, I found I cannot ping the machine. When I switched on the monitor, I saw the GRUB promt :(. I am not sure... (10 Replies)
Discussion started by: SivaramaRaju
10 Replies

8. Solaris

vxvm root disk booting problem - solved with boot -a. How?

Hi All, We had a Sun Netra T1 go down the other day, the root disk was mirrored using vxvm. Upon boot from either disk, we had the following error appear: WARNING: Error writing ufs log state WARNING: ufs log for / changed state to Error WARNING: Please umount(1M) / and run... (4 Replies)
Discussion started by: badoshi
4 Replies

9. Solaris

unable to boot from disk1

I had installed solaris 10 on 440 on disk 0. I had done ufsrestore on disk1 from tape and then rebooted Rebooting with command: boot disk1 Boot device: /pci@1f,700000/scsi@2/disk@1,0 File and args: SunOS Release 5.10 Version Generic_118833-24 64-bit Copyright 1983-2006 Sun Microsystems,... (3 Replies)
Discussion started by: vr76413
3 Replies
Login or Register to Ask a Question