CCS Output Merged
CCS Output Merged
Step 2: Install it in Windows, Once the installation has done open it.
Step 5-: To Select the media for installation Click on start and browse for iso file
The Steps to Create and run Virtual machines in KVM are as follows
KVM only works if your CPU has hardware virtualization support – either Intel VT-x or AMD-
V. To determine whether your CPU includes these features, run the following command:
#sudo grep -c "svm\|vmx" /proc/cpuinfo
3. Create User.
Only the root user and users in the libvirtd group have permission to use KVM virtual machines.
Run the following command to add your user account to the libvirtd group:
#sudo adduser tsec
#sudo adduser tsec libvirtd
After running this command, log out and log back in as tsec
Step i-: Insert Bootable Xen Server CD into CDROM and Step ii-: press F2 to see the advanced options,
Make first boot device as a CDROM from BIOS otherwise press Enter to start installation
Step iii -: Select Keyboard Layout Step iv -:Press Enter to load Device Drivers
Step v -:Press Enter to Accept End user license Agreement Step vi -:Select Appropriate disk on which you want
to install Xen server
Step vii -:Select Appropriate installation Media Step viii -:Select Additional Packages for installation
Step ix-: Specify Root password Step x -: Specify IP Address to a Xen Server
Step xi-:Select Time Zone Step xii-:Specify NTP Servers address or use manual
time entry then start installation
Once installation is done you will see the final screen shown below.
Firstly, download the xen center a management utily from xen server by opening the xen severs IP
address as a URL on browser. Once Xen center is downloaded, install it.Open Xen center from start
menu of Windows.
Here’s how XenCenter looks like (see screenshot below) before any hosts, resource pools, and so on,
are added to it. To connect to the XenServer host you configured earlier, click Add a server.
Enter the IP address I asked you to take note of earlier. Also enter the password you assigned for your
root account. Click Add.
One of the first things you want to make sure as you’re adding a new XenServer to XenCenter is to save
and restore the server connection state on startup. Check the box that will do just that
After you click OK, you’ll be brought back to the main screen, where you’ll see your XenServer
already added to XenCenter.
Step-:3 Create Storage Repository and Installing VM
Now Before Creating VM we have to Create Storage Repository first which is nothing but shared
directory on Xen Center which holds all iso files and which is required to install Operating system on
Xen Server its steps are as follows.Right click on Xenserver icon on xen center and click on New SR.
Now specify path of shared folder at client side which holds all iso files of os or VM which we are
going to install on Xen Server.
Step 1 -: Right click on Xenserver icon on xen center and select New VM
Now select an Operating System to be install here select Ubuntu Lucid Lynx and click on next
Select iso file of Ubuntu server 10.10 to be install
The Windows XP image running on Xen Orchestra over Google chrome web browser is shown
in following screenshot.
Step 1-: Update the ubuntu repository and install git package
Step 3-: Open Devstack directory and start installation by executing stack.sh shell script
$cd Devstack
$./stack.sh
Open up a browser, and put the Horizon Dashboard address in your address
bar. http://192.168.0.116/dashboard you should see a login page like this.
Create a Project and add a member to the Project.
To create a flavor login in dashboard using admin credentials, Go to Admin Tab –> Flav
Click on Next. Now, VMs will be getting internal IP from DHCP Server because we enable
DHCP option for internal network.
Now Create External Network. Click on “Create Network” again, Specify Network Name as
“external”
Click on Next. Specify subnet Name as “sub-external” & Network Address as “192.168.1.0/24”
Now Select Networking and add ‘Internal’ Network and the Click on Launch ….
Once the VM is launched , Associate a floating ip so that we can access the VM.
Now edit the Configuration file and add following lines so that it points to the
/var/www/owncloud directory:
Output-: Syntax OK
To access the ownCloud web interface, open a web browser and navigate to the servers IP
address as shown below
Own Cloud portal has two types of users like Admin user and local user. The admin user can
create users/groups, assigns storage quota, assigns privileges and can manage users and group
activities.
The local user is an restricted user who can perform local activities like upload or share files,
delete local shares or can create share etc.
The alternate way to use own cloud is to download the readymade virtual machine from website
https://bitnami.com/stack/owncloud/cloud which can be run directly on virtualization platform
like virtual box or VMware workstation.
Step1 : Login to AWS console and go to Elastic Beanstalk
Step 5: Click on Environments -> Check the health of Environment wait till it becomes ‘OK
Step 6: Click the URL
Experiment No-6
Step-1: click on create bucket
Step-5: Select the checkbox for ľuíning off block all public access might íesult in this bucket and
the objects within becoming public
Step-13: Click on Permissions Tab
Step 15- after clicking on edit button paste the following code in bucket policy
"Version": "2012-10-17",
"Statement": [
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::Bucket-Name/*"
Note-Make sure that you add your bucket name in the code above
Download the WSL2 Linux kernel update package for x64 machines.
Run the following Command:
wsl --set-default-version 2
complete.