Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 251579

Re: vCenter конфигурирование расположения своп файла

$
0
0
    #

    Как назначить локальному SATA диску фальшивый атрибут SSD

 

 

http://www.virtuallyghetto.com/2011/07/how-to-trick-esxi-5-in-seeing-ssd.html

 

# делаем правило
esxcli storage nmp satp rule add --satp VMW_SATP_LOCAL --device mpx.vmhba1:C0:T2:L0 --option=enable_ssd

 

# проверяем его
esxcli storage nmp satp rule list | grep enable_ssd

 

# активируем
esxcli storage core claiming reclaim -d mpx.vmhba1:C0:T2:L0
vim-cmd hostsvc/storage/refresh

 

# убеждаемся
esxcli storage core device list --device=mpx.vmhba1:C0:T2:L0

 

 

Взято тут: http://lib.ru/unixhelp/vmware.txt


Viewing all articles
Browse latest Browse all 251579

Trending Articles