Hi all,
I am trying to get Zabbix up and running using the VHD appliance 2.4.6.
My environment is:
- Cluster Hyper-V Windows 2012 R2
- San Storage and Cluster Shared Volumes
Chronology:
- Download VHD appliance from Zabbix.org
- Unzip and copy to the CSV
- Create a new VM 1024Mo RAM, 1 vCPU, 1 NIC, No CD, connect the VHD as IDE
- Start the VM, get the Suse Logo.
- I log root into the appliance then start yast2
- Set up Keyboard, NIC, NTP, DNS
- Use a browser to test the Zabbix portal and I can login using the admin user account.
Then I restart the VM.
I get the message:
Waiting for device /dev/disk/by-id/scsi-14d....-part1 to appear:..... Could not find /dev/disk/by-id/scsi-14d....-part1
Want me to fall back to /dev/disk/by-id/14d.....-part1? (Y/n)
I tried to press Y or n but nothing appends.
I then restart the VM, Select Advanced options for Zabbix_2.4_x86
Then select the first line Zabbix_2.4_x86_64_13.1 [ VMX ], with Linu
I got the same result.
I then restart the VM, Select Advanced options for Zabbix_2.4_x86
Then select the second line Zabbix_2.4_x86_64_13.1 [ VMX ], with Linu
And it works again, I was able to login on the Zabbix portal (web site).
I have read some resolution using a search engine. The solution is to change some files:
After creating the MASTER computer, we need to change 2 files in order to modify the "by-id" reference in "by-name" reference.
The files are:
/etc/fstab
/boot/grub/menu.lst
in both the files we need to find every instance of names like (example)
/dev/disk/by-id/ata-TOSHIBA-MK1246GSX-28FGTI70T-part1
and change in something like:
/dev/sda1
take care about the partition number:
-part1 -> sda1
-part2 -> sda2
But in this VHD, I didn't find these files. Could you please adapt or solve by another solution this problem? I would like to start the VM without manual operation.
Thank by advance,
Nikky
I am trying to get Zabbix up and running using the VHD appliance 2.4.6.
My environment is:
- Cluster Hyper-V Windows 2012 R2
- San Storage and Cluster Shared Volumes
Chronology:
- Download VHD appliance from Zabbix.org
- Unzip and copy to the CSV
- Create a new VM 1024Mo RAM, 1 vCPU, 1 NIC, No CD, connect the VHD as IDE
- Start the VM, get the Suse Logo.
- I log root into the appliance then start yast2
- Set up Keyboard, NIC, NTP, DNS
- Use a browser to test the Zabbix portal and I can login using the admin user account.
Then I restart the VM.
I get the message:
Waiting for device /dev/disk/by-id/scsi-14d....-part1 to appear:..... Could not find /dev/disk/by-id/scsi-14d....-part1
Want me to fall back to /dev/disk/by-id/14d.....-part1? (Y/n)
I tried to press Y or n but nothing appends.
I then restart the VM, Select Advanced options for Zabbix_2.4_x86
Then select the first line Zabbix_2.4_x86_64_13.1 [ VMX ], with Linu
I got the same result.
I then restart the VM, Select Advanced options for Zabbix_2.4_x86
Then select the second line Zabbix_2.4_x86_64_13.1 [ VMX ], with Linu
And it works again, I was able to login on the Zabbix portal (web site).
I have read some resolution using a search engine. The solution is to change some files:
After creating the MASTER computer, we need to change 2 files in order to modify the "by-id" reference in "by-name" reference.
The files are:
/etc/fstab
/boot/grub/menu.lst
in both the files we need to find every instance of names like (example)
/dev/disk/by-id/ata-TOSHIBA-MK1246GSX-28FGTI70T-part1
and change in something like:
/dev/sda1
take care about the partition number:
-part1 -> sda1
-part2 -> sda2
But in this VHD, I didn't find these files. Could you please adapt or solve by another solution this problem? I would like to start the VM without manual operation.
Thank by advance,
Nikky
Comment