#2775953 Есть хоронилище (иначе не скажешь) данных от EonStor A16U-G2430 с подключением по SCSI (два независимых канала). Не путать с iSCSI. Как грамотнее подключить ЭТО в кластер ESXi при наличии одного двухканального контроллера PCI-SCSI?
В догонку к вопрос, реально без vCenter нельзя добавить????
вопрос второе, если есть vCenter, то НАХУЯ НУЖЕН VMM?
наверное, я все же ошибаюсь, и как то можно добавлять esxi хосты.
goo.gl Hotfix Windows XP Rus microsoft.com
vSphere Client and vSphere PowerCLI may fail to connect to vCenter Server 5.5 due to a Handshake failure (2049143) ~ # esxcfg-firewall
-ash: esxcfg-firewall: not found
Почему может не работать командочка?
trilead.com Читаем пункт "By downloading..." и радуемся)
Итак, была тут на днях ситтуация. когда нужно было увеличить диск у asterisk'а, крутящегося на esxi. Имелся freepbx на centos. Я оставдю это здесь, ибо вдруг кому пригодится.
Останавливаем виртуалку, увеличиваем размер жесткого диска в настройках, стартуем. Заходим на сервак, рутуемся и пишем в терминале заветные слова:
df -h
fdisk -l
fdisk /dev/sda
n
p
3
"клавиша enter"
"клавиша enter еще раз"
p
t
3
8e
w
shutdown -r now
Ждем ребута, опять рутуемся и двигаемся дальше:
pvscan
pvcreate /dev/sda3
vgextend VolGroup00 /dev/sda3
pvscan
lvextend -L +20G /dev/mapper/VolGroup00/LogVol00 #если нужно увеличить свой lvm на 20Гб
resize2fs /dev/mapper/VolGroup00-LogVol00
df -h
fuck yeah!
Может где и опечатки есть, пишу почти по памяти :) Но общий смысл понятен. Если какие-то вопросы, то "man комманда" никто не отменял.
paste.org.ru
в esxi пишет, что у меня 1 ЦП с 1 ядром: img267.imageshack.us
это так и должно быть или я что-то упустил?
1) At the console of the ESXi host, press ALT-F1 to access the console window.
2) Enter unsupported in the console and then press Enter. You will not see the text you type in.
3) If you typed in unsupported correctly, you will see the Tech Support Mode warning and a password prompt. Enter the password for the root login.
4) You should then see the prompt of ~ #. Edit the file inetd.conf (enter the command vi /etc/inetd.conf).
5) Find the lines that begins with #ssh and remove the #. Then save the file. If you're new to using vi, then move the cursor down to #ssh line and then press the Insert key. Move the cursor over one space and then hit backspace to delete the #. Then press ESC and type in :wq to save the file and exit vi. If you make a mistake, you can press the ESC key and then type it :q! to quit vi without saving the file. Note: there are two lines for SSH with ESXi 4.0 now — one for regular IP and the other for IPv6. You should the line appropriate to the protocol you'll use to access your host.
6) Once you've closed the vi editor, you can either restart the host or restart the inetd process. To restart inetd run ps | grep inetd to determine the process ID for the inetd process. The output of the command will be something like 1299 1299 busybox inetd, and the process ID is 1299. Then run kill -HUP <process_id> (kill -HUP 1299 in this example) and you'll then be able to access the host via SSH.
Tip — with some applications like WinSCP, the default encryption cipher used is AES. If you change that to Blowfish you will likely see significantly faster transfers.
How to compile Busybox for ESXi — virtuallyghetto.com
Там же обещается часть вторая, не только про компиляцию оригинального BusyBox из состава ESXi, но и про создание кастомизированного варианта.