Inconsistent disk information.


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Inconsistent disk information.
# 1  
Old 02-06-2017
Inconsistent disk information.

On one of the Unix server B.11.31. a disk that has been provisioned from the VMAX, but according to the diskinfo its show coming from clarion.


Code:
sudo /opt/emc/SYMCLI/bin/symvg sho /dev/vg_<name>

Volume Group Name : /dev/vg_<name>
Volume Group Type : HP-UX LVM

    Volume Group State             : Enabled

    Volume Group Attributes        : N/A

    Group's Physical Extent Size   : 8192k

    Max Number of Devices in Group :  64
    Max Number of Volumes in Group : 255

    Number of Devices in Group     :   9
    Number of Volumes in Group     :   2

    Physical Device Members (9):
        {
        --------------------------------------------------------
                                                            Cap
        PdevName                  Array  Dev   Att. Sts     (MB)
        --------------------------------------------------------

        /dev/rdisk/disk1133       N/A    N/A                  N/A
        /dev/rdisk/disk1129       01987  0CD7  (S)  WD      8632
        /dev/rdisk/disk1410       N/A    N/A                  N/A

        }

<server1>=> sudo /opt/emc/SYMCLI/bin/symdev sho 0CD7 -sid 1987

    Device Physical Name     : /dev/rdisk/disk1129

    Device Symmetrix Name    : 0CD7
    Device Serial ID         : 8700CD7000
    Symmetrix ID             : 000292601987

<server1>=> sudo diskinfo /dev/rdisk/disk1129
SCSI describe of /dev/rdisk/disk1129:
             vendor: DGC
         product id: CX4-480WDR5
               type: direct access
               size: 8388608 Kbytes
   bytes per sector: 512


However when checked from the storage the lunid OCD7 is not assigned to any host. How can we fix this inconsistentcy ?
Any clue or assistance would be a great help. Thanks in advance.

Last edited by RudiC; 02-06-2017 at 12:02 PM.. Reason: Corrected [/code] tag.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Use of prtdiag to give information of sectors,cylinders,track of each disk

Hi All, i am trying to get sectors,cylinders,track..etc information of all present disks out of solaris machine using prtvtoc command . Output of ptrvtoc command is as below : bash-3.2# prtvtoc /dev/dsk/c1t0d0s0 * /dev/dsk/c1t0d0s0 partition map * * Dimensions: * 512 bytes/sector... (2 Replies)
Discussion started by: omkar.jadhav
2 Replies

2. Shell Programming and Scripting

Send information about disk occupation periodically by email

Hi, I want to make a shell script that gives me the information about the disk occupation by sending me an email once in a month for example. With this command df|tr -s " "|cut -d" " -f 1,5 I can see the occupation but I dont know how to make the machine to send me the email with this... (7 Replies)
Discussion started by: Adam Brave
7 Replies

3. AIX

read lv mountpoint information directly from disk

Hello, I need to get the lv mountpoint from the hdisk directly (from vgda i guess) and not from odm or /etc/filesystems I knew the command, but unfortunately I forgot it ;) cheers funksen (5 Replies)
Discussion started by: funksen
5 Replies

4. Shell Programming and Scripting

Disk Monitoring shell script giving incorrect information

Hi All, OS: Linux 86x64 bits Red Hat Linux I get the email alert for the following when Alert condition is set for 30: /dev/sda1 99M 21M 74M 22% /boot -> Below 30%(Should not get the email alert) Expected output as per E-Mail alert: /dev/sda3 20G ... (2 Replies)
Discussion started by: a1_win
2 Replies

5. Red Hat

Information About Solid State Disk in Linux

Hello, I have few HDD and SSD installed in my RHEL 5 server. I want to know which disk are SDD and which are HDD. What command should I use? Thanks (3 Replies)
Discussion started by: fahdmirza
3 Replies

6. Red Hat

Finding disk information

Hi, I would like to know how to find out whether hard disk is local or mapped from storage, on my server both hard disk are there, Please guide me. Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

7. Homework & Coursework Questions

Using USERNAME variable for getting disk quota information

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. I am trying to write a script where my professor will log in and the script will give him his quota info with the LOGNAME variables, etc. 2. standard I'm not exactly... (0 Replies)
Discussion started by: cchapma1
0 Replies

8. Solaris

Command to List Hard Disk Information

I have a SparcStation5 that is making sounds that make me think the disk drive(s) may be on the verge of quiting. What is the command to list the disk types and sizes? I'm thinking I can possibly pick up another drive or two and compy the exisiting drives while they are still working. (1 Reply)
Discussion started by: muletrainman
1 Replies

9. Shell Programming and Scripting

Getting disk information from multiple servers

Hey guyz hw u all doing. I need some help regarding "df -m".I have to check 10 servers thrice a day and have to make a text file.The only problem is I have to log into those 10 servers * 3 =30 times every time .Is there any way ,we can write a script that will automatically run on all... (5 Replies)
Discussion started by: coolkid
5 Replies

10. AIX

hard disk information in AIX

Hi, Other than df -k, is there any command that will tell me all physical hard drives installed on the system as well as the size of each one? I'm using AIX 5.1 Thanks, (3 Replies)
Discussion started by: quickfirststep
3 Replies
Login or Register to Ask a Question