physical to virtual migration of an operating system pre-requisites required are as follows Disk2vhd ( link ) Oracle Virtual box ( link ) Steps followed for P2V migration: Download disk2vhd using the above link , extract the folder and open disk2vhd64 file Choose the destination folder and check the disks that you want to convert as VHD here I am going to use VHD format since oracle virtual box only supports them. select Use VSS if you would like to get a transaction-consistent version of a disk and not a crash-consistent version and click on create button After creation of VHD open oracle virtual box and click on new button to create a VM(virtual machine) and fill the details accordingly Choose use an existing VHD option and provide the correct path for VHD file that has been created previously Now we have finally completed P2V migration successfully.
Cloud Computing and it’s future. The first “cloud” image on Google The term ‘cloud’ is quite widespread today in computer science and information technology. There are numerous cloud service providers that are commonly known, which include AWS, Microsoft Azure and the Google Cloud among many others. But what exactly is the cloud and how is computing associated to it? Wikipedia describes it as on-demand computer system resources such as storage or computational power which can be used by any user without its management. This refers to the on-demand delivery of IT and computing resources, applications and data centers via the internet on a pay-for-use basis. This means that computational intensive work can be offloaded onto someone else’s computer which works on your behalf. So, this way we could get work done without owning expensive equipment or trouble ourselves with its maintenance hence reducing capital expenses. The mentioned cloud service providers need to have...
Today I am going to share my experience regarding Carrying out Read and Write Operation in AWS Dynamo DB . The pre-requisites required for the following are An AWS account Navigate to AWS dynamo DB service and create a table as follows After creation open the table and start adding all the attributes you need I have added three attributes as follows I have also tried editing the items by adding a new attribute to one of the item as follows Coming to scan option I tried adding a filter product-id to filter out items as follows
Comments
Post a Comment