App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  Mount a volume in IBM ACE VPC on Cloud | IBM cloud CLI.

    Posted Wed March 15, 2023 02:27 AM

    Hi Team,

    Please help us with the below questions.

    1) How to mount a volume in IBM ACE VPC on Cloud, to store a file.

    2) How to access IBM Cloud CLI.

    Thanks & Regards.

    VamshiSai Kalangi.



    ------------------------------
    Vamshi Sai Kalangi
    ------------------------------


  • 2.  RE: Mount a volume in IBM ACE VPC on Cloud | IBM cloud CLI.

    Posted Wed March 29, 2023 03:29 PM

    Hi Vamshi - would you be able to provide us with more context? 

    such as:
    1. what is the offering that the customer is using - is this the App Connect managed service on IBM Cloud, or is this a customer-managed ACEcc / CP4I installation on IKS / ROSA, ACE installation on IBM Cloud VM?

    2. the IBM Cloud CLI can be found here: 
    https://www.ibm.com/cloud/cli  but would you be looking for something specific to ACE with regards to the CLI? 

    Thank you



    ------------------------------
    Gabriel Marte Blanco
    Austin TX
    ------------------------------



  • 3.  RE: Mount a volume in IBM ACE VPC on Cloud | IBM cloud CLI.

    Posted Sat April 08, 2023 12:45 PM
    1. To mount a volume in IBM App Connect Enterprise (ACE) VPC on Cloud, you can follow these steps:
    • Go to the IBM Cloud console and select your ACE instance.

    • Click on "Actions" and select "Edit" to open the instance configuration.

    • Under "Storage", click "Attach existing storage" to attach an existing volume or "Create new storage" to create a new volume.

    • Select the volume you want to attach or configure the options for a new volume, then click "Attach" or "Create".

    • Once the volume is attached, you can use the command "mount" to mount the volume to a directory in your ACE instance. For example, you can use the following command to mount the volume to the /mnt/data directory:

      sudo mount /dev/xvdf /mnt/data

    Note that the exact command may vary depending on your configuration.

    1. To access the IBM Cloud CLI, you can follow these steps:
    • Install the IBM Cloud CLI on your local machine by following the instructions for your operating system in the IBM Cloud documentation: https://cloud.ibm.com/docs/cli?topic=cloud-cli-getting-started
    • Open a terminal or command prompt and run the command ibmcloud login to log in to your IBM Cloud account. You will be prompted to enter your username and password.
    • After logging in, you can use the ibmcloud command to manage your IBM Cloud resources, such as creating and managing instances, deploying applications, and configuring services.

    I hope this helps! Let me know if you have any further questions.



    ------------------------------
    Avianna Jones
    ------------------------------