Day 2 activity of the DBA’s, after setting up the database server and configured all the required privileges and applying the patch, we will create a new database Developers and SysAdmins also should know to create database. Creating database from…
I created a Ubuntu 18.04 Instance in AWS, then I connected to the instance using the pem file using ssh -i pemfile ubuntu@public-IP I set the password for the account, then enable the password authentication in the SSH config file…
Copy and Paste the following command to install this package using PowerShellGet Install-Module -Name VMware.PowerCLI If you are getting any error related to the privilege PS C:\Users\asvig> Install-Module -Name VMware.PowerCLI Install-Module : Administrator rights are required to install modules in…
Uploading files to vCenter server appliance ( VCSA ) using WinSCP ( SFTP / SCP) While establishing the connection if you are getting error like ? Host is not communicating for more than 15 seconds. Still waiting. Note If the…
By default Photon OS comes with DHCP enabled, this is good enough for testing. In some case if you want to set static IP to your PhotonOS VM To get list of interfaces networkctl My network device name is eth0…
For Amazon Linux 2 or the Amazon Linux AMI, the username is ec2-user.For a Centos AMI, the username is centos.For a Debian AMI, the username is admin or root.For a Fedora AMI, the username is ec2-user or fedora.For an RHEL…
To increased security to your AWS root account, Amazon web services recommend configuring multi-factor authentication (MFA) to help protect your AWS resources. MFA adds extra security because it requires users to type a unique authentication code from an approved authentication device…
While having the discussion at Nimesa about the cost-saving options for AWS cloud, we found one of the most costly of AWS sins is the pervasive habit of running dev test EC2 instances after business hours. Whether you are leaving…
I recently had a demand to deploy an OVF (Open Virtualization Format is an open-source standard for packaging and distributing software applications for virtual machines) which is located on Datastore of ESXi Server. When you try to deploy from vSphere web…