How to force OmniOS (illumos) “format” properly recognize disk geometry? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow to enable (format) a disk in SunOS then add it to a DiskGroup?Solaris disk failed, how to remove it?How to properly use /usr/xpg4/bin/grep -FHow to replace a disk in a non-redundant ZFS pool?How to remove broken ZIL disk from ZFS poolHow to troubleshoot disk controller on Illumos based systems?how to replace faulty root disk in svmInheriting group write permission, but not execute for files, on OmniOS (Illumos) using ZFS ACLHow change type of hard disk with the format command of SOLARISHow to improve rsync execution time on OmniOS (illumos-based)?
Is there such thing as an Availability Group failover trigger?
Fantasy story; one type of magic grows in power with use, but the more powerful they are, they more they are drawn to travel to their source
Is there any way for the UK Prime Minister to make a motion directly dependent on Government confidence?
Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?
Extracting terms with certain heads in a function
Why aren't air breathing engines used as small first stages
Is CEO the profession with the most psychopaths?
Can a new player join a group only when a new campaign starts?
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
What does the "x" in "x86" represent?
Did MS DOS itself ever use blinking text?
Dating a Former Employee
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
How to answer "Have you ever been terminated?"
8 Prisoners wearing hats
Amount of permutations on an NxNxN Rubik's Cube
Around usage results
Irreducible of finite Krull dimension implies quasi-compact?
How do I find out the mythology and history of my Fortress?
Is it a good idea to use CNN to classify 1D signal?
How to tell that you are a giant?
When was Kai Tak permanently closed to cargo service?
How to force OmniOS (illumos) “format” properly recognize disk geometry?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow to enable (format) a disk in SunOS then add it to a DiskGroup?Solaris disk failed, how to remove it?How to properly use /usr/xpg4/bin/grep -FHow to replace a disk in a non-redundant ZFS pool?How to remove broken ZIL disk from ZFS poolHow to troubleshoot disk controller on Illumos based systems?how to replace faulty root disk in svmInheriting group write permission, but not execute for files, on OmniOS (Illumos) using ZFS ACLHow change type of hard disk with the format command of SOLARISHow to improve rsync execution time on OmniOS (illumos-based)?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a FreeBSD-initialised 8-disk vdev, all 10TB WD RED, now on a server with OmniOS r151026, connected via LSI 3008 HBA.
At POST, the card shows all disks with right geometry (I can post picture if necessary).
But format
reports a wrong (~ 2TB) geometry:
format
Searching for disks...done
c0t5000CCA26BD0CAFAd0: configured with capacity of 2047.71GB
c0t5000CCA26BD5AAC5d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6B9CCd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6C6D4d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6E59Cd0: configured with capacity of 2047.71GB
c0t5000CCA26BD59F6Dd0: configured with capacity of 2047.71GB
c0t5000CCA26BD116ACd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6960Ed0: configured with capacity of 2047.71GB
format
should instead report something like (only first drive listed):
AVAILABLE DISK SELECTIONS:
0. c0t5000CCA26BD0CAFAd0 <ATA-WDC WD100EFAX-68-0A83-9.10TB>
/scsi_vhci/disk@g5000cca26bd0cafa
diskinfo
correctly reports size (showing only first disk):
root@omniosce:~# diskinfo -p
TYPE DISK VID PID SIZE RMV SSD
SCSI c0t5000CCA26BD0CAFAd0 ATA WDC WD100EFAX-68 10000831348736 no no
How to force OmniOS (illumos) "format" properly recognize disk geometry?
Thank you in advance.
Edit 2018-06-02: Added disk kind and expected result (thanks to @andrew-henle)
solaris zfs illumos omnios
add a comment |
I have a FreeBSD-initialised 8-disk vdev, all 10TB WD RED, now on a server with OmniOS r151026, connected via LSI 3008 HBA.
At POST, the card shows all disks with right geometry (I can post picture if necessary).
But format
reports a wrong (~ 2TB) geometry:
format
Searching for disks...done
c0t5000CCA26BD0CAFAd0: configured with capacity of 2047.71GB
c0t5000CCA26BD5AAC5d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6B9CCd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6C6D4d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6E59Cd0: configured with capacity of 2047.71GB
c0t5000CCA26BD59F6Dd0: configured with capacity of 2047.71GB
c0t5000CCA26BD116ACd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6960Ed0: configured with capacity of 2047.71GB
format
should instead report something like (only first drive listed):
AVAILABLE DISK SELECTIONS:
0. c0t5000CCA26BD0CAFAd0 <ATA-WDC WD100EFAX-68-0A83-9.10TB>
/scsi_vhci/disk@g5000cca26bd0cafa
diskinfo
correctly reports size (showing only first disk):
root@omniosce:~# diskinfo -p
TYPE DISK VID PID SIZE RMV SSD
SCSI c0t5000CCA26BD0CAFAd0 ATA WDC WD100EFAX-68 10000831348736 no no
How to force OmniOS (illumos) "format" properly recognize disk geometry?
Thank you in advance.
Edit 2018-06-02: Added disk kind and expected result (thanks to @andrew-henle)
solaris zfs illumos omnios
1
How about telling us what the disks are, and what you think should be reported?
– Andrew Henle
Jun 1 '18 at 23:29
Thank you, I have edited question and added details, also diskinfo output.
– gsl
Jun 2 '18 at 7:50
add a comment |
I have a FreeBSD-initialised 8-disk vdev, all 10TB WD RED, now on a server with OmniOS r151026, connected via LSI 3008 HBA.
At POST, the card shows all disks with right geometry (I can post picture if necessary).
But format
reports a wrong (~ 2TB) geometry:
format
Searching for disks...done
c0t5000CCA26BD0CAFAd0: configured with capacity of 2047.71GB
c0t5000CCA26BD5AAC5d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6B9CCd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6C6D4d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6E59Cd0: configured with capacity of 2047.71GB
c0t5000CCA26BD59F6Dd0: configured with capacity of 2047.71GB
c0t5000CCA26BD116ACd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6960Ed0: configured with capacity of 2047.71GB
format
should instead report something like (only first drive listed):
AVAILABLE DISK SELECTIONS:
0. c0t5000CCA26BD0CAFAd0 <ATA-WDC WD100EFAX-68-0A83-9.10TB>
/scsi_vhci/disk@g5000cca26bd0cafa
diskinfo
correctly reports size (showing only first disk):
root@omniosce:~# diskinfo -p
TYPE DISK VID PID SIZE RMV SSD
SCSI c0t5000CCA26BD0CAFAd0 ATA WDC WD100EFAX-68 10000831348736 no no
How to force OmniOS (illumos) "format" properly recognize disk geometry?
Thank you in advance.
Edit 2018-06-02: Added disk kind and expected result (thanks to @andrew-henle)
solaris zfs illumos omnios
I have a FreeBSD-initialised 8-disk vdev, all 10TB WD RED, now on a server with OmniOS r151026, connected via LSI 3008 HBA.
At POST, the card shows all disks with right geometry (I can post picture if necessary).
But format
reports a wrong (~ 2TB) geometry:
format
Searching for disks...done
c0t5000CCA26BD0CAFAd0: configured with capacity of 2047.71GB
c0t5000CCA26BD5AAC5d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6B9CCd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6C6D4d0: configured with capacity of 2047.71GB
c0t5000CCA26BD6E59Cd0: configured with capacity of 2047.71GB
c0t5000CCA26BD59F6Dd0: configured with capacity of 2047.71GB
c0t5000CCA26BD116ACd0: configured with capacity of 2047.71GB
c0t5000CCA26BD6960Ed0: configured with capacity of 2047.71GB
format
should instead report something like (only first drive listed):
AVAILABLE DISK SELECTIONS:
0. c0t5000CCA26BD0CAFAd0 <ATA-WDC WD100EFAX-68-0A83-9.10TB>
/scsi_vhci/disk@g5000cca26bd0cafa
diskinfo
correctly reports size (showing only first disk):
root@omniosce:~# diskinfo -p
TYPE DISK VID PID SIZE RMV SSD
SCSI c0t5000CCA26BD0CAFAd0 ATA WDC WD100EFAX-68 10000831348736 no no
How to force OmniOS (illumos) "format" properly recognize disk geometry?
Thank you in advance.
Edit 2018-06-02: Added disk kind and expected result (thanks to @andrew-henle)
solaris zfs illumos omnios
solaris zfs illumos omnios
edited 10 hours ago
gsl
asked Jun 1 '18 at 13:09
gslgsl
19019
19019
1
How about telling us what the disks are, and what you think should be reported?
– Andrew Henle
Jun 1 '18 at 23:29
Thank you, I have edited question and added details, also diskinfo output.
– gsl
Jun 2 '18 at 7:50
add a comment |
1
How about telling us what the disks are, and what you think should be reported?
– Andrew Henle
Jun 1 '18 at 23:29
Thank you, I have edited question and added details, also diskinfo output.
– gsl
Jun 2 '18 at 7:50
1
1
How about telling us what the disks are, and what you think should be reported?
– Andrew Henle
Jun 1 '18 at 23:29
How about telling us what the disks are, and what you think should be reported?
– Andrew Henle
Jun 1 '18 at 23:29
Thank you, I have edited question and added details, also diskinfo output.
– gsl
Jun 2 '18 at 7:50
Thank you, I have edited question and added details, also diskinfo output.
– gsl
Jun 2 '18 at 7:50
add a comment |
1 Answer
1
active
oldest
votes
OmniOS developer Andy Fiddaman suggested to use zpool labelclear
.
That worked perfectly and allowed format
to properly recognise the disk geometry again.
Thanks to Andy Fiddaman and thanks to illumos for such an outstanding OS.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f447318%2fhow-to-force-omnios-illumos-format-properly-recognize-disk-geometry%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
OmniOS developer Andy Fiddaman suggested to use zpool labelclear
.
That worked perfectly and allowed format
to properly recognise the disk geometry again.
Thanks to Andy Fiddaman and thanks to illumos for such an outstanding OS.
add a comment |
OmniOS developer Andy Fiddaman suggested to use zpool labelclear
.
That worked perfectly and allowed format
to properly recognise the disk geometry again.
Thanks to Andy Fiddaman and thanks to illumos for such an outstanding OS.
add a comment |
OmniOS developer Andy Fiddaman suggested to use zpool labelclear
.
That worked perfectly and allowed format
to properly recognise the disk geometry again.
Thanks to Andy Fiddaman and thanks to illumos for such an outstanding OS.
OmniOS developer Andy Fiddaman suggested to use zpool labelclear
.
That worked perfectly and allowed format
to properly recognise the disk geometry again.
Thanks to Andy Fiddaman and thanks to illumos for such an outstanding OS.
edited 7 hours ago
answered 10 hours ago
gslgsl
19019
19019
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f447318%2fhow-to-force-omnios-illumos-format-properly-recognize-disk-geometry%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-illumos, omnios, solaris, zfs
1
How about telling us what the disks are, and what you think should be reported?
– Andrew Henle
Jun 1 '18 at 23:29
Thank you, I have edited question and added details, also diskinfo output.
– gsl
Jun 2 '18 at 7:50