Sponsored Content
Full Discussion: storage disk details
Operating Systems Linux Red Hat storage disk details Post 302605914 by shrshah64 on Friday 9th of March 2012 03:51:44 AM
Old 03-09-2012
Thanks for the reply...

Here I can see is..
Code:
[root@ mapper]# ls -l /dev/mapper
total 0
crw------- 1 root root  10, 62 Feb 29 05:23 control
brw-rw---- 1 root disk 253,  0 Feb 29 05:23 VolGroup00-LogVol00
brw-rw---- 1 root disk 253,  1 Feb 29 05:23 VolGroup00-LogVol01

But, what I want to know is which storage actually dm-0 and dm-1 refer too...

Please help...
 

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
MYTHTV-STATUS(1)					User Contributed Perl Documentation					  MYTHTV-STATUS(1)

NAME
mythtv-status - Display the status of a MythTV backend SYNOPSIS
mythtv-status [options] DESCRIPTION
This script queries a MythTV backend and reports on the status of it, any upcoming recordings and any which are happening right now. The intention is to warn you if there is a program being recorded or about to be recorded. OPTIONS
-c, --colour Use colour when showing the status of the encoder(s). -d, --description Display the description for the scheduled recordings. --disk-space-warn The threshold (in percent) of used disk space that we should show the disk space in red (if using colour) or send an email if we're in email mode with email only on warnings. --encoder-details Display the input ID and channel name against the recording details. --encoder-skip-idle Suppress displaying idle encoders in the Encoders block. -e, --episode Display the episode (subtitle) for the scheduled recordings. --email <address>[ --email <address> ...] Send the output to the listed email addresses. By default the encoder status, currently recording shows and time till next recording is surpressed from the email. To turn the additional blocks on you can use --encoders, --recording-now and/or --next-recording. --email-only-on-alert Only send an email out (if --email is present) if there is an alert (i.e., schedule conflict or low disk space). -?, --help Display help. --file <file> Load XML from the file specified instead of querying a MythTV backend. Handy for debugging things. --save-file <file> Save the XML we received from the MythTV backend. Handy for debugging things. --guide-days-warn <days> Warn if the number of days of guide data present is equal to or below this level. Default is 2 days. -h HOST, --host=HOST The host to check, defaults to localhost. --nostatus, --noencoders, --norecording-now, --noscheduled-recordings, --noschedule-conflicts, --nonext-recording, --nototal-disk-space, --nodisk-space, --noguide-data, --noauto-expire Suppress displaying blocks of the output if they would normally be displayed. -p PORT, --port=PORT The port to use when connecting to MythTV, defaults to 6544. --oneliner-bullets Insert asterisks (*) before each of the oneliners to stop some email clients from thinking the oneliner block is a paragraph and trying to word wrap them. --auto-expire Display the shows due to auto expire (output is normally suppressed). --auto-expire-count How many of the auto expire shows to display, defaults to 10. --recording-in-warn If the "Next Recording In" time is less than this amount, display it in red. This in seconds, and defaults to 3600 (1 hour). --verbose Have slightly more verbose output. This includes any warnings that might be generated while parsing the XML. -v, --version Show the version of mythtv-status and then exit. OUTPUT
The output of this script is broken up into several chunks they are: Status Some general info about the backend, currently just the timestamp of when this program was run. Guide Data The number of days of guide data is present. By default it is only shown if the number of days is below the warning level. To show it regardless of the warning level use --guide-data. Encoders Each encoder that the backend knows about are listed, with the hostname they are on, the encoder ID (in brackets) and the current status. Recording Now Any programs which are being recorded right now. Scheduled Recordings Up to 10 programs which are scheduled to be recorded today and tomorrow. Schedule Conflicts Any upcoming schedule conflicts (not just limited to today or tomorrow). Shows due to Auto Expire The shows which will be deleted and the order they'll be deleted if the auto expirer kicks in. Total Disk Space The amount of disk space in total, and used by MythTV. Next Recording In If there are no recordings currently happening, then the amount of time until the next recording is displayed. Disk Space Details about each storage group that MythTV knows about. By default this only shows storage groups that are above the warning level. Use --disk-space to turn on display of all storage groups. RETURN CODES
mythtv-status provides some return codes. 0 Standard return code 1 A warning is generated AUTHOR
Andrew Ruthven, andrew@etc.gen.nz LICENSE
Copyright (c) 2007-2009 Andrew Ruthven <andrew@etc.gen.nz> This code is hereby licensed for public consumption under the GNU GPL v3. perl v5.14.2 2012-12-20 MYTHTV-STATUS(1)
All times are GMT -4. The time now is 03:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy