I am new to cloud deployment,i started to learn it so i tried to install PCF in machine(windows 7 32bit) but i can get pcf(pivotal cloud foundry)windows 64 only,i cannot get the windows 32 bit version.
Is pivotal cloud foundry is not support to windows7 32 bit?
It's not entirely clear what you are referring to by Pivotal Cloud Foundry here, but I'll cover a couple possibilities.
Pivotal Cloud Foundry the Platform. This is an entire platform. It runs on top of popular IaaS' like (GCP, AWS, Azure, OpenStack & vSphere). It is multiple VMs, most of which run Linux. It is possible to install a Windows layer for running Windows apps, but that will not be Windows 7. It will run Windows Server & at the time of writing this it's Windows Server 2019.
PCF Dev is a tool provided for running a shrunken down version of what I described in #1 as a VM on your laptop. This can be run on a Windows laptop, but requires Windows 10+
Related
I have oracle container images in Oracle Container Registry in OCI cloud. The image can be from anywhere.
I need to execute/run those images in my local machine but my requirement is I cannot use Docker Desktop currently.
I see there are a few alternatives are there like podman, rocket where I can run these images in the local machine.
I need to know from the experts the best way to run the images in the local machine without the Docker Desktop.
Advance Thanks.
Docker containers run natively in Windows Server 2016, Windows Server 2019 and Windows 10. These labs are based on the latest releases of Windows and Docker which provide the best experience for containerized Windows applications.
The minimum requirements are:
Windows 10 Professional or Enterprise, with Windows update 1809 or
Windows Server 2019
You can install a native Windows binary which allows you to develop and run Windows containers without Docker Desktop. For more information about running Windows containers on Windows Server in Getting Started with Windows Containers.
To answer this question it really depends on what sort of instances you're running within your tenancy to interact with Oracle Cloud Container Registry. (You mention Oracle Container Registry in your question but that's actually the Oracle publishing platform for Oracle container images, but I think you mean the registry as a service in Oracle Cloud Infrastructure which is Oracle Cloud Container Registry.)
Most people that I know use Oracle Linux within OCI as it's the preferred OS for deploying instances. As such, my answer is based on that.
If you're using Oracle Linux 7, then the native docker that you would install on your instances would not be Docker Desktop, but instead a version of the docker ecosystem built for Oracle Linux systems. It's completely free to use (vs Docker Desktop).
If you're using Oracle Linux 8, then the native container client is podman which functions very much similarly to docker client, but some subtle differences.
In either case, you could choose to run other container runtimes, none of which would be Docker Desktop.
I have a deprecation warning in my ElasticBeanstalk environments, but when I go to change the platform, the current version of the platform and the recommended one are the same, so I don't know how to remove the deprecation warning.
Deprecation warnings
Upgrade version
The environments are running Java 8 on 64bit Amazon Linux 2.11.9.
Your current platform is Java 8 on 64bit Amazon Linux 2.11.9, made deprecated at the end of June 2021. What's more this is Amazon Linux 1 (AL1) platform. The current versions are only based on AL2:
64bit Amazon Linux 2 v3.2.2 running Corretto 11
64bit Amazon Linux 2 v4.2.2 running Tomcat 8.5 Corretto 11
Sadly, there is no automated migration from AL1 to AL2. There is too much braking changes between the two. You have to manually port your app to AL2 based EB platforms as described in:
Migrating your Elastic Beanstalk Linux application to Amazon Linux 2
I need to rent/buy a server service in which I can run windows 7 with the following purpose: to install 4 programs. I need to work with them regularly but I cant install these programs from my PC, I have to be on the cloud server.
So my question, because the FAQ of each services do not state it clearly, if I rent workspace with windows 7 can I install any program I want? Can I do this as installation is done on a regular PC with windows 7 ??
I already tested the 4 programs I need to use on my windows 7 machine locally and they work perfectly. I only need to be sure they can work in Amazon web service as well.
Thanks in advance.
AWS Workspaces does not actually run Windows 7, it runs Windows Server 2008 R2, with a Windows 7 theme. (see "What Operating System does a WorkSpace run?")
Due to Windows client licensing restrictions it is not possible to run an MS client OS in a cloud environment.
While Windows Server 2008 R2 should run anything that Win7 can, there are a few apps that don't allow themselves to be run on a server OS.
you can install softwares on your workspace, you are admin by default. But Workspace pricing is a monthly cost, so if you need only few usage of this machine you may want to consider using a windows ec2 instance instead
I have a windows 2012 server stack on cloud foundry.
I am trying to push a Java application(.war package) to this stack using Diego plugin.
The logs says that server started properly , but when i hit the application URL, I get a 404 error.
The same package works perfectly fine on linux stack.
Any help appreciated
At the present time, Windows support is for running Windows apps.
1.) ASP .NET MVC (12-factor ASP.NET MVC apps compiled against .NET 3.5+ were tested most extensively)
2.) Windows-compiled executables
3.) Batch scripts (with a manually specified start command)
https://github.com/cloudfoundry-incubator/diego-windows-msi/blob/master/docs/RELEASE-NOTES.md#supported-applications---known-to-work
Build packs will continue to run apps on Linux.
Apologies if this has been asked already, searching the web reveals lots and lots of threads about installing the Win8 beta on VMware but not the other way around.
I am trying to install VMware Server 2.0.2 on a Windows 8 Preview machine. It appears to install correctly but I cannot then reach the web based homepage to configure virtual machines, i.e.
https://localhost:8333/ui/
gives the error that the "connection attempt to localhost was rejected. The website may be down or your network may not be properly configured".
Has anyone had any success running VMware Server 2.0.2 on Windows 8 Preview? If so were there any gotchas you needed to avoid?
I don't think it will ever be resolved. VMware Server was declared End Of Availability in January 2010; There will be no support for Windows 8.
Your best try would be trying launching the services in compatibility mode, but why would you do that? Why not use the much more advanced VMware Player or VMware Workstation products?
I've found a way to run it on Windows 8.
On my PC with a x64 version of Windows 8, when I installed VMware Server 2, I found there was a service called VMware Host Agent that cannot be run. When I opened the system Service Manager and clicked to launch this service, it gave me the error.
My solution is to create a service with the same command string and set it to start automatically by using the "sc create" command in cmd.exe. And it worked for me!