Difference between revisions of "OVirt"
From DHVLab
Wiki admin (talk | contribs) (Created page with "Category:OVirt Engine Cluster == Setup oVirt == [http://www.ovirt.org/documentation/admin-guide/administration-guide/ oVirt administration guide]") |
Wiki admin (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:OVirt | + | [[Category:OVirt]] |
== Setup oVirt == | == Setup oVirt == | ||
− | [http://www.ovirt.org/documentation/admin-guide/administration-guide/ | + | To setup your Data Center, Storage, Networks and Clusters connect to |
+ | https://CLUSTER.YOUR_DOMAIN/ovirt-engine/ and login with admin and the credentials you supplied during installation.<br/> | ||
+ | Following this [http://www.ovirt.org/documentation/quickstart/quickstart-guide/#configure-ovirt guide] setup is pretty straightforward. | ||
+ | |||
+ | == Administration == | ||
+ | [http://www.ovirt.org/documentation/admin-guide/administration-guide/ Administration guide] | ||
+ | |||
+ | == Add ISO Image == | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | #ssh to your ovirt engine | ||
+ | ovirt-iso-uploader -i YOUR_ISO_DOMAIN upload YOUR_IMAGE.iso --insecure #(if you are using a self signed certificate) | ||
+ | </syntaxhighlight> |
Latest revision as of 11:07, 30 September 2016
Setup oVirt
To setup your Data Center, Storage, Networks and Clusters connect to
https://CLUSTER.YOUR_DOMAIN/ovirt-engine/ and login with admin and the credentials you supplied during installation.
Following this guide setup is pretty straightforward.
Administration
Add ISO Image
#ssh to your ovirt engine
ovirt-iso-uploader -i YOUR_ISO_DOMAIN upload YOUR_IMAGE.iso --insecure #(if you are using a self signed certificate)