Quantcast
Channel: VMware Communities: Message List
Viewing all 230663 articles
Browse latest View live

Re: Unable to launch view admin console

$
0
0

It was working for 2 months. recently I updated the esxi license and the adcs role which was installed in connection server was removed. I checked the debug logs and found

 

"Attempting to connect to JMS using tunnel\VM port 4002

Direct JMS connect

could not find pae.jms properties"

 

Repeatedly and some more logs


Re: Downloading a datastore folder using Powershell

$
0
0

When I run this, I also get 2 files for a VMDK, but the -flat file is copied as well.

Could it be that there has been a timeout?

You could play with the timeout value via the WebOperationTimeoutSeconds on the Set-PowerCLIConfiguration cmdlet.

Re: Unable to launch view admin console

$
0
0

After updating the ESXi licnese I was able to connect only one. I changed the AD password in composer server settings,. Form the next day onwards I was not able to connect

Re: Device/Credential Guard error on Windows 10 Home

$
0
0

Just run cmd as Admin and type

bcdedit /set hypervisorlaunchtype off

and REBOOT

 

this will fix

and if you need hypervisor for something like windows emulator tools in visual studio just re-enable when you need by typing

bcdedit /set hypervisorlaunchtype auto

and REBOOT

 

Credential Guard is enabled by hypervisor, and when you disable hypervisorlaunchtype, it disables it. No there is no way to use VMWARE Workstation 14 with this enabled, because they don't support the use of stubs to access hardware through their VMs yet. Anyway, microsoft virtualization sucks so, disable it and keep using VMWARE as it is the fastest one on the market.

Re: [Feature Request] Execute commands on ESXi easy

Re: converto_html use in powercli report.

$
0
0

Thnaks it is working .can it be looped over array of cluster .i just avoided esxi name and used cluster name instead.

like below

 

 

$path = 'C:\Users\'

$csv_info = Import-Csv -Path "C:\Users\clusters.csv"

foreach ($line in $csv_info) {

 

 

 

 

 

 

$head = @'

 

<style>

 

body { background-color:#dddddd;

 

       font-family:Tahoma;

 

       font-size:12pt; }

 

td, th { border:1px solid black;

 

         border-collapse:collapse; }

 

th { color:white;

 

     background-color:black; }

 

table, tr, td, th { padding: 2px; margin: 0px }

 

table { margin-left:50px; }

 

</style>

 

'@

$y=get-cluster -name $line.clustername

 

$cluster=get-cluster $y | select name|ConvertTo-Html -Property Name -Fragment -PreContent '<h2>$cluster.name</h2>' |

 

    Out-String

 

 

 

 

$ds = Get-Datastore -RelatedObject $cluster |

 

    Where-Object{($_.FreeSpaceGB)/($_.CapacityGB) -le 0.1} |

 

    Select Name |

 

    ConvertTo-Html -Property Name -Fragment -PreContent '<h2>Datastore with less than 10 percent space.</h2>' |

 

    Out-String

 

 

 

$snap = Get-VM -Location $cluster  | Get-Snapshot |

 

    Select Name,@{N='VM';E={$_.VM.Name}},Created |

 

    ConvertTo-Html -Property Name,VM,Created -Fragment -PreContent '<h2>Snapshot Info</h2>' |

 

    Out-String

 

 

 

ConvertTo-HTML -head $head -PostContent $ds,$snap,$cluster -PreContent "<h1>Report</h1>" |

 

Out-String | Out-File -FilePath "$path\report12.html"

 

}

Re: SRM if will work on different Storage array, Netapp and Dell Compellent.

$
0
0

Hi kelvindp,

 

this will work only if you use vSphere Replication to replicate VMs from a datastore provided by NetApp to a datastore provided by Dell Compellent. Protocols can be different.

 

To use array based replication one needs to have storage arrays from the same vendor and the same make (at least typically, but with some exceptions)

 

Erich

Re: converto_html use in powercli report.

$
0
0

Not sure what you are trying to do here.

 

Do you want the report for all clusters in 1 HTML file?

Or do you want to have 1 HTML file per cluster?


Re: Help with VMWare Delta file

$
0
0

Hi,

 

Thanks for the Reply.

 

I tried "ls -elisa > filelist.txt", get an error: ls: invalid option -- e

 

I have a flat file : VMSRV008_1-flat.vmdk

and a delta file : VMSRV008-000002-delta.vmdk

 

I recreated the desriptor vmdk for the flat file (VMSRV008_1.vmdk)  and for the delta file(VMSRV008_1-000002.vmdk).

If I add a disk the the VMSRV008, i see only the Descriptor of the Flat file((VMSRV008_1.vmdk) . Normally I should see the Descriptor file of the Delta (VMSRV008_1-000002.vmdk).

If I add a disk with only VMSRV008_1.vmdk, I see old data from years ago. Can you please help?

 

This are the 2 Descriptor file:

1) vi VMSRV008_1-000002.vmdk

