<?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: Deploy corrupts partioning information for non-OS partition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/deploy-corrupts-partioning-information-for-non-os-partition/m-p/4435532#M55781</link>
    <description>Hi Holger,&lt;BR /&gt;&lt;BR /&gt;Can you please open a case for this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Rigoberto</description>
    <pubDate>Wed, 10 Jun 2009 10:56:01 GMT</pubDate>
    <dc:creator>Rigoberto Corujo</dc:creator>
    <dc:date>2009-06-10T10:56:01Z</dc:date>
    <item>
      <title>Deploy corrupts partioning information for non-OS partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/deploy-corrupts-partioning-information-for-non-os-partition/m-p/4435530#M55779</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;we have created images using v2.01 and deploy the  images back to the same server to fall back to a different state. Partioning information for the non-OS partitions is somehow modified. Details further down.&lt;BR /&gt;&lt;BR /&gt;During deployment the we get the following message regarding the partitions:&lt;BR /&gt;com.google.gwt.user.client.rpc.InvocationException: The call failed on the server&lt;BR /&gt;&lt;BR /&gt;The log says:&lt;BR /&gt;ERROR [[/]] Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.hp.mx.icle.taskchain.partition.client.Storage com.hp.mx.icle.taskchain.partition.client.WizardService.getPartitionSchemeFromRepoId(java.lang.String)' threw an unexpected exception: java.lang.NullPointerException&lt;BR /&gt;&lt;BR /&gt;I've attached the partitioning / image information (xml).&lt;BR /&gt;&lt;BR /&gt;When pressing next ignoring the message we run into a problem with the non-OS partitions:&lt;BR /&gt;&lt;BR /&gt;Disk setup&lt;BR /&gt;- 2 disks @ RAID 1 for OS&lt;BR /&gt;- 2 disks @ RAID 0 for data&lt;BR /&gt;- 1 disk @ RAID 0 unused, no partition is created.&lt;BR /&gt;&lt;BR /&gt;# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 73.3 GB, 73372631040 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8920 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/cciss/c0d0p1   *           1          13      104391   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              14        5750    46082452+  83  Linux&lt;BR /&gt;/dev/cciss/c0d0p3            5751        6260     4096575   82  Linux swap / Solaris&lt;BR /&gt;/dev/cciss/c0d0p4            6261        8920    21366450    5  Extended&lt;BR /&gt;/dev/cciss/c0d0p5            6261        6515     2048256   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p6            6516        6646     1052226   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p7            6647        8920    18265873+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 73.3 GB, 73372631040 bytes&lt;BR /&gt;255 heads, 32 sectors/track, 17562 cylinders&lt;BR /&gt;Units = cylinders of 8160 * 512 = 4177920 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d1p1               1       17562    71652944   83  Linux&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d2: 73.3 GB, 73372631040 bytes&lt;BR /&gt;255 heads, 32 sectors/track, 17562 cylinders&lt;BR /&gt;Units = cylinders of 8160 * 512 = 4177920 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d2p1               1       17562    71652944   83  Linux&lt;BR /&gt;&lt;BR /&gt;In details, for c0d1:&lt;BR /&gt;&lt;BR /&gt;# fdisk /dev/cciss/c0d1&lt;BR /&gt;&lt;BR /&gt;The number of cylinders for this disk is set to 17562.&lt;BR /&gt;There is nothing wrong with that, but this is larger than 1024,&lt;BR /&gt;and could in certain setups cause problems with:&lt;BR /&gt;1) software that runs at boot time (e.g., old versions of LILO)&lt;BR /&gt;2) booting and partitioning software from other OSs&lt;BR /&gt;   (e.g., DOS FDISK, OS/2 FDISK)&lt;BR /&gt;&lt;BR /&gt;Command (m for help): x&lt;BR /&gt;&lt;BR /&gt;Expert command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 255 heads, 32 sectors, 17562 cylinders&lt;BR /&gt;&lt;BR /&gt;Nr AF  Hd Sec  Cyl  Hd Sec  Cyl     Start      Size ID&lt;BR /&gt; 1 00   1   1    0 254  32 1023         32  143305888 83&lt;BR /&gt; 2 00   0   0    0   0   0    0          0          0 00&lt;BR /&gt; 3 00   0   0    0   0   0    0          0          0 00&lt;BR /&gt; 4 00   0   0    0   0   0    0          0          0 00&lt;BR /&gt;&lt;BR /&gt;After restoring the ICE image&lt;BR /&gt;&lt;BR /&gt;# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 73.3 GB, 73372631040 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8920 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/cciss/c0d0p1   *           1          13      104391   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              14        5751    46085605+  83  Linux&lt;BR /&gt;/dev/cciss/c0d0p3            5751        6261     4096575   82  Linux swap / Solaris&lt;BR /&gt;/dev/cciss/c0d0p4            6261        8921    21366357    5  Extended&lt;BR /&gt;/dev/cciss/c0d0p5            6261        6516     2048256   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p6            6516        6647     1052226   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p7            6647        8921    18265873+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 73.3 GB, 73372631040 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8920 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/cciss/c0d1p1               1        8921    71652928+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d2: 73.3 GB, 73372631040 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8920 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/cciss/c0d2p1               1        8921    71652928+  83  Linux&lt;BR /&gt;&lt;BR /&gt;In details, for c0d1:&lt;BR /&gt;&lt;BR /&gt;# fdisk /dev/cciss/c0d1&lt;BR /&gt;&lt;BR /&gt;The number of cylinders for this disk is set to 8920.&lt;BR /&gt;There is nothing wrong with that, but this is larger than 1024,&lt;BR /&gt;and could in certain setups cause problems with:&lt;BR /&gt;1) software that runs at boot time (e.g., old versions of LILO)&lt;BR /&gt;2) booting and partitioning software from other OSs&lt;BR /&gt;   (e.g., DOS FDISK, OS/2 FDISK)&lt;BR /&gt;&lt;BR /&gt;Command (m for help): x&lt;BR /&gt;&lt;BR /&gt;Expert command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 255 heads, 63 sectors, 8920 cylinders&lt;BR /&gt;&lt;BR /&gt;Nr AF  Hd Sec  Cyl  Hd Sec  Cyl     Start      Size ID&lt;BR /&gt; 1 00   1   1    0 254  63 1023         63  143305857 83&lt;BR /&gt; 2 00   0   0    0   0   0    0          0          0 00&lt;BR /&gt; 3 00   0   0    0   0   0    0          0          0 00&lt;BR /&gt; 4 00   0   0    0   0   0    0          0          0 00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; Additional INFO&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; Disk Setup (1) - details&lt;BR /&gt;# hpacucli controller serialnumber=&lt;SN&gt; physicaldrive all show&lt;BR /&gt;&lt;BR /&gt;Smart Array P400 in Slot 1&lt;BR /&gt;&lt;BR /&gt;   array A&lt;BR /&gt;&lt;BR /&gt;      physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 72 GB, OK)&lt;BR /&gt;      physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 72 GB, OK)&lt;BR /&gt;&lt;BR /&gt;   array B&lt;BR /&gt;&lt;BR /&gt;      physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 72 GB, OK)&lt;BR /&gt;&lt;BR /&gt;   array C&lt;BR /&gt;&lt;BR /&gt;      physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 72 GB, OK)&lt;BR /&gt;&lt;BR /&gt;   array D&lt;BR /&gt;&lt;BR /&gt;      physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 72 GB, OK)&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; Disk Setup (2) - details&lt;BR /&gt;# hpacucli controller serialnumber=PAFGK0M9SWF5F9 physicaldrive all show&lt;BR /&gt;&lt;BR /&gt;Smart Array P400 in Slot 1&lt;BR /&gt;&lt;BR /&gt;   array A&lt;BR /&gt;&lt;BR /&gt;      physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 72 GB, OK)&lt;BR /&gt;      physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 72 GB, OK)&lt;BR /&gt;&lt;BR /&gt;   array B&lt;BR /&gt;&lt;BR /&gt;      physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 72 GB, OK)&lt;BR /&gt;      physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 72 GB, OK)&lt;BR /&gt;&lt;BR /&gt;   array C&lt;BR /&gt;&lt;BR /&gt;      physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 72 GB, OK)&lt;BR /&gt;&lt;/SN&gt;</description>
      <pubDate>Tue, 09 Jun 2009 09:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/deploy-corrupts-partioning-information-for-non-os-partition/m-p/4435530#M55779</guid>
      <dc:creator>Holger Zierold</dc:creator>
      <dc:date>2009-06-09T09:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy corrupts partioning information for non-OS partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/deploy-corrupts-partioning-information-for-non-os-partition/m-p/4435531#M55780</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It could be a problem with the actual OS, but I suspect a possible bad sector on the one of the disks, or other hardware problem.&lt;BR /&gt;&lt;BR /&gt;I would boot the server into diagnostic mode and check out all the tests for disks or controller problems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Jun 2009 12:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/deploy-corrupts-partioning-information-for-non-os-partition/m-p/4435531#M55780</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-09T12:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy corrupts partioning information for non-OS partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/deploy-corrupts-partioning-information-for-non-os-partition/m-p/4435532#M55781</link>
      <description>Hi Holger,&lt;BR /&gt;&lt;BR /&gt;Can you please open a case for this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Rigoberto</description>
      <pubDate>Wed, 10 Jun 2009 10:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/deploy-corrupts-partioning-information-for-non-os-partition/m-p/4435532#M55781</guid>
      <dc:creator>Rigoberto Corujo</dc:creator>
      <dc:date>2009-06-10T10:56:01Z</dc:date>
    </item>
  </channel>
</rss>

