![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help: root partition crashed, fsck failed. Disk problem? | steeles | SUN Solaris | 2 | 02-11-2008 07:09 PM |
| Is a CEP application a “Managed Process”? | iBot | Complex Event Processing RSS News | 0 | 09-18-2007 10:10 AM |
| Need to remove a disk from Veritas | kiem | SUN Solaris | 3 | 04-04-2007 05:13 PM |
| Veritas root disk mirroring | Jartan | SUN Solaris | 10 | 12-12-2006 06:46 PM |
| Linux Managed Server, Mapping Dns To Directory | zapmedia | UNIX for Dummies Questions & Answers | 0 | 06-25-2005 09:34 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Is there a log on the file system?
First make sure the disk group is imported with: vxdg list If not, import with: vxdg import disk_group If that fails, try: vxdg -Cf import disk_group # assuming this is not a cluster Then start the volume(s): vxvol -g disk_group startall If that fails, try: vxvol -f -g disk_group startall fsck the file system: fsck -F vxfs /dev/vx/rdsk/disk_group/volume If that fails, try: fsck -F vxfs -o full /dev/vx/rdsk/disk_group/volume Mount it up: mount -F vxfs /dev/vx/rdsk/disk_group/volume /mount/point Be sure to replace disk_group and volume with your actual info. Good luck. If an actual disk failed, and was not fault tolerant, it will be necessary to rebuilt the volume (and maybe the disk group) and restore the data from backup. If it is RAID 0 ir 5 and has a log you should be able to get it back easily. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|