The ATTENTION message is because you've performed a containerized install, meaning that the normal /usr/bin/oc and /usr/bin/openshift binaries aren't installed into the local filesystem but they are instead executed inside a container using the wrapper script in /usr/local/bin/openshift
If you've manually install the oc binary somewhere you can symlink oadm to that path and use that instead. The device mapper error is pretty concerning though I can't understand how it'd related to the console problems. Have you run out of space on the filesystem that provides /var/lib/docker or if you've configured docker-storage-setup are you out of space on your thinpool? `lvs -a` should show you that On Fri, Mar 11, 2016 at 11:40 AM, ABDALA Olga <[email protected]> wrote: > Hi, > > > > Please find attached a screenshot of the command’s result. > > > > Ps:I have been having that “ATTENTION” message for the past 2 days and I > don’t understand what that means, although I have the client tools already > installed. > > If you have any idea of what that can be, I would love to read to that. > > > > Thanks, > > > > *------------* > > *Olga ABDALA* > > <http://www.solucom.fr/communique_financier/finalisation-du-rapprochement-entre-solucom-et-les-activites-de-kurt-salmon-en-europe-hors-retail-et-consumer-goods-naissance-dun-nouveau-leader-du-conseil/> > > > > *De :* Georg Franke | stephanbartl GmbH [mailto:[email protected]] > *Envoyé :* vendredi 11 mars 2016 17:13 > *À :* ABDALA Olga > *Cc :* Akram Ben Aissi; [email protected] > > *Objet :* Re: [Openshift deployment] Problem with my Openshift web console > > > > Hi, > > > > did you assign the login user enough privileges. > > On the command line eg > > oadm policy add-cluster-role-to-user cluster:admin user > > > > Georg > > > > > On 11 Mar 2016, at 16:50, ABDALA Olga <[email protected]> wrote: > > Hi Akram, > > > > Yes I am trying with https. > > > > *------------* > > *Olga ABDALA* > > > <image001.png> > <http://www.solucom.fr/communique_financier/finalisation-du-rapprochement-entre-solucom-et-les-activites-de-kurt-salmon-en-europe-hors-retail-et-consumer-goods-naissance-dun-nouveau-leader-du-conseil/> > > > > *De :* Akram Ben Aissi [mailto:[email protected] > <[email protected]>] > *Envoyé :* vendredi 11 mars 2016 16:47 > *À :* ABDALA Olga > *Cc :* [email protected] > *Objet :* Re: [Openshift deployment] Problem with my Openshift web console > > > > Hi Olga > > Are you trying with https? > > On Friday, 11 March 2016, ABDALA Olga <[email protected]> wrote: > > Hi, > > > > I am currently trying to deploy OpenShift Origin 3 on my VMs in order to > later deploy an application. The distributor’s release is CentOS 7.2.1511 . > > The architecture I am willing to deploy is composed of one Master host and > two Node hosts. This architecture will later be used for an HA deployment. > > > > However, after following the documentation > <https://docs.openshift.org/latest/install_config/install/advanced_install.html>, > I am having a problem while trying to display my OpenShift web console, > using the master IP address in my browser. > > All I can see after login in with the credentials of a user I previously > created (using the HTPaswd) is a blank page, which is not normal. > > > > I am coming to you to see if you can help me sorting out that issue. Any > advice or recommendation? > > > > Thank you in advance. > > > > Best regards, > > > > > > *------------* > > > *Olga ABDALA *Stagiaire ASI – DCS > > Fixe : +33 (0)1 49 03 89 49 > Mobile : +33 (0)6 79 50 34 93 > [email protected] > solucom > Tour Franklin : 100 - 101 terrasse Boieldieu > 92042 Paris La Défense Cedex > <image001.png> > <http://www.solucom.fr/communique_financier/finalisation-du-rapprochement-entre-solucom-et-les-activites-de-kurt-salmon-en-europe-hors-retail-et-consumer-goods-naissance-dun-nouveau-leader-du-conseil/> > > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > >
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
