Unsolved

This post is more than 5 years old

4 Posts

982

January 16th, 2017 00:00

cannot login to UI

i've deployed  vipr on hyperv but cannot Login to  UI and console

****** Deployment done with status: succeed ******


PS C:\temp\vipr-3.5.0.1.613-controller-hyperv>

38 Posts

January 16th, 2017 00:00

Can you tell us what error you're seeing / what credentials you're trying ?

4 Posts

January 16th, 2017 01:00

i'm using root ChangeMe

Error Service unavailable(6503) on UI and Access denied on ssh

4 Posts

January 16th, 2017 01:00

i've redeployed the solution with nodecount 1. This is working fine

38 Posts

January 16th, 2017 01:00

It seems you have an issue with your deployment, can you check the console of your VIPR nodes in HyperV ? have you tried to reboot the VIPR nodes ?

You can try svcuser / ChangeMe to login in SSH, then "su root" and you can type in :

- "/etc/storageos/storageos" status to check the status of the VIPR services (if a service has a start date different than the others, then it is probably an issue)

- ssh to other VIPR nodes to ensure the connectivity and also check storageos services are running

4 Posts

January 16th, 2017 06:00

The scipt has applied an IP 172.17.0.1 to the docker0 intervace. this is not working in our environmet!

vipr1:/home/svcuser # ifconfig
docker0   Link encap:Ethernet  HWaddr 02:42:A8:01:F3:70
          inet addr:172.17.0.1  Bcast:0.0.0.0  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0      Link encap:Ethernet  HWaddr 00:15:5D:83:0B:38
          inet addr:193.222.230.235  Bcast:193.222.230.255  Mask:255.255.255.0
          inet6 addr: fe80::215:5dff:fe83:b38/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:274450 errors:0 dropped:77 overruns:0 frame:0
          TX packets:35208 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:26535676 (25.3 Mb)  TX bytes:12228806 (11.6 Mb)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1602214 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1602214 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:430474823 (410.5 Mb)  TX bytes:430474823 (410.5 Mb)

Top