Re: 仮想OSのWindowsサーバCドライブ拡張について
おはようございます。どうしてもC:のパスを拡張したい場合は、(Windows停止するものとして)追加した仮想ディスクを「NTFSフォルダーにマウント」することができます。 1. 仮想ディスクを追加(オンラインで認識できなかったら、Windows再起動)※既存の仮想ディスク(VMDK)を拡張するのではなく、別の仮想ディスクを追加します。2....
View ArticleCloning a VM
Can we create a clone of a VM which have snapshots in it. ??? I am getting error - a general system error occurred tools exited without quiescing vm
View ArticleRe: VLAN Configuration on ESXi Hosts
As your security purpose you don't wanna give access your VLAN to different VLAN.So you just use access port and trunk when you connect Vswitch1 to Vswitch2 .Also make sure that you don't route your...
View ArticleRe: Split Screen on Workstation 7
This may help you .. http://superuser.com/questions/247208/how-to-make-vmware-workstation-use-multiple-windows-for-vms-instead-of-tabbed-diRegards,Milton
View ArticleRe: ESXi Networking
The main theme is when you are connecting with vswitch to vswitch in this case you have to configure this port trunk.All 4 NIC should be access port.Regards,Milton
View ArticleRe: Storage LUN Present
Chengiz wrote: Hi, Please let me know, what is the process to present the LUN's more than 256 in single ESXi host, I hired some settings to be modified.. Is it true? if true please share the steps....
View ArticleRe: P2V Windows Server 2012
Hey there athlon_crazy, I am doing a P2V on my winserver 2012 and having issues. Out Sever 2012 have a domain and AD, but somehow the AD does not work. I P2V with all the default settings... (please...
View ArticleRe: View Web
You did not mention what you are want to access form web? It's web site or any driver or some thongs else...Regards,Milton
View ArticleRe: Management Traffic Failover
I suspect you have an incorrect teaming policy. Can you check what policy this vSwitch is configured to use?
View ArticleRe: My exam experience. Things to rememember to keep you cool and to save the...
Very upset.Regards,Milton
View ArticleRe: swap file lun
I have the same question in mind that is it possible swap file in dedicated lun.Regards,Milton
View ArticleRe: PowerCLI script to change the MAC address
You can adjust Luc's code a bit so that it exports the original info along with the MAC address.It would be something like: ## save the imported info $colVMInfoFromCSV = Import-Csv $importfile ## add a...
View ArticleRe: ESXi 5.0 does not recognize 4TB storage array
I just ran into this issue over the weekend. I extended a 2TB array to 3TB and ESXi 5.1 no longer sees the array. The array is connected to a P400 controller on a DL380 G5. I purchased a P410 on eBay...
View ArticleRe: Fusion 4, Mac Lion & Windows7
I didn't hard about the conflicts. Could you please some one give me some information about this??Regards,Milton
View ArticleRe: I Need a script to get the details of Inventory + Ipaddress+Datastore...
I don't know weather you will get all of them together but you will get most of them individually. Regards,Milton
View ArticleMap a drive to a Windows VM using command prompt
I am running a Hyper-V 2012 server core Virtual Machine on VMware Workstation 9.I need to copy some files from the host PC to a folder on the Hyper-V server VM.I have set up the shared folder in the...
View ArticleRe: How to register all vm in VC
[Registreer alle vmx in VC:] [create file registervm.sh] for i in ´find /vmfs/volumes/ -name "*.vmx" ´ do echo "Registering VM $i" vmware-cmd -s register $i done [save...
View ArticleTerminate Idle VI Client Sessions with PowerCLI Script
Hello PowerCLI gurus I've been looking on the net for a PowerCLI script that would terminate all VI client sessions that have been idle for x period of time. I've found a post on VMware forums...
View ArticleRe: copy a file from desktop to VM using PowerCLI
Hello, bairstowscott-Yes, you can use the Copy-VMGuestFile cmdlet. So, that would be something like: ## get the creds to use for connecting to VM guest$credMyGuestCred=Get-CredentialsomeUser## copy...
View Article