Before You Begin
This 30-minute tutorial shows you how to create a file server for PeopleSoft Cloud Manager using the Oracle Cloud Infrastructure File Storage service.
Background
The PeopleSoft Cloud Manager file server is used with the Cloud Manager Repository feature to automatically download updates. You use the Cloud Manager Infrastructure Settings page to create a File Storage service file system.
The file system created in File Storage service is a cluster file
system for managing general purpose file data stored outside an
Oracle Database. The file system is accessed through a mount target.
The file system must have at least one export in one mount target in
order for instances to mount the file system.
The mount target provides the IP address or DNS name that is used in
the mount command when connecting NFS clients to a file system. A
single mount target can export many file systems. The export path
controls how NFS clients access file systems when they connect to a
mount target.
For more detailed explanations of the File Storage service concepts, see Overview of File Storage in the Oracle Cloud Infrastructure documentation.
Important!
You cannot use the File Storage service file system that you create for the Cloud Manager repository as the file system for a mid-tier node in a provisioned environment. See the tutorial Prepare to Install PeopleSoft Cloud Manager, Create a File Storage Service File System for Mid-tier Nodes.Use one of the three methods in this tutorial to create the file server for Cloud Manager:
- Create a new File Storage service file system, mount target, and export path
- Create a new File Storage service file system on an existing mount target
- Use an existing file system
The recommended approach is the first, to create a new file system, mount target, and export path. After you create the file system, see the PeopleSoft Cloud Manager documentation for information on working with the repository and file server. To locate the documentation, select Online Help (HTML) or PeopleBooks (PDF) on the PeopleSoft Cloud Manager page on the Oracle Help Center.
Note:
You may see the abbreviation "FSS" in the documentation and on Cloud Manager pages. In those cases, FSS refers to the file system created in File Storage service for use with the Cloud Manager repository.This is the thirteenth tutorial in the Install PeopleSoft Cloud Manager series. Read the tutorials in the order listed. The optional tutorials offer alternate methods for setup.
- Prepare to Install PeopleSoft Cloud Manager
- Verify Oracle Cloud Account Information for PeopleSoft Cloud Manager
- Plan the Virtual Cloud Network for PeopleSoft Cloud Manager (Optional)
- Create a Virtual Cloud Network for PeopleSoft Cloud Manager in the Oracle Cloud Infrastructure Console (Optional)
- Use Custom or Private Network Resources with PeopleSoft Cloud Manager (Optional)
- Create a Custom Linux Image for PeopleSoft Cloud Manager (Optional)
- Create a Custom Windows Image for PeopleSoft Cloud Manager in Oracle Cloud Infrastructure (Optional)
- Create Vault Resources for Password Management for PeopleSoft Cloud Manager
- Generate API Signing Keys for PeopleSoft Cloud Manager
- Install the PeopleSoft Cloud Manager Stack with Resource Manager
- Log in to the Cloud Manager Instance
- Specify Cloud Manager Settings
- Use File Storage Service for PeopleSoft Cloud Manager Repository
- Manage Cloud Manager Users, Roles, and Permission Lists
- Configure a Web Proxy for PeopleSoft Cloud Manager (Optional)
- Create a Load Balancer in Oracle Cloud Infrastructure for PeopleSoft Cloud Manager Environments (Optional)
- Create Defined Tags in Oracle Cloud Infrastructure for PeopleSoft Cloud Manager (Optional)
- Create Data Science Resources for Auto Scaling in PeopleSoft Cloud Manager (Optional)
What Do You Need?
See the prerequisites in the tutorial Prepare to Install PeopleSoft Cloud Manager, Use the File Storage Service for the Repository.
This tutorial assumes that you have set up Cloud Manager and supplied the necessary information on the Settings and Infrastructure Settings pages, as described in the previous tutorials.
The following ports must be opened in the subnet for the File Storage service mount target.
- TCP ports 111, 2048, 2049, and 2050
- UDP ports 111 and 2048
See Configuring VCN Security List Rules for File Storage in the Oracle Cloud Infrastructure documentation.
Create a New File System, Mount Target, and Export Path
When you create a new file system, mount target, and export path for the Cloud Manager file server, the resources are created in the same compartment, availability domain, VCN, and subnet as the PeopleSoft Cloud Manager instance.
- Sign in to Cloud Manager in a browser using the Cloud Administrator user ID and password.
- On the home page, select the Cloud Manager Settings tile, and then select File Server from the left-hand panel.
- On the File Server page, select No for the Use existing file system switch.
- Enter a name for the file system.
Use only lower-case letters, with no numbers or special characters. Initially, the field displays a default name based on the Cloud Manager instance name and domain. In the following illustration the name is cm-filesystem-infodev.
- Enter an export path, beginning with a slash (/).
The field displays a default name based on the Cloud Manager instance name and domain. In the following illustration the Export is /cm-filesystem-export-infodev.
- Select No for the Use existing Mount Target switch.
- Enter a path for the new Mount Target.
In the following illustration the mount target is mount-target.
- Click Create.
Description of this illustration (fileserverpage_new_filesystem.png) - To monitor the status of the process, click More Info.
The More Info Page lists the task and a status, such as Complete or Running, as shown in this example.
Description of this illustration (file_server_new_more_info.png) Note:
If the file system creation failed, check the More Info page for information about the failure. If the mount process failed, you may be able to click a Reset button on the File Server page, so that you can reenter values and try again. The Reset feature does not remove any file system instances that the process has started to create. You must remove the failed file systems in the Oracle Cloud Infrastructure console.The file system is ready when the Fss Status on the File Server page changes to FSS Configured.
- If you want to view the file system in the Oracle Cloud Infrastructure Console, under Core Infrastructure, select File Storage > File Systems, and select the compartment.
Create a New File System on an Existing Mount Target
Use this procedure if you already have an existing mount target that you want to use for the file system. You may need to use an existing mount target, for example, if you have reached the mount target limit in your tenancy.
See Service Limits in the Oracle Cloud Infrastructure Documentation.
You must ensure that the existing File Storage service mount target is in the same availability domain, VCN, and availability domain-specific subnet as the Cloud Manager instance.
If the existing File Storage service mount target is within a regional subnet, however, you can create the Cloud Manager instance in any of the availability domains spanned by the regional subnet.
- Make a note of the mount target name.
See Managing Mount Targets in the Oracle Cloud Infrastructure Documentation.
- Sign in to Cloud Manager in a browser using the Cloud Administrator user ID and password.
- On the home page, select the Cloud Manager Settings tile, and then select Infrastructure Settings from the left-hand panel.
- Verify that the information on the page is correct, and then click Save and Refresh OCI Metadata, so that the existing Mount Targets will be available in the next step.
- Select File Server from the left-hand panel.
- On the File Server page, select No for the Use existing file system switch.
- Enter a name for the file system.
Use only lower-case letters, with no numbers or special characters. Initially, the field displays a default name based on the Cloud Manager instance name and domain. In the following illustration the name is cm-filesystem-infodev.
- Enter an export path, beginning with a slash (/).
The field displays a default name based on the Cloud Manager instance name and domain. In the following illustration the Export is /cm-filesystem-export-infodev.
- Select Yes for the Use existing Mount Target switch.
- Select a mount target from the Use existing Mount Target
drop-down list.
Note:
If you do not see an existing mount target, you may need to wait a few minutes and click Refresh OCI Metadata on the Infrastructure Settings page again.Cloud Manager displays the Mount Target OCID, Availability Domain, and Compartment OCID. In the following illustration the mount target is mount-target.
- Click Create.
Description of this illustration (fileserverpage_existing_mount_target.png) - To monitor the status of the process, click More Info.
The file system is ready when the Fss Status changes to FSS Configured, as shown in this example.
Description of this illustration (fileserverpage_existing_mount_target_complete.png)
Use an Existing File System
Use these instructions with a File Storage service file system created with another Cloud Manager instance. For example, you have a Cloud Manager instance set up and have downloaded various items in the Repository. You want to remove the first Cloud Manager, but you want to retain the downloaded items in the repository. In this case, after you remove the first Cloud Manager instance, you can create a new Cloud Manager instance and attach the File Storage service file system from the first Cloud Manager instance. This process makes all the items that you had downloaded previously visible in the new instance repository.
Note:
This procedure does not apply to file systems created independently of Cloud Manager.You must ensure that the File Storage service mount target associated with this file system is in the same availability domain, VCN, and availability domain-specific subnet as the Cloud Manager instance.
If the existing File Storage service mount target is within a regional subnet, however, you can create the Cloud Manager instance in any of the availability domains spanned by the regional subnet.
- Obtain the information about the existing file system.
You will need the IP address for the mount target. You will also need the full name and domain for the export.
- Sign in to Cloud Manager in a browser using the Cloud Administrator user ID and password.
- On the home page, select the Cloud Manager Settings tile, and then select File Server from the left-hand panel.
- Select Yes for the Use existing file system switch.
- In the Existing Mount path field, enter a mount target and
export path, using the following format:
<Mount Target IP address>:/<File System Export Path>
The mount path in this example is 10.x.x.x:/cm-filesystem-export.regsubnet.pscmnetwork.oraclevcn.com.
Description of this illustration (fileserverpage_existing_filesystem.png) - Click Create.
- To monitor the status of the process, click More Info.
The file system is ready when the Fss Status on the File Server page changes to FSS Configured.
Next Steps
Manage Cloud Manager Users, Roles, and Permission Lists
Learn More
- PeopleSoft Cloud Manager Home Page, My Oracle Support, Doc ID 2231255.2
- Cumulative Feature Overview Tool (Click Generate a CFO report and select PeopleSoft Cloud Manager at the top.)
- Oracle Cloud Documentation in Oracle Help Center
Use File Storage Service for PeopleSoft Cloud Manager Repository
F26264-09
August 2025
Copyright © 2025, Oracle and/or its affiliates.
Create a file server for PeopleSoft Cloud Manager using the Oracle Cloud Infrastructure File Storage service.
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable:
U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software" or "commercial computer software documentation" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract. The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services. No other rights are granted to the U.S. Government.
This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.
This software or hardware and documentation may provide access to or information about content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.