Ubuntu Server 18.04 not detecting SAS drive
I have two SAS drives 72GB. One is the system where Ubuntu server is installed on. The other is also connected but I can’t find it on the server. When I plug an HDD into the server, it outputs it as /dev/sdb
but not the SAS?
I think my secondary SAS disk is inside /dev/sda/
.
Because when I look at the following output, it shows two drive of 74GB.
Disk /dev/sda: 73.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB bios_grub
2 2097kB 73.4GB 73.4GB ext4
(parted)
Is this usually like this? And if not, could you guys explain to me how most companies do it? For Storage servers.
server hard-drive parted
|
show 3 more comments
I have two SAS drives 72GB. One is the system where Ubuntu server is installed on. The other is also connected but I can’t find it on the server. When I plug an HDD into the server, it outputs it as /dev/sdb
but not the SAS?
I think my secondary SAS disk is inside /dev/sda/
.
Because when I look at the following output, it shows two drive of 74GB.
Disk /dev/sda: 73.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB bios_grub
2 2097kB 73.4GB 73.4GB ext4
(parted)
Is this usually like this? And if not, could you guys explain to me how most companies do it? For Storage servers.
server hard-drive parted
Is your server running on a standard consumer motherboard with a SATA controller? if so, are you using a SATA to SAS adapater for these hard drives? The SAS hard drives use a different protocol entirely than SATA, so if either of these cases are true, you won't be able to use SAS hard drives with your server unless you get a hardware controller (LSI MegaRAID is an inexpensive option)
– Minty
Jan 13 at 16:55
I have an HPE ProLiant DL360 G6 - all SAS connectors
– TheUnknownGuy
Jan 13 at 17:29
1
Use the F8 key during boot and see if the drives are configured in a RAID 1 or RAID 10, as those two settings would be why you only see 1 drive. It has been a long time since I have worked on a HP DL360G6, but I believe that you can try configuring the drives to individual RAID 0 so that each can be seen separately. You should edit your question and add more detail that could help us help you! Thank you!
– Terrance
Jan 14 at 14:59
Can you edit your question to include the output ofsudo lsblk
with the other drive plugged in?
– vidarlo
Jan 14 at 20:32
1
Check into installing the hpssacli or just the ssacli which I believe that you can get from HPE themselves downloads.linux.hpe.com/sdr/repo/mcp/pool/non-free. When it is installed trying runninghpssacli ctrl all show config
orssacli ctrl all show config
and give the output. It should show how many physical drives are detected. You might need to also tryhpacucli
but the same rest of the commands.
– Terrance
Jan 15 at 0:22
|
show 3 more comments
I have two SAS drives 72GB. One is the system where Ubuntu server is installed on. The other is also connected but I can’t find it on the server. When I plug an HDD into the server, it outputs it as /dev/sdb
but not the SAS?
I think my secondary SAS disk is inside /dev/sda/
.
Because when I look at the following output, it shows two drive of 74GB.
Disk /dev/sda: 73.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB bios_grub
2 2097kB 73.4GB 73.4GB ext4
(parted)
Is this usually like this? And if not, could you guys explain to me how most companies do it? For Storage servers.
server hard-drive parted
I have two SAS drives 72GB. One is the system where Ubuntu server is installed on. The other is also connected but I can’t find it on the server. When I plug an HDD into the server, it outputs it as /dev/sdb
but not the SAS?
I think my secondary SAS disk is inside /dev/sda/
.
Because when I look at the following output, it shows two drive of 74GB.
Disk /dev/sda: 73.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB bios_grub
2 2097kB 73.4GB 73.4GB ext4
(parted)
Is this usually like this? And if not, could you guys explain to me how most companies do it? For Storage servers.
server hard-drive parted
server hard-drive parted
edited Jan 14 at 19:12
Melebius
4,59651839
4,59651839
asked Jan 13 at 16:17
TheUnknownGuyTheUnknownGuy
213
213
Is your server running on a standard consumer motherboard with a SATA controller? if so, are you using a SATA to SAS adapater for these hard drives? The SAS hard drives use a different protocol entirely than SATA, so if either of these cases are true, you won't be able to use SAS hard drives with your server unless you get a hardware controller (LSI MegaRAID is an inexpensive option)
– Minty
Jan 13 at 16:55
I have an HPE ProLiant DL360 G6 - all SAS connectors
– TheUnknownGuy
Jan 13 at 17:29
1
Use the F8 key during boot and see if the drives are configured in a RAID 1 or RAID 10, as those two settings would be why you only see 1 drive. It has been a long time since I have worked on a HP DL360G6, but I believe that you can try configuring the drives to individual RAID 0 so that each can be seen separately. You should edit your question and add more detail that could help us help you! Thank you!
– Terrance
Jan 14 at 14:59
Can you edit your question to include the output ofsudo lsblk
with the other drive plugged in?
– vidarlo
Jan 14 at 20:32
1
Check into installing the hpssacli or just the ssacli which I believe that you can get from HPE themselves downloads.linux.hpe.com/sdr/repo/mcp/pool/non-free. When it is installed trying runninghpssacli ctrl all show config
orssacli ctrl all show config
and give the output. It should show how many physical drives are detected. You might need to also tryhpacucli
but the same rest of the commands.
– Terrance
Jan 15 at 0:22
|
show 3 more comments
Is your server running on a standard consumer motherboard with a SATA controller? if so, are you using a SATA to SAS adapater for these hard drives? The SAS hard drives use a different protocol entirely than SATA, so if either of these cases are true, you won't be able to use SAS hard drives with your server unless you get a hardware controller (LSI MegaRAID is an inexpensive option)
– Minty
Jan 13 at 16:55
I have an HPE ProLiant DL360 G6 - all SAS connectors
– TheUnknownGuy
Jan 13 at 17:29
1
Use the F8 key during boot and see if the drives are configured in a RAID 1 or RAID 10, as those two settings would be why you only see 1 drive. It has been a long time since I have worked on a HP DL360G6, but I believe that you can try configuring the drives to individual RAID 0 so that each can be seen separately. You should edit your question and add more detail that could help us help you! Thank you!
– Terrance
Jan 14 at 14:59
Can you edit your question to include the output ofsudo lsblk
with the other drive plugged in?
– vidarlo
Jan 14 at 20:32
1
Check into installing the hpssacli or just the ssacli which I believe that you can get from HPE themselves downloads.linux.hpe.com/sdr/repo/mcp/pool/non-free. When it is installed trying runninghpssacli ctrl all show config
orssacli ctrl all show config
and give the output. It should show how many physical drives are detected. You might need to also tryhpacucli
but the same rest of the commands.
– Terrance
Jan 15 at 0:22
Is your server running on a standard consumer motherboard with a SATA controller? if so, are you using a SATA to SAS adapater for these hard drives? The SAS hard drives use a different protocol entirely than SATA, so if either of these cases are true, you won't be able to use SAS hard drives with your server unless you get a hardware controller (LSI MegaRAID is an inexpensive option)
– Minty
Jan 13 at 16:55
Is your server running on a standard consumer motherboard with a SATA controller? if so, are you using a SATA to SAS adapater for these hard drives? The SAS hard drives use a different protocol entirely than SATA, so if either of these cases are true, you won't be able to use SAS hard drives with your server unless you get a hardware controller (LSI MegaRAID is an inexpensive option)
– Minty
Jan 13 at 16:55
I have an HPE ProLiant DL360 G6 - all SAS connectors
– TheUnknownGuy
Jan 13 at 17:29
I have an HPE ProLiant DL360 G6 - all SAS connectors
– TheUnknownGuy
Jan 13 at 17:29
1
1
Use the F8 key during boot and see if the drives are configured in a RAID 1 or RAID 10, as those two settings would be why you only see 1 drive. It has been a long time since I have worked on a HP DL360G6, but I believe that you can try configuring the drives to individual RAID 0 so that each can be seen separately. You should edit your question and add more detail that could help us help you! Thank you!
– Terrance
Jan 14 at 14:59
Use the F8 key during boot and see if the drives are configured in a RAID 1 or RAID 10, as those two settings would be why you only see 1 drive. It has been a long time since I have worked on a HP DL360G6, but I believe that you can try configuring the drives to individual RAID 0 so that each can be seen separately. You should edit your question and add more detail that could help us help you! Thank you!
– Terrance
Jan 14 at 14:59
Can you edit your question to include the output of
sudo lsblk
with the other drive plugged in?– vidarlo
Jan 14 at 20:32
Can you edit your question to include the output of
sudo lsblk
with the other drive plugged in?– vidarlo
Jan 14 at 20:32
1
1
Check into installing the hpssacli or just the ssacli which I believe that you can get from HPE themselves downloads.linux.hpe.com/sdr/repo/mcp/pool/non-free. When it is installed trying running
hpssacli ctrl all show config
or ssacli ctrl all show config
and give the output. It should show how many physical drives are detected. You might need to also try hpacucli
but the same rest of the commands.– Terrance
Jan 15 at 0:22
Check into installing the hpssacli or just the ssacli which I believe that you can get from HPE themselves downloads.linux.hpe.com/sdr/repo/mcp/pool/non-free. When it is installed trying running
hpssacli ctrl all show config
or ssacli ctrl all show config
and give the output. It should show how many physical drives are detected. You might need to also try hpacucli
but the same rest of the commands.– Terrance
Jan 15 at 0:22
|
show 3 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1109406%2fubuntu-server-18-04-not-detecting-sas-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1109406%2fubuntu-server-18-04-not-detecting-sas-drive%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
Is your server running on a standard consumer motherboard with a SATA controller? if so, are you using a SATA to SAS adapater for these hard drives? The SAS hard drives use a different protocol entirely than SATA, so if either of these cases are true, you won't be able to use SAS hard drives with your server unless you get a hardware controller (LSI MegaRAID is an inexpensive option)
– Minty
Jan 13 at 16:55
I have an HPE ProLiant DL360 G6 - all SAS connectors
– TheUnknownGuy
Jan 13 at 17:29
1
Use the F8 key during boot and see if the drives are configured in a RAID 1 or RAID 10, as those two settings would be why you only see 1 drive. It has been a long time since I have worked on a HP DL360G6, but I believe that you can try configuring the drives to individual RAID 0 so that each can be seen separately. You should edit your question and add more detail that could help us help you! Thank you!
– Terrance
Jan 14 at 14:59
Can you edit your question to include the output of
sudo lsblk
with the other drive plugged in?– vidarlo
Jan 14 at 20:32
1
Check into installing the hpssacli or just the ssacli which I believe that you can get from HPE themselves downloads.linux.hpe.com/sdr/repo/mcp/pool/non-free. When it is installed trying running
hpssacli ctrl all show config
orssacli ctrl all show config
and give the output. It should show how many physical drives are detected. You might need to also tryhpacucli
but the same rest of the commands.– Terrance
Jan 15 at 0:22