- Community Home
- >
- Servers and Operating Systems
- >
- High Performance Computing
- >
- Problem setting IP for host in HPE swarm learning
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2023 03:44 AM
тАО04-16-2023 03:44 AM
I can't set IP for host when setting up HPE swarm learning.
I'm setting up a connection between a Google Colab Jupyter and a GPU I rent from vast.ai. Can these 2 GPUs be connected? Or does my GPU have to be connected to the internet?
Hopefully, someone will reply to me soon. Thanks a lot!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2023 03:01 AM
тАО04-18-2023 03:01 AM
Re: Problem setting IP for host in HPE swarm learning
Hi,
Regarding setting up IP Address for host in HPE Swarm Learning, please refer to this guide and FAQ.
Regarding Google Colab, this may not be the right forum, but here are some references for you:
https://analyticsindiamag.com/explained-how-to-access-jupyterlab-on-google-colab/
https://colab.research.google.com/
Thank You!
I work with HPE but opinions expressed here are mine.
HPE Tech Tips videos on How To and Troubleshooting topics
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2023 03:30 AM
тАО04-20-2023 03:30 AM
Solution@DuyLe
Hello,
To set the IP address for a host in HPE Swarm Learning, you need to modify the Docker configuration file. The file should be located in the /etc/docker/ directory and named daemon.json.
Here's an example of how to set a static IP address for a host in the Docker daemon configuration file:
{
"bip": "192.168.0.1/24",
"fixed-cidr": "192.168.0.0/24"
}
In this example, the bip option sets the IP address for the Docker bridge network, and the fixed-cidr option sets the subnet mask for the network. You can modify these options to suit your specific needs.
As for connecting two GPUs from different providers, it's possible as long as they are both connected to the internet and can communicate with each other over the network. You can use tools like SSH, VPN, or remote desktop software to establish a connection between the two GPUs.
However, keep in mind that connecting GPUs from different providers may introduce additional latency and network overhead, which can affect performance. It's also important to ensure that you have the necessary permissions and security measures in place to protect your data and infrastructure.
Hope this helps! Let me know