# Disk DescriptorFile

version=1

CID=e4df81c3

parentCID=8a6b0dba

createType="vmfsSparse"

parentFileNameHint="VMSRV008_1.vmdk"

# Extent description

RW 41943040 VMFSSPARSE "VMSRV008-000002-delta.vmdk"

 

 

# The Disk Data Base

#DDB

 

 

ddb.toolsVersion = "7304"

 

 

2) vi VMSRV008_1.vmdk

# Disk DescriptorFile

version=1

CID=8a6b0dba

parentCID=ffffffff

createType="vmfs"

 

 

# Extent description

RW 41943040 VMFS "VMSRV008_1-flat.vmdk"

 

 

# The Disk Data Base

#DDB

 

 

ddb.virtualHWVersion = "4"

ddb.uuid = "60 00 C2 92 dd 40 28 d2-d8 db 3b af f6 67 91 a6"

ddb.geometry.cylinders = "2610"

ddb.geometry.heads = "255"

ddb.geometry.sectors = "63"

ddb.adapterType = "lsilogic"

ddb.toolsVersion = "7304"

 

Can you please help? What do I wrong?

 

Thank you!

Kansarax

Re: Help Desk (7.4) & Local Administrator Permissions

$
0
0

HI,

I think we can change group policy to fix this issue.

Here is a blog User Account Control Allow UIAccess applications to prompt for elevation without using the secure desktop (Windows 10) |…  talks about the UAC which related with the remote assistant problem.

 

I have tried this method and work fine for  windows 7

Following steps need to apply:

1. open group policy edit.

2. go to windows Settings-> Security Settings->Local Policies->Security Options

3. find "User Account Control: Allow UIAccess applications to prompt for elevation without using the secure desktop", and enable it.

 

Then remote assistant works fine. And administrator can see the UAC message from his console.

 

Re: converto_html use in powercli report.

$
0
0

report for all clusters in one html file.

Re: vco 7.4 maven repository unavailable

$
0
0

Hi,

 

The first problem is the port number.

  • vRO server is accessible on port 8281 in case of vRO standalone appliance
  • vRO server is accessible on port 443 in case of vRO embedded in vRA appliance

 

The second problem - in case of vRO embedded in vRA appliance, I think there is no hosted Maven repository available. I'm not 100% sure (have to double check this), but in this case you'll have to deploy a standalone vRO appliance.

 

Another possible problem you can hit is that the newer Maven versions could have issues with the latest Maven archetype plug-in. You can resolve it by forcing Maven to use the slightly older version 2.4 of this plug-in; if you are unsure how to do so you may check eg. https://communities.vmware.com/message/2707795#2707795 or https://www.virtualvcp.com/vmware-vrealize-automation-vcac/229-vro-plugin-development-getting-maven-to-work

Re: converto_html use in powercli report.

$
0
0

You could do something like this

 

$path='C:\Users\'

 

$head=@'

<style>

body { background-color:#dddddd;

       font-family:Tahoma;

       font-size:12pt; }

td, th { border:1px solid black;

         border-collapse:collapse; }

th { color:white;

     background-color:black; }

table, tr, td, th { padding: 2px; margin: 0px }

table { margin-left:50px; }

</style>

'@

 

$fragments= @()

 

foreach ($lineinImport-Csv-Path"C:\Users\clusters.csv") {

    $cluster=Get-Cluster-Name$line.ClusterName

 

    $fragments+= (""|ConvertTo-Html-PropertyName-Fragment-PreContent"<h2>Cluster $($cluster.Name)</h2>"|

        Out-String)

 

    $fragments+= (Get-Datastore-RelatedObject$cluster|

        Where-Object{($_.FreeSpaceGB)/($_.CapacityGB) -le0.1} |

        SelectName|

        ConvertTo-Html-PropertyName-Fragment-PreContent'<h3>Datastore with less than 10 percent space.</h3>'|

        Out-String)

 

    $fragments+= (Get-VM-Location$cluster  |Get-Snapshot|

        SelectName,@{N='VM';E={$_.VM.Name}},Created|

        ConvertTo-Html-PropertyName,VM,Created-Fragment-PreContent'<h3>Snapshot Info</h3>'|

        Out-String)

}

 

ConvertTo-HTML-head$head-PostContent$fragments-PreContent"<h1>Report</h1>"|

Out-String|Out-File-FilePath"$path\report12.html"

 

Re: Shutting down device drivers.....

$
0
0

Hi SupreetK,

 

Thanks for the below, noting that we already applied this driver but with no luck.

 

