Skip to content
Discussion options

You must be logged in to vote

$ sudo beegfs remote status /mnt/beegfs/archive/flights-1m.csv
Error: unable to proceed without entity mappings including remote targets: error mapping Remote Storage Targets: rpc error: code = > Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:9010: connect: connection refused"

That error is actually from the beegfs tool. By default the --remote-addr is 127.0.0.1:9010 thinking that would make it slightly easier to try things out where Remote and CTL are just on the same machine and you are using the default 0.0.0.0:9010 Remote server address to simply listen on all addresses.

In your case just do:

$ export BEEGFS_REMOTE_ADDR=192.168.1.198:…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by scaleoutsean
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants