Permitting Access for the Samba Shared Drive in Oracle Compute Cloud Service Instances


Options



Before You Begin

Purpose

This tutorial describes the process to set up network security to open ports 139 and 445 on a Linux VM to allow access from a Microsoft Windows VM for the Samba shared drive on Oracle Compute Cloud Service.

Time to Complete

10 minutes

Background

To deploy PeopleSoft PeopleTools Clients in a Microsoft Windows VM, you must be able to access the Samba shared drive folders that are set up in a Linux VM in Oracle Compute Cloud Service. Samba shared drives are created during the deployment of a PeopleSoft environment on Oracle Compute Cloud Service instances to make the file system on the Linux operating system accessible to a Microsoft Windows host or VM.

Context

This tutorial is part of the following set of tutorials, which describe how to migrate a PeopleSoft environment to Oracle Compute Cloud Service:

  • Generating SSH Key Pair for Oracle Compute Cloud Service Instances
  • Using PeopleSoft Update Images in Oracle Compute Cloud Service
  • Migrating PeopleSoft Applications to Oracle Compute Cloud Service
  • Permitting Access for the Samba Shared Drive in Oracle Compute Cloud Service Instances
  • Permitting Access for Oracle Database Ports in Oracle Compute Cloud Service Instances
  • Accessing the Samba Shared Drive from a Microsoft Windows VM for PeopleTools Client Deployment
  • Deploying PeopleTools Clients for PeopleSoft Update Manager on Microsoft Windows Host or VM

What Do You Need?

  • A subscription to Oracle Compute Cloud Service is mandatory and you must be a user with the Compute_Operations and Storage Read Write Group roles.
  • A Linux VM instance created in Oracle Compute Cloud Service (Oracle Cloud), with the Samba Shared Drive folder created.
  • A Microsoft Windows VM instance created in Oracle Cloud or a Microsoft Windows host or VM on-premises (that is, at your site).

Creating Security Lists

  1. Sign in to Oracle Cloud My Services.
    Select the identity domain where you have created your Linux VM (mid-tier or full tier) and Microsoft Windows VM in Oracle Cloud, and enter your Oracle Cloud user name and password.
  2. Select Oracle Compute Cloud Services, Open Services.
  3. Click the Network tab:
    Oracle Compute Cloud Service Network page
  4. Select the Security Applications tile:
    Security Applications page
  5. Click Create Security Applications:
    Security Applications page, click Create Security Applications
  6. Enter the information on the Create Security Application page for Port 139, and then click the Create button:
    Create Security Application page for Port 139
    • Name: Enter a descriptive name, such as psftuser_sec_app_139
    • Port Type: Select tcp.
    • Port Range Start: Enter 139
  7. Select Create Security Applications.
  8. Enter the information on the Create Security Application page for Port 445, and then click the Create button:
    Create Security Application page for Port 445
    • Name: Enter a descriptive name, such as psftuser_sec_app_445.
    • Port Type: Select tcp.
    • Port Range Start: Enter 445.
  9. Select the Security IP Lists tile:
    Security IP Lists page
  10. Click Create Security IP List:
    Security IP Lists page, click Create Security IP List
  11. Enter the following information on the Create Security IP List page, and then click the Create button:
    Create Security IP List window
    • Name: Enter a descriptive name, sch as psftuser_sec_ip_list_windows.
    • IP List: Enter the Private IP address for your Microsoft Windows VM instance.
      If your Microsoft Windows VM is in Oracle Compute Cloud Service, enter the Microsoft Windows VM instance Private IP address.
      If your Microsoft Windows VM is on-premises, enter the Microsoft Windows VM instance Public IP address.
  12. On the Security Lists page, click Create Security List:
    Security Lists page, click Create Security List
  13. Enter the following information for port 139 on the Create Security List page, and then click the Create button:
    Create Security List window for Port 139
    • Name: Enter a descriptive name, sch as psftuser_sec_list_139.
    • Inbound Policy: Select Permit (allow packets) from the drop-down list.
    • Outbound Policy: Select Permit (allow packets) from the drop-down list.
  14. Select Create Security List.
  15. Enter the following information for port 445 on the Create Security List page, and then click the Create button:
    Create Security List window for Port 445
    • Name: Enter a descriptive name, sch as psftuser_sec_list_445.
    • Inbound Policy: Select Permit (allow packets) from the drop-down list.
    • Outbound Policy: Select Permit (allow packets) from the drop-down list.

Creating Security Rules

  1. On the Oracle Compute Cloud Service console, Network page, select the Security Rules tile:
    Security Rules page
  2. Click Create Security Rule:
    Security Rules page, click Create Security Rule
  3. Enter the following information for Port 139 on the Create Security Role page, and then click the Create button:
    Create Security Rule window for Port 139
    • Name: Enter a descriptive name, for example psftuser_sec_rule_139.
    • Security Application: From the drop-down list, choose the application you created in the previous section, for example psftuser_sec_app_139.
    • Source: Select the Security IP List radio button, and choose the one that you created for your Microsoft Windows Client Private IP Address, for example psftuser_sec_ip_list_windows.
    • Destination: Choose the Security List that you created in the previous section for port 139, for example psftuser_sec_list_139.
  4. Enter the following information for Port 445 on the Create Security Role page:
    Create Security Rule window for Port 445
    • Name: Enter a descriptive name, for example psftuser_sec_rule_445.
    • Security Application: From the drop-down list, choose the application you created in the previous section, for example psftuser_sec_app_445.
    • Source: Select the Security IP List radio button, and choose the one that you created for your Microsoft Windows Client Private IP Address, for example psftuser_sec_ip_list_windows.
    • Destination: Choose the Security List that you created in the previous section for port 139, for example psftuser_sec_list_445.

Adding Instances to the Security Lists

  1. On the Oracle Compute Cloud Service console, select the Instances tile.
  2. From the Instances list, click the options button for the Linux VM instance created for PeopleSoft mid-tier deployment:
    Instances page
  3. On the page for the Linux VM instance, click Add to Security List:
    Selected instance page, click Add to to Security List
  4. Choose the security list created for Port 139, for example psftuser_sec_list_139, and then click Attach:
    Add to Security List, choose Port 139 list
  5. Click Add to Security List.
  6. Choose the security list created for Port 445, for example psftuser_sec_list_445, and then click Attach:
    Add to Security List, choose port 445 list
  7. From the Instances list, click the options button for the Microsoft Windows VM instance created for the PeopleSoft PeopleTools Client deployment.
    Note. Proceed with the following steps only if your Microsoft Windows VM is in Oracle Compute Cloud Service.
    Instances page for Windows VM
  8. Click Add to Security List:
    Instances page, click Add to Security List
  9. Choose the security list created for Port 139, for example psftuser_sec_list_139, and then click Attach:
    Add to Security List window for Port 139
  10. Select Add to Security List.
  11. Choose the security list created for Port 445, for example psftuser_sec_list_445, and then click Attach.
    Add to Security List window for Port 445

Want to Learn More?