It seems this driver is for vSphere 6.5, and we are using 6.7 version with HPE Synergy Modules. as per the following https://support.hpe.com/hpsc/doc/public/display?sp4ts.oid=1010083017&docLocale=en_US&docId=emr_na-a00046938en_us  "An updated version of the driver for VMware ESXi 6.7 will be released in the future" (Release Date:  2018-08-13).

 

Do you have any idea if a new driver released ?

 

Please advise,

Re: SRM if will work on different Storage array, Netapp and Dell Compellent.

$
0
0

Hi stgepop,

Thank you for your help, I've just confirmed from my client that we will use vSphere Replication, not Array Based Replication.

Regards.

Kelvin


Re: The ram disk vsantraces is full

$
0
0

Hi All,

 

I followed below link to resolve my issue.

VMware Knowledge Base

 

By default, vSAN traces are saved to /var/log/vsantraces. Default maximum file size is 180MB with the rotation of 8 files.

 

 

By default, vSAN urgent traces are redirected through the ESXi Syslog system. If an external Syslog server is defined, the urgent traces are forwarded to the external collector. For more information on examining the Syslog configuration or redirecting ESXi host logs to an external Syslog server, see Configuring Syslog on ESXi 5.x and 6.0 (2003322).

 

 

Run this command to determine whether vSAN urgent traces are currently configured to redirect through Syslog and log rotation settings:

# esxcli vsan trace get

You see output similar to:

 

 

VSAN Traces Directory: /vmfs/volumes/568ec568-06d68562-e655-001018ed2950/scratch/vsantraces

Number Of Files To Rotate: 8

Maximum Trace File Size: 180 MB

Log Urgent Traces To Syslog: true

 

 

Run this command to send urgent traces through Syslog

 

 

# esxcli vsan trace set --logtosyslog true

 

 

 

 

Related Information

To change the default settings, run with the desired parameter:

 

 

# esxcli vsan trace set

 

 

-l|--logtosyslog Boolean value to enable or disable logging urgent traces to syslog.

-f|--numfiles=<long> Log file rotation for vSAN trace files.

-p|--path=<str> Path to store vSAN trace files.

-r|--reset When set to true, reset defaults for vSAN trace files.

-s|--size=<long> Maximum size of vSAN trace files in MB.

 

 

For example, to reduce the number of files to rotate to 4 and maximum size to which these files can grow 200MB, run this command:

 

 

# esxcli vsan trace set -f 4 -s 200

 

 

Note: If you reduce the number of files, the older files that are not compliant are removed immediately.

wmware workspace application

$
0
0

hi;

 

The app center also can't download any application in the workspace screen. I wonder what could be the reason?

 

Notepad++ 7.5.8 - x64bit compatible with ThinApp sequencing or not?

$
0
0

Hi All,

I’m currently working on Notepad++ 7.5.8 latest version for 64bit target platform(Win 7x64). Hence I’m using x64 bit installer i.e. “npp.7.5.8.Installer.x64.exe”.
I have to sequence this application via Thinapp 5.2.2 sequencer. After sequencing I did not observe any context menu for this application. (Note: Source gives context menu option) While if I create MSI by capturing via Pace suite tool/Install Shield, Context menu appears, but the same when I sequence MSI with thinapp, I did not get context menu. (Which means if I sequence notepad++ using “npp.7.5.8.Installer.x64.exe” or with MSI created after capturing, still no context menu appears).
Also I tried lot many other options to make it work referring some blogs, which gave me no results.
Wanted to know if Notepad++ 64 bit is compatible with thinapp sequencing or not?
Or is there any other solution which gives me context menu same as per the source.

Please suggest.

 

Regards,

Monika

login message tab missing in SSO Configuration

$
0
0

Hello,

I just set up a fresh vCenter 6.7 for testing and migrating purposes. I configured SSO to my windows domain and entered a Text and a Check box for the vcsa-Console page. Now: I cannot get rid of it any more, because in SSO-configuration I don't see the "login message" or "banner" tab any more! (I am logged in as administrator@vsphere.local and I can configure identity sources...)

 

Can anyone point me in the right direction? The tabs have been there in the beginning, otherwise I couldn't have entered the checkbox text for the console home page.

 

Thank you.

Tại sao nên du lịch Hà Nội bằng xe máy

$
0
0

Mùa thu hà nội có gì đẹp?

Nhiều người háo hức chờ đến mùa thu, chờ đến ngày 2/9. Chắc cũng bởi, đó chính là ngày mà Bác đã đọc bản tuyên ngôn độc lập, khai sinh ra đất nước chúng ta. Chắc vì thế mà càng gần đến ngày 2/9, người ta càng thấy chộn rộn, càng thấy tự hào và càng mong ngóng mùa thu hãy mau về trên khắp những con phố, những nẻo đường nơi này.

