Sponsored Content
Full Discussion: storage disk details
Operating Systems Linux Red Hat storage disk details Post 302605893 by shrshah64 on Friday 9th of March 2012 01:45:08 AM
Old 03-09-2012
storage disk details

Hi,

We have a OEL5.7 installed and which has a storage attached on it.
While running application it shows poor performance for Disk IO "dm-0"

Now the question is how do I find what exactly is "dm-0"

Code:
[root@~]# iostat
Linux 2.6.32-100.23.1.el5    03/10/2012

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           1.46    0.00    1.20    4.52    0.00   92.82

Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn
sda              12.49        87.93       143.30   75059335  122323742
sda1              0.00         0.03         0.00      21774         30
sda2             12.49        87.90       143.30   75036897  122323712
dm-0              1.34         5.43         8.85    4636962    7556976
dm-1             27.11        82.47       134.44   70399536  114766736


[root@~]# fdisk -l

Disk /dev/sda: 30.9 GB, 30999052288 bytes
255 heads, 63 sectors/track, 3768 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14        3768    30162037+  8e  Linux LVM

[root@~]# cat /proc/partitions
major minor  #blocks  name

   8        0   30272512 sda
   8        1     104391 sda1
   8        2   30162037 sda2
 253        0   15269888 dm-0
 253        1   14876672 dm-1

Here are few commands I tried, but not able to know what exactly (mount point) dm-0 and dm-1 are referring to..

Please suggest...

Last edited by DukeNuke2; 03-09-2012 at 02:55 AM..
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Details on available disk

Hi everybody.. I am looking for an alternative command to 'format' since this is allowed only to the root user. How do I do to get the same information as command format does here below ? AVAILABLE DISK SELECTIONS: 0. c0t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> ... (4 Replies)
Discussion started by: Riddick61
4 Replies

2. Shell Programming and Scripting

Disk space details from Unix to Outlook

Hi Friends, I am using sun Solaris . I want to find the disk space (df -k) for the Unix box and the data has to be sent to an email id. Can u please find me a code that checks the disk space 6 times a day, loads the data into an excel sheet and sends to an email id. Can u also tell me how to... (2 Replies)
Discussion started by: sridharnr
2 Replies

3. Solaris

Need Hard Disk Details

Hi freinds, What is the command to find out the hard disk details (logical name, FS type etc,). Because i connected one ntfs partition and i don't know the hard disk logical and physical name to mount it.Kindly do the needful. Thanks | P.Bharathiraja. :mad: (2 Replies)
Discussion started by: bharathiraja
2 Replies

4. Solaris

Disk Storage Need to Add more Disk

Hi, Anyone can help me, just want to confirm, if possible adding a disk storage that we have a RAWDATA with +ASM in our database. If possible, what would you recommend "workaround used" from us to do and the preparation. And also how long the downtime will take. Our disk continuous to grow,... (0 Replies)
Discussion started by: fpalero
0 Replies

5. AIX

Command to get Disk Adapter details in AIX

Hi, What is the command to get the disk adapter performance details in AIX?. Guide me. (2 Replies)
Discussion started by: maruthu
2 Replies

6. Shell Programming and Scripting

Script to monitor the disk space details in HP-UX

Hi, I need to monitor the disk space details in HP-UX . I need a command on how to display the information on below format File System Total_Space_KB Used_Space_KB Available_Space_KB %Used /u05 524288000 376235344 138799427 73% /u02 ... (0 Replies)
Discussion started by: ali560045
0 Replies
HYPER-V(4)						   BSD Kernel Interfaces Manual 						HYPER-V(4)

NAME
hv_storvsc -- Hyper-V Storage Virtual Service Consumer SYNOPSIS
To compile this driver into the kernel, place the following lines in the system kernel configuration file: device hyperv DESCRIPTION
The hv_storvsc driver implements the virtual store device for FreeBSD guest partitions running on Hyper-V. FreeBSD guest partitions running on Hyper-V do not have direct access to storage devices attached to the Hyper-V server. Although a FreeBSD guest can access storage devices using Hyper-V's full emulation mode, the performance in this mode tends to be unsatisfactory. To counter the above issues, the hv_storvsc driver implements a storage Virtual Service Consumer (VSC) that relays storage requests from the guest partition to the storage Virtual Service Provider (VSP) hosted in the root partition using the high performance data exchange infra- structure provided by hv_vmbus(4) driver. The VSP in the root partition then forwards the storage related requests to the physical storage device. This driver functions by presenting a SCSI HBA interface to the Comman Access Method (CAM) layer. CAM control blocks (CCBs) are converted into VSCSI protocol messages which are delivered to the root partition VSP over the Hyper-V VMBus. SEE ALSO
hv_ata_pci_disengage(4), hv_netvsc(4), hv_utils(4), hv_vmbus(4) HISTORY
Support for hv_storvsc first appeared in FreeBSD 10.0. The driver was developed through a joint effort between Citrix Incorporated, Micro- soft Corporation, and Network Appliance Incorporated. AUTHORS
FreeBSD support for hv_storvsc was first added by Microsoft BSD Integration Services Team <bsdic@microsoft.com>. BSD
September 10, 2013 BSD
All times are GMT -4. The time now is 02:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy