What are the use cases for a hard disk's WWN?
up vote
0
down vote
favorite
I noticed today while setting up a new system that the disk as represented by /dev/disk/by-id
also had a WWN link that I was not familiar with:
My research suggests that this is a "World Wide Number" or some kind of unique ID to the drive. What is the use case for this and when would it be appropriate to use it versus the drive's other represented ID, serial number, and UUID (from /dev/disk/by-uuid
).
Links to documentation for this WWN identifier would also be useful. I'm getting a lot of hits on fiber channel stuff on Google. Is this a related use case or something else entirely?
disk uuid
add a comment |
up vote
0
down vote
favorite
I noticed today while setting up a new system that the disk as represented by /dev/disk/by-id
also had a WWN link that I was not familiar with:
My research suggests that this is a "World Wide Number" or some kind of unique ID to the drive. What is the use case for this and when would it be appropriate to use it versus the drive's other represented ID, serial number, and UUID (from /dev/disk/by-uuid
).
Links to documentation for this WWN identifier would also be useful. I'm getting a lot of hits on fiber channel stuff on Google. Is this a related use case or something else entirely?
disk uuid
The WWN identifies the actual physical hardware disk. (Except when it doesn't; a WWN can also identify storage which is not a hardware disk, for example a volume presented by a storage array.) UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
– AlexP
Nov 27 at 19:53
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I noticed today while setting up a new system that the disk as represented by /dev/disk/by-id
also had a WWN link that I was not familiar with:
My research suggests that this is a "World Wide Number" or some kind of unique ID to the drive. What is the use case for this and when would it be appropriate to use it versus the drive's other represented ID, serial number, and UUID (from /dev/disk/by-uuid
).
Links to documentation for this WWN identifier would also be useful. I'm getting a lot of hits on fiber channel stuff on Google. Is this a related use case or something else entirely?
disk uuid
I noticed today while setting up a new system that the disk as represented by /dev/disk/by-id
also had a WWN link that I was not familiar with:
My research suggests that this is a "World Wide Number" or some kind of unique ID to the drive. What is the use case for this and when would it be appropriate to use it versus the drive's other represented ID, serial number, and UUID (from /dev/disk/by-uuid
).
Links to documentation for this WWN identifier would also be useful. I'm getting a lot of hits on fiber channel stuff on Google. Is this a related use case or something else entirely?
disk uuid
disk uuid
asked Nov 27 at 19:46
Zhro
342313
342313
The WWN identifies the actual physical hardware disk. (Except when it doesn't; a WWN can also identify storage which is not a hardware disk, for example a volume presented by a storage array.) UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
– AlexP
Nov 27 at 19:53
add a comment |
The WWN identifies the actual physical hardware disk. (Except when it doesn't; a WWN can also identify storage which is not a hardware disk, for example a volume presented by a storage array.) UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
– AlexP
Nov 27 at 19:53
The WWN identifies the actual physical hardware disk. (Except when it doesn't; a WWN can also identify storage which is not a hardware disk, for example a volume presented by a storage array.) UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
– AlexP
Nov 27 at 19:53
The WWN identifies the actual physical hardware disk. (Except when it doesn't; a WWN can also identify storage which is not a hardware disk, for example a volume presented by a storage array.) UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
– AlexP
Nov 27 at 19:53
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The WWN identifies the actual physical hardware disk; in simple cases it is derived from the hardware serial number. (Except when it doesn't; a WWN can also identify storage which is not an actual hardware disk, it just pretends that it is for the sake of the operating system, for example, a volume presented by a storage array.)
UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
[Storage arrays, for example a HPE 3PAR, are indeed usually connected to the computers which use them on a Fibre Channel Storage Area Network aka SAN. Infrastructure administrators configure the storage arrays to present logical disks to the hosts; each such logical disk is identified by a WWN.]
So the use cases when a WWN is appropriate are those when the administrator is interested in monitoring or configuring the actual physical (or, in the case of logical disks presented by storage array, the pseudo-physical) disk; for example, before any partition table or LVM metadata is written to the disk, the only honest identifier is the WWN. On the other hand, UUIDs can be copied from one physical disk to another, for example in order to perform a hardware upgrade.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
The WWN identifies the actual physical hardware disk; in simple cases it is derived from the hardware serial number. (Except when it doesn't; a WWN can also identify storage which is not an actual hardware disk, it just pretends that it is for the sake of the operating system, for example, a volume presented by a storage array.)
UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
[Storage arrays, for example a HPE 3PAR, are indeed usually connected to the computers which use them on a Fibre Channel Storage Area Network aka SAN. Infrastructure administrators configure the storage arrays to present logical disks to the hosts; each such logical disk is identified by a WWN.]
So the use cases when a WWN is appropriate are those when the administrator is interested in monitoring or configuring the actual physical (or, in the case of logical disks presented by storage array, the pseudo-physical) disk; for example, before any partition table or LVM metadata is written to the disk, the only honest identifier is the WWN. On the other hand, UUIDs can be copied from one physical disk to another, for example in order to perform a hardware upgrade.
add a comment |
up vote
0
down vote
accepted
The WWN identifies the actual physical hardware disk; in simple cases it is derived from the hardware serial number. (Except when it doesn't; a WWN can also identify storage which is not an actual hardware disk, it just pretends that it is for the sake of the operating system, for example, a volume presented by a storage array.)
UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
[Storage arrays, for example a HPE 3PAR, are indeed usually connected to the computers which use them on a Fibre Channel Storage Area Network aka SAN. Infrastructure administrators configure the storage arrays to present logical disks to the hosts; each such logical disk is identified by a WWN.]
So the use cases when a WWN is appropriate are those when the administrator is interested in monitoring or configuring the actual physical (or, in the case of logical disks presented by storage array, the pseudo-physical) disk; for example, before any partition table or LVM metadata is written to the disk, the only honest identifier is the WWN. On the other hand, UUIDs can be copied from one physical disk to another, for example in order to perform a hardware upgrade.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The WWN identifies the actual physical hardware disk; in simple cases it is derived from the hardware serial number. (Except when it doesn't; a WWN can also identify storage which is not an actual hardware disk, it just pretends that it is for the sake of the operating system, for example, a volume presented by a storage array.)
UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
[Storage arrays, for example a HPE 3PAR, are indeed usually connected to the computers which use them on a Fibre Channel Storage Area Network aka SAN. Infrastructure administrators configure the storage arrays to present logical disks to the hosts; each such logical disk is identified by a WWN.]
So the use cases when a WWN is appropriate are those when the administrator is interested in monitoring or configuring the actual physical (or, in the case of logical disks presented by storage array, the pseudo-physical) disk; for example, before any partition table or LVM metadata is written to the disk, the only honest identifier is the WWN. On the other hand, UUIDs can be copied from one physical disk to another, for example in order to perform a hardware upgrade.
The WWN identifies the actual physical hardware disk; in simple cases it is derived from the hardware serial number. (Except when it doesn't; a WWN can also identify storage which is not an actual hardware disk, it just pretends that it is for the sake of the operating system, for example, a volume presented by a storage array.)
UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
[Storage arrays, for example a HPE 3PAR, are indeed usually connected to the computers which use them on a Fibre Channel Storage Area Network aka SAN. Infrastructure administrators configure the storage arrays to present logical disks to the hosts; each such logical disk is identified by a WWN.]
So the use cases when a WWN is appropriate are those when the administrator is interested in monitoring or configuring the actual physical (or, in the case of logical disks presented by storage array, the pseudo-physical) disk; for example, before any partition table or LVM metadata is written to the disk, the only honest identifier is the WWN. On the other hand, UUIDs can be copied from one physical disk to another, for example in order to perform a hardware upgrade.
answered Nov 27 at 19:57
AlexP
7,0091024
7,0091024
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f484502%2fwhat-are-the-use-cases-for-a-hard-disks-wwn%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
The WWN identifies the actual physical hardware disk. (Except when it doesn't; a WWN can also identify storage which is not a hardware disk, for example a volume presented by a storage array.) UUIDs etc. identify logical structures (partitions, logical volumes, filesystems).
– AlexP
Nov 27 at 19:53