Nói tạm biệt với cái nắng nhìn đã chẳng muốn thò mặt ra ngoài đường của mùa hè. Nắng mùa thu trong vắt, đẹp mơ màng và rất nhẹ, đến mức chỉ cần một sáng ngủ dậy, nhìn thấy nắng thu lấp ló ô cửa sổ là bạn đã muốn bật ngay ra khỏi giường, lao ra đường để vi vu ngồi cafe tắm nắng rồi.

9.JPG

Đến Hà Nội bằng phương tiện gì?

Trước tiên nói về phần phương tiện di chuyển đến Hà Nội. Cụ thể nếu:

- Bạn ở khu vực xa thủ đô, chẳng hạn Miền Tây, Sài Gòn, Vũng Tàu, Đà Nẵng, Hội An, Huế, Mũi Né hay Nha Trang, Đà Lạt chẳng hạn thì nên đi Hà Nội bằng máy bay cho nhanh và an toàn, tiết kiệm được thời gian du lịch.

+ Tuy giá có cao hơn các loại phương tiện khác 1 tý nhưng theo Viet Fun Travel thấy thì cũng rất xứng đáng.

Máy bay đi du lịch Hà Nội (đi từ xa đến)

+ Ngoài ra tàu hỏa cũng là sự lựa chọn của nhiều người với mục đích dừng chân ghé lại tham quan những điểm du lịch trên đường cũng như tiết kiệm phần nào chi phí du lịch cho mình.

Đi tàu hỏa đến du lịch Hà Nội

- Nếu bạn ở khu vực lân cận, gần thủ đô, khoảng cách khoảng 300 km đổ lại thì có thể lựa chọn xe khách hay xe máy để đến tham quan, du lịch Hà Nội nhé.

+ Đặc biệt xe máy là sự lựa chọn của hầu hết dân Phượt bởi sự tiện lợi, thoải mái, chủ động cũng như tiết kiệm chi phí mà nó mang lại.

7_net_dep_ng_con_gai_HN.jpg

Tại sao nên lựa chọn phượt Hà Nội bằng thuê xe máy hà nội?

Ở các thành phố lớn: không khí ô nhiễm, cuộc sống bon chen. Nên mỗi lần đi chơi thoải mái tâm hồn cũng như hít thở bầu không khí trong lành.

Buổi sáng giậy sớm ngắm bình minh, thưởng thức ít ngụm cafe hoặc chén trà. Buổi tối cùng ngồi quây quần nhóm lửa, tâm sự những chuyện trên trời dưới đất cũng đủ khiến ta thấy đời đẹp lạ ^.^

Tiết kiệm chi phí khi phượt bằng xe máy

Đây là một trong những lý do hàng đầu mà các bạn trẻ lựa chọn hình thức du lịch bằng xe máy. Bởi không phải ai cũng có điều kiện về kinh tế cho mỗi chuyến du lịch. Việc lựa chọn đi phượt bằng xe máy, đặc biệt là những chiếc xe tiết kiệm nhiên liệu luôn là sự quan tâm hàng đầu. https://motogo.vn/tat-tan-tat-kinh-nghiem-du-lich-ha-noi-di-dau-an-gi/

Trong thời đại internet hiện nay, có rất nhiều những bài viết về các địa điểm du lịch trên mạng. Chỉ cần lên mạng tìm kiếm trước thông tin các địa điểm là bạn sẽ nắm trong tay danh sách những quán ăn và chỗ nghỉ hợp túi tiền, tránh tình trạng chặt chém.

 

Thuê xe máy ở đâu Hà Nội?

MOTOGO

Đơn vị cung cấp dịch vụ cho thuê xe máy hoạt động chuyên nghiệp đầu tiên tại Hà Nội cho thuê xe máy mới, đồng bộ, không yêu cầu đặt cọc đối với khách du lịch. Ngoài ra, với dịch vụ giao xe tận nơi, chúng tôi có thể phục vụ được tất cả mọi khách hàng lưu trú tại các quận nội thành Hà Nội.

Để biết thêm thông tin chi tiết, xin vui lòng liên hệ với chúng tôi, thời gian hỗ trợ khách hàng 24/24h.

KHÔNG TIỀN ĐẶT CỌC

Khách hàng không phải đặt cọc bất cứ khoản tiền cho việc thuê xe máy nào nếu có đầy đủ các giấy tờ yêu cầu được quy định trong chính sách của cty. Chi tiết thủ tục giấy tờ vui lòng xem tại mục chính sách hoặc click vào link phía dưới đây.

Xem thêm

THỦ TỤC NHANH GỌN

Quy trình xử lý giấy tờ cho thuê xe nhanh gọn,thời gian từ hoàn thiện thủ tục đén giao xe không quá 5 phút. Chi tiết chính sách, quy trình thuê xe máy vui lòng click vào link phía dưới.

Xem Thêm

Viewing all 230663 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>