Skip to content

How to remotely access another PC ? #2363

Answered by germa89
ufsaa2022 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ufsaa2022

I am not sure if you are using PyMAPDL (bit launch_mapdl) or using pymechanical (from the error message).

Anyways, if you refer to PyMAPDL, PyMAPDL cannot start an MAPDL instance in a remote PC. You need to launch it manually in that PC, and then connect to it from PyMAPDL.

For instance in the remote PC with ip XXX.YY.ZZ.WW issue:

/ansys_inc/v232/ansys/bin/ansys232 -grpc

Then from your laptop (without Ansys, but in the same network as the other one) you launch python and type:

>>> from ansys.mapdl.core import launch_mapdl
>>> mapdl = launch_mapdl(ip="XXX.YY.ZZ.WW")

I hope it helps.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ufsaa2022
Comment options

@germa89
Comment options

Answer selected by germa89
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