« Back to Technical Questions

Telnet Access to AXP VMWare

Combination View Flat View Tree View
How can I get telnet access to AXP VMWare CLI?
Is it possible?
I want to run it remotely on another machine, with better resources than my desktop machine.
 

You can get ssh access to AXP module (hardware or VM). Configure sysadmin username with a password and connect to AXP using ssh client.
 
Issue the following command on AXP CLI. You can also refer to developer guide to setup ssh access.
 
1. conf t
2. username sysadmin password xxxx
3. end
4. write memory

Thank you, it worked OK