Welcome to tech-jockey!
This blog is designed to built tech solutions with collaboration of members who believe in sharing.
Guests inputs are most welcome.
Comment, like and share.
You can also help tech-jockey to grow
Please Click here to help.
Team Tech-Jockey !!
Thursday, July 14, 2016
Filter vSphere Objects with Get-View
You can use the Get-View cmdlet to filter vSphere objects before performing various actions on them.
Prerequisites
Procedure
PowerCLI Use Esxtop to Get Information on the Virtual CPUs of a Virtual Machine
ou can use the Get-EsxTop cmdlet to retrieve real-time data for troubleshooting performance problems.
Prerequisites
Procedure
Apply a Host Profile to a Host on vCenter Server
To simplify operational management of large-scale
environments, you can apply standard configurations called host profiles
to hosts on vCenter Server. If you want to set up a host to use the
same host profile as a reference host, you can attach the host to a
profile.
Prerequisites
Procedure
Create vSphere Inventory Objects
By using vSphere PowerCLI cmdlets, you can automate creating different inventory objects on vSphere.
Prerequisites
Procedure
Activate Maintenance Mode for a Host on vCenter Server
To complete some specific administration tasks, you
might need to activate maintenance mode for a host. On vCenter Server,
you can activate maintenance mode by using the Set-VMHost cmdlet.
Prerequisites
Procedure
Manage Virtual Machines on vSphere
With vSphere PowerCLI,
you can automate various administration tasks on virtual machines, for
example retrieving information, shutting down and powering off virtual
machines.
Procedure
Wednesday, June 15, 2016
Iot - from different angle
IoT - Internet of Things
It's not only that you open the door and get the temperature.
It's like whenever a mother want she can get her baby's health condition instantly without touching her, Seem funny.
A kind of trend analysis where a device is so much intelligent that it can give exact figure of her baby.
It include data analytics based on trends and about developing such level of automation where it can check any device.
In the IoT world device will contact with each other like without calling my friend i will inform him that i am coming to his doorstep and if he do not like me his device will answer that he is not at home :)
It can be helpfull in heavy machinaries like Gas filtering machine is very complex and you need to check each and every pump to predict it's future behaviour, example you need to send small drone through out the gas pipe to check health,
drone will move and stop at each corner and contact with IoT sensor about its health, it would collect all the required data and after come back push it back to the system to further analysis, if anything suspecious found it would send alert to the mechanic
It's not only that you open the door and get the temperature.
It's like whenever a mother want she can get her baby's health condition instantly without touching her, Seem funny.
A kind of trend analysis where a device is so much intelligent that it can give exact figure of her baby.
It include data analytics based on trends and about developing such level of automation where it can check any device.
In the IoT world device will contact with each other like without calling my friend i will inform him that i am coming to his doorstep and if he do not like me his device will answer that he is not at home :)
It can be helpfull in heavy machinaries like Gas filtering machine is very complex and you need to check each and every pump to predict it's future behaviour, example you need to send small drone through out the gas pipe to check health,
drone will move and stop at each corner and contact with IoT sensor about its health, it would collect all the required data and after come back push it back to the system to further analysis, if anything suspecious found it would send alert to the mechanic
Tuesday, June 14, 2016
Thursday, June 9, 2016
Check server connectivity through powershell
$srvname= "srv1","srv2","srv3","srv4","srv5"
foreach ($item in $srvname)
{
if (test-Connection -ComputerName $Server -Count 3 -Quiet )
{
write-Host "Server is Pinging "
}
else
{
Write-Warning "Server is not pinging"
}
}
foreach ($item in $srvname)
{
if (test-Connection -ComputerName $Server -Count 3 -Quiet )
{
write-Host "Server is Pinging "
}
else
{
Write-Warning "Server is not pinging"
}
}
Subscribe to:
Posts (Atom)
Content of this blog has been moved to GITHUB
Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...
-
Download the fcinfo for windows Utility from the link http://www.microsoft.com/en-us/download/details.aspx?id=17530 Install and run fro...
-
Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...