vmstat -d with VxVM


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory vmstat -d with VxVM
# 1  
Old 01-18-2008
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!
# 2  
Old 01-21-2008
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.
# 3  
Old 01-21-2008
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
# 4  
Old 01-21-2008
would you perchance have vxstat installed, if it's vxvm volumes that would be a logical choice.
# 5  
Old 01-22-2008
Quote:
Originally Posted by stevie_velvet
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!)
vmstat -d gives disk information. I was trying to use that, but it wasn't helping all that much.

I've never been officially trained on Veritas, but I use it enough without too many problems... yet. Smilie


Quote:
Originally Posted by reborg
would you perchance have vxstat installed, if it's vxvm volumes that would be a logical choice.
vxstat is awesome. Thanks for that suggestion.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

VXVM in POWERHA 6.1

I have created a VxVM disk group in AIX7.1. I have tried to added this VxVM disk group in powerHA 6.1. But in cluster VxVM DGs are not listing. Is there any other procedure to add vxvm diskgroup to hacmp. Please share me steps for adding vxvm diskgroup to hacmp. (6 Replies)
Discussion started by: sunnybee
6 Replies

2. Solaris

Fsck in vxvm

Hi, When we are running fsck in vxvm FS within few sec it will completed even if data is more than 500GB or in TB also. compare to UFS FS in that it will take more time compare with vxvm.UFS check FS in block level. & then vvxm on where its checking the FS. Please explain. (1 Reply)
Discussion started by: tiger09
1 Replies

3. Solaris

vxvm

hi all, how can we check whether vxvm is installed in our system or not in solaris? Thanks in advance dinu (4 Replies)
Discussion started by: dinu
4 Replies

4. Solaris

No of volumes in vxvm

Anyone knows that how many volumes can be created in a Diskgroup? Thanks in advance... (1 Reply)
Discussion started by: bpsunadm
1 Replies

5. Solaris

ZFS and VxVM

Hi community, I've a hard question for you. 1)What are the differences between ZFS and Veritas Volume Manager on Solaris10? 2) what is the difference to manage the internal disks (Mirror)? 3) what is the difference to manage the external disks? 4) What is the difference to manage... (5 Replies)
Discussion started by: Sunb3
5 Replies

6. Filesystems, Disks and Memory

VxVM and MPxIO

:confused: Last week I read that VxVM won't work with MPxIO (i don't recall the link) and that it should be unconfigured when installing VxVM. Today I read that VxVM works in "pass-thru" mode with MPxIO and DMP uses the devices presented by MPxIO. If I create disks with MPxIO and use VxVM to... (1 Reply)
Discussion started by: bluescreen
1 Replies

7. Solaris

Reg. VXVM

Hi Guys, I have a doubt either to Reboot the server after Replacing the disk0. I have two disks under vxvm root mirrored and i had a problem with primary disk so i replace the disk0 failed primary disk and then mirrored. After mirroring is it reboot required ? (7 Replies)
Discussion started by: kurva
7 Replies

8. Solaris

VxVM on Solaris.

Hi, Quick question if anyone knows this. Is there a command I can use in Veritas Volume manager on Solaris that will tell me what the name of the SAN I am connected to? We have a number of SANs so I am unsure which one my servers are connected to. Thanks. (13 Replies)
Discussion started by: gwhelan
13 Replies

9. Solaris

VxVM softpartitions

Is there a way to create "softpartitions" with Veritas Volume Manager? I have a bunch of disks and i want to create a RAID 5 with them. On that RAID5, i want to split that RAID into two separated file systems like i could do it with SDS/LVM or ZFS, but i don't want to create two RAID5 in the... (3 Replies)
Discussion started by: pressy
3 Replies

10. Solaris

VxVM

All solaris rescue gurus out there .... I've a Solaris 2.6 E450 on which my sysadmin guy has deleted every file (not sub-directories) from the /etc directory. The machine is (was) running Vxvm with the root volume encapsulated. I've tried booting from CDROM, mounting the root volume... (3 Replies)
Discussion started by: andy11983
3 Replies
Login or Register to Ask a Question