Using Workspace ONE Access (Identity Manager) APIs
APIs can be very useful to automate processes and integrate systems. VMware Workspace ONE Access has a full set of REST APIs that you can leverage. The steps below will show you the basic steps to...
View ArticleGet Name and naa ID using PowerShell
$DSList = Get-Datastore |where {$_.Type -eq 'VMFS'}$output= ""|Select Name, NaaIDforeach($ds in $DSList){ $output.Name =$ds.Name $output.NaaID=$ds.extensiondata.info.vmfs.extent.diskname...
View ArticleGet Naa ID and Name
$DSList = Get-Datastore |where {$_.Type -eq 'VMFS'}$output= ""|Select Name, NaaIDforeach($ds in $DSList){ $output.Name =$ds.Name $output.NaaID=$ds.extensiondata.info.vmfs.extent.diskname...
View ArticleDatastore Path Report
https://www.tayfundeger.com/datastore-path-raporu-nasil-alinir.html
View ArticleAll Blog Posts
Ocak 202024 Ocak 2020 -ESXi USB Sorunu22 Ocak 2020 -HPE SimpliVity Datastore Nasıl Oluşturulur?19 Ocak 2020 -HPE SimpliVity VM Restore Nasıl Yapılır?19 Ocak 2020 -Objective 4.8 – Configure an SSO...
View ArticlevRA Cloud - Custom approval policy using vRealize Orchestrator and JIRA
Realize Orchestrator (vRO) is workflow engine that allows you to extend the capabilities of vRA Cloud services. It is used as integration endpoint between vRA Cloud services and other third parties...
View ArticleThe vSAN NUC HomeLab - Part 1 "The Components"
I tweeted a reply to the Virtually Speaking Homelab request for Homelabs and was shocked at the response I got from the community! In case you missed it, here is a link to it on Twitter - Max Abelardo...
View ArticlevSAN のつぶやき。 Advent Calendar 2019 - ふりかえり。
昨年の12月のクリスマス シーズンに、ひたすら vSAN 6.7 の Tips をつぶやく Advent Calendar を試みてみました。これは「Twitter 140文字+スクリーンショット4枚+Adventar のコメント」という割とシンプルなコンテンツです。1ヶ月くらいたったので、少し振り返っておこうかと思います。vSAN のつぶやき。 Advent Calendar 2019 -...
View ArticleRVC(Ruby vSphere Console) ベーシック
**** 留意事項 *****こちらのブログの内容はDECN(Dell EMC Community Network)に投稿されたブログの再掲です。DECNが近い将来に廃止となるためこちらに移行させていただいております。内容についてはオリジナルの執筆当時のものとなりますので最新ではない場合がありますがご容赦ください。...
View ArticleExternal PSC Conversion to Embedded & Decommission steps!!!
Try to Converge your external PSC to Embedded as mentioned in below steps. 1. Please mount vCenter ISO with same version as you have on vCenter/PSC. 2. Click on "Home" >>> Menu...
View ArticleExternal PSC Conversion to Embedded & Decommission steps!!!
Try to Converge your external PSC to Embedded as mentioned in below steps. 1. Please mount vCenter ISO with same version as you have on vCenter/PSC. 2. Click on "Home" >>> Menu...
View ArticleManaging Android App Versions in Workspace ONE UEM and Google Play Console
After knowing how to upload alpha/beta/prod versions in the Google Play console, the next question is how to relate the priorities in UEM with the tracks in Play console. Given the scarce...
View ArticleVMware Cloud Foundation 3.9.1, sort en GA !
Ce mois de Janvier voit sortir en GA la version 3.9.1 de VCFVMware y incorpore : – Application Virtual Networks– Les API supporte plusieurs pNICs et VDS– La GUI de Cloud Builder est updatée– Developer...
View ArticleiDRACの仮想コンソールにJavaで接続できない
VxRailなど、PowerEdge上にESXiをInstallしている場合、トラブルシューティングや初期構築などでiDRACの仮想コンソールに接続することはしばしばあると思います。先日、ESXiのInstall用途で、iDRACの仮想コンソールにJavaで接続しようとしたら、エラーになって接続できないことがありました。...
View ArticleEnd Of Support vSphere 6.0 / 12-03-2020
End Of Support vSphere 6.0 / 12-03-2020 Le mois de Mars prochain vas voir arriver beaucoup de demandes d'update vSphere auprès des fournisseurs de services ...En effet c'est le sprint final pour...
View ArticlevCenter 6.0 migration failing [Error: failed to retrieve version information...
Issue: failed to retrieve version information from remote platform service controller. Migrating a Windows Server 2008 R2 installed vCenter Server 6.0 to vCenter Server Appliance 6.7U2 using external...
View ArticleFailed to power on Cisco UCS blade in UCSM Failed Code F0868
Issue: B-series blade fails to power on in UCSM and the following critical fault:Severity: CriticalCode: F0868Last Transition Time: 2020-02-25T03:34:17ZID: 11500997Status: NoneDescription: Motherboard...
View ArticlevCenter と vROps で vMotion / DRS を観察してみる。
自宅ラボの vSphere を眺めていたら、クラスタの vMotion 数がいい感じに増えていました。そこで vMotion と DRS の様子を、vCenter Server と vRealize Operations Manager(vROps) で観察する Tips を紹介しようと思います。今回の環境は、vCenter 6.7 U3 + vROps 8.0 です。 vCenter /...
View Article