✌️How to use HPS in Vietnam region (VAST Data)?
Initial Setup
#
Item
Unit
Required
Description
Use with Metal Cloud (a Bare Metal GPU server)
Use FPT Images
1
# Create Mount Point
mkdir /mnt/hps2
mount -o proto=tcp,vers=3 10.101.33.1:/test /mnt/hps
mount -o proto=tcp,vers=3,nconnect=16 10.101.33.1:/mountpoint /mnt/hpsmount -o proto=rdma,port=20049,vers=3 10.101.33.1:/mountpoint /mnt/hps
mount -o proto=rdma,port=20049,nconnect=16,vers=3 10.101.33.1:/mountpoint /mnt/hpssudo mount -v -o vers=3,proto=rdma,port=20049,spread_reads,spread_writes,nconnect=16,localports=10.101.32.41,remoteports=10.101.33.1-10.101.33.64 10.101.33.1:/test /mnt/hps3
# Add the following line to /etc/fstab 10.101.33.1:/test /mnt/hps nfs vers=3,proto=rdma,port=20049,spread_reads,spread_writes,nconnect=16,localports=10.101.32.41,remoteports=10.101.33.1-10.101.33.64 0 0mount -aUse custom images
1
2
3
4
Use with a GPU Virtual machine
1
2
3
4
Last updated
Was this helpful?
