<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rhel4.3 boots too late(long time) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462449#M37570</link>
    <description>thanks SEP&lt;BR /&gt;&lt;BR /&gt;and what do suggest me in the following matter ?&lt;BR /&gt;&lt;BR /&gt;# fdisk -l /dev/sda&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 72.9 GB, 72999763968 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8875 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Device Boot Start End Blocks Id System&lt;BR /&gt;/dev/sda1 * 1 13 104391 83 Linux&lt;BR /&gt;/dev/sda2 14 2363 18876375 82 Linux swap&lt;BR /&gt;/dev/sda3 2364 8875 52307640 83 Linux&lt;BR /&gt;&lt;BR /&gt;# vgdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# lvdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# pvdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;--- NEW Physical volume ---&lt;BR /&gt;PV Name /dev/sda2&lt;BR /&gt;VG Name&lt;BR /&gt;PV Size 67.89 GB&lt;BR /&gt;Allocatable NO&lt;BR /&gt;PE Size (KByte) 0&lt;BR /&gt;Total PE 0&lt;BR /&gt;Free PE 0&lt;BR /&gt;Allocated PE 0&lt;BR /&gt;PV UUID 2vbTLr-pfzc-sywh-nMui-z2Wh-iGaW-tZ9uo5&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Tue, 21 Jul 2009 03:56:14 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2009-07-21T03:56:14Z</dc:date>
    <item>
      <title>rhel4.3 boots too late(long time)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462445#M37566</link>
      <description>OS: rhel 4 update 3&lt;BR /&gt;# uname -a&lt;BR /&gt;Linux gbmdbserver 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;/dev/sda is local disk&lt;BR /&gt;/dev/sdb is FC LUN&lt;BR /&gt;&lt;BR /&gt;# fdisk -l /dev/sda&lt;BR /&gt; &lt;BR /&gt;Disk /dev/sda: 72.9 GB, 72999763968 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8875 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt; &lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sda1   *           1          13      104391   83  Linux&lt;BR /&gt;/dev/sda2              14        2363    18876375   82  Linux swap&lt;BR /&gt;/dev/sda3            2364        8875    52307640   83  Linux&lt;BR /&gt;&lt;BR /&gt;# fdisk -l /dev/sdb&lt;BR /&gt; &lt;BR /&gt;Disk /dev/sdb: 322.1 GB, 322122547200 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 39162 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt; &lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdb1               1       39162   314568733+   5  Extended&lt;BR /&gt;/dev/sdb5               1       35855   288005224+  83  Linux&lt;BR /&gt;/dev/sdb6           35856       39162    26563446   83  Linux&lt;BR /&gt;&lt;BR /&gt;# df -H&lt;BR /&gt;Filesystem             Size   Used  Avail Use% Mounted on&lt;BR /&gt;/dev/sda3               53G    18G    33G  35% /&lt;BR /&gt;/dev/sda1              104M    16M    83M  16% /boot&lt;BR /&gt;none                    13G      0    13G   0% /dev/shm&lt;BR /&gt;/dev/sdb6               27G    11G    16G  40% /apps&lt;BR /&gt;/dev/sdb5              291G   142G   135G  52% /data&lt;BR /&gt;&lt;BR /&gt;# cat /etc/fstab&lt;BR /&gt;LABEL=/                 /                       ext3    defaults        1 1&lt;BR /&gt;LABEL=/boot1            /boot                   ext3    defaults        1 2&lt;BR /&gt;LABEL=SWAP-sda2         swap                    swap    defaults        0 0&lt;BR /&gt;/dev/sdb6               /apps                   ext3    defaults        0 0&lt;BR /&gt;/dev/sdb5               /data                   ext3    defaults        0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have to admin/manage this server(previously this server was administered by another person who left the company without notice and proper documentation).&lt;BR /&gt;&lt;BR /&gt;I reboot the server and noticed that the system starts in very long period of time(system startup time is too lengthy).&lt;BR /&gt;&lt;BR /&gt;But all the services are running fine(from the user point of view)&lt;BR /&gt;&lt;BR /&gt;here are the strange outputs&lt;BR /&gt;# vgdisplay&lt;BR /&gt;  Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# lvdisplay&lt;BR /&gt;  Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# pvdisplay&lt;BR /&gt;  Incorrect metadata area header checksum&lt;BR /&gt;  Incorrect metadata area header checksum&lt;BR /&gt;  Incorrect metadata area header checksum&lt;BR /&gt;  Incorrect metadata area header checksum&lt;BR /&gt;  --- NEW Physical volume ---&lt;BR /&gt;  PV Name               /dev/sda2&lt;BR /&gt;  VG Name&lt;BR /&gt;  PV Size               67.89 GB&lt;BR /&gt;  Allocatable           NO&lt;BR /&gt;  PE Size (KByte)       0&lt;BR /&gt;  Total PE              0&lt;BR /&gt;  Free PE               0&lt;BR /&gt;  Allocated PE          0&lt;BR /&gt;  PV UUID               2vbTLr-pfzc-sywh-nMui-z2Wh-iGaW-tZ9uo5&lt;BR /&gt;&lt;BR /&gt;I checked /var/log/messages and found following&lt;BR /&gt;&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel: scsi2 : qla2xxx&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel: qla2400 0000:03:05.1:&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:  QLogic Fibre Channel HBA Driver: 8.01.07&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   QLogic QMC2462S - IBM eServer BC 4Gb FC Expansion Card SFF&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   ISP2422: PCI-X Mode 1 (133 MHz) @ 0000:03:05.1 hdma+, host#=2, fw=4.00.26 [IP]&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   Vendor: IBM       Model: 1815      FAStT   Rev: 0914&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel: qla2400 0000:03:05.1: scsi(2:0:0:0): Enabled tagged queuing, queue depth 32.&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   Vendor: IBM       Model: 1815      FAStT   Rev: 0914&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel: qla2400 0000:03:05.1: scsi(2:0:1:0): Enabled tagged queuing, queue depth 32.&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   Vendor: IBM       Model: 1815      FAStT   Rev: 0914&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05&lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel: qla2400 0000:03:05.1: scsi(2:0:2:0): Enabled tagged queuing, queue depth 32. &lt;BR /&gt;Jul 14 16:10:40 gbmdbserver kernel: 736 [RAIDarray.mpp]Host 2 Target 2 Lun 0 Is a physical device but is an Unconfigured Device.&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel:   Vendor: IBM       Model: Universal Xport   Rev: 0914&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: qla2400 0000:03:05.1: scsi(2:0:2:31): Enabled tagged queuing, queue depth 32.&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: Attached scsi generic sg2 at scsi2, channel 0, id 2, lun 31,  type 0&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: scsi3 : mpp virtual bus adaptor :version:09.01.B5.55,timestamp:Tue Mar  6 17:41:57 CST 2007&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 600 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 570 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 540 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 510 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 480 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 450 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 420 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 390 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 360 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 330 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 300 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 270 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 240 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 210 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 180 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 150 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 120 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 90 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 60 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;Jul 14 16:10:41 gbmdbserver kernel: 913 [RAIDarray.mpp]Waiting for 30 seconds to discover LUNS on Current Owning Path&lt;BR /&gt;&lt;BR /&gt;# cat /proc/scsi/scsi&lt;BR /&gt;Attached devices:&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: LSILOGIC Model: Logical Volume   Rev: 3000&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 02&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: IBM      Model: 1815      FAStT  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 01 Lun: 00&lt;BR /&gt;  Vendor: IBM      Model: 1815      FAStT  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 02 Lun: 00&lt;BR /&gt;  Vendor: IBM      Model: 1815      FAStT  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 02 Lun: 31&lt;BR /&gt;  Vendor: IBM      Model: Universal Xport  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi2 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: IBM      Model: 1815      FAStT  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi2 Channel: 00 Id: 01 Lun: 00&lt;BR /&gt;  Vendor: IBM      Model: 1815      FAStT  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi2 Channel: 00 Id: 02 Lun: 00&lt;BR /&gt;  Vendor: IBM      Model: 1815      FAStT  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi2 Channel: 00 Id: 02 Lun: 31&lt;BR /&gt;  Vendor: IBM      Model: Universal Xport  Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi3 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: IBM      Model: VirtualDisk      Rev: 0914&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please help me what should I do ? and what/where is the problem ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 19 Jul 2009 13:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462445#M37566</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-07-19T13:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: rhel4.3 boots too late(long time)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462446#M37567</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It appears to be slow discovery of storage.&lt;BR /&gt;&lt;BR /&gt;I would take the following steps:&lt;BR /&gt;&lt;BR /&gt;1) Update the OS to a more current version using RHN, on the assumption that the applicaitons support the upgrade.&lt;BR /&gt;&lt;BR /&gt;2) Get updated drivers and management software from IBM&lt;BR /&gt;&lt;BR /&gt;3) Physically inspect the SCSI connection and make sure if they are not self terminating, they are terminated.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 19 Jul 2009 21:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462446#M37567</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-19T21:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: rhel4.3 boots too late(long time)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462447#M37568</link>
      <description>Thanks SEP for quick reply&lt;BR /&gt;&lt;BR /&gt;&amp;gt;3) Physically inspect the SCSI connection and make sure if they are not self&lt;BR /&gt;&amp;gt;terminating, they are terminated.&lt;BR /&gt;I am sorry I didnt got you here "if they are not self terminating, they are terminated." Please elaborate.&lt;BR /&gt;&lt;BR /&gt;and what does the following mean&lt;BR /&gt;&lt;BR /&gt;# vgdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# lvdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# pvdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;--- NEW Physical volume ---&lt;BR /&gt;PV Name /dev/sda2&lt;BR /&gt;VG Name&lt;BR /&gt;PV Size 67.89 GB&lt;BR /&gt;Allocatable NO&lt;BR /&gt;PE Size (KByte) 0&lt;BR /&gt;Total PE 0&lt;BR /&gt;Free PE 0&lt;BR /&gt;Allocated PE 0&lt;BR /&gt;PV UUID 2vbTLr-pfzc-sywh-nMui-z2Wh-iGaW-tZ9uo5&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 20 Jul 2009 08:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462447#M37568</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-07-20T08:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: rhel4.3 boots too late(long time)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462448#M37569</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;Self terminating scsi connections do not require a terminator device to terminate them. Some of them even have a little light that indicates termination.&lt;BR /&gt;&lt;BR /&gt;An HP made Ultra 3 tape drive is an exampleof a self terminating scsi device.&lt;BR /&gt;&lt;BR /&gt;I think there is a problem either with your disk array or perhaps one of the scsi cables.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Jul 2009 09:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462448#M37569</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-20T09:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: rhel4.3 boots too late(long time)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462449#M37570</link>
      <description>thanks SEP&lt;BR /&gt;&lt;BR /&gt;and what do suggest me in the following matter ?&lt;BR /&gt;&lt;BR /&gt;# fdisk -l /dev/sda&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 72.9 GB, 72999763968 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8875 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Device Boot Start End Blocks Id System&lt;BR /&gt;/dev/sda1 * 1 13 104391 83 Linux&lt;BR /&gt;/dev/sda2 14 2363 18876375 82 Linux swap&lt;BR /&gt;/dev/sda3 2364 8875 52307640 83 Linux&lt;BR /&gt;&lt;BR /&gt;# vgdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# lvdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;&lt;BR /&gt;# pvdisplay&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;Incorrect metadata area header checksum&lt;BR /&gt;--- NEW Physical volume ---&lt;BR /&gt;PV Name /dev/sda2&lt;BR /&gt;VG Name&lt;BR /&gt;PV Size 67.89 GB&lt;BR /&gt;Allocatable NO&lt;BR /&gt;PE Size (KByte) 0&lt;BR /&gt;Total PE 0&lt;BR /&gt;Free PE 0&lt;BR /&gt;Allocated PE 0&lt;BR /&gt;PV UUID 2vbTLr-pfzc-sywh-nMui-z2Wh-iGaW-tZ9uo5&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 21 Jul 2009 03:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462449#M37570</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-07-21T03:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: rhel4.3 boots too late(long time)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462450#M37571</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;/dev/sda1 * 1 13 104391 83 Linux&lt;BR /&gt;/dev/sda2 14 2363 18876375 82 Linux swap&lt;BR /&gt;/dev/sda3 2364 8875 52307640 83 Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Data on the storage is not LVM.&lt;BR /&gt;&lt;BR /&gt;Therefore LVM commands pvdisplay lvdisplay and vgdisplay are not going to work.&lt;BR /&gt;&lt;BR /&gt;If you know there is not important data on the array, you should pvcreate and build LVM structure on it.&lt;BR /&gt;&lt;BR /&gt;I don't see the disk array at all right now, all I see is the local boot disk, which is also not set up LVM.&lt;BR /&gt;&lt;BR /&gt;If possible, I would start all over with a fresh Linux install.&lt;BR /&gt;&lt;BR /&gt;If not, its a matter of correcting the SCSI connection problem seeing the disk on an fdisk -l display and trying to see what is there.&lt;BR /&gt;&lt;BR /&gt;Your slow boot is due to the inability to connect to the storage array. I would think a good first step would be to install PSP if the server is a HP branded system. Then perhaps the hpscan utilities will help you find the disk.&lt;BR /&gt;&lt;BR /&gt;First step is a visual inspection IMHO. Something is not connected properly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Jul 2009 11:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-3-boots-too-late-long-time/m-p/4462450#M37571</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-21T11:21:58Z</dc:date>
    </item>
  </channel>
</rss>

