Connect HMC to remote servers


 
Thread Tools Search this Thread
Operating Systems AIX Connect HMC to remote servers
# 1  
Old 06-27-2011
Connect HMC to remote servers

I'm trying to connect a few servers in different remote locations to my HMC. I added static IPs to the Service Processor through ASM, and did all the necessary network configurations, then connected those servers to our switch. Now my questions are:

- in our site, do I need to connect these servers directly to the HMC switch? or will it recognize the servers from the open network?
- we have two IPs for the HMC, one for connecting to local servers (private network) and one for us to connect to the HMC using a web browser (open network), and we have a firewall between our site and the remote one. So, if I want to request access from the firewall, what IP from the HMC side should be my "source" (where the remote servers are the "target")? open network or private? and what are the ports that I want to be opened? I read somewhere its 30000, 30001, is that correct?
# 2  
Old 06-27-2011
@dardeer
please be accurate if you mean one of the following

Remote Operation :
This task controls whether the HMC can be operated using a Web browser from
a remote workstation.
If you are planning to connect from the same site or over VPN or even give HMC a route-able IP address ( Real IP address ) via browser just read
the following redbook

Chapter 6 Network configuration and
the HMC > 6.2.2 LAN Adapters

For ports if you are using HTTPS just open 443 in HMC's built in firewall

Remote HMC
A remote HMC is one that is network-connected to a distant managed server or HMC.
# 3  
Old 06-28-2011
Yes I'm talking about remote HMC (second option). I can already connect to the HMC using a web browser. What I want now, is manage servers in remote locations
# 4  
Old 06-28-2011
if so , check out this link
# 5  
Old 07-12-2011
OK, so I used the open IP from the HMC. and there is no need to connect the remote server to the HMC switch, since the HMC can use its open/public IP to connect to managed system. everything is working now.... sort of

You see, I opened the right ports from the firewall, and the servers appear on my HMC and everything is fine. Except, when I open the virtual terminal and I can't type anything. no keys or letters are registered to the terminal.

After searching for this problem. I found that the output from lscons is /dev/vty1. And I connected the servers on HMC0 port. So I guess i need to change it to /dev/vty0. But lsdev -C | grep vty shows that vty0 is defined, and vty1, vty2 are available. I'm confused now. How to change this to vty0? And do I even need to change it? Is this even correct or should look elsewhere for the solution?

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Connect direct - SFTP - List of servers that I can connect

Greetings Experts, I am working for a bank client and have a question on connect-direct and SFTP. We are using Linux RedHat servers. We use connect-direct to transfer (NDM) files from one server to another server. At times, we manually transfer the files using SFTP from one server to another... (2 Replies)
Discussion started by: chill3chee
2 Replies

2. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

3. Shell Programming and Scripting

Sudo connect to a remote server and execute scripts in remote server

Hello Every one!! I am trying to write a shell script which will connect to a remote server and execute scripts which are at a certain path in the remote server. Before this I am using a sudo command to change the user. The place where I am stuck is, I am able to connect to the... (6 Replies)
Discussion started by: masubram
6 Replies

4. AIX

Servers state STANDBY in HMC v7

We have 2 p520 aix6.0 installed server. Both the server in cluster. and managed by HMC v7 both servers have rebooted due to power outage. Now both server state is STANDBY in HMC. I am unable to login or ping to that servers. Please help (5 Replies)
Discussion started by: reyazan
5 Replies

5. UNIX for Dummies Questions & Answers

How can we connect multiple servers at a time?

help me (0 Replies)
Discussion started by: sonu pandey
0 Replies

6. Shell Programming and Scripting

Bash script connect to remote servers and become root

Hi, I need a script that will connect to a list of servers and first sudo to root and then run a couple of commands. For security reasons, we can't setup ssh keys as root. Manually I have to login to a server as user and then sudo to root. It's not possible to use root@servername , because of... (8 Replies)
Discussion started by: misterx12345
8 Replies

7. Shell Programming and Scripting

Shell script to connect to multiple ssh servers

Hello, I have access to several linux servers (mostly centos based) located in a DC in another country. from day to day I need to login to each of them to do some work (they dont have gui/window manager installed, I work only from console), or even to just do a check like df -h for disc usage.... (3 Replies)
Discussion started by: MaRiOsGR
3 Replies

8. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

9. Shell Programming and Scripting

Connect two servers in shell script

Hello all, I know that is a question which has made too many times, and I have been looking into the threads but all posted was not sucessfully for me so... I need a shell script which connect two unix servers, but NOT using ssh... Is there another way to do it? I've tried ssh but it didn't... (1 Reply)
Discussion started by: Geller
1 Replies

10. Shell Programming and Scripting

need script to connect sftp servers

Dear friends, i need to connect sftp server from my home directory using script . Please can anyone help me on this. (1 Reply)
Discussion started by: kittusri9
1 Replies
Login or Register to Ask a Question