Posts

Changing the path policy of the SCSI lun device using Powercli in Vmware Vsphere Environment

Image
Today my motto is to change the path policy of the scsi lun from Fixed to round robin. It’s always a pain to change the path policy of the scsi lun device, it takes hours of time to change the path manually in case if we have the large environments of say 2000 ESXi and with more than 400 Devices connected with the Esxi. so we used some Powercli and create a loop to perform the redundant task well in crisp words we tried to automate this task which could save hours of manual works Code: $server = Get-content "C:\hostfile.txt" foreach ($i in $server) { Get-ScsiLun -VmHost $i -CanonicalName "naa.6006*" | where {$_.MultipathPolicy -ne "RoundRobin"} | Set-ScsiLun -MultipathPolicy RoundRobin } Here in the above code I am calling the list of ESXi Host in the file named as hostfile.txt and passing it to the variable $server and this will create an array of characters over the variable $server , Each character represents Esxi hosts on devops

Rejoin a Computer to domain without Restart using powershell

Image
There are three methods to rejoin the computer to domain without restart Method 1: Test-ComputerSecureChannel -Repair -Credential (Get-Credential) When the above command is executed it will prompt for username and password and enter the domain credentials and result should show as true then the machine is re-added to domain. Method 2: netdom resetpwd /Server:DC /UserD:DomainAdmin /PasswordD:Password The above command should be executed in the command prompt under administrator prompt. Method 3: Reset-ComputerMachinePassword -Credential (Get-Credential) When the above command is executed it will prompt for username and password and enter the domain credentials and result should show as true then the machine is re-added to domain. Stay Tuned and connect with me @ Click to connect

How To Patch and Protect Linux Server Against the Glibc GHOST Vulnerability # CVE-2015-0235

Image
A very serious security problem has been found in the GNU C Library (Glibc) called GHOST. How can I fix GHOST vulnerability and protect my Linux server against the attack? How do I verify that my server has been fixed against the Glibc GHOST vulnerability? A very serious security problem has been found and patched in the GNU C Library called Glibc. It was announced on 27th January 2015. What is the GHOST security bug? Tutorial details Difficulty Easy (rss) Root privileges Yes Requirements Linux + reboot required Estimated completion time 10m From the  RHEL bugzilla : A heap-based buffer overflow was found in __nss_hostname_digits_dots(), which is used by the gethostbyname() and gethostbyname2() glibc function call. A remote attacker could use this flaw to execute arbitary code with the permissions of the user running the application. A mailing list entry with more details, including in-depth analysis and exploit vectors is  here . What C library (Glibc) version does my Lin

Bridging The Gap: OpenStack For VMware Administrators

Image
Awesome Speech have a notes while u watch the video guys trust me lots of techie stuff , dont miss it

Apple Iphone 6 a new range of persona

Image
Apple is expected to continue its September tradition of the past few years by   unveiling   the iPhone 6 and a smart watch on Tuesday. The devices reportedly will add mobile payments to compete with companies like Amazon and Square that are using the new technology. The iPhone 6 and smart watch will use near field communication technology to allow users to buy things by   scanning their devices     on sensors in certain stores like the Apple retail shops, coupled with tokenization that generates a one-time use payment code, according to industry blog Bank Innovation. This combination may boost convenience and decrease fraud, but linking payments with mobile phones also raises privacy concerns. Apple’s addition of a fingerprint scanner to its   iPhone 5S   last September sparked concern about granting the tech giant greater access to users’ personal information. The iPhone 6 also will have a larger display to meet growing consumer demand for bigger screen size and an easier b

Sixth Sense technology

Image
                                                              Sixthsense is a wearable gestural interface device developed by Pranav Mistry , a PhD student from MIT that augments the physical world around us with digital information and lets us use natural hand gestures to interact with that information. Watch the following video of Pranav Mistry presenting sixth-sense device to get a clear idea about sixth sense device. How to make your own sixth sense device? You must be desperate to get your own sixth sense device. It is not available for sale so you cannot buy it from anywhere. The only option you have is to make it yourself. Yes, You can make it yourself! SixthSense prototypes cost approximately $350 to build (not including the computer), the main cost being the micro-projector. Don't feel disappointed if you can't spend $350. You can still build the software and play with it for free. Sixth sense device's software is now open source. I appr

Assessment, IQ and Aptitude Test Training

guys check this out for those who need to get placed in a branded corporate company Assessment, IQ and Aptitude Test Training