Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
ganeshbabu.rajan@...
can we remap the ip address/ port to 127.0.0.1 which is allowed ?
Thanks Ganesh
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
ganeshbabu.rajan@...
all port from 10.144.0.34 is blocked by the firewall :(
Thanks Ganesh
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
ganeshbabu.rajan@...
On Thu, Sep 27, 2018 at 07:34 PM, Liu Liming wrote:
.dev.cfdev.sh,dev.cfdev.sh,OTHER-DOMAINSI Set NO_PROXY in Environment variable. I got below and tried everything. Error performing request: Get https://api.dev.cfdev.sh/v2/info: dial tcp 10.144.0.34:443: i/o timeout
TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly
t. Else, check your network connection.
PS C:> telnet 10.144.0.34 443
Connecting To 10.144.0.34...Could not open connection to the host, on port 443: Connect failed
PS C:> telnet 10.144.0.34 80
Connecting To 10.144.0.34...Could not open connection to the host, on port 80: Connect failed
PS C:> ping 10.144.0.34
Pinging 10.144.0.34 with 32 bytes of data:
Reply from 10.144.0.34: bytes=32 time<1ms TTL=128
Reply from 10.144.0.34: bytes=32 time<1ms TTL=128
Reply from 10.144.0.34: bytes=32 time<1ms TTL=128
Reply from 10.144.0.34: bytes=32 time<1ms TTL=128
Ping statistics for 10.144.0.34:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms TCP 10.144.0.34:80 XXXXXXXXX LISTENING
TCP 10.144.0.34:139 XXXXXXXXX LISTENING
TCP 10.144.0.34:443 XXXXXXXXX LISTENING
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Liu Liming
Hi Ganesh,
the api.dev.cfdev.sh will be resolved to 10.144.0.34, and it's a local nic should be bypassed for the proxy.
here's one link to how to use pcf-dev in a http proxy environment.
https://docs.pivotal.io/pcf-dev/proxy.html
but i think it should apply to cf-dev too.
##############
For Windows PowerShell:
>> $env:NO_PROXY = ".dev.cfdev.sh,dev.cfdev.sh,OTHER-DOMAINS"
>> cf login -a https://api.ldev.cfdev.sh --skip-ssl-validation
############## Thanks, Andy
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
ganeshbabu.rajan@...
Hi Liu,
my https_proxy look like below http://DOMAIN%5Cganeshxxxxx.xxx:PPPP%23@PROXY-DOMAIN:PORT %5 => / %23 => # My password has # symbol without http encode => http://DOMAIN/myName:password#@xxx-ddi:8888. I am getting below error API endpoint: https://api.dev.cfdev.sh
FAILED
Server error, status code: 502, error code: 0, message: Error is so quick, I suspect some problem with Proxy given. Thanks Ganesh
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
ganeshbabu.rajan@...
I am working behind proxy, so I set the https_proxy with credentials then I got 502 error. If we don't set the credentials in the Proxy, I am getting authentication error.
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Liu Liming
Hi Ganesh,
from the output, the cf-dev should already up. what's the output after you run "cf login -a https://api.dev.cfdev.sh --skip-ssl-validation"? got 502 error? what if open "https://apps.dev.cfdev.sh" in the browser? did you try to get rid of the https proxy, and retry? Thanks, Andy
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
ganeshbabu.rajan@...
1. the cfdev plugin version. - cf version 6.39.1+efdd631d2.2018-09-18
2. the memory size of your machine. - 32 GB 3. the output of the "cf dev start" command. Setting up IP aliases for the BOSH Director & CF Router (requires administrator privileges)
Downloading Resources...
Creating the VM...=============>| 100.0%
Starting VPNKit...
Starting the VM...
Waiting for Garden...
Deploying the BOSH Director...
Deploying CF...
Uploading ReleasesDeploying Apps-Manager...
Done (7m40s)
Deploying Mysql...
Done (5m52s)
Deploying RabbitMQ...
Done (3m28s)
Deploying Redis...
Done (1m48s)
██████╗ ██████╗███████╗██████╗ ███████╗██╗ ██╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██╔════╝██║ ██║
██████╔╝██║ █████╗ ██║ ██║█████╗ ██║ ██║
██╔═══╝ ██║ ██╔══╝ ██║ ██║██╔══╝ ╚██╗ ██╔╝
██║ ╚██████╗██║ ██████╔╝███████╗ ╚████╔╝
╚═╝ ╚═════╝╚═╝ ╚═════╝ ╚══════╝ ╚═══╝
is now running!
To begin using PCF Dev, please run:
cf login -a https://api.dev.cfdev.sh --skip-ssl-validation
Admin user => Email: admin / Password: admin
Regular user => Email: user / Password: pass
To access Apps Manager, navigate here: https://apps.dev.cfdev.sh
|
|
Re: Not able to Login CFDev using windows 10 Hyper-V
#cf
Liu Liming
Hi Ganesh,
could you please provide more information? say, 1. the cfdev plugin version. 2. the memory size of your machine. 3. the output of the "cf dev start" command. and I think it worth testing get rid off the https_proxy, and run the command on the windows 10 hyper-v host directly, so see whether it's due to the proxy. Thanks, Andy
|
|
Not able to Login CFDev using windows 10 Hyper-V
#cf
ganeshbabu.rajan@...
Not able to login cf login -a https://api.dev.cfdev.sh --skip-ssl-validation. and Configured the https_proxy and getting 502 bad gateway error.
I am able to install Hyper-V, PCF dev in my local system and able to see the logo and password.. I am able tp ing api.dev.cfdev.sh -> i am getting reply 10.144.0.34 and I am also able to see CFdev in Hyper-V terminal is owly. Thanks Ganesh
|
|
Re: Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Kartik Lunkad
Hey Bin, Unfortunately, we wouldn't be adding ephemeral disk support for Windows 2012R2-based stemcells. Before this feature, we used to provide a large root disk by default that can be used by the applications to store their ephemeral data. Thanks, Kartik
On Thu, Sep 20, 2018 at 10:54 PM Bin Xia via Lists.Cloudfoundry.Org <binxi=microsoft.com@...> wrote:
--
|
|
Re: Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Bin Xia
Hi Kartik,
Great to hear that. Is this feature supported in Windows 2012R2? Before this new feature, how did customers store their ephemeral data? Using Root disk to store the ephemeral data?
Thanks Bin
From: cf-dev@... <cf-dev@...>
On Behalf Of Mike Lloyd
Sent: Friday, September 21, 2018 3:36 AM To: cf-dev@... Subject: Re: [cf-dev] Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Congrats!
From:
cf-dev@... <cf-dev@...>
On Behalf Of Amit Kumar Gupta
Awesome!!!!!
Couple ideas: - might want to consider cross posting to cf-bosh as well if you weren’t already planning to - if there are high level outcomes this improves, like deploy speed, upgrade speed, security (disk encryption?), or anything like that in addition to Ubuntu parity, that’d be awesome to call out as well
Cheers, congrats on shipping this!
Amit
On Thu, Sep 20, 2018 at 12:29 PM Kartik Lunkad <klunkad@...> wrote:
|
|
Re: Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Mike Lloyd <mike@...>
Congrats!
From: cf-dev@... <cf-dev@...>
On Behalf Of Amit Kumar Gupta
Sent: Thursday, September 20, 2018 1:35 PM To: cf-dev@... Subject: Re: [cf-dev] Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Awesome!!!!!
Couple ideas: - might want to consider cross posting to cf-bosh as well if you weren’t already planning to - if there are high level outcomes this improves, like deploy speed, upgrade speed, security (disk encryption?), or anything like that in addition to Ubuntu parity, that’d be awesome to call out as well
Cheers, congrats on shipping this!
Amit
On Thu, Sep 20, 2018 at 12:29 PM Kartik Lunkad <klunkad@...> wrote:
|
|
Re: Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Amit Kumar Gupta
Awesome!!!!! Couple ideas: - might want to consider cross posting to cf-bosh as well if you weren’t already planning to - if there are high level outcomes this improves, like deploy speed, upgrade speed, security (disk encryption?), or anything like that in addition to Ubuntu parity, that’d be awesome to call out as well Cheers, congrats on shipping this! Amit
On Thu, Sep 20, 2018 at 12:29 PM Kartik Lunkad <klunkad@...> wrote:
|
|
Ephemeral Disk Support for Windows 1709 and Windows 1803 Stemcells
Kartik Lunkad
Hi all, We are rolling out Ephemeral Disk Support for the Windows Server, version 1709-based stemcells as well as Windows Server, version 1803-based stemcells! You can find them on https://bosh.io/stemcells/ What is this feature? This feature will allow you to have a much smaller root disk footprint, and allow you to use ephemeral disk for your applications! We have now reduced the root disk to be 30GB. What versions? You should find this feature in the 1709.13+ and 1803.2+ stemcells! Recommendations The minimum ephemeral disk size should be 30GB. You could configure your ephemeral disk based on your applications' needs. Our recommendation would be to have at least a 100GB ephemeral disk size. How to use it? You can utilize this feature just the way you've done with Linux previously with setting vm_types/vm_extensions in your cloud config. Once you've done that, you can then use that in your deployment manifest! Example - Cloud Config Example vm_extenions: - name: 100GB_ephemeral_disk cloud_properties: disk: 51200 Deployment Manifest Example instance_groups: - name: windows1709 instances: 1 vm_type: default stemcell: windows vm_extensions: [100GB_ephemeral_disk] The BOSH Windows team have worked hard to enable this functionality. Please do provide us feedback on it! Thanks, --
|
|
CF CLI v6.39.1 Released Today
Abby Chau
Hey everyone, Just dropping a note to say that the CF CLI team released cf CLI v6.39.1 today, which includes a bug fix for using `cf push` with the `-s` stack flag and multiple buildpacks; now the CLI correctly honors the `-s` flag if provided in the push request. Please see release notes for details. Best, Abby Chau Product Manager, CF CLI
|
|
Re: [cf-abacus] Usage Sampler proposal
Michael Maximilien
Nice. Thanks for sending this Hristo. Let’s make sure to chat about this in a future Extensions or CAB call. Will provide initial feedback in doc. Best, Max
On Tue, Sep 18, 2018 at 4:39 AM Hristo Iliev <hsiliev@...> wrote:
--
dr.max
Sent from my iPhone
http://maximilien.org
|
|
FINAL REMINDER: CAB call for September is Wednesday 09/19 @ 8a PST or 11a EST
Michael Maximilien
Hi, all,
Final reminder for the September CAB call tomorrow @ 8a PST or 11a EST.
Brief Agenda [0]
0. CFF update on up coming CF-Summit Basel
1. Update/highlights for the various PMC 2. “Service Fabrik 2.0 – Architecture, Design" followed by a demo by @Chattopadhyay, Subhankar of SAP [1]
3. “Updates on CF Container Runtime (aka Kubo)” by Urvashi Reddy of Pivotal [2]
Zoom soon. Best,
------ dr.max ibm ☁ silicon valley, ca maximilien.org
----- Original message -----
|
|
Re: Set maxHttpHeaderSize in tomcat server as a parameter
Lingesh Mouleeshwaran
Thanks, Sajjad !!!
On Tue, Sep 18, 2018 at 10:56 PM, <sajjadgholami2006@...> wrote: Thanks Dan, I know you are trying to help me with other options, but we already considered those options. As Lingesh mentioned in the PR message, this is happening in more CF services now with moving to JWT and it's sort of blocking the basic functionalities; so it's much better to have it in main repo :)
|
|
Re: Set maxHttpHeaderSize in tomcat server as a parameter
sajjadgholami2006@...
Thanks Dan, I know you are trying to help me with other options, but we already considered those options. As Lingesh mentioned in the PR message, this is happening in more CF services now with moving to JWT and it's sort of blocking the basic functionalities; so it's much better to have it in main repo :)
Thanks a lot Lingesh for making the PR, I'll follow that and use it whenever it's merged :) Best, Sajjad
|
|