Troubleshooting VXFS -
Type to see if disk are disabled(offline) or enabled(online) use:
# vxdg list
If disk is disable you will need to unmount the disk then deport and import the disk use:
# umount
# vxdg deport
After deporting the disk you will need to re-import the disk use:
# vxdg import
If re-import/import of the disk fail or gives and error you might need to ask Veritas to rescan use:
# vxdvtl enable
Note: After running “vxdvtl enable” and you still encounter error when importing, you might also need to run “devfsadm” to load every driver in the system and attach to all possible device instances.
After successfully importing the disk, you will need to check the status of the re-imported disk usually it would be offline/disabled state use:
# vxprint –thg
After confirming that disk is in disabled state, enable the disk use:
# vxvol –g startall
Then recheck the status of the disk, to make sure the disk is enable and it is online use:
# vxdg list
# vxprint –thg
Then run fsck on the disk
# fsck -F vxfs -o full
Then remount the filesystem, usually you can also check the vfstab/fstab to know what are the disk path and mount points
# mount –a
To show and identify disk use on the host use:
# vxdisk -o alldgs list
Hope you find this usefull.
Computer and Network problem | Windows | How to below:
- 10 Steps | Remove Virus | Spyware Scanner Download | Free Software
- Easy Network troubleshooting | DNS Problem Guide
- Howto change DNS Server IP to OpenDNS
- Fix | COM Surrogate Error | Windows Vista
- 9 Easy Steps | Setting up a secured home wireless network
- Howto Permanently deleting files | data on your hard disk
- Full filesystem backup | ufsdump - For *nix
0 comments:
Post a Comment