Linux is a Unix-like and POSIX-compliant computer operating system assembled under the model of free and open source software development and distribution. The defining component of Linux is the Linux kernel, an operating system kernel first released on 5 October 1991 by Linus Torvalds.
[box type=”error” align=”” class=”” width=””]
Aug 29 17:08:42 myserver multipathd[688]: sda: add missing path
Aug 29 17:08:42 myserver multipathd[688]: sda: failed to get udev uid: Invalid argument
Aug 29 17:08:42 myserver multipathd[688]: sda: failed to get sysfs uid: Invalid argument
Aug 29 17:08:42 myserver multipathd[688]: sda: failed to get sgio uid: No such file or directory
[/box]
After some poking around Google, following solution worked without having to modify anything on Ubuntu. I preferred hardware error to be offloaded to hardware (or VMware).
- Start the
vSphere Client
, and log in to avCenter Server
. - Select
Virtual Machines and Templates
and click theVirtual Machines
tab. Right-click
the virtual machine for which you are enabling the disk UUID attribute, and selectPower
>Power Off
.
The virtual machine powers off.- Right-click the virtual machine, and click
Edit Settings
. - Click the
Options
tab, and select theGeneral
entry in the settings column. - Click
Configuration Parameters
.ย The Configuration Parameters window appears. - Click
Add Row
. - In the Name column, enter
disk.EnableUUID
. - In the Value column, enter
TRUE
. - Click
OK
and clickSave
. Power on
the virtual machine.
That’s it.