diff --git a/content/en/docs-v3/Overview/Flavours.md b/content/en/docs-v3/Overview/Flavours.md index 76fe1b8552..a8db3617f8 100644 --- a/content/en/docs-v3/Overview/Flavours.md +++ b/content/en/docs-v3/Overview/Flavours.md @@ -5,6 +5,6 @@ weight: 2 Photon OS consists of a minimal version and a full version. -The minimal version of Photon OS is lightweight container host runtime environment that is suited to managing and hosting containers. The minimal version contains just enough packaging and functionality to manage and modify containers while remaining a fast runtime environment. The minimal version is ready to work with appliances. +The minimal version of Photon OS is a lightweight container host runtime environment that is suited to managing and hosting containers. The minimal version contains just enough packaging and functionality to manage and modify containers while remaining a fast runtime environment. The minimal version is ready to work with appliances. -The Developer version of Photon OS includes additional packages to help you customize the system and create containerized applications. For running containers, the developer version is excessive. The devloper version helps you create, develop, test, and package an application that runs a container. \ No newline at end of file +The Developer version of Photon OS includes additional packages to help you customize the system and create containerized applications. For running containers, the developer version is excessive. The developer version helps you create, develop, test, and package an application that runs a container. \ No newline at end of file diff --git a/content/en/docs-v3/Overview/Introduction.md b/content/en/docs-v3/Overview/Introduction.md index 3cfc9559f3..ce6df66129 100644 --- a/content/en/docs-v3/Overview/Introduction.md +++ b/content/en/docs-v3/Overview/Introduction.md @@ -3,7 +3,7 @@ title: Introduction to Photon OS weight: 1 --- -Photon OS, is an open-source minimalist Linux operating system from VMware that is optimized for cloud computing platforms, VMware vSphere deployments, and applications native to the cloud. +Photon OS is an open-source minimalist Linux operating system from VMware that is optimized for cloud computing platforms, VMware vSphere deployments, and applications native to the cloud. Photon OS is a Linux container host optimized for vSphere and cloud-computing platforms such as Amazon Elastic Compute and Google Compute Engine. As a lightweight and extensible operating system, Photon OS works with the most common container formats, including Docker, Rocket, and Garden. Photon OS includes a yum-compatible, package-based lifecycle management system called tdnf. diff --git a/content/en/docs-v3/administration-guide/changing-the-locale.md b/content/en/docs-v3/administration-guide/changing-the-locale.md index 75d8bb10f5..b02fef28b7 100644 --- a/content/en/docs-v3/administration-guide/changing-the-locale.md +++ b/content/en/docs-v3/administration-guide/changing-the-locale.md @@ -5,7 +5,7 @@ weight: 8 You can change the locale if the default locale does not meet your requirements. -To find the locale, run the the `localectl` command: +To find the locale, run the `localectl` command: localectl System Locale: LANG=en_US.UTF-8 diff --git a/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md b/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md index c8a9dcb4ec..eaefaff0d8 100644 --- a/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md +++ b/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md @@ -3,7 +3,7 @@ title: Customizing a Photon OS Machine on EC2 weight: 5 --- -You can upload an `ami` image of Photon OS to Amazon Elastic Compute Cloud (EC2) and customize the Photon OS machine by using `cloud-init` with an EC2 data source. The Amazon machine image version of Photon OS is available as a free download on Packages URL at the location `https://packages.vmware.com/photon/`. +You can upload an `ami` image of Photon OS to Amazon Elastic Compute Cloud (EC2) and customize the Photon OS machine by using `cloud-init` with an EC2 data source. The Amazon machine image version of Photon OS is available as a free download on Packages URL at the location `https://packages.broadcom.com/photon/`. The `cloud-init` service is commonly used on EC2 to configure the cloud instance of a Linux image. On EC2, `cloud-init` sets the `.ssh/authorized_keys` file to let you log in with a private key from another computer, that is, a computer besides the workstation that you are already using to connect with the Amazon cloud. @@ -15,7 +15,7 @@ The cloud-config user-data file that appears in the following example contains a - To work with EC2, obtain Amazon accounts for both AWS and EC2 with valid payment information. If you execute the below examples, you will be charged by Amazon. You must replace the `` for access keys and other account information in the examples with your account information. - Install and set up the Amazon AWS CLI and the EC2 CLI tools, including `ec2-ami-tools`. - For more information, see [Installing the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Setting Up the Amazon EC2 Command Line Interface Tools on Linux](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html) and [Setting Up the AMI Tools](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). + For more information, see [Installing the AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Installing the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and [Setting Up the AMI Tools](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). - Create SSH keys and an RSA user signing certificate and its corresponding private RSA key file. ### Procedure @@ -91,7 +91,7 @@ The following are the contents of the `user-data.txt` file that `cloud-init` app You can view the cloud-init output log file on EC2 at `/var/log/cloud-init-output.log`. -For more information on using cloud-init user data on EC2, see [Running Commands on Your Linux Instance at Launch](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html). +For more information on using cloud-init user data on EC2, see [Running Commands on Your Linux Instance at Launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html). For more information on how to get Photon OS up and running on EC2 and run a containerized application in the Docker engine, see [Running Photon OS on Amazon Elastic Cloud Compute](../../../installation-guide/run-photon-aws-ec2/). diff --git a/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md b/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md index 10be79884c..ee7143f907 100644 --- a/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md +++ b/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md @@ -17,7 +17,7 @@ When a cloud instance of Photon OS starts, `cloud-init` requires a data source. The metadata gives the cloud service provider instructions on how to implement the Photon OS machine in the cloud infrastructure. Metadata typically includes the instance ID and the local host name. -The user data contains the commands and scripts that Photon OS executes when it starts in the cloud. The user data commonly takes the form of a shell script or a YAML file containing a cloud configuration. The [cloud-init overview](https://launchpad.net/cloud-init) and [cloud-init documentation](https://cloudinit.readthedocs.org/en/latest/) contains information about the types of data sources and the formats for metadata and user data. +The user data contains the commands and scripts that Photon OS executes when it starts in the cloud. The user data commonly takes the form of a shell script or a YAML file containing a cloud configuration. The [cloud-init overview](https://launchpad.net/cloud-init) and [cloud-init documentation](https://cloudinit.readthedocs.org/en/latest/) contain information about the types of data sources and the formats for metadata and user data. On Photon OS, `cloud-init` is enabled and running by default. You can use the following command to check the status: diff --git a/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md b/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md index c71cea5989..ad5b563ea5 100644 --- a/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md +++ b/content/en/docs-v3/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md @@ -11,9 +11,9 @@ The example in this section shows how to create a Photon OS instance on Google C ### Prerequisites -- You must have set up a GCE account and are ready to pay Google for its cloud services. The GCE-ready version of Photon OS is licensed as described in the Photon OS [LICENSE guide](https://github.com/vmware/photon/blob/master/LICENSE.md). GCE and other environment-specific Packages are stored in the open using the following URL pattern: `https://packages.vmware.com/photon///gce` +- You must have set up a GCE account and are ready to pay Google for its cloud services. The GCE-ready version of Photon OS is licensed as described in the Photon OS [LICENSE guide](https://github.com/vmware/photon/blob/master/LICENSE.md). GCE and other environment-specific Packages are stored in the open using the following URL pattern: `https://packages.broadcom.com/photon///gce` -For example, the current GA revision of the 4.0 release would be located at the following URL: [https://packages.vmware.com/photon/4.0/GA/gce/](https://packages.vmware.com/photon/4.0/GA/gce/), and the 3.0 GA version would be located at: [https://packages.vmware.com/photon/3.0/GA/gce/](https://packages.vmware.com/photon/3.0/GA/gce/). +For example, the current GA revision of the 4.0 release would be located at the following URL: [https://packages.broadcom.com/photon/4.0/GA/gce/](https://packages.broadcom.com/photon/4.0/GA/gce/), and the 3.0 GA version would be located at: [https://packages.broadcom.com/photon/3.0/GA/gce/](https://packages.broadcom.com/photon/3.0/GA/gce/). The GCE-ready image of Photon OS contains packages and scripts that prepare it for the Google cloud to save you time as you implement a compute cluster or develop cloud applications. The GCE-ready version of Photon OS adds the following packages to the [packages installed with the minimal version](https://github.com/vmware/photon/blob/master/common/data/packages_minimal.json): diff --git a/content/en/docs-v3/administration-guide/managing-network-configuration/netmgr.c.md b/content/en/docs-v3/administration-guide/managing-network-configuration/netmgr.c.md index 54c093ffeb..426ace2a98 100644 --- a/content/en/docs-v3/administration-guide/managing-network-configuration/netmgr.c.md +++ b/content/en/docs-v3/administration-guide/managing-network-configuration/netmgr.c.md @@ -1008,7 +1008,7 @@ Delete a server from the DNS servers list associated with an interface. **Description** -Get the the DNS servers list for the interface. +Get the DNS servers list for the interface. **Declaration** ~~~~ diff --git a/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md b/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md index 7df894ed35..28a2f139a1 100644 --- a/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md +++ b/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md @@ -16,12 +16,12 @@ On Photon OS, the existing repositories appear in the `/etc/yum.repos.d` directo photon-updates.repo photon.repo -To view the the format and information that a new repository configuration file should contain, see one of the `.repo` files. The following is an example: +To view the format and information that a new repository configuration file should contain, see one of the `.repo` files. The following is an example: cat /etc/yum.repos.d/lightwave.repo [lightwave] name=VMware Lightwave 1.0(x86_64) - baseurl=https://packages.vmware.com/photon/1.0/lightwave + baseurl=https://packages.broadcom.com/photon/1.0/lightwave gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY gpgcheck=1 enabled=1 diff --git a/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md b/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md index 1f78d0849b..727800e86f 100644 --- a/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md +++ b/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md @@ -25,7 +25,7 @@ The following repositories appear in /etc/yum.repos.d/ with `.repo` file extensi photon.repo -You can list the the repositories by using the `tdnf repolist` command. Tdnf filters the results with `enabled`, `disabled`, and `all`. Running the command without specifying an argument returns the enabled repositories: +You can list the repositories by using the `tdnf repolist` command. Tdnf filters the results with `enabled`, `disabled`, and `all`. Running the command without specifying an argument returns the enabled repositories: tdnf repolist repo id repo name status @@ -38,7 +38,7 @@ The `photon-iso.repo`, however, does not appear in the list of repositories beca cat /etc/yum.repos.d/photon-iso.repo [photon-iso] - name=VMWare Photon Linux 2.0(x86_64) + name=VMware Photon Linux 2.0(x86_64) baseurl=file:///mnt/cdrom/RPMS gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY gpgcheck=1 diff --git a/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md b/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md index 8b986bd4cf..a65d44026e 100644 --- a/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md +++ b/content/en/docs-v3/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md @@ -144,7 +144,7 @@ To list enabled repositories, run the following command: Total installed size: 210.15 M -**remove**: This command removes a package. When removing a package, tdnf by default also removes dependencies that are no longer used if they were was installed by tdnf as a dependency without being explicitly requested by a user. You can modify the dependency removal by changing the `clean_requirements_on_remove` option in /etc/tdnf/tdnf.conf to `false`. +**remove**: This command removes a package. When removing a package, tdnf by default also removes dependencies that are no longer used if they were installed by tdnf as a dependency without being explicitly requested by a user. You can modify the dependency removal by changing the `clean_requirements_on_remove` option in /etc/tdnf/tdnf.conf to `false`. tdnf remove packagename diff --git a/content/en/docs-v3/administration-guide/managing-services-withsystemd/controlling-services.md b/content/en/docs-v3/administration-guide/managing-services-withsystemd/controlling-services.md index 16157b58bc..de431ee096 100644 --- a/content/en/docs-v3/administration-guide/managing-services-withsystemd/controlling-services.md +++ b/content/en/docs-v3/administration-guide/managing-services-withsystemd/controlling-services.md @@ -5,7 +5,7 @@ weight: 2 To control services on Photon OS, use `systemctl` command. -For example, instead of running the `/etc/init.d/ssh` script to stop and start the OpenSSH server on a init.d-based Linux system, run the following `systemctl` commands on Photon OS: +For example, instead of running the `/etc/init.d/ssh` script to stop and start the OpenSSH server on an init.d-based Linux system, run the following `systemctl` commands on Photon OS: systemctl stop sshd systemctl start sshd diff --git a/content/en/docs-v3/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md b/content/en/docs-v3/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md index cb373e4252..d79057b44a 100644 --- a/content/en/docs-v3/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md +++ b/content/en/docs-v3/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md @@ -3,7 +3,7 @@ title: Building a Package from a Source RPM weight: 5 --- -This section describes how to install and build a package on the full version of Photon OS from the package's source RPM. Obtain the source RPMs that Photon OS uses from the Packages location, [https://packages.vmware.com/photon](https://packages.vmware.com/photon) +This section describes how to install and build a package on the full version of Photon OS from the package's source RPM. Obtain the source RPMs that Photon OS uses from the packages location, [Broadcom packages repository](https://packages.broadcom.com/photon) ## Prerequisites diff --git a/content/en/docs-v3/administration-guide/photon-os-packages/signed-packages.md b/content/en/docs-v3/administration-guide/photon-os-packages/signed-packages.md index 9b4f8635db..a2ac5539aa 100644 --- a/content/en/docs-v3/administration-guide/photon-os-packages/signed-packages.md +++ b/content/en/docs-v3/administration-guide/photon-os-packages/signed-packages.md @@ -40,7 +40,7 @@ Once you have the name of the key, you can view information about the key with t Build Host : localhost Relocations : (not relocatable) Packager : VMware, Inc. -- Linux Packaging Key -- - Summary : gpg(VMware, Inc. -- Linux Packaging Key -- ) + Summary : gpg(VMware, Inc. -- Linux Packaging Key -- ) Description : -----BEGIN PGP PUBLIC KEY BLOCK----- Version: rpm-4.11.2 (NSS-3) diff --git a/content/en/docs-v3/administration-guide/security-policy/default-firewall-settings.md b/content/en/docs-v3/administration-guide/security-policy/default-firewall-settings.md index 78ee033232..42a6491747 100644 --- a/content/en/docs-v3/administration-guide/security-policy/default-firewall-settings.md +++ b/content/en/docs-v3/administration-guide/security-policy/default-firewall-settings.md @@ -3,7 +3,7 @@ title: Default Firewall Settings weight: 1 --- -The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. You must configure the firewall for your applications and requirements. +The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. You must configure the firewall for your applications and requirements. The default iptables on the full version have the following settings: diff --git a/content/en/docs-v3/installation-guide/build-iso-from-source/build-prerequisites.md b/content/en/docs-v3/installation-guide/build-iso-from-source/build-prerequisites.md index 0851b2f75d..3b7e8fb2a1 100644 --- a/content/en/docs-v3/installation-guide/build-iso-from-source/build-prerequisites.md +++ b/content/en/docs-v3/installation-guide/build-iso-from-source/build-prerequisites.md @@ -3,7 +3,7 @@ title: Build Prerequisites weight: 2 --- -Before you build the ISO, verify that you have the performed the following tasks: +Before you build the ISO, verify that you have performed the following tasks: * Installed a build operating system running the 64-bit version of Ubuntu 14.04 or later version. diff --git a/content/en/docs-v3/installation-guide/cloud-images.md b/content/en/docs-v3/installation-guide/cloud-images.md index f9d83425e2..2e384fd48c 100644 --- a/content/en/docs-v3/installation-guide/cloud-images.md +++ b/content/en/docs-v3/installation-guide/cloud-images.md @@ -4,7 +4,7 @@ weight: 13 --- -The [Packages URL](https://packages.vmware.com/photon/) contains the following cloud-ready images of Photon OS: +The [Packages URL](https://packages.broadcom.com/photon/) contains the following cloud-ready images of Photon OS: 1. GCE - Google Compute Engine @@ -38,7 +38,7 @@ If you want, you can build all the cloud images by running the following command ## How to create running instances in the cloud @@ -71,7 +71,7 @@ For more information, see [Running a Photon OS Machine on GCE](../run-photon-on- ### AWS EC2 -Install the [AWS CLI](http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os) and [EC2 CLI](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html) tools. +Install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os) and [EC2 CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) tools. ####Bundle the image @@ -109,7 +109,7 @@ The OVA image uses an optimized version of the 4.4.8 Linux kernel. Two ova files #### OVA Prerequisites -[VDDK 6.0](https://developercenter.vmware.com/web/sdk/60/vddk) +[VDDK 6.0](https://developer.broadcom.com/sdks/vmware-virtual-disk-development-kit-vddk/6.7) To utilize the VDDK libraries the following procedure may be used, this extracts the libraries and temporarily exports them to the LD_LIBRARY_PATH for the *current session*. (tested on Ubuntu 1404 & 1604) If you wish to make this permenant and system-wide then you may want to create a config file in /etc/ld.so.conf.d/. @@ -120,7 +120,7 @@ To utilize the VDDK libraries the following procedure may be used, this extracts rm /usr/lib/vmware/libstdc++.so.6 export LD_LIBRARY_PATH=/usr/lib/vmware -[OVFTOOL](https://my.vmware.com/group/vmware/details?downloadGroup=OVFTOOL410&productId=491) +[OVFTOOL](https://developer.broadcom.com/tools/open-virtualization-format-ovf-tool/latest) OVF Tool should be downloaded and installed on the host. diff --git a/content/en/docs-v3/installation-guide/install-photon-on-dell-gateway/installing-photon-os-on-dell-300X.md b/content/en/docs-v3/installation-guide/install-photon-on-dell-gateway/installing-photon-os-on-dell-300X.md index a5069bc0e2..e26741b533 100644 --- a/content/en/docs-v3/installation-guide/install-photon-on-dell-gateway/installing-photon-os-on-dell-300X.md +++ b/content/en/docs-v3/installation-guide/install-photon-on-dell-gateway/installing-photon-os-on-dell-300X.md @@ -13,7 +13,7 @@ You can install Photon OS 3.0 on Dell Gateway 300X. You can download Photon OS a 1. Verify that you have the following resources: - Dell Edge Gateway 300x. - USB pen drive. Format the pen drive with FAT32 with at least 8 GB of space. -2. Download the Photon OS ISO image from [Bintray](https://bintray.com/vmware/photon/). +2. Download the Photon OS ISO image from [Download web page](https://github.com/vmware/photon/wiki/downloading-photon-os). ## Installing the ISO Image for Photon OS diff --git a/content/en/docs-v3/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md b/content/en/docs-v3/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md index 1ea3d383ae..3ff315f1e4 100644 --- a/content/en/docs-v3/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md +++ b/content/en/docs-v3/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md @@ -11,7 +11,7 @@ Connect to the Photon instance by using SSH and to launch a web server by runnin ssh -i ~/.ssh/mykeypair root@ - For complete instructions, see [Connecting to Your Linux Instance Using SSH](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html). + For complete instructions, see [Connecting to Your Linux Instance Using SSH](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html). 1. Run Docker @@ -33,7 +33,7 @@ Connect to the Photon instance by using SSH and to launch a web server by runnin 1. Test the web server - On your local workstation, open a web browser and go to the the public address of the Photon OS instance running Docker. The following screen should appear, showing that the web server is active: + On your local workstation, open a web browser and go to the public address of the Photon OS instance running Docker. The following screen should appear, showing that the web server is active: ![Nginx](../../images/Nginx.jpg) diff --git a/content/en/docs-v3/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md b/content/en/docs-v3/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md index d7245abab8..8aad99ddb2 100644 --- a/content/en/docs-v3/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md +++ b/content/en/docs-v3/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md @@ -7,10 +7,10 @@ Before you use Photon OS with Amazon Elastic Cloud Compute(AWS EC2), perform the 1. Verify that you have the following resources: - - **AWS account**. Working with EC2 requires an Amazon account for AWS with valid payment information. Keep in mind that, if you try the examples in this document, you will be charged by Amazon. See [Setting Up with Amazon EC2](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html). + - **AWS account**. Working with EC2 requires an Amazon account for AWS with valid payment information. Keep in mind that, if you try the examples in this document, you will be charged by Amazon. See [Setting Up with Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html). - **Amazon tools**. The following examples also assume that you have installed and configured the Amazon AWS CLI and the EC2 CLI and AMI tools, including ec2-ami-tools. - For more information, see [Installing the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Setting Up the Amazon EC2 Command Line Interface Tools on Linux](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html), and [Configuring AWS Command-Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Also see [Setting Up the AMI Tools](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). + For more information, see [Installing the AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Installing the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), and [Configuring AWS Command-Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Also see [Setting Up the AMI Tools](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). The procedure in this section uses an Ubuntu 14.04 workstation to generate the keys and certificates that AWS requires. diff --git a/content/en/docs-v3/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md b/content/en/docs-v3/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md index ee98631f48..48e8e36e4a 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md @@ -9,8 +9,8 @@ Before you use Photon OS with Microsoft Azure, perform the following prerequisit 1. Install the latest version of Azure CLI. See [Install Azure CLI 2.x](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest) and [Get started with Azure CLI 2.x](https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest). -1. Verify that that you have a pair of SSH public and private keys. +1. Verify that you have a pair of SSH public and private keys. 1. Download and extract the Photon OS VHD file. - VMware packages Photon OS as a cloud-ready virtual hard disk (VHD file) that you can download for free from [Packages URL](https://packages.vmware.com/photon). This VHD file is a virtual appliance with the information and packages that Azure needs to launch an instance of Photon in the cloud. After you have downloaded the distribution archive, extract the VHD file from it. You will later need to upload this VHD file to Azure, where it will be stored in an Azure storage account. For more information, see [Downloading Photon OS](../../downloading-photon/). + VMware packages Photon OS as a cloud-ready virtual hard disk (VHD file) that you can download for free from [Packages URL](https://packages.broadcom.com/photon). This VHD file is a virtual appliance with the information and packages that Azure needs to launch an instance of Photon in the cloud. After you have downloaded the distribution archive, extract the VHD file from it. You will later need to upload this VHD file to Azure, where it will be stored in an Azure storage account. For more information, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v3/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md b/content/en/docs-v3/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md index fc7379fdd8..2530acc38e 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md @@ -30,7 +30,7 @@ After you have downloaded the Photon OS OVA image (OVA with Hardware Version 11) 1. Configure VM Settings - After the OVA is imported, Fusion displays a confirmation that the import has completed and a summary of the settings for your Photon OS VM. The following screen shot is an example (your settings may vary). + After the OVA is imported, Fusion displays a confirmation that the import has completed and a summary of the settings for your Photon OS VM. The following screenshot is an example (your settings may vary). ![VM settings](../../images/fs-ova-finish.png) diff --git a/content/en/docs-v3/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md b/content/en/docs-v3/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md index f2fd1abfd8..45acf9cd9c 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md @@ -29,7 +29,7 @@ Before you use Photon OS within Fusion, perform the following prerequisite tasks Distribution File - Photon OS ISO or OVA file downloaded from Packages URL (https://packages.vmware.com/photon/). + Photon OS ISO or OVA file downloaded from Packages URL (https://packages.broadcom.com/photon/). @@ -47,6 +47,6 @@ Before you use Photon OS within Fusion, perform the following prerequisite tasks 1. Download Photon OS. Go to the following Bintray URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/) + [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/) For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v3/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md b/content/en/docs-v3/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md index 8d7aba0040..27bf73d00f 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md @@ -38,12 +38,11 @@ Perform the following tasks to make Photon OS work on GCE: For more information see [Importing Boot Disk Images to Compute Engine](https://cloud.google.com/compute/docs/tutorials/building-images). -For information about upgrading the Photon OS Linux kernel see [Upgrading the Kernel Version Requires Grub Changes for AWS and GCE Images](Upgrading-the-Kernel-Version-Requires-Grub-Changes-for-AWS-and-GCE-Images.md) ## Photon OS Image VMware recommends that administrators use the Photon OS image for Google Compute Engine (GCE) to create Photon OS instances on GCE. Photon OS bundles the Google startup scripts, daemon, and cloud SDK into a GCE-ready image that has been modified to meet the configuration requirements of GCE. You can download the Photon OS image for GCE from the following URL: -[https://packages.vmware.com/photon](https://packages.vmware.com/photon) +[Broadcom packages repository](https://packages.broadcom.com/photon) For instructions, see [Downloading Photon OS](../downloading-photon.md). @@ -184,7 +183,7 @@ Perform the following tasks: 1. Pack and upload to GCE. - Shut down the Photon VM and copy its disk to THE `tmp` folder. + Shut down the Photon VM and copy its disk to the `tmp` folder. ``` # You will need to install Google Cloud SDK on host machine to upload the image and play with GCE. diff --git a/content/en/docs-v3/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md b/content/en/docs-v3/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md index 2fdd66aede..e19d90f13e 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md @@ -25,7 +25,7 @@ Before you use Photon OS within RPi3, perform the following prerequisite tasks: Distribution File - Photon OS RPi3 image downloaded from Packages URL
+ Photon OS RPi3 image downloaded from Packages URL

Note: Photon OS RPi image is available only from Photon 3.0 onwards. @@ -37,6 +37,6 @@ Before you use Photon OS within RPi3, perform the following prerequisite tasks: **Note**: You cannot use the Photon ISO to install on RPi3. - Go to the following bintray URL and download the latest release of Photon OS image for RPi3: [https://packages.vmware.com/photon/3.0/GA/rpi3](https://packages.vmware.com/photon/3.0/GA/rpi3). + Go to the following bintray URL and download the latest release of Photon OS image for RPi3: [https://packages.broadcom.com/photon/3.0/GA/rpi3](https://packages.broadcom.com/photon/3.0/GA/rpi3). For instructions, see [Downloading Photon OS](../../downloading-photon.md). diff --git a/content/en/docs-v3/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md b/content/en/docs-v3/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md index 393a7b0e53..3684adcaaf 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md @@ -191,7 +191,7 @@ After you download the Photon OS ISO image into a folder of your choice, complet ![Password confirmation](../../images/vs-iso-root-password-confirm.png) - **Note:** If you have trouble with unintentional repeated characters in the Remote Console, follow VMware KB 196 ( [http://kb.vmware.com/kb/196](http://kb.vmware.com/kb/196)) for a setting to apply to the virtual machine. + **Note:** If you have trouble with unintentional repeated characters in the Remote Console, follow VMware KB 196 ( [http://kb.vmware.com/kb/196](https://kb.vmware.com/kb/196)) for a setting to apply to the virtual machine. Press the `Enter` key. The installer proceeds to install the software. Installation times will vary based on the system hardware and installation options you selected. Most installations complete in less than one minute. diff --git a/content/en/docs-v3/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md b/content/en/docs-v3/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md index c60f02791b..a2687176ce 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md @@ -25,11 +25,11 @@ Before you use Photon OS within VMware vSphere, perform the following prerequisi Storage - Minimal Photon install: ESXi host with at least 512MB of free space (minimum); Full Photon install: ESXi host with at least 4GB of free space (minimum); 16GB is recommended; 16GB recommended. + Minimal Photon install: ESXi host with at least 512MB of free space (minimum); Full Photon install: ESXi host with at least 4GB of free space (minimum); 16GB is recommended. Distribution File - Photon OS ISO or OVA file downloaded from bintray (https://bintray.com/vmware/photon/). + Photon OS ISO or OVA file downloaded from Broadcom Photon OS download webpage. @@ -43,10 +43,8 @@ Before you use Photon OS within VMware vSphere, perform the following prerequisi To get Photon OS up and running quickly, use the OVA. -1. Download Photon OS. Go to the following Bintray URL and download the latest release of Photon OS: - - [https://bintray.com/vmware/photon/](https://bintray.com/vmware/photon/) +1. Download Photon OS. Go to the [Photon OS download URL](https://github.com/vmware/photon/wiki/downloading-photon-os) and download the latest release of Photon OS. - For instructions, see [Downloading Photon OS](Downloading-Photon-OS.md). + For instructions, see [Downloading Photon OS](../../downloading-photon/). **Note:** For ISO installation, you must upload to a datashare that is attached to the ESXi host, or mount the file share where the ISO resides as a data store. diff --git a/content/en/docs-v3/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md b/content/en/docs-v3/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md index ca208dce03..aeda896c3c 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md @@ -5,7 +5,7 @@ weight: 2 Using the OVA is the easiest way to create a Photon OS VM on VMware Workstation. -After you have downloaded the the OVA file (OVA with Hardware Version 11), perform the following steps: +After you have downloaded the OVA file (OVA with Hardware Version 11), perform the following steps: 1. Start the Import Process @@ -42,7 +42,7 @@ After you have downloaded the the OVA file (OVA with Hardware Version 11), perfo Under Guest operating system, select **Linux**. - For Version, click the list and select **VMWare Photon 64-bit**. + For Version, click the list and select **VMware Photon 64-bit**. ![Version](../../images/ws-ova-os.png) diff --git a/content/en/docs-v3/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md b/content/en/docs-v3/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md index 3f7448f0e7..1b0f36fdb7 100644 --- a/content/en/docs-v3/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md +++ b/content/en/docs-v3/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md @@ -27,7 +27,7 @@ Before you use Photon OS within Workstation, perform the following prerequisite Distribution File - Photon OS ISO or OVA file downloaded from Packages URL (https://packages.vmware.com/photon/). + Photon OS ISO or OVA file downloaded from Packages URL (https://packages.broadcom.com/photon/). @@ -47,6 +47,6 @@ Before you use Photon OS within Workstation, perform the following prerequisite 1. Download Photon OS. Go to the following Packages URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/) + [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/) For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v3/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md b/content/en/docs-v3/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md index 1cf729823c..69a2a07d2a 100644 --- a/content/en/docs-v3/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md +++ b/content/en/docs-v3/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md @@ -3,7 +3,7 @@ title: Kernel Overview weight: 1 --- -You can use `dmesg` command to troubleshooting kernel errors. The `dmesg` command prints messages from the kernel ring buffer. +You can use `dmesg` command to troubleshoot kernel errors. The `dmesg` command prints messages from the kernel ring buffer. The following command, for example, presents kernel messages in a human-readable format: diff --git a/content/en/docs-v3/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md b/content/en/docs-v3/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md index 5e96e86dc9..c8c263fc4e 100644 --- a/content/en/docs-v3/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md +++ b/content/en/docs-v3/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md @@ -3,7 +3,7 @@ title: Checking Firewall Rules weight: 5 --- -The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. In other words, you must configure the firewall for your applications and requirements. +The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. In other words, you must configure the firewall for your applications and requirements. The default iptables settings on the full version look like this: diff --git a/content/en/docs-v3/troubleshooting-guide/troubleshooting-tools/common-tools.md b/content/en/docs-v3/troubleshooting-guide/troubleshooting-tools/common-tools.md index 03289d5cb9..7c8c0186f1 100644 --- a/content/en/docs-v3/troubleshooting-guide/troubleshooting-tools/common-tools.md +++ b/content/en/docs-v3/troubleshooting-guide/troubleshooting-tools/common-tools.md @@ -139,7 +139,7 @@ The `-h` option prints out the available and used space in human-readable sizes. The `md5sum` tool calculates 128-bit RSA Data Security, Inc. MD5 Message Digest Algorithm hashes (a message digest, or digital signature, of a file) to uniquely identify a file and verify its integrity after file transfers, downloads, or disk errors when the security of the file is not in question. -`md5sum` can help troubleshooting installation issues by verifying that the version of Photon OS being installed matches the version on the Bintray download page. If, for instance, bytes were dropped during the download, the checksums will not match. Try downloading it again. +`md5sum` can help troubleshooting installation issues by verifying that the version of Photon OS being installed matches the version on the Download web page. If, for instance, bytes were dropped during the download, the checksums will not match. Try downloading it again. ## sha256sum diff --git a/content/en/docs-v3/user-guide/working-with-kickstart.md b/content/en/docs-v3/user-guide/working-with-kickstart.md index ec6ed9a5ac..22ad9a207f 100644 --- a/content/en/docs-v3/user-guide/working-with-kickstart.md +++ b/content/en/docs-v3/user-guide/working-with-kickstart.md @@ -351,9 +351,9 @@ The syntax to serve the config-file to the kernel from an HTTP server (NOTE: DO ## Building an ISO with a Kickstart Config File -Here's an example of how to add a kickstart config file to the Photon OS ISO by mounting the ISO on an Ubuntu machine and then rebuilding the ISO. The following example assumes you can adapt the sample kickstart configuration file that comes with the Photon OS ISO to your needs. You can obtain the Photon OS ISO for free from Bintray at the following URL: +Here's an example of how to add a kickstart config file to the Photon OS ISO by mounting the ISO on an Ubuntu machine and then rebuilding the ISO. The following example assumes you can adapt the sample kickstart configuration file that comes with the Photon OS ISO to your needs. You can obtain the Photon OS ISO for free at the following URL: -[https://packages.vmware.com/photon](https://packages.vmware.com/photon) +[Broadcom packages repository](https://packages.broadcom.com/photon) Once you have the ISO, mount it. diff --git a/content/en/docs-v4/administration-guide/changing-the-locale.md b/content/en/docs-v4/administration-guide/changing-the-locale.md index 75d8bb10f5..b02fef28b7 100644 --- a/content/en/docs-v4/administration-guide/changing-the-locale.md +++ b/content/en/docs-v4/administration-guide/changing-the-locale.md @@ -5,7 +5,7 @@ weight: 8 You can change the locale if the default locale does not meet your requirements. -To find the locale, run the the `localectl` command: +To find the locale, run the `localectl` command: localectl System Locale: LANG=en_US.UTF-8 diff --git a/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md b/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md index a439c4012a..63bc0994f8 100644 --- a/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md +++ b/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md @@ -3,7 +3,7 @@ title: Customizing a Photon OS Machine on EC2 weight: 5 --- -You can upload an `ami` image of Photon OS to Amazon Elastic Compute Cloud (EC2) and customize the Photon OS machine by using `cloud-init` with an EC2 data source. The Amazon machine image version of Photon OS is available as a free download at the location [packages.vmware.com/photon](https://packages.vmware.com/photon). +You can upload an `ami` image of Photon OS to Amazon Elastic Compute Cloud (EC2) and customize the Photon OS machine by using `cloud-init` with an EC2 data source. The Amazon machine image version of Photon OS is available as a free download at the location [packages.broadcom.com/photon](https://packages.broadcom.com/photon). The `cloud-init` service is commonly used on EC2 to configure the cloud instance of a Linux image. On EC2, `cloud-init` sets the `.ssh/authorized_keys` file to let you log in with a private key from another computer, that is, a computer besides the workstation that you are already using to connect with the Amazon cloud. @@ -15,7 +15,7 @@ The cloud-config user-data file that appears in the following example contains a - To work with EC2, obtain Amazon accounts for both AWS and EC2 with valid payment information. If you execute the below examples, you will be charged by Amazon. You must replace the `` for access keys and other account information in the examples with your account information. - Install and set up the Amazon AWS CLI and the EC2 CLI tools, including `ec2-ami-tools`. - For more information, see [Installing the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Setting Up the Amazon EC2 Command Line Interface Tools on Linux](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html) and [Setting Up the AMI Tools](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). + For more information, see [Installing the AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Installing the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and [Setting Up the AMI Tools](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). - Create SSH keys and an RSA user signing certificate and its corresponding private RSA key file. ### Procedure @@ -91,7 +91,7 @@ The following are the contents of the `user-data.txt` file that `cloud-init` app You can view the cloud-init output log file on EC2 at `/var/log/cloud-init-output.log`. -For more information on using cloud-init user data on EC2, see [Running Commands on Your Linux Instance at Launch](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html). +For more information on using cloud-init user data on EC2, see [Running Commands on Your Linux Instance at Launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html). For more information on how to get Photon OS up and running on EC2 and run a containerized application in the Docker engine, see [Running Photon OS on Amazon Elastic Cloud Compute](../../../installation-guide/run-photon-aws-ec2/). diff --git a/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md b/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md index b04c047db3..fd65daf3a6 100644 --- a/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md +++ b/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md @@ -17,7 +17,7 @@ When a cloud instance of Photon OS starts, `cloud-init` requires a data source. The metadata gives the cloud service provider instructions on how to implement the Photon OS machine in the cloud infrastructure. Metadata typically includes the instance ID and the local host name. -The user data contains the commands and scripts that Photon OS executes when it starts in the cloud. The user data commonly takes the form of a shell script or a YAML file containing a cloud configuration. The [cloud-init overview](https://launchpad.net/cloud-init) and [cloud-init documentation](https://cloudinit.readthedocs.org/en/latest/) contains information about the types of data sources and the formats for metadata and user data. +The user data contains the commands and scripts that Photon OS executes when it starts in the cloud. The user data commonly takes the form of a shell script or a YAML file containing a cloud configuration. The [cloud-init overview](https://launchpad.net/cloud-init) and [cloud-init documentation](https://cloudinit.readthedocs.org/en/latest/) contain information about the types of data sources and the formats for metadata and user data. On Photon OS, `cloud-init` is enabled and running by default. You can use the following command to check the status: diff --git a/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md b/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md index 42d001ac65..a0c9016590 100644 --- a/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md +++ b/content/en/docs-v4/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md @@ -11,7 +11,7 @@ The example in this section shows how to create a Photon OS instance on Google C ### Prerequisites -- You must have set up a GCE account and are ready to pay Google for its cloud services. The GCE-ready version of Photon OS is a free image and is free. You can download Photon OS for GCE from [https://packages.vmware.com/photon/4.0/GA/gce/](https://packages.vmware.com/photon/4.0/GA/gce/). +- You must have set up a GCE account and are ready to pay Google for its cloud services. The GCE-ready version of Photon OS is a free image and is free. You can download Photon OS for GCE from [https://packages.broadcom.com/photon/4.0/GA/gce/](https://packages.broadcom.com/photon/4.0/GA/gce/). The GCE-ready image of Photon OS contains packages and scripts that prepare it for the Google cloud to save you time as you implement a compute cluster or develop cloud applications. The GCE-ready version of Photon OS adds the following packages to the [packages installed with the minimal version](https://github.com/vmware/photon/blob/master/common/data/packages_minimal.json): diff --git a/content/en/docs-v4/administration-guide/managing-network-configuration/netmgr.c.md b/content/en/docs-v4/administration-guide/managing-network-configuration/netmgr.c.md index 8126cfe6f3..8b36fea49a 100644 --- a/content/en/docs-v4/administration-guide/managing-network-configuration/netmgr.c.md +++ b/content/en/docs-v4/administration-guide/managing-network-configuration/netmgr.c.md @@ -1008,7 +1008,7 @@ Delete a server from the DNS servers list associated with an interface. **Description** -Get the the DNS servers list for the interface. +Get the DNS servers list for the interface. **Declaration** ~~~~ diff --git a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md index 990c8f67f1..7e287e9780 100644 --- a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md +++ b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md @@ -18,7 +18,7 @@ On Photon OS, the existing repositories appear in the `/etc/yum.repos.d` directo To view the format and information that a new repository configuration file should contain, see one of the `.repo` files. The following is an example: - baseurl=https://https://packages.vmware.com/photon/ + baseurl=https://https://packages.broadcom.com/photon/ metalink=http://example.com/*username*/metalink/metalink gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY gpgcheck=1 @@ -64,7 +64,7 @@ The repository settings details are as follows: - https://packages.vmware.com/photon/3.0/photon_updates_3.0_x86_64/repodata/repomd.xml + https://packages.broadcom.com/photon/3.0/photon_updates_3.0_x86_64/repodata/repomd.xml diff --git a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md index cc383a0b9b..2709b96497 100644 --- a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md +++ b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md @@ -24,7 +24,7 @@ The following repositories appear in /etc/yum.repos.d/ with `.repo` file extensi photon.repo -You can list the the repositories by using the `tdnf repolist` command. Tdnf filters the results with `enabled`, `disabled`, and `all`. Running the command without specifying an argument returns the enabled repositories: +You can list the repositories by using the `tdnf repolist` command. Tdnf filters the results with `enabled`, `disabled`, and `all`. Running the command without specifying an argument returns the enabled repositories: tdnf repolist repo id repo name status @@ -37,7 +37,7 @@ The `photon-iso.repo`, however, does not appear in the list of repositories beca cat /etc/yum.repos.d/photon-iso.repo [photon-iso] - name=VMWare Photon Linux 2.0(x86_64) + name=VMware Photon Linux 2.0(x86_64) baseurl=file:///mnt/cdrom/RPMS gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY gpgcheck=1 diff --git a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/install-package-cli.md b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/install-package-cli.md index a0a641d933..573d6bbae3 100644 --- a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/install-package-cli.md +++ b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/install-package-cli.md @@ -13,7 +13,7 @@ For example: - tdnf install https://packages.vmware.com/photon/4.0/photon_release_4.0_x86_64/x86_64/open-vm-tools-11.2.5-1.ph4.x86_64.rpm + tdnf install https://packages.broadcom.com/photon/4.0/photon_release_4.0_x86_64/x86_64/open-vm-tools-11.2.5-1.ph4.x86_64.rpm open-vm-tools-11.2.5-1.ph4.x86_64.rpm 763014 100% diff --git a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md index 5064600b92..7f694e2845 100644 --- a/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md +++ b/content/en/docs-v4/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md @@ -144,7 +144,7 @@ To list enabled repositories, run the following command: Total installed size: 210.15 M -**remove**: This command removes a package. When removing a package, tdnf by default also removes dependencies that are no longer used if they were was installed by tdnf as a dependency without being explicitly requested by a user. You can modify the dependency removal by changing the `clean_requirements_on_remove` option in /etc/tdnf/tdnf.conf to `false`. +**remove**: This command removes a package. When removing a package, tdnf by default also removes dependencies that are no longer used if they were installed by tdnf as a dependency without being explicitly requested by a user. You can modify the dependency removal by changing the `clean_requirements_on_remove` option in /etc/tdnf/tdnf.conf to `false`. tdnf remove packagename diff --git a/content/en/docs-v4/administration-guide/managing-services-withsystemd/controlling-services.md b/content/en/docs-v4/administration-guide/managing-services-withsystemd/controlling-services.md index 16157b58bc..de431ee096 100644 --- a/content/en/docs-v4/administration-guide/managing-services-withsystemd/controlling-services.md +++ b/content/en/docs-v4/administration-guide/managing-services-withsystemd/controlling-services.md @@ -5,7 +5,7 @@ weight: 2 To control services on Photon OS, use `systemctl` command. -For example, instead of running the `/etc/init.d/ssh` script to stop and start the OpenSSH server on a init.d-based Linux system, run the following `systemctl` commands on Photon OS: +For example, instead of running the `/etc/init.d/ssh` script to stop and start the OpenSSH server on an init.d-based Linux system, run the following `systemctl` commands on Photon OS: systemctl stop sshd systemctl start sshd diff --git a/content/en/docs-v4/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md b/content/en/docs-v4/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md index 69e321b840..61f45c39ce 100644 --- a/content/en/docs-v4/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md +++ b/content/en/docs-v4/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md @@ -3,7 +3,7 @@ title: Building a Package from a Source RPM weight: 5 --- -This section describes how to install and build a package on the full version of Photon OS from the package's source RPM. Obtain the source RPMs that Photon OS uses from the VMWare Packages repository: [packages.vmware.com/photon](https://packages.vmware.com/photon) +This section describes how to install and build a package on the full version of Photon OS from the package's source RPM. Obtain the source RPMs that Photon OS uses from the [Broadcom Photon OS packages repository](https://packages.broadcom.com/photon) ## Prerequisites diff --git a/content/en/docs-v4/administration-guide/photon-os-packages/photon-os-package-repositories.md b/content/en/docs-v4/administration-guide/photon-os-packages/photon-os-package-repositories.md index 7fac0933bb..f620edc3bb 100644 --- a/content/en/docs-v4/administration-guide/photon-os-packages/photon-os-package-repositories.md +++ b/content/en/docs-v4/administration-guide/photon-os-packages/photon-os-package-repositories.md @@ -13,7 +13,7 @@ photon-updates.repo photon.repo ``` -The Photon ISO repository (`photon-iso.repo`) contains the installation packages for Photon OS. All the packages that Photon builds and publishes reside in the RPMs directory of the ISO when it is mounted. The RPMs directory contains metadata that lets it act as a yum repository. Mounting the ISO gives you all the packages corresponding to a Photon OS build. If, however, you built Photon OS yourself from the source code, the packages correspond only to your build, though they will typically be the latest. In contrast, the ISO that you obtain from the [VMware Photon Packages](https://packages.vmware.com/photon) web site contains only the packages that are in the ISO at the point of publication. As a result, the packages may no longer match those on in the ISO, because they are updated more frequently. +The Photon ISO repository (`photon-iso.repo`) contains the installation packages for Photon OS. All the packages that Photon builds and publishes reside in the RPMs directory of the ISO when it is mounted. The RPMs directory contains metadata that lets it act as a yum repository. Mounting the ISO gives you all the packages corresponding to a Photon OS build. If, however, you built Photon OS yourself from the source code, the packages correspond only to your build, though they will typically be the latest. In contrast, the ISO that you obtain from the [Broadcom Photon OS packages](https://packages.broadcom.com/photon) web site contains only the packages that are in the ISO at the point of publication. As a result, the packages may no longer match those on in the ISO, because they are updated more frequently. The main Photon OS repository (`photon.repo`) contains all the packages that are built from the ISO or from another source. This repository points to a static batch of packages and spec files at the point of a release. diff --git a/content/en/docs-v4/administration-guide/photon-os-packages/signed-packages.md b/content/en/docs-v4/administration-guide/photon-os-packages/signed-packages.md index 9b4f8635db..a2ac5539aa 100644 --- a/content/en/docs-v4/administration-guide/photon-os-packages/signed-packages.md +++ b/content/en/docs-v4/administration-guide/photon-os-packages/signed-packages.md @@ -40,7 +40,7 @@ Once you have the name of the key, you can view information about the key with t Build Host : localhost Relocations : (not relocatable) Packager : VMware, Inc. -- Linux Packaging Key -- - Summary : gpg(VMware, Inc. -- Linux Packaging Key -- ) + Summary : gpg(VMware, Inc. -- Linux Packaging Key -- ) Description : -----BEGIN PGP PUBLIC KEY BLOCK----- Version: rpm-4.11.2 (NSS-3) diff --git a/content/en/docs-v4/administration-guide/security-policy/default-firewall-settings.md b/content/en/docs-v4/administration-guide/security-policy/default-firewall-settings.md index d71f240ea7..2682b38302 100644 --- a/content/en/docs-v4/administration-guide/security-policy/default-firewall-settings.md +++ b/content/en/docs-v4/administration-guide/security-policy/default-firewall-settings.md @@ -3,7 +3,7 @@ title: Default Firewall Settings weight: 1 --- -The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. You must configure the firewall for your applications and requirements. +The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. You must configure the firewall for your applications and requirements. The default iptables on the full version have the following settings: diff --git a/content/en/docs-v4/installation-guide/cloud-images.md b/content/en/docs-v4/installation-guide/cloud-images.md index 902edab3d3..5b0256910a 100644 --- a/content/en/docs-v4/installation-guide/cloud-images.md +++ b/content/en/docs-v4/installation-guide/cloud-images.md @@ -4,7 +4,7 @@ weight: 13 --- -The [Vmware Photon Packages website](https://packages.vmware.com/photon/) contains the following cloud-ready images of Photon OS: +The [Broadcom Photon OS download webpage](https://github.com/vmware/photon/wiki/Downloading-Photon-OS) contains the following cloud-ready images of Photon OS: 1. GCE - Google Compute Engine @@ -12,7 +12,7 @@ The [Vmware Photon Packages website](https://packages.vmware.com/photon/) contai 1. OVA -Because the cloud-ready images of Photon OS are built to be compatible with their corresponding cloud platform or format, you typically do not need to build a cloud image, you can just go to the [VMware Packages](https://packages.vmware.com/photon/) repo and download the image for the platform that you are working on. +Because the cloud-ready images of Photon OS are built to be compatible with their corresponding cloud platform or format, you typically do not need to build a cloud image, you can just go to the [Broadcom Photon OS packages](https://packages.broadcom.com/photon/) repo and download the image for the platform that you are working on. If, however, you want to build your _own_ cloud image, perhaps because you seek to customize the code, see the next section on how to build cloud images. @@ -38,7 +38,7 @@ If you want, you can build all the cloud images by running the following command ## How to create running instances in the cloud @@ -71,7 +71,7 @@ For more information, see [Running a Photon OS Machine on GCE](../run-photon-on- ### AWS EC2 -Install the [AWS CLI](http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os) and [EC2 CLI](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html) tools. +Install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os) and [EC2 CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) tools. ####Bundle the image @@ -109,7 +109,7 @@ The OVA image uses an optimized version of the 4.4.8 Linux kernel. Two ova files #### OVA Prerequisites -[VDDK 6.0](https://developercenter.vmware.com/web/sdk/60/vddk) +[VDDK 6.0](https://developer.broadcom.com/sdks/vmware-virtual-disk-development-kit-vddk/6.7) To utilize the VDDK libraries the following procedure may be used, this extracts the libraries and temporarily exports them to the LD_LIBRARY_PATH for the *current session*. (tested on Ubuntu 1404 & 1604) If you wish to make this permanent and system-wide then you may want to create a config file in /etc/ld.so.conf.d/. @@ -120,7 +120,7 @@ To utilize the VDDK libraries the following procedure may be used, this extracts rm /usr/lib/vmware/libstdc++.so.6 export LD_LIBRARY_PATH=/usr/lib/vmware -[OVFTOOL](https://my.vmware.com/group/vmware/details?downloadGroup=OVFTOOL410&productId=491) +[OVFTOOL](https://developer.broadcom.com/tools/open-virtualization-format-ovf-tool/latest) OVF Tool should be downloaded and installed on the host. diff --git a/content/en/docs-v4/installation-guide/downloading-photon.md b/content/en/docs-v4/installation-guide/downloading-photon.md index 995c6eed32..246f75e541 100644 --- a/content/en/docs-v4/installation-guide/downloading-photon.md +++ b/content/en/docs-v4/installation-guide/downloading-photon.md @@ -3,7 +3,7 @@ title: Downloading Photon OS weight: 1 --- -Detailed instructions for obtaining Photon OS 4.0 are located at: [https://github.com/vmware/photon/wiki/Downloading-Photon-OS](https://github.com/vmware/photon/wiki/Downloading-Photon-OS) +Detailed instructions for obtaining Photon OS 4.0 are located at: [https://github.com/vmware/photon/wiki/downloading-photon-os](https://github.com/vmware/photon/wiki/downloading-photon-os) ## Download Formats #### @@ -13,9 +13,9 @@ Photon OS is available in the following pre-packaged, binary formats: |--- |--- | |Format|Description| ||| -|[ISO Image](https://packages.vmware.com/photon/4.0/GA/iso/)|Contains everything needed to install the minimal or full installation of Photon OS or the Real-Time flavor of Photon OS. The bootable ISO has a manual installer or can be used with PXE/kickstart environments for automated installations.| -|[OVA](https://packages.vmware.com/photon/4.0/GA/ova/)|Pre-installed minimal environment, customized for VMware hypervisor environments. These customizations include a highly sanitized and optimized kernel to give improved boot and runtime performance for containers and Linux applications. Since an OVA is a complete virtual machine definition, we've made available a Photon OS OVA that has virtual hardware version 13 arm64, version 13, and version 11; this will allow for compatibility with several versions of VMware platforms or allow for the latest and greatest virtual hardware enhancements.| -|[Amazon AMI](https://packages.vmware.com/photon/4.0/GA/ami/)|Pre-packaged and tested version of Photon OS with Amazon AMI and Amazon AMI arm64 packages made ready to deploy in your Amazon EC2 cloud environment. Previously, we'd published documentation on how to create an Amazon compatible instance, but, now we've done the work for you.| -|[Google GCE Image](https://packages.vmware.com/photon/4.0/GA/gce/)|Pre-packaged and tested Google GCE image that is ready to deploy in your Google Compute Engine Environment, with all modifications and package requirements for running Photon OS in GCE.| -|[Azure VHD](https://packages.vmware.com/photon/4.0/GA/azure/)|Pre-packaged and tested Azure HD image that is ready to deploy in your Microsoft Azure Cloud, with all modifications and package requirements for running Photon OS in Azure.| -|[Raspberry Pi Image](https://packages.vmware.com/photon/4.0/GA/rpi/)|Pre-packaged and tested Raspberry Pi Image on ARM64 architecture.| +|[ISO Image](https://packages.broadcom.com/photon/4.0/GA/iso/)|Contains everything needed to install the minimal or full installation of Photon OS or the Real-Time flavor of Photon OS. The bootable ISO has a manual installer or can be used with PXE/kickstart environments for automated installations.| +|[OVA](https://packages.broadcom.com/photon/4.0/GA/ova/)|Pre-installed minimal environment, customized for VMware hypervisor environments. These customizations include a highly sanitized and optimized kernel to give improved boot and runtime performance for containers and Linux applications. Since an OVA is a complete virtual machine definition, we've made available a Photon OS OVA that has virtual hardware version 13 arm64, version 13, and version 11; this will allow for compatibility with several versions of VMware platforms or allow for the latest and greatest virtual hardware enhancements.| +|[Amazon AMI](https://packages.broadcom.com/photon/4.0/GA/ami/)|Pre-packaged and tested version of Photon OS with Amazon AMI and Amazon AMI arm64 packages made ready to deploy in your Amazon EC2 cloud environment. Previously, we'd published documentation on how to create an Amazon compatible instance, but, now we've done the work for you.| +|[Google GCE Image](https://packages.broadcom.com/photon/4.0/GA/gce/)|Pre-packaged and tested Google GCE image that is ready to deploy in your Google Compute Engine Environment, with all modifications and package requirements for running Photon OS in GCE.| +|[Azure VHD](https://packages.broadcom.com/photon/4.0/GA/azure/)|Pre-packaged and tested Azure HD image that is ready to deploy in your Microsoft Azure Cloud, with all modifications and package requirements for running Photon OS in Azure.| +|[Raspberry Pi Image](https://packages.broadcom.com/photon/4.0/GA/rpi/)|Pre-packaged and tested Raspberry Pi Image on ARM64 architecture.| diff --git a/content/en/docs-v4/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md b/content/en/docs-v4/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md index 72e377053b..40609dfe5f 100644 --- a/content/en/docs-v4/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md +++ b/content/en/docs-v4/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md @@ -11,7 +11,7 @@ Connect to the Photon instance by using SSH and to launch a web server by runnin ssh -i ~/.ssh/mykeypair root@ - For complete instructions, see [Connecting to Your Linux Instance Using SSH](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html). + For complete instructions, see [Connecting to Your Linux Instance Using SSH](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html). 1. Run Docker @@ -35,7 +35,7 @@ Connect to the Photon instance by using SSH and to launch a web server by runnin 1. Test the web server - On your local workstation, open a web browser and go to the the public address of the Photon OS instance running Docker. The following screen should appear, showing that the web server is active: + On your local workstation, open a web browser and go to the public address of the Photon OS instance running Docker. The following screen should appear, showing that the web server is active: ![Nginx](./installation-guide/images/Nginx.jpg) diff --git a/content/en/docs-v4/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md b/content/en/docs-v4/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md index 54fdc8c485..752791719f 100644 --- a/content/en/docs-v4/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md +++ b/content/en/docs-v4/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md @@ -7,16 +7,16 @@ Before you use Photon OS with Amazon Elastic Cloud Compute(AWS EC2), perform the 1. Verify that you have the following resources: - - **AWS account**. Working with EC2 requires an Amazon account for AWS with valid payment information. Keep in mind that, if you try the examples in this document, you will be charged by Amazon. See [Setting Up with Amazon EC2](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html). + - **AWS account**. Working with EC2 requires an Amazon account for AWS with valid payment information. Keep in mind that, if you try the examples in this document, you will be charged by Amazon. See [Setting Up with Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html). - **Amazon tools**. The following examples also assume that you have installed and configured the Amazon AWS CLI and the EC2 CLI and AMI tools, including ec2-ami-tools. - For more information, see [Installing the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Setting Up the Amazon EC2 Command Line Interface Tools on Linux](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html), and [Configuring AWS Command-Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Also see [Setting Up the AMI Tools](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). + For more information, see [Installing the AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Installing the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), and [Configuring AWS Command-Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Also see [Setting Up the AMI Tools](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). The procedure in this section uses an Ubuntu 14.04 workstation to generate the keys and certificates that AWS requires. 1. Download the Photon OS image for Amazon. - VMware packages Photon OS as a cloud-ready Amazon machine image (AMI) that you can download for free from [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/). + VMware packages Photon OS as a cloud-ready Amazon machine image (AMI) that you can download for free from [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/). Download the Photon OS AMI and save it on your workstation. For more information, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v4/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md b/content/en/docs-v4/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md index e0a4ceca2c..043368d265 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md @@ -9,8 +9,8 @@ Before you use Photon OS with Microsoft Azure, perform the following prerequisit 1. Install the latest version of Azure CLI. See [Install Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest) and [Get started with Azure CLI ](https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest). -1. Verify that that you have a pair of SSH public and private keys. +1. Verify that you have a pair of SSH public and private keys. 1. Download and extract the Photon OS VHD file. - VMware packages Photon OS as an Azure-ready virtual hard disk (VHD file) that you can download for free from the [VMware Photon Packages](https://packages.vmware.com/photon/4.0/GA/azure/) site. This VHD file is a virtual appliance with the information and packages that Azure needs to launch an instance of Photon in the cloud. After you have downloaded the distribution archive, extract the VHD file from it. You will later need to upload this VHD file to Azure, where it will be stored in an Azure storage account. For more information, see [Downloading Photon OS](../../downloading-photon/). \ No newline at end of file + VMware packages Photon OS as an Azure-ready virtual hard disk (VHD file) that you can download for free from the [Broadcom Photon OS packages](https://packages.broadcom.com/photon/4.0/GA/azure/) site. This VHD file is a virtual appliance with the information and packages that Azure needs to launch an instance of Photon in the cloud. After you have downloaded the distribution archive, extract the VHD file from it. You will later need to upload this VHD file to Azure, where it will be stored in an Azure storage account. For more information, see [Downloading Photon OS](../../downloading-photon/). \ No newline at end of file diff --git a/content/en/docs-v4/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md b/content/en/docs-v4/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md index ee29f5e731..87eeef4917 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md @@ -30,7 +30,7 @@ After you have downloaded the Photon OS OVA image (OVA with Hardware Version 11) 1. Configure VM Settings - After the OVA is imported, Fusion displays a confirmation that the import has completed and a summary of the settings for your Photon OS VM. The following screen shot is an example (your settings may vary). + After the OVA is imported, Fusion displays a confirmation that the import has completed and a summary of the settings for your Photon OS VM. The following screenshot is an example (your settings may vary). ![VM settings](../../images/fs-ova-finish.png) diff --git a/content/en/docs-v4/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md b/content/en/docs-v4/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md index d156131fb7..71ebf402bd 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md @@ -29,7 +29,7 @@ Before you use Photon OS within Fusion, perform the following prerequisite tasks Distribution File - Photon OS ISO or OVA file downloaded from [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/). + Photon OS ISO or OVA file downloaded from [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/). @@ -51,6 +51,6 @@ Before you use Photon OS within Fusion, perform the following prerequisite tasks 1. Download Photon OS. Go to the following URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/) + [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/) For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v4/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md b/content/en/docs-v4/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md index b83ef1f0ee..3019608116 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md @@ -36,14 +36,13 @@ Perform the following tasks to make Photon OS work on GCE: 1. Set MTU to 1460. SSH will not work without it. 1. Create `/etc/ssh/sshd_not_to_be_run` with just the contents “GOOGLE\n”. - For more information see [Importing Boot Disk Images to Compute Engine](https://cloud.google.com/compute./tutorials/building-images). + For more information see [Importing Boot Disk Images to Compute Engine](https://cloud.google.com/compute/docs/tutorials/building-images). -For information about upgrading the Photon OS Linux kernel see [Upgrading the Kernel Version Requires Grub Changes for AWS and GCE Images](Upgrading-the-Kernel-Version-Requires-Grub-Changes-for-AWS-and-GCE-Images.md) ## Photon OS Image VMware recommends that administrators use the Photon OS image for Google Compute Engine (GCE) to create Photon OS instances on GCE. Photon OS bundles the Google startup scripts, daemon, and cloud SDK into a GCE-ready image that has been modified to meet the configuration requirements of GCE. You can download the Photon OS image for GCE from the following URL: -[https://packages.vmware.com/photon/4.0/GA/gce/](https://packages.vmware.com/photon/4.0/GA/gce/) +[https://packages.broadcom.com/photon/4.0/GA/gce/](https://packages.broadcom.com/photon/4.0/GA/gce/) For instructions, see [Downloading Photon OS](../../downloading-photon). @@ -157,7 +156,7 @@ Perform the following tasks: echo "exit 0" >> /etc/rc.local printf "GOOGLE\n" > /etc/ssh/sshd_not_to_be_run - # Edit sshd_config and ssh_config as per instructions on [this link](https://cloud.google.com/compute./tutorials/building-images). + # Edit sshd_config and ssh_config as per instructions on [this link](https://cloud.google.com/compute/docs/tutorials/building-images). ``` 1. Change MTU to 1460 for network interface. @@ -185,7 +184,7 @@ Perform the following tasks: 1. Pack and upload to GCE. - Shut down the Photon VM and copy its disk to THE `tmp` folder. + Shut down the Photon VM and copy its disk to the `tmp` folder. ```console # You will need to install Google Cloud SDK on host machine to upload the image and play with GCE. diff --git a/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md b/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md index 2a8b15da1f..232e94c49c 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md @@ -38,7 +38,7 @@ After you have downloaded the Photon RPi image with the file extension `*.raw.xz After you flash Photon OS successfully onto the RPi SD card, eject the card from your host computer and plug it back into the RPi board. -When you power on Raspberry Pi , it boots with Photon OS. +When you power on Raspberry Pi, it boots with Photon OS. After the splash screen, Photon OS prompts you to log in. diff --git a/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md b/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md index 1811a4311d..59b4941fc6 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md @@ -29,7 +29,7 @@ Before you use Photon OS within RPi, perform the following prerequisite tasks: Distribution File - Photon OS RPi image downloaded from URL
+ Photon OS RPi image downloaded from URL

Note: Photon OS RPi image is available only from Photon 3.0 onwards. @@ -41,6 +41,6 @@ Before you use Photon OS within RPi, perform the following prerequisite tasks: **Note**: You cannot use the Photon ISO to install on RPi. - Go to the following URL and download the latest release of Photon OS image for RPi: [https://packages.vmware.com/photon/4.0/GA/rpi/rpi.tar.xz](https://packages.vmware.com/photon/4.0/GA/rpi/rpi.tar.xz). + Go to the following URL and download the latest release of Photon OS image for RPi: [https://packages.broadcom.com/photon/4.0/GA/rpi/rpi.tar.xz](https://packages.broadcom.com/photon/4.0/GA/rpi/rpi.tar.xz). For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v4/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md b/content/en/docs-v4/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md index 7c876c0761..cc394254dc 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md @@ -196,7 +196,7 @@ After you download the Photon OS ISO image into a folder of your choice, complet ![Password confirmation](../../images/confirmrootpassword20.png) - **Note:** If you have trouble with unintentional repeated characters in the Remote Console, follow VMware KB 196 ( [http://kb.vmware.com/kb/196](http://kb.vmware.com/kb/196)) for a setting to apply to the virtual machine. + **Note:** If you have trouble with unintentional repeated characters in the Remote Console, follow VMware KB 196 ( [http://kb.vmware.com/kb/196](https://kb.vmware.com/kb/196)) for a setting to apply to the virtual machine. Press the `Enter` key. The installer proceeds to install the software. Installation times will vary based on the system hardware and installation options you selected. Most installations complete in less than one minute. diff --git a/content/en/docs-v4/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md b/content/en/docs-v4/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md index 083b889334..097bb052ce 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md @@ -25,11 +25,11 @@ Before you use Photon OS within VMware vSphere, perform the following prerequisi Storage - Minimal Photon install: ESXi host with at least 512MB of free space (minimum); Full Photon install: ESXi host with at least 4GB of free space (minimum); 16GB is recommended; 16GB recommended. + Minimal Photon install: ESXi host with at least 512MB of free space (minimum); Full Photon install: ESXi host with at least 4GB of free space (minimum); 16GB is recommended. Distribution File - Photon OS ISO or OVA file downloaded from [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/). + Photon OS ISO or OVA file downloaded from [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/). @@ -45,8 +45,8 @@ Before you use Photon OS within VMware vSphere, perform the following prerequisi 1. Download Photon OS. Go to the following URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/) + [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/) - For instructions, see [https://github.com/vmware/photon/wiki/Downloading-Photon-OS](https://github.com/vmware/photon/wiki/Downloading-Photon-OS). + For instructions, see [https://github.com/vmware/photon/wiki/downloading-photon-os](https://github.com/vmware/photon/wiki/downloading-photon-os). **Note:** For ISO installation, you must upload to a datashare that is attached to the ESXi host, or mount the file share where the ISO resides as a data store. diff --git a/content/en/docs-v4/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md b/content/en/docs-v4/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md index 4479b6c5cc..3c529c0b49 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md @@ -5,7 +5,7 @@ weight: 2 Using the OVA is the easiest way to create a Photon OS VM on VMware Workstation. -After you have downloaded the the OVA file (OVA with Hardware Version 11), perform the following steps: +After you have downloaded the OVA file (OVA with Hardware Version 11), perform the following steps: 1. Start the Import Process @@ -42,7 +42,7 @@ After you have downloaded the the OVA file (OVA with Hardware Version 11), perfo Under Guest operating system, select **Linux**. - For Version, click the list and select **VMWare Photon 64-bit**. + For Version, click the list and select **VMware Photon 64-bit**. ![Version](../../images/ws-ova-os.png) diff --git a/content/en/docs-v4/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md b/content/en/docs-v4/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md index e0a1125429..31977f11e6 100644 --- a/content/en/docs-v4/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md +++ b/content/en/docs-v4/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md @@ -28,7 +28,7 @@ Before you use Photon OS within Workstation, perform the following prerequisite Distribution File - Photon OS ISO or OVA file downloaded from VMware (https://packages.vmware.com/photon/4.0/GA/). + Photon OS ISO or OVA file downloaded from VMware (https://packages.broadcom.com/photon/4.0/GA/). @@ -51,6 +51,6 @@ To get Photon OS up and running quickly, use the OVA. 1. Download Photon OS. Go to the following URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/4.0/GA/](https://packages.vmware.com/photon/4.0/GA/) + [https://packages.broadcom.com/photon/4.0/GA/](https://packages.broadcom.com/photon/4.0/GA/) For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v4/overview/Flavours.md b/content/en/docs-v4/overview/Flavours.md index 352ea26b4b..1953ffbac3 100644 --- a/content/en/docs-v4/overview/Flavours.md +++ b/content/en/docs-v4/overview/Flavours.md @@ -6,7 +6,7 @@ weight: 2 Photon OS consists of a minimal version, a full version, RPM OSTree, and Photon Real-Time Operating System. -- The minimal version of Photon OS is lightweight container host runtime environment that is suited to managing and hosting containers. The minimal version contains just enough packaging and functionality to manage and modify containers while remaining a fast runtime environment. The minimal version is ready to work with appliances. +- The minimal version of Photon OS is a lightweight container host runtime environment that is suited to managing and hosting containers. The minimal version contains just enough packaging and functionality to manage and modify containers while remaining a fast runtime environment. The minimal version is ready to work with appliances. - The Developer version of Photon OS includes additional packages to help you customize the system and create containerized applications. For running containers, the developer version is excessive. The developer version helps you create, develop, test, and package an application that runs a container. diff --git a/content/en/docs-v4/overview/Introduction.md b/content/en/docs-v4/overview/Introduction.md index 6a0856b5a0..fe7aba8571 100644 --- a/content/en/docs-v4/overview/Introduction.md +++ b/content/en/docs-v4/overview/Introduction.md @@ -3,7 +3,7 @@ title: Introduction to Photon OS weight: 1 --- -Photon OS, is an open-source minimalist Linux operating system from VMware that is optimized for cloud computing platforms, VMware vSphere deployments, and applications native to the cloud. +Photon OS is an open-source minimalist Linux operating system from VMware that is optimized for cloud computing platforms, VMware vSphere deployments, and applications native to the cloud. Photon OS is a Linux container host optimized for vSphere and cloud-computing platforms such as Amazon Elastic Compute and Google Compute Engine. As a lightweight and extensible operating system, Photon OS works with the most common container formats, including Docker, Rocket, and Garden. Photon OS includes a yum-compatible, package-based lifecycle management system called tdnf. diff --git a/content/en/docs-v4/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md b/content/en/docs-v4/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md index 1cf729823c..69a2a07d2a 100644 --- a/content/en/docs-v4/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md +++ b/content/en/docs-v4/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md @@ -3,7 +3,7 @@ title: Kernel Overview weight: 1 --- -You can use `dmesg` command to troubleshooting kernel errors. The `dmesg` command prints messages from the kernel ring buffer. +You can use `dmesg` command to troubleshoot kernel errors. The `dmesg` command prints messages from the kernel ring buffer. The following command, for example, presents kernel messages in a human-readable format: diff --git a/content/en/docs-v4/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md b/content/en/docs-v4/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md index d5665a4582..4d21602969 100644 --- a/content/en/docs-v4/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md +++ b/content/en/docs-v4/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md @@ -3,7 +3,7 @@ title: Checking Firewall Rules weight: 5 --- -The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. In other words, you must configure the firewall for your applications and requirements. +The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. In other words, you must configure the firewall for your applications and requirements. The default iptables settings on the full version look like this: diff --git a/content/en/docs-v4/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md b/content/en/docs-v4/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md index c8c5d1b557..b2a2265516 100644 --- a/content/en/docs-v4/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md +++ b/content/en/docs-v4/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md @@ -38,13 +38,13 @@ gpg-pubkey 3e1ba8d5 Google Cloud Packages RPM Signing Key gc-team@google.com ``` ## Check if an image has vulnerabilities -Use the security scanners to find security issues. Alternatively The `tdnf updateinfo info` command displays all the applicable security updates the host needs. +Use the security scanners to find security issues. Alternatively the `tdnf updateinfo info` command displays all the applicable security updates the host needs. ## Check if a CVE is Fixed The Photon team fixes vulnerabilities and publishes advisories to [https://github.com/vmware/photon/wiki/Security-Advisories](https://github.com/vmware/photon/wiki/Security-Advisories). ## To Check if Security Updates are Available -Use the `tdnf updateinfo info`, `tdnf update --security` or `tdnf update ---sec-severity ` commands to check if security updates are available. For example: +Use the `tdnf updateinfo info`, `tdnf update --security` or `tdnf update --sec-severity ` commands to check if security updates are available. For example: Check if there are any security updates @@ -54,7 +54,7 @@ root@photon [ ~ ]# tdnf updateinfo 70 Security notice(s) ``` -Check if there are security updates for libssh2. note this is relative to what is installed in local +Check if there are security updates for libssh2. Note this is relative to what is installed in local ```console root@photon[ ~ ]# tdnf updateinfo list libssh2 diff --git a/content/en/docs-v4/user-guide/setting-up-network-pxe-boot.md b/content/en/docs-v4/user-guide/setting-up-network-pxe-boot.md index 5875819d6e..8159137abf 100644 --- a/content/en/docs-v4/user-guide/setting-up-network-pxe-boot.md +++ b/content/en/docs-v4/user-guide/setting-up-network-pxe-boot.md @@ -13,7 +13,7 @@ To set up a PXE server, you will need to have the following: * A DHCP server to allow hosts to get an IP address. * A TFTP server, which is a file transfer protocol similar to FTP with no authentication. -* Optionally, an HTTP server. The HTTP server will serve the RPMs yum repo, or you can use the official [VMware Photon Packages](https://packages.vmware.com/photon/) repo. Also, this HTTP server can be used if you want to provide a kickstart config for unattended installation. +* Optionally, an HTTP server. The HTTP server will serve the RPMs yum repo, or you can use the official [Broadcom Photon OS packages](https://packages.broadcom.com/photon/) repo. Also, this HTTP server can be used if you want to provide a kickstart config for unattended installation. The instructions to set up the servers assume you have an Ubuntu 14.04 machine with a static IP address of `172.16.78.134`. diff --git a/content/en/docs-v4/user-guide/working-with-kickstart.md b/content/en/docs-v4/user-guide/working-with-kickstart.md index e763455f05..a94a244fc3 100644 --- a/content/en/docs-v4/user-guide/working-with-kickstart.md +++ b/content/en/docs-v4/user-guide/working-with-kickstart.md @@ -486,9 +486,7 @@ ks=https:/// insecure_installation=1 ## Building an ISO with a Kickstart Config File -Here's an example of how to add a kickstart config file to the Photon OS ISO by mounting the ISO on an Ubuntu machine and then rebuilding the ISO. The following example assumes you can adapt the sample kickstart configuration file that comes with the Photon OS ISO to your needs. You can obtain the Photon OS ISO for free from VMware at the following URL: - -[https://packages.vmware.com/photon](https://packages.vmware.com/photon) +Here's an example of how to add a kickstart config file to the Photon OS ISO by mounting the ISO on an Ubuntu machine and then rebuilding the ISO. The following example assumes you can adapt the sample kickstart configuration file that comes with the Photon OS ISO to your needs. You can obtain the Photon OS ISO for free from the [Broadcom Photon OS download webpage](https://github.com/vmware/photon/wiki/Downloading-Photon-OS). Once you have the ISO, mount it. diff --git a/content/en/docs-v5/Overview/Flavours.md b/content/en/docs-v5/Overview/Flavours.md index d9fcc98671..e8d51eb0cd 100644 --- a/content/en/docs-v5/Overview/Flavours.md +++ b/content/en/docs-v5/Overview/Flavours.md @@ -6,7 +6,7 @@ weight: 2 Photon OS consists of a minimal version, a full version, RPM OSTree, and Photon Real-Time Operating System. -- The minimal version of Photon OS is lightweight container host runtime environment that is suited to managing and hosting containers. The minimal version contains just enough packaging and functionality to manage and modify containers while remaining a fast runtime environment. The minimal version is ready to work with appliances. +- The minimal version of Photon OS is a lightweight container host runtime environment that is suited to managing and hosting containers. The minimal version contains just enough packaging and functionality to manage and modify containers while remaining a fast runtime environment. The minimal version is ready to work with appliances. - The Developer version of Photon OS includes additional packages to help you customize the system and create containerized applications. For running containers, the developer version is excessive. The developer version helps you create, develop, test, and package an application that runs a container. diff --git a/content/en/docs-v5/Overview/Introduction.md b/content/en/docs-v5/Overview/Introduction.md index 6a0856b5a0..fe7aba8571 100644 --- a/content/en/docs-v5/Overview/Introduction.md +++ b/content/en/docs-v5/Overview/Introduction.md @@ -3,7 +3,7 @@ title: Introduction to Photon OS weight: 1 --- -Photon OS, is an open-source minimalist Linux operating system from VMware that is optimized for cloud computing platforms, VMware vSphere deployments, and applications native to the cloud. +Photon OS is an open-source minimalist Linux operating system from VMware that is optimized for cloud computing platforms, VMware vSphere deployments, and applications native to the cloud. Photon OS is a Linux container host optimized for vSphere and cloud-computing platforms such as Amazon Elastic Compute and Google Compute Engine. As a lightweight and extensible operating system, Photon OS works with the most common container formats, including Docker, Rocket, and Garden. Photon OS includes a yum-compatible, package-based lifecycle management system called tdnf. diff --git a/content/en/docs-v5/administration-guide/changing-the-locale.md b/content/en/docs-v5/administration-guide/changing-the-locale.md index a5fe819fc8..3a96e36993 100644 --- a/content/en/docs-v5/administration-guide/changing-the-locale.md +++ b/content/en/docs-v5/administration-guide/changing-the-locale.md @@ -5,7 +5,7 @@ weight: 8 You can change the locale if the default locale does not meet your requirements. -To find the locale, run the the `localectl` command: +To find the locale, run the `localectl` command: localectl System Locale: LANG=en_US.UTF-8 diff --git a/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md b/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md index a439c4012a..63bc0994f8 100644 --- a/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md +++ b/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/customizing-a-photon-os-machine-on-ec2.md @@ -3,7 +3,7 @@ title: Customizing a Photon OS Machine on EC2 weight: 5 --- -You can upload an `ami` image of Photon OS to Amazon Elastic Compute Cloud (EC2) and customize the Photon OS machine by using `cloud-init` with an EC2 data source. The Amazon machine image version of Photon OS is available as a free download at the location [packages.vmware.com/photon](https://packages.vmware.com/photon). +You can upload an `ami` image of Photon OS to Amazon Elastic Compute Cloud (EC2) and customize the Photon OS machine by using `cloud-init` with an EC2 data source. The Amazon machine image version of Photon OS is available as a free download at the location [packages.broadcom.com/photon](https://packages.broadcom.com/photon). The `cloud-init` service is commonly used on EC2 to configure the cloud instance of a Linux image. On EC2, `cloud-init` sets the `.ssh/authorized_keys` file to let you log in with a private key from another computer, that is, a computer besides the workstation that you are already using to connect with the Amazon cloud. @@ -15,7 +15,7 @@ The cloud-config user-data file that appears in the following example contains a - To work with EC2, obtain Amazon accounts for both AWS and EC2 with valid payment information. If you execute the below examples, you will be charged by Amazon. You must replace the `` for access keys and other account information in the examples with your account information. - Install and set up the Amazon AWS CLI and the EC2 CLI tools, including `ec2-ami-tools`. - For more information, see [Installing the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Setting Up the Amazon EC2 Command Line Interface Tools on Linux](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html) and [Setting Up the AMI Tools](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). + For more information, see [Installing the AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Installing the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and [Setting Up the AMI Tools](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). - Create SSH keys and an RSA user signing certificate and its corresponding private RSA key file. ### Procedure @@ -91,7 +91,7 @@ The following are the contents of the `user-data.txt` file that `cloud-init` app You can view the cloud-init output log file on EC2 at `/var/log/cloud-init-output.log`. -For more information on using cloud-init user data on EC2, see [Running Commands on Your Linux Instance at Launch](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html). +For more information on using cloud-init user data on EC2, see [Running Commands on Your Linux Instance at Launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html). For more information on how to get Photon OS up and running on EC2 and run a containerized application in the Docker engine, see [Running Photon OS on Amazon Elastic Cloud Compute](../../../installation-guide/run-photon-aws-ec2/). diff --git a/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md b/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md index b04c047db3..fd65daf3a6 100644 --- a/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md +++ b/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/deploy-photon-os-with-cloud-init.md @@ -17,7 +17,7 @@ When a cloud instance of Photon OS starts, `cloud-init` requires a data source. The metadata gives the cloud service provider instructions on how to implement the Photon OS machine in the cloud infrastructure. Metadata typically includes the instance ID and the local host name. -The user data contains the commands and scripts that Photon OS executes when it starts in the cloud. The user data commonly takes the form of a shell script or a YAML file containing a cloud configuration. The [cloud-init overview](https://launchpad.net/cloud-init) and [cloud-init documentation](https://cloudinit.readthedocs.org/en/latest/) contains information about the types of data sources and the formats for metadata and user data. +The user data contains the commands and scripts that Photon OS executes when it starts in the cloud. The user data commonly takes the form of a shell script or a YAML file containing a cloud configuration. The [cloud-init overview](https://launchpad.net/cloud-init) and [cloud-init documentation](https://cloudinit.readthedocs.org/en/latest/) contain information about the types of data sources and the formats for metadata and user data. On Photon OS, `cloud-init` is enabled and running by default. You can use the following command to check the status: diff --git a/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md b/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md index c810909ba8..deefeb56cd 100644 --- a/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md +++ b/content/en/docs-v5/administration-guide/cloud-init-on-photon-os/running-a-photon-os-machine-on-gce.md @@ -11,7 +11,7 @@ The example in this section shows how to create a Photon OS instance on Google C ### Prerequisites -- You must have set up a GCE account and are ready to pay Google for its cloud services. The GCE-ready version of Photon OS is a free image and is free. You can download Photon OS for GCE from [https://packages.vmware.com/photon/5.0/GA/gce/](https://packages.vmware.com/photon/5.0/GA/gce/). +- You must have set up a GCE account and are ready to pay Google for its cloud services. The GCE-ready version of Photon OS is a free image and is free. You can download Photon OS for GCE from [https://packages.broadcom.com/photon/5.0/GA/gce/](https://packages.broadcom.com/photon/5.0/GA/gce/). The GCE-ready image of Photon OS contains packages and scripts that prepare it for the Google cloud to save you time as you implement a compute cluster or develop cloud applications. The GCE-ready version of Photon OS adds the following packages to the [packages installed with the minimal version](https://github.com/vmware/photon/blob/master/common/data/packages_minimal.json): diff --git a/content/en/docs-v5/administration-guide/containers/docker-rootless-support.md b/content/en/docs-v5/administration-guide/containers/docker-rootless-support.md index e7d12c2fd9..88b2d34771 100644 --- a/content/en/docs-v5/administration-guide/containers/docker-rootless-support.md +++ b/content/en/docs-v5/administration-guide/containers/docker-rootless-support.md @@ -49,13 +49,13 @@ You can perform the following tasks with the respective commands for them: ``` 4. Use the following command to log in as the user you created: ``` - `ssh test_user@localhost` + ssh test_user@localhost ``` 5. Run the following command: ``` - dockerd-rootless-setuptool.sh --help` + dockerd-rootless-setuptool.sh --help ``` The above command shows something like the following output: @@ -80,7 +80,7 @@ You can perform the following tasks with the respective commands for them: 6. Run the following command, and then check and fix the errors and warnings, if any: ``` - dockerd-rootless-setuptool.sh` + dockerd-rootless-setuptool.sh ``` Run the following commands: diff --git a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md index 7827ef7c52..6cfa40ac23 100644 --- a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md +++ b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/adding-a-new-repository.md @@ -75,7 +75,7 @@ The URL can contain the variables `$releasever` and `$basearch`, which refers to - https://packages.vmware.com/photon/3.0/photon_updates_3.0_x86_64/repodata/repomd.xml + https://packages.broadcom.com/photon/3.0/photon_updates_3.0_x86_64/repodata/repomd.xml diff --git a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md index cc383a0b9b..2709b96497 100644 --- a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md +++ b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/configuration-files-and-repositories.md @@ -24,7 +24,7 @@ The following repositories appear in /etc/yum.repos.d/ with `.repo` file extensi photon.repo -You can list the the repositories by using the `tdnf repolist` command. Tdnf filters the results with `enabled`, `disabled`, and `all`. Running the command without specifying an argument returns the enabled repositories: +You can list the repositories by using the `tdnf repolist` command. Tdnf filters the results with `enabled`, `disabled`, and `all`. Running the command without specifying an argument returns the enabled repositories: tdnf repolist repo id repo name status @@ -37,7 +37,7 @@ The `photon-iso.repo`, however, does not appear in the list of repositories beca cat /etc/yum.repos.d/photon-iso.repo [photon-iso] - name=VMWare Photon Linux 2.0(x86_64) + name=VMware Photon Linux 2.0(x86_64) baseurl=file:///mnt/cdrom/RPMS gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY gpgcheck=1 diff --git a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/install-package-cli.md b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/install-package-cli.md index 4f8cea1c45..a2115b6559 100644 --- a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/install-package-cli.md +++ b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/install-package-cli.md @@ -13,7 +13,7 @@ For example: - tdnf install https://packages.vmware.com/photon/5.0/photon_release_5.0_x86_64/x86_64/open-vm-tools-11.2.5-1.ph5.x86_64.rpm + tdnf install https://packages.broadcom.com/photon/5.0/photon_release_5.0_x86_64/x86_64/open-vm-tools-11.2.5-1.ph5.x86_64.rpm open-vm-tools-11.2.5-1.ph5.x86_64.rpm 763014 100% diff --git a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md index 40b8d7d8b5..01ce283c6f 100644 --- a/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md +++ b/content/en/docs-v5/administration-guide/managing-packages-with-tdnf/standard-syntax-for-tndf/commands.md @@ -350,7 +350,7 @@ You can use the following options with the command: `--delete`: Use this option to remove old packages that are not part of the repository any more. -`--download-metadata`: Use this option to download the metadata. After you download the the metadata, you can use the directory as a repository. +`--download-metadata`: Use this option to download the metadata. After you download the metadata, you can use the directory as a repository. `--gpgcheck`: Use this option to check the gpg signature. If invalid, the package is deleted. @@ -369,7 +369,7 @@ You can use the following options with the command: `--newest-only`: Use this option to download only the latest versions of the repository. -**remove**: This command removes a package. When removing a package, tdnf by default also removes dependencies that are no longer used if they were was installed by tdnf as a dependency without being explicitly requested by a user. You can modify the dependency removal by changing the `clean_requirements_on_remove` option in /etc/tdnf/tdnf.conf to `false`. +**remove**: This command removes a package. When removing a package, tdnf by default also removes dependencies that are no longer used if they were installed by tdnf as a dependency without being explicitly requested by a user. You can modify the dependency removal by changing the `clean_requirements_on_remove` option in /etc/tdnf/tdnf.conf to `false`. tdnf remove packagename diff --git a/content/en/docs-v5/administration-guide/managing-services-withsystemd/controlling-services.md b/content/en/docs-v5/administration-guide/managing-services-withsystemd/controlling-services.md index 16157b58bc..de431ee096 100644 --- a/content/en/docs-v5/administration-guide/managing-services-withsystemd/controlling-services.md +++ b/content/en/docs-v5/administration-guide/managing-services-withsystemd/controlling-services.md @@ -5,7 +5,7 @@ weight: 2 To control services on Photon OS, use `systemctl` command. -For example, instead of running the `/etc/init.d/ssh` script to stop and start the OpenSSH server on a init.d-based Linux system, run the following `systemctl` commands on Photon OS: +For example, instead of running the `/etc/init.d/ssh` script to stop and start the OpenSSH server on an init.d-based Linux system, run the following `systemctl` commands on Photon OS: systemctl stop sshd systemctl start sshd diff --git a/content/en/docs-v5/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md b/content/en/docs-v5/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md index 69e321b840..61f45c39ce 100644 --- a/content/en/docs-v5/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md +++ b/content/en/docs-v5/administration-guide/photon-os-packages/building-a-package-from-a-source-rpm.md @@ -3,7 +3,7 @@ title: Building a Package from a Source RPM weight: 5 --- -This section describes how to install and build a package on the full version of Photon OS from the package's source RPM. Obtain the source RPMs that Photon OS uses from the VMWare Packages repository: [packages.vmware.com/photon](https://packages.vmware.com/photon) +This section describes how to install and build a package on the full version of Photon OS from the package's source RPM. Obtain the source RPMs that Photon OS uses from the [Broadcom Photon OS packages repository](https://packages.broadcom.com/photon) ## Prerequisites diff --git a/content/en/docs-v5/administration-guide/photon-os-packages/photon-os-package-repositories.md b/content/en/docs-v5/administration-guide/photon-os-packages/photon-os-package-repositories.md index 853cccc546..489c552f03 100644 --- a/content/en/docs-v5/administration-guide/photon-os-packages/photon-os-package-repositories.md +++ b/content/en/docs-v5/administration-guide/photon-os-packages/photon-os-package-repositories.md @@ -16,7 +16,7 @@ total 24 -rw-r--r-- 1 root root 305 Apr 19 06:00 photon-updates.repo ``` -The Photon ISO repository (`photon-iso.repo`) contains the installation packages for Photon OS. All the packages that Photon builds and publishes reside in the RPMs directory of the ISO when it is mounted. The RPMs directory contains metadata that lets it act as a yum repository. Mounting the ISO gives you all the packages corresponding to a Photon OS build. If, however, you built Photon OS yourself from the source code, the packages correspond only to your build, though they will typically be the latest. In contrast, the ISO that you obtain from the [VMware Photon Packages](https://packages.vmware.com/photon) web site contains only the packages that are in the ISO at the point of publication. As a result, the packages may no longer match those on in the ISO, because they are updated more frequently. +The Photon ISO repository (`photon-iso.repo`) contains the installation packages for Photon OS. All the packages that Photon builds and publishes reside in the RPMs directory of the ISO when it is mounted. The RPMs directory contains metadata that lets it act as a yum repository. Mounting the ISO gives you all the packages corresponding to a Photon OS build. If, however, you built Photon OS yourself from the source code, the packages correspond only to your build, though they will typically be the latest. In contrast, the ISO that you obtain from the [Broadcom Photon OS packages](https://packages.broadcom.com/photon) web site contains only the packages that are in the ISO at the point of publication. As a result, the packages may no longer match those on in the ISO, because they are updated more frequently. The Photon repository (`photon.repo`) contains all the rpms released for a particular Photon release. This repository is disabled by default but can be enabled in case the end user wants to install an older version of an rpm. diff --git a/content/en/docs-v5/administration-guide/photon-os-packages/signed-packages.md b/content/en/docs-v5/administration-guide/photon-os-packages/signed-packages.md index 1753041a8c..5a14f5ae8b 100644 --- a/content/en/docs-v5/administration-guide/photon-os-packages/signed-packages.md +++ b/content/en/docs-v5/administration-guide/photon-os-packages/signed-packages.md @@ -44,7 +44,7 @@ Name : gpg-pubkey Build Host : localhost Relocations : (not relocatable) Packager : VMware, Inc. -- Linux Packaging Key -- - Summary : gpg(VMware, Inc. -- Linux Packaging Key -- ) + Summary : gpg(VMware, Inc. -- Linux Packaging Key -- ) Description : -----BEGIN PGP PUBLIC KEY BLOCK----- Version: rpm-4.11.2 (NSS-3) diff --git a/content/en/docs-v5/administration-guide/pmd-nextgen/photon-mgmtd-web-REST-API/user-group-host-management.md b/content/en/docs-v5/administration-guide/pmd-nextgen/photon-mgmtd-web-REST-API/user-group-host-management.md index 4754fc306e..fa8f76a484 100644 --- a/content/en/docs-v5/administration-guide/pmd-nextgen/photon-mgmtd-web-REST-API/user-group-host-management.md +++ b/content/en/docs-v5/administration-guide/pmd-nextgen/photon-mgmtd-web-REST-API/user-group-host-management.md @@ -169,7 +169,7 @@ You can get the group details using commands in `pmctl` tools. The following sec #### Get all Group Details #### -To fetch all the group details, use the following command in the the `pmctl` tool. +To fetch all the group details, use the following command in the `pmctl` tool. >pmctl status group diff --git a/content/en/docs-v5/administration-guide/security-policy/default-firewall-settings.md b/content/en/docs-v5/administration-guide/security-policy/default-firewall-settings.md index d71f240ea7..2682b38302 100644 --- a/content/en/docs-v5/administration-guide/security-policy/default-firewall-settings.md +++ b/content/en/docs-v5/administration-guide/security-policy/default-firewall-settings.md @@ -3,7 +3,7 @@ title: Default Firewall Settings weight: 1 --- -The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. You must configure the firewall for your applications and requirements. +The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. You must configure the firewall for your applications and requirements. The default iptables on the full version have the following settings: diff --git a/content/en/docs-v5/installation-guide/cloud-images.md b/content/en/docs-v5/installation-guide/cloud-images.md index 902edab3d3..5b0256910a 100644 --- a/content/en/docs-v5/installation-guide/cloud-images.md +++ b/content/en/docs-v5/installation-guide/cloud-images.md @@ -4,7 +4,7 @@ weight: 13 --- -The [Vmware Photon Packages website](https://packages.vmware.com/photon/) contains the following cloud-ready images of Photon OS: +The [Broadcom Photon OS download webpage](https://github.com/vmware/photon/wiki/Downloading-Photon-OS) contains the following cloud-ready images of Photon OS: 1. GCE - Google Compute Engine @@ -12,7 +12,7 @@ The [Vmware Photon Packages website](https://packages.vmware.com/photon/) contai 1. OVA -Because the cloud-ready images of Photon OS are built to be compatible with their corresponding cloud platform or format, you typically do not need to build a cloud image, you can just go to the [VMware Packages](https://packages.vmware.com/photon/) repo and download the image for the platform that you are working on. +Because the cloud-ready images of Photon OS are built to be compatible with their corresponding cloud platform or format, you typically do not need to build a cloud image, you can just go to the [Broadcom Photon OS packages](https://packages.broadcom.com/photon/) repo and download the image for the platform that you are working on. If, however, you want to build your _own_ cloud image, perhaps because you seek to customize the code, see the next section on how to build cloud images. @@ -38,7 +38,7 @@ If you want, you can build all the cloud images by running the following command ## How to create running instances in the cloud @@ -71,7 +71,7 @@ For more information, see [Running a Photon OS Machine on GCE](../run-photon-on- ### AWS EC2 -Install the [AWS CLI](http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os) and [EC2 CLI](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html) tools. +Install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os) and [EC2 CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) tools. ####Bundle the image @@ -109,7 +109,7 @@ The OVA image uses an optimized version of the 4.4.8 Linux kernel. Two ova files #### OVA Prerequisites -[VDDK 6.0](https://developercenter.vmware.com/web/sdk/60/vddk) +[VDDK 6.0](https://developer.broadcom.com/sdks/vmware-virtual-disk-development-kit-vddk/6.7) To utilize the VDDK libraries the following procedure may be used, this extracts the libraries and temporarily exports them to the LD_LIBRARY_PATH for the *current session*. (tested on Ubuntu 1404 & 1604) If you wish to make this permanent and system-wide then you may want to create a config file in /etc/ld.so.conf.d/. @@ -120,7 +120,7 @@ To utilize the VDDK libraries the following procedure may be used, this extracts rm /usr/lib/vmware/libstdc++.so.6 export LD_LIBRARY_PATH=/usr/lib/vmware -[OVFTOOL](https://my.vmware.com/group/vmware/details?downloadGroup=OVFTOOL410&productId=491) +[OVFTOOL](https://developer.broadcom.com/tools/open-virtualization-format-ovf-tool/latest) OVF Tool should be downloaded and installed on the host. diff --git a/content/en/docs-v5/installation-guide/downloading-photon.md b/content/en/docs-v5/installation-guide/downloading-photon.md index e5178ffe71..7fdf93678c 100644 --- a/content/en/docs-v5/installation-guide/downloading-photon.md +++ b/content/en/docs-v5/installation-guide/downloading-photon.md @@ -3,7 +3,7 @@ title: Downloading Photon OS weight: 1 --- -Detailed instructions for obtaining Photon OS 5.0 are located at: [https://github.com/vmware/photon/wiki/Downloading-Photon-OS](https://github.com/vmware/photon/wiki/Downloading-Photon-OS) +Detailed instructions for obtaining Photon OS 5.0 are located at: [https://github.com/vmware/photon/wiki/downloading-photon-os](https://github.com/vmware/photon/wiki/downloading-photon-os) ## Download Formats #### @@ -13,9 +13,9 @@ Photon OS is available in the following pre-packaged, binary formats: |--- |--- | |Format|Description| ||| -|[ISO Image](https://packages.vmware.com/photon/5.0/GA/iso/)|Contains everything needed to install the minimal or full installation of Photon OS or the Real-Time flavor of Photon OS. The bootable ISO has a manual installer or can be used with PXE/kickstart environments for automated installations.| -|[OVA](https://packages.vmware.com/photon/5.0/GA/ova/)|Pre-installed minimal environment, customized for VMware hypervisor environments. These customizations include a highly sanitized and optimized kernel to give improved boot and runtime performance for containers and Linux applications. Since an OVA is a complete virtual machine definition, we've made available a Photon OS OVA that has virtual hardware version 13 arm64, version 13, and version 11; this will allow for compatibility with several versions of VMware platforms or allow for the latest and greatest virtual hardware enhancements.| -|[Amazon AMI](https://packages.vmware.com/photon/5.0/GA/ami/)|Pre-packaged and tested version of Photon OS with Amazon AMI and Amazon AMI arm64 packages made ready to deploy in your Amazon EC2 cloud environment. Previously, we'd published documentation on how to create an Amazon compatible instance, but, now we've done the work for you.| -|[Google GCE Image](https://packages.vmware.com/photon/5.0/GA/gce/)|Pre-packaged and tested Google GCE image that is ready to deploy in your Google Compute Engine Environment, with all modifications and package requirements for running Photon OS in GCE.| -|[Azure VHD](https://packages.vmware.com/photon/5.0/GA/azure/)|Pre-packaged and tested Azure HD image that is ready to deploy in your Microsoft Azure Cloud, with all modifications and package requirements for running Photon OS in Azure.| -|[Raspberry Pi Image](https://packages.vmware.com/photon/5.0/GA/rpi/)|Pre-packaged and tested Raspberry Pi Image on ARM64 architecture.| +|[ISO Image](https://packages.broadcom.com/photon/5.0/GA/iso/)|Contains everything needed to install the minimal or full installation of Photon OS or the Real-Time flavor of Photon OS. The bootable ISO has a manual installer or can be used with PXE/kickstart environments for automated installations.| +|[OVA](https://packages.broadcom.com/photon/5.0/GA/ova/)|Pre-installed minimal environment, customized for VMware hypervisor environments. These customizations include a highly sanitized and optimized kernel to give improved boot and runtime performance for containers and Linux applications. Since an OVA is a complete virtual machine definition, we've made available a Photon OS OVA that has virtual hardware version 13 arm64, version 13, and version 11; this will allow for compatibility with several versions of VMware platforms or allow for the latest and greatest virtual hardware enhancements.| +|[Amazon AMI](https://packages.broadcom.com/photon/5.0/GA/ami/)|Pre-packaged and tested version of Photon OS with Amazon AMI and Amazon AMI arm64 packages made ready to deploy in your Amazon EC2 cloud environment. Previously, we'd published documentation on how to create an Amazon compatible instance, but, now we've done the work for you.| +|[Google GCE Image](https://packages.broadcom.com/photon/5.0/GA/gce/)|Pre-packaged and tested Google GCE image that is ready to deploy in your Google Compute Engine Environment, with all modifications and package requirements for running Photon OS in GCE.| +|[Azure VHD](https://packages.broadcom.com/photon/5.0/GA/azure/)|Pre-packaged and tested Azure HD image that is ready to deploy in your Microsoft Azure Cloud, with all modifications and package requirements for running Photon OS in Azure.| +|[Raspberry Pi Image](https://packages.broadcom.com/photon/5.0/GA/rpi/)|Pre-packaged and tested Raspberry Pi Image on ARM64 architecture.| diff --git a/content/en/docs-v5/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md b/content/en/docs-v5/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md index c2780b993a..d80bdcb9fd 100644 --- a/content/en/docs-v5/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md +++ b/content/en/docs-v5/installation-guide/run-photon-aws-ec2/deploying-a-containerized-application-in-photon-os-via-ssh.md @@ -11,7 +11,7 @@ Connect to the Photon instance by using SSH and to launch a web server by runnin ssh -i ~/.ssh/mykeypair root@ - For complete instructions, see [Connecting to Your Linux Instance Using SSH](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html). + For complete instructions, see [Connecting to Your Linux Instance Using SSH](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html). 1. Run Docker @@ -35,7 +35,7 @@ Connect to the Photon instance by using SSH and to launch a web server by runnin 1. Test the web server - On your local workstation, open a web browser and go to the the public address of the Photon OS instance running Docker. The following screen should appear, showing that the web server is active: + On your local workstation, open a web browser and go to the public address of the Photon OS instance running Docker. The following screen should appear, showing that the web server is active: ![Nginx](../../images/Nginx.jpg) diff --git a/content/en/docs-v5/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md b/content/en/docs-v5/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md index 54fdc8c485..752791719f 100644 --- a/content/en/docs-v5/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md +++ b/content/en/docs-v5/installation-guide/run-photon-aws-ec2/prerequisites-for-photon-os-on-aws-ec2.md @@ -7,16 +7,16 @@ Before you use Photon OS with Amazon Elastic Cloud Compute(AWS EC2), perform the 1. Verify that you have the following resources: - - **AWS account**. Working with EC2 requires an Amazon account for AWS with valid payment information. Keep in mind that, if you try the examples in this document, you will be charged by Amazon. See [Setting Up with Amazon EC2](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html). + - **AWS account**. Working with EC2 requires an Amazon account for AWS with valid payment information. Keep in mind that, if you try the examples in this document, you will be charged by Amazon. See [Setting Up with Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html). - **Amazon tools**. The following examples also assume that you have installed and configured the Amazon AWS CLI and the EC2 CLI and AMI tools, including ec2-ami-tools. - For more information, see [Installing the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Setting Up the Amazon EC2 Command Line Interface Tools on Linux](http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html), and [Configuring AWS Command-Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Also see [Setting Up the AMI Tools](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). + For more information, see [Installing the AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/installing.html), [Installing the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), and [Configuring AWS Command-Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Also see [Setting Up the AMI Tools](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-up-ami-tools.html). The procedure in this section uses an Ubuntu 14.04 workstation to generate the keys and certificates that AWS requires. 1. Download the Photon OS image for Amazon. - VMware packages Photon OS as a cloud-ready Amazon machine image (AMI) that you can download for free from [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/). + VMware packages Photon OS as a cloud-ready Amazon machine image (AMI) that you can download for free from [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/). Download the Photon OS AMI and save it on your workstation. For more information, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v5/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md b/content/en/docs-v5/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md index dbffe81c15..63028998a5 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-azure/prerequisites-for-photon-os-on-azure.md @@ -9,8 +9,8 @@ Before you use Photon OS with Microsoft Azure, perform the following prerequisit 1. Install the latest version of Azure CLI. See [Install Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest) and [Get started with Azure CLI ](https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest). -1. Verify that that you have a pair of SSH public and private keys. +1. Verify that you have a pair of SSH public and private keys. 1. Download and extract the Photon OS VHD file. - VMware packages Photon OS as an Azure-ready virtual hard disk (VHD file) that you can download for free from the [VMware Photon Packages](https://packages.vmware.com/photon/5.0/GA/azure/) site. This VHD file is a virtual appliance with the information and packages that Azure needs to launch an instance of Photon in the cloud. After you have downloaded the distribution archive, extract the VHD file from it. You will later need to upload this VHD file to Azure, where it will be stored in an Azure storage account. For more information, see [Downloading Photon OS](../../downloading-photon/). \ No newline at end of file + VMware packages Photon OS as an Azure-ready virtual hard disk (VHD file) that you can download for free from the [Broadcom Photon OS packages](https://packages.broadcom.com/photon/5.0/GA/azure/) site. This VHD file is a virtual appliance with the information and packages that Azure needs to launch an instance of Photon in the cloud. After you have downloaded the distribution archive, extract the VHD file from it. You will later need to upload this VHD file to Azure, where it will be stored in an Azure storage account. For more information, see [Downloading Photon OS](../../downloading-photon/). \ No newline at end of file diff --git a/content/en/docs-v5/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md b/content/en/docs-v5/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md index 500b225ce4..9825e9b03d 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-fusion/importing-photon-os-from-ova-on-fusion.md @@ -30,7 +30,7 @@ After you have downloaded the Photon OS OVA image (OVA with Hardware Version 15) 1. Configure VM Settings - After the OVA is imported, Fusion displays a confirmation that the import has completed and a summary of the settings for your Photon OS VM. The following screen shot is an example (your settings may vary). + After the OVA is imported, Fusion displays a confirmation that the import has completed and a summary of the settings for your Photon OS VM. The following screenshot is an example (your settings may vary). ![VM settings](../../images/fs-ova-finish.png) diff --git a/content/en/docs-v5/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md b/content/en/docs-v5/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md index d156131fb7..71ebf402bd 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-fusion/prerequisites-for-photon-os-on-fusion.md @@ -29,7 +29,7 @@ Before you use Photon OS within Fusion, perform the following prerequisite tasks Distribution File - Photon OS ISO or OVA file downloaded from [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/). + Photon OS ISO or OVA file downloaded from [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/). @@ -51,6 +51,6 @@ Before you use Photon OS within Fusion, perform the following prerequisite tasks 1. Download Photon OS. Go to the following URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/) + [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/) For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v5/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md b/content/en/docs-v5/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md index aa110c3b8e..0c23bfb4db 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-gce/prerequisites-for-photon-os-on-gce.md @@ -36,14 +36,13 @@ Perform the following tasks to make Photon OS work on GCE: 1. Set MTU to 1460. SSH will not work without it. 1. Create `/etc/ssh/sshd_not_to_be_run` with just the contents “GOOGLE\n”. - For more information see [Importing Boot Disk Images to Compute Engine](https://cloud.google.com/compute./tutorials/building-images). + For more information see [Importing Boot Disk Images to Compute Engine](https://cloud.google.com/compute/docs/tutorials/building-images). -For information about upgrading the Photon OS Linux kernel see [Upgrading the Kernel Version Requires Grub Changes for AWS and GCE Images](Upgrading-the-Kernel-Version-Requires-Grub-Changes-for-AWS-and-GCE-Images.md) ## Photon OS Image VMware recommends that administrators use the Photon OS image for Google Compute Engine (GCE) to create Photon OS instances on GCE. Photon OS bundles the Google startup scripts, daemon, and cloud SDK into a GCE-ready image that has been modified to meet the configuration requirements of GCE. You can download the Photon OS image for GCE from the following URL: -[https://packages.vmware.com/photon/5.0/GA/gce/](https://packages.vmware.com/photon/5.0/GA/gce/) +[https://packages.broadcom.com/photon/5.0/GA/gce/](https://packages.broadcom.com/photon/5.0/GA/gce/) For instructions, see [Downloading Photon OS](../../downloading-photon). @@ -157,7 +156,7 @@ Perform the following tasks: echo "exit 0" >> /etc/rc.local printf "GOOGLE\n" > /etc/ssh/sshd_not_to_be_run - # Edit sshd_config and ssh_config as per instructions on [this link](https://cloud.google.com/compute./tutorials/building-images). + # Edit sshd_config and ssh_config as per instructions on [this link](https://cloud.google.com/compute/docs/tutorials/building-images). ``` 1. Change MTU to 1460 for network interface. @@ -185,7 +184,7 @@ Perform the following tasks: 1. Pack and upload to GCE. - Shut down the Photon VM and copy its disk to THE `tmp` folder. + Shut down the Photon VM and copy its disk to the `tmp` folder. ```console # You will need to install Google Cloud SDK on host machine to upload the image and play with GCE. diff --git a/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md b/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md index 2a8b15da1f..232e94c49c 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/installing-the-iso-image-for-photon-os-rpi.md @@ -38,7 +38,7 @@ After you have downloaded the Photon RPi image with the file extension `*.raw.xz After you flash Photon OS successfully onto the RPi SD card, eject the card from your host computer and plug it back into the RPi board. -When you power on Raspberry Pi , it boots with Photon OS. +When you power on Raspberry Pi, it boots with Photon OS. After the splash screen, Photon OS prompts you to log in. diff --git a/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md b/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md index 6966b44ba8..7ae0157044 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-raspberry-pi/prerequisites-for-photon-os-on-rpi.md @@ -29,7 +29,7 @@ Before you use Photon OS within RPi, perform the following prerequisite tasks: Distribution File - Photon OS RPi image downloaded from URL
+ Photon OS RPi image downloaded from URL

Note: Photon OS RPi image is available only from Photon 3.0 onwards. @@ -41,6 +41,6 @@ Before you use Photon OS within RPi, perform the following prerequisite tasks: **Note**: You cannot use the Photon ISO to install on RPi. - Go to the following URL and download the latest release of Photon OS image for RPi: [https://packages.vmware.com/photon/5.0/GA/rpi/rpi.tar.xz](https://packages.vmware.com/photon/5.0/GA/rpi/rpi.tar.xz). + Go to the following URL and download the latest release of Photon OS image for RPi: [https://packages.broadcom.com/photon/5.0/GA/rpi/rpi.tar.xz](https://packages.broadcom.com/photon/5.0/GA/rpi/rpi.tar.xz). For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v5/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md b/content/en/docs-v5/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md index 3392b3739a..cf634d386e 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-vsphere/installing-photon-os-from-iso-image-on-vsphere.md @@ -196,7 +196,7 @@ After you download the Photon OS ISO image into a folder of your choice, complet ![Password confirmation](../../images/confirmrootpassword20.png) - **Note:** If you have trouble with unintentional repeated characters in the Remote Console, follow VMware KB 196 ( [http://kb.vmware.com/kb/196](http://kb.vmware.com/kb/196)) for a setting to apply to the virtual machine. + **Note:** If you have trouble with unintentional repeated characters in the Remote Console, follow VMware KB 196 ( [http://kb.vmware.com/kb/196](https://kb.vmware.com/kb/196)) for a setting to apply to the virtual machine. Press the `Enter` key. The installer proceeds to install the software. Installation times will vary based on the system hardware and installation options you selected. Most installations complete in less than one minute. diff --git a/content/en/docs-v5/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md b/content/en/docs-v5/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md index 083b889334..097bb052ce 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-vsphere/prerequisites-for-photon-os-on-vsphere.md @@ -25,11 +25,11 @@ Before you use Photon OS within VMware vSphere, perform the following prerequisi Storage - Minimal Photon install: ESXi host with at least 512MB of free space (minimum); Full Photon install: ESXi host with at least 4GB of free space (minimum); 16GB is recommended; 16GB recommended. + Minimal Photon install: ESXi host with at least 512MB of free space (minimum); Full Photon install: ESXi host with at least 4GB of free space (minimum); 16GB is recommended. Distribution File - Photon OS ISO or OVA file downloaded from [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/). + Photon OS ISO or OVA file downloaded from [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/). @@ -45,8 +45,8 @@ Before you use Photon OS within VMware vSphere, perform the following prerequisi 1. Download Photon OS. Go to the following URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/](https://packages.vmware.com/photon/) + [https://packages.broadcom.com/photon/](https://packages.broadcom.com/photon/) - For instructions, see [https://github.com/vmware/photon/wiki/Downloading-Photon-OS](https://github.com/vmware/photon/wiki/Downloading-Photon-OS). + For instructions, see [https://github.com/vmware/photon/wiki/downloading-photon-os](https://github.com/vmware/photon/wiki/downloading-photon-os). **Note:** For ISO installation, you must upload to a datashare that is attached to the ESXi host, or mount the file share where the ISO resides as a data store. diff --git a/content/en/docs-v5/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md b/content/en/docs-v5/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md index 22fa1d52a2..868d26a66b 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-workstation/importing-photon-os-from-ova-on-workstation.md @@ -5,7 +5,7 @@ weight: 2 Using the OVA is the easiest way to create a Photon OS VM on VMware Workstation. -After you have downloaded the the OVA file (OVA with Hardware Version 11), perform the following steps: +After you have downloaded the OVA file (OVA with Hardware Version 11), perform the following steps: 1. Start the Import Process @@ -42,7 +42,7 @@ After you have downloaded the the OVA file (OVA with Hardware Version 11), perfo Under Guest operating system, select **Linux**. - For Version, click the list and select **VMWare Photon 64-bit**. + For Version, click the list and select **VMware Photon 64-bit**. ![Version](../../images/ws-ova-os.png) diff --git a/content/en/docs-v5/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md b/content/en/docs-v5/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md index 60d8df56b2..ca1df4c1f8 100644 --- a/content/en/docs-v5/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md +++ b/content/en/docs-v5/installation-guide/run-photon-on-workstation/prerequisites-for-photon-os-on-workstation.md @@ -28,7 +28,7 @@ Before you use Photon OS within Workstation, perform the following prerequisite Distribution File - Photon OS ISO or OVA file downloaded from VMware (https://packages.vmware.com/photon/5.0/GA/). + Photon OS ISO or OVA file downloaded from VMware (https://packages.broadcom.com/photon/5.0/GA/). @@ -51,6 +51,6 @@ To get Photon OS up and running quickly, use the OVA. 1. Download Photon OS. Go to the following URL and download the latest release of Photon OS: - [https://packages.vmware.com/photon/5.0/GA/](https://packages.vmware.com/photon/5.0/GA/) + [https://packages.broadcom.com/photon/5.0/GA/](https://packages.broadcom.com/photon/5.0/GA/) For instructions, see [Downloading Photon OS](../../downloading-photon/). diff --git a/content/en/docs-v5/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md b/content/en/docs-v5/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md index 62ece6fd71..2b1380755a 100644 --- a/content/en/docs-v5/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md +++ b/content/en/docs-v5/troubleshooting-guide/kernel-problems-and-boot-and-login-errors/kernel-overview.md @@ -3,7 +3,7 @@ title: Kernel Overview weight: 1 --- -You can use `dmesg` command to troubleshooting kernel errors. The `dmesg` command prints messages from the kernel ring buffer. +You can use `dmesg` command to troubleshoot kernel errors. The `dmesg` command prints messages from the kernel ring buffer. The following command, for example, presents kernel messages in a human-readable format: diff --git a/content/en/docs-v5/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md b/content/en/docs-v5/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md index d5665a4582..4d21602969 100644 --- a/content/en/docs-v5/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md +++ b/content/en/docs-v5/troubleshooting-guide/network-troubleshooting/checking-firewall-rules.md @@ -3,7 +3,7 @@ title: Checking Firewall Rules weight: 5 --- -The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. In other words, you must configure the firewall for your applications and requirements. +The design of Photon OS emphasizes security. On the minimal and full versions of Photon OS, the default security policy turns on the firewall and drops packets from external interfaces and applications. As a result, you might need to add rules to iptables to permit forwarding, allow protocols like HTTP, and open ports. In other words, you must configure the firewall for your applications and requirements. The default iptables settings on the full version look like this: diff --git a/content/en/docs-v5/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md b/content/en/docs-v5/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md index c8c5d1b557..b2a2265516 100644 --- a/content/en/docs-v5/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md +++ b/content/en/docs-v5/troubleshooting-guide/photon-os-general-troubleshooting/photon-code.md @@ -38,13 +38,13 @@ gpg-pubkey 3e1ba8d5 Google Cloud Packages RPM Signing Key gc-team@google.com ``` ## Check if an image has vulnerabilities -Use the security scanners to find security issues. Alternatively The `tdnf updateinfo info` command displays all the applicable security updates the host needs. +Use the security scanners to find security issues. Alternatively the `tdnf updateinfo info` command displays all the applicable security updates the host needs. ## Check if a CVE is Fixed The Photon team fixes vulnerabilities and publishes advisories to [https://github.com/vmware/photon/wiki/Security-Advisories](https://github.com/vmware/photon/wiki/Security-Advisories). ## To Check if Security Updates are Available -Use the `tdnf updateinfo info`, `tdnf update --security` or `tdnf update ---sec-severity ` commands to check if security updates are available. For example: +Use the `tdnf updateinfo info`, `tdnf update --security` or `tdnf update --sec-severity ` commands to check if security updates are available. For example: Check if there are any security updates @@ -54,7 +54,7 @@ root@photon [ ~ ]# tdnf updateinfo 70 Security notice(s) ``` -Check if there are security updates for libssh2. note this is relative to what is installed in local +Check if there are security updates for libssh2. Note this is relative to what is installed in local ```console root@photon[ ~ ]# tdnf updateinfo list libssh2 diff --git a/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-master-node.md b/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-master-node.md index 639af7a850..c6e7ab6cab 100644 --- a/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-master-node.md +++ b/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-master-node.md @@ -77,7 +77,7 @@ net.bridge.bridge-nf-call-iptables = 1 net/bridge/bridge-nf-call-arptables = 1 ``` -Apply the new `sysctl` setttings as follows: +Apply the new `sysctl` settings as follows: ``` sysctl --system @@ -109,7 +109,7 @@ pull-image-on-create: false disable-pull-on-run: false ``` -Use `systemd` as cgroup for containerd as shown in the followng command: +Use `systemd` as cgroup for containerd as shown in the following command: Configuration File diff --git a/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-worker-node-on-kubernetes.md b/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-worker-node-on-kubernetes.md index 85da1423ae..06862d7f3c 100644 --- a/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-worker-node-on-kubernetes.md +++ b/content/en/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/configure-worker-node-on-kubernetes.md @@ -206,7 +206,7 @@ docker pull calico/kube-controllers:v3.25.0 ### Cluster Test -The Kubernetes worker node should be up and running now. Run the following command from the kube-master node to verify the state of the cluster: +The Kubernetes worker node should be up and running now. Run the following command from the kube-master node to verify the state of the cluster: ``` kubectl get nodes diff --git a/content/en/docs-v5/user-guide/setting-up-network-pxe-boot.md b/content/en/docs-v5/user-guide/setting-up-network-pxe-boot.md index 1765adc2cc..9ade5f305c 100644 --- a/content/en/docs-v5/user-guide/setting-up-network-pxe-boot.md +++ b/content/en/docs-v5/user-guide/setting-up-network-pxe-boot.md @@ -11,7 +11,7 @@ To set up a PXE server, you will need to have the following: * A DHCP server to allow hosts to get an IP address. * A TFTP server, which is a file transfer protocol similar to FTP with no authentication. -* Optionally, an HTTP server. The HTTP server will serve the RPMs yum repo, or you can use the official [VMware Photon Packages](https://packages.vmware.com/photon/) repo. Also, this HTTP server can be used if you want to provide a kickstart config for unattended installation. +* Optionally, an HTTP server. The HTTP server will serve the RPMs yum repo, or you can use the official [Broadcom Photon OS packages](https://packages.broadcom.com/photon/) repo. Also, this HTTP server can be used if you want to provide a kickstart config for unattended installation. The instructions to set up the servers assume you have an Ubuntu 14.04 machine with a static IP address of `172.16.78.134`. diff --git a/content/en/docs-v5/user-guide/working-with-kickstart.md b/content/en/docs-v5/user-guide/working-with-kickstart.md index 51f2995bf7..cbcbdc25f4 100644 --- a/content/en/docs-v5/user-guide/working-with-kickstart.md +++ b/content/en/docs-v5/user-guide/working-with-kickstart.md @@ -47,7 +47,7 @@ ks=/dev/sr1:/isolinux/sample_ks.cfg On Photon OS, you can configure many settings such as the hostname, password, disk to install, post installation script, and so on. -To find out more about the Kickstart capabilities and the permitted JSON parameters in Kickstart, see the following page: [Kickstart Features](https://github.com/vmware/photon-os-installer/blob/master./ks_config.md) +To find out more about the Kickstart capabilities and the permitted JSON parameters in Kickstart, see the following page: [Kickstart Features](https://github.com/vmware/photon-os-installer/blob/master/docs/ks_config.md) ## Sample Configuration File @@ -255,9 +255,7 @@ ks=https:/// insecure_installation=1 ## Building an ISO with a Kickstart Config File -Here's an example of how to add a kickstart config file to the Photon OS ISO by mounting the ISO on an Ubuntu machine and then rebuilding the ISO. The following example assumes you can adapt the sample kickstart configuration file that comes with the Photon OS ISO to your needs. You can obtain the Photon OS ISO for free from VMware at the following URL: - -[https://packages.vmware.com/photon](https://packages.vmware.com/photon) +Here's an example of how to add a kickstart config file to the Photon OS ISO by mounting the ISO on an Ubuntu machine and then rebuilding the ISO. The following example assumes you can adapt the sample kickstart configuration file that comes with the Photon OS ISO to your needs. You can obtain the Photon OS ISO for free from the [Broadcom Photon OS download webpage](https://github.com/vmware/photon/wiki/Downloading-Photon-OS). Once you have the ISO, mount it.