|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Emergency UNIX and Linux Support !! Help Me!! Post your urgent questions here for highest visibility. Posting a new thread to this forum requires Bits. We monitor this forum to help people with emergencies, but we do not guarantee response time or answers. This forum is "best effort" only. Members who reply to posts here receive a bonus of 1000 Bits per reply. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
No local disk in format in Solaris
I have Solaris-10 server. During troubleshooting of some storage issue, I removed disk entries from /dev/dsk and /dev/rdsk
HTML Code:
rm /dev/vx/dmp/* rm /dev/vx/rdmp/* rm /dev/dsk/* rm /dev/rdsk/ HTML Code:
root@oradbprod_apps01:/# ls -l /dev/dsk | grep -i c1t1d0 lrwxrwxrwx 1 root root 51 Mar 5 22:02 c1t1d0s0 -> ../../devices/ssm@0,0/pci@18,700000/scsi@2/sd@1,0:a lrwxrwxrwx 1 root root 51 Mar 6 09:50 c1t1d0s7 -> ../../devices/ssm@0,0/pci@18,700000/scsi@2/sd@1,0:h root@oradbprod_apps01:/# ls -l /dev/dsk | grep -i c1t0d0 lrwxrwxrwx 1 root root 51 Mar 5 22:02 c1t0d0s0 -> ../../devices/ssm@0,0/pci@18,700000/scsi@2/sd@0,0:a lrwxrwxrwx 1 root root 51 Mar 6 09:50 c1t0d0s7 -> ../../devices/ssm@0,0/pci@18,700000/scsi@2/sd@0,0:h root@oradbprod_apps01:/# ls -l /dev/rdsk | grep -i c1t1d0 lrwxrwxrwx 1 root root 55 Mar 6 09:50 c1t1d0s7 -> ../../devices/ssm@0,0/pci@18,700000/scsi@2/sd@1,0:h,raw root@oradbprod_apps01:/# ls -l /dev/rdsk | grep -i c1t0d0 lrwxrwxrwx 1 root root 55 Mar 6 09:50 c1t0d0s7 -> ../../devices/ssm@0,0/pci@18,700000/scsi@2/sd@0,0:h,raw root@oradbprod_apps01:/# echo | format | grep -i c1t1d0 root@oradbprod_apps01:/# echo | format | grep -i c1t0d0 root@oradbprod_apps01:/# Last edited by solaris_1977; 03-06-2013 at 01:28 PM.. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Well, since rebooting seems OK, try a reconfigure reboot: Code:
reboot -- -r |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
I did that already and still it did not came up.
|
|
#4
|
|||
|
|||
|
Boot the system from cd..... Code:
boot cdrom -s If necessary use 'format' to find out the device path eg /dev/dsk/c0t0d0s0 of your hard disk root filesystem (unless you already know it). mount your harddisk root filesystem under /a Code:
devfsadm -r /a -p /a/etc/path_to_inst Now check your vfstab (now located at /a/etc/vfstab) looks right and tells a reconfiguring Solaris where all the filesystem are (especially the root filesystem). Take your time and get this right. When you're sure vfstab is good take the system down. Ensure that the first time you boot you tell Solaris to reconfigure Code:
boot -r That should be job done. Post back results. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
hicksd8, strange situation is like this. Server is up and running right now with rootdg of VxVM. rootdg is consist of c1t1d0. So I can assume that c1t1d0s0 (for root), & c1t1d0s5 (for /var) are working fine. But I am not able to see them in format output. Code:
root@oradbprod_apps01:/# format c1t1d0 No disks found! root@oradbprod_apps01:/# format c1t0d0 No disks found! I already did reconfiguration reboot, which didn't helped. Is there anyway if I can boot it without reboot and online ? |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
What says.......... Code:
format with no command line arguments? Disk is encapsulated by VxVM. |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
format gives me long output of all Storage disks, but none of both local disks. Yes, disks are encapsulated with VxVM
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sysdump on local disk | gowthamakanthan | AIX | 1 | 10-22-2012 08:11 AM |
| Sharing a local disk between to solaris machines | zionassedo | Solaris | 2 | 02-19-2012 01:10 PM |
| Are disk format across AIX and Solaris platforms compatable? | AusTan24 | UNIX for Dummies Questions & Answers | 2 | 04-27-2011 11:32 AM |
| installing from local disk | Hitesh Shah | Solaris | 5 | 03-05-2009 03:37 AM |
|
|