Difference between revisions of "OVirt"
From DHVLab
Wiki admin (talk | contribs) |
Wiki admin (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:OVirt]] |
== Setup oVirt == | == Setup oVirt == | ||
To setup your Data Center, Storage, Networks and Clusters connect to | To setup your Data Center, Storage, Networks and Clusters connect to | ||
Line 7: | Line 7: | ||
== Administration == | == Administration == | ||
[http://www.ovirt.org/documentation/admin-guide/administration-guide/ Administration guide] | [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)