![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VxVM filesystem resize | blowtorch | SUN Solaris | 3 | 01-15-2008 12:24 AM |
| Need vxvm study guide | sreesobh | SUN Solaris | 4 | 12-28-2007 06:34 AM |
| VxVM softpartitions | pressy | SUN Solaris | 3 | 10-27-2006 03:15 PM |
| VxVM disk/lun grow | pressy | UNIX for Advanced & Expert Users | 3 | 03-27-2006 01:39 AM |
| VxVM | andy11983 | SUN Solaris | 3 | 01-14-2005 09:10 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
vmstat -d with VxVM
I've got a Linux box that I'm pretty sure is having some disk issues. iostat isn't installed, but vmstat is, so i've been trying to use that to do some initial diagnostics while I go through our company's change control process to get iostat installed.
The problem I'm having is that the disks that would be an issue are VxVM volumes and vmstat doesn't give the volume name, just some sort of internal identifier such as VxVM65529. Is there a way to translate this ID into a volume name? Thanks a lot! |
| Forum Sponsor | ||
|
|
|
||||
|
VxVM is Veritas, correct ? What is your OS ? Can't you run some other diagnostic tools, depending on what's installed ? Look at the veritas' help and see if you have those commands available.
cat /proc/diskstats if you're running Linux for more info on drives and volumes. |
|
|||
|
VxVM refers to veritas Volume Manager
vmstat is genric *nix command that repost info on virtual memory. Ít ha sno access to a veritas Volume -d refers to the ext3 or other Linux disk use : vxdg list to show any disk groups then : vxprint -g [diskgroup] -vt [vol_name] Lastly, NEVER let anyone near a Veritas Disk who hasn't been trained to (I'm trainded & I'm not offering!) ------------------------------------------------------------------- ~ stevie Solaris SCSA (v8) Microsoft MCP Ubuntu & Fedora on-the-way Edit/Delete Message |
|
|||
|
Quote:
I've never been officially trained on Veritas, but I use it enough without too many problems... yet. ![]() vxstat is awesome. Thanks for that suggestion. |
|||
| Google UNIX.COM |