ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Home Lab - Odd Issue

    Scheduled Pinned Locked Moved IT Discussion
    47 Posts 7 Posters 10.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • coliverC
      coliver @DustinB3403
      last edited by

      @DustinB3403 said:

      I haven't performed an MD5 check of the installation USB, as it is the same device I initially used when I first setup the server.

      I could certainly redownload, MD5 the files, and rebuild the installation media.

      Worth a shot. Interesting that it worked before but not now... although USB drives have been known to corrupt data.

      1 Reply Last reply Reply Quote 0
      • DustinB3403D
        DustinB3403
        last edited by

        I've just downloaded the ISO from Xen's site, and did an MD5 check. Will build installation media and test tonight.

        I'll also check to see if there is an available SATA port on the server.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          Maybe get that cryptic message before you do anything else. Maybe we can solve the issue with the USB stick that isn't working right now.

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender
            last edited by

            I was wondering if the original USB stick might have just gone bad - but that wouldn't explain a bad password prompt, other than bad install as Coliver said.

            Are you sure you're reinstalls aren't writting to the RAID instead of the USB drive?

            1 Reply Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403
              last edited by

              I'll collect all of the information tonight before proceeding with yet another install.

              and @Dashrender I'm positive it's not installing the to RAID, but to the USB drive, but thanks for checking.

              1 Reply Last reply Reply Quote 1
              • DustinB3403D
                DustinB3403
                last edited by

                Well something happened to the USB drive that was throwing the error.

                At power up the system couldn't even find the drive to boot from.

                I've reformatted the usb disk, and am installing to yet another one. I'll keep you all informed.

                1 Reply Last reply Reply Quote 1
                • DustinB3403D
                  DustinB3403
                  last edited by

                  Format to FAT32 and install seems to have corrected the issue.

                  1 Reply Last reply Reply Quote 1
                  • DustinB3403D
                    DustinB3403
                    last edited by

                    OK so it would appear, that the RAID is orphaned from the Host OS, which makes perfect sense.

                    How can I go about deleting the orphaned storage, or just formatting the entire raid from within Xen?

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @DustinB3403
                      last edited by

                      @DustinB3403 said:

                      OK so it would appear, that the RAID is orphaned from the Host OS, which makes perfect sense.

                      How can I go about deleting the orphaned storage, or just formatting the entire raid from within Xen?

                      You should be able to attach it again.

                      1 Reply Last reply Reply Quote 0
                      • DustinB3403D
                        DustinB3403
                        last edited by

                        Any recommendations as to how, reading everything from online is not only vague, but often misleading

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          What does...

                          cat /proc/mdstat
                          

                          tell you?

                          1 Reply Last reply Reply Quote 0
                          • DustinB3403D
                            DustinB3403
                            last edited by DustinB3403

                            When I try to recreate the filesystem using

                            pvcreate /dev/cciss/c0d0p1
                             Can't open /dev/cciss/c0d0p1 exclusively.  Mounted filesystem?
                            

                            That is what I receive.

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • DustinB3403D
                              DustinB3403
                              last edited by

                              Attempting to perform the below:

                              # xe sr-create content-type=user type=ext device-config:device=/dev/cciss/c0d0p1 shared=false name-label="Local Storage"
                              The SR operation cannot be performed because a device underlying the SR is in use by the host.
                              
                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @DustinB3403
                                last edited by

                                @DustinB3403 said:

                                When I try to recreate the filesystem using

                                pvcreate /dev/cciss/c0d0p1
                                 Can't open /dev/cciss/c0d0p1 exclusively.  Mounted filesystem?
                                

                                That is what I receive.

                                Wait, do you have hardware RAID or software RAID?

                                1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403
                                  last edited by

                                  Performing a fdisk -l results in:

                                  # fdisk -l
                                  
                                  WARNING: GPT (GUID Partition Table) detected on '/dev/cciss/c0d0'! The util fdisk doesn't support GPT. Use GNU Parted.
                                  
                                  
                                  Disk /dev/cciss/c0d0: 440.3 GB, 440346238976 bytes
                                  256 heads, 63 sectors/track, 53326 cylinders
                                  Units = cylinders of 16128 * 512 = 8257536 bytes
                                  
                                    Device Boot      Start         End      Blocks   Id  System
                                  /dev/cciss/c0d0p1   *           1       53327   430025623+  ee  EFI GPT
                                  
                                  Disk /dev/sda: 8074 MB, 8074035200 bytes
                                  2 heads, 63 sectors/track, 125155 cylinders
                                  Units = cylinders of 126 * 512 = 64512 bytes
                                  
                                  Device Boot      Start         End      Blocks   Id  System
                                  /dev/sda1   *           1      125156     7884768    b  W95 FAT32
                                  
                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    That looks like an HP SmartArray controller.

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @DustinB3403
                                      last edited by

                                      @DustinB3403 said:

                                      You're running a lot of commands but not answering any questions 😉

                                      1 Reply Last reply Reply Quote 0
                                      • DustinB3403D
                                        DustinB3403
                                        last edited by

                                        It is an HP Smart Array, in a DL360 G5

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @DustinB3403
                                          last edited by

                                          @DustinB3403 said:

                                          It is an HP Smart Array, in a DL360 G5

                                          Ah, okay. So that makes this a lot easier.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            What do these commands say...

                                            df -h
                                            

                                            and

                                            lvs
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post