- Community Home
- >
- Servers and Operating Systems
- >
- Integrity Servers
- >
- Re: Access ILO from hpux
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2015 06:53 PM
10-29-2015 06:53 PM
Re: Access ILO from hpux
Have you tried the arp/ping method described above?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2015 03:11 PM
11-01-2015 03:11 PM
Re: Access ILO from hpux
Ip is 127.0.0.1 i think is impossible to get connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2015 04:22 PM
11-01-2015 04:22 PM
Re: Access ILO from hpux
The arp/ping method does not use the current IP address at all. As long as the iLO is not trying to use DHCP, arp/ping will set the desired address. The instructions are very simple:
1. Find the MAC address of the iLO.
2. Type the arp command using the MAC address and the new IP address you want to use.
The command is: arp -s <MACaddr> <newIPaddr>
3. Ping the new IP address.
If the iLO obtains a DHCP address, you'll need to connect the iLO port directly to your laptop and repeat the 3 steps.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2015 02:25 PM
11-02-2015 02:25 PM
Re: Access ILO from hpux
Nice solution,but i don't know how to get arp address.
On switch there is no arp address(report only arp with ip configured)
and ipmitoool doesn't want to compile on hpux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2015 04:09 PM - edited 11-02-2015 04:14 PM
11-02-2015 04:09 PM - edited 11-02-2015 04:14 PM
SolutionThere is no current IP address needed to use the arp -s command.
You need the MAC address for the iLO port.
This written on the pull-out card in the front of the server.
On your laptop, start a DOS (cmd) window and then:
arp -s <new_IP_address_to_use_for_this_iLO_port> <the_MAC_address_from_your_server_pull_out_card>
For example:
arp -s 192.168.2.10 00-00-0c-07-ac-00 ping 192.168.2.10
arp -s sets the new address using the MAC address for this iLO port.
Then use telnet to get to the new address for the iLO (the 192.168.2.10 address above).
NOTE: The earlier example for arp in this thread had the MAC and IP address reversed.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2015 11:14 AM
11-03-2015 11:14 AM
Re: Access ILO from hpux
It doesn't work.
I get addr from the frontal card.
Then i connect directly to my eth0 laptop,and doesn't work
i use on linux
arp -s 192.168.0.123 00:**:**:**:**:**
Then i connect to switch(and i see only one light is green,the other is off)
Then i try XP
arp -s 192.168.0.123 00-**-**-**-**-**
Nothing
i do last try now,connect directly to router: will work?I think no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2015 11:39 AM
11-03-2015 11:39 AM
Re: Access ILO from hpux
You wrote
>> I can see the output on terminal laptop via nullmodem
What happens if you press <CTRL> e followed by c and f ?
This should give you write access.
Make sure the serial cable is connected to the 24pin connetor at the MP card.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2015 11:53 AM - edited 11-03-2015 11:56 AM
11-03-2015 11:53 AM - edited 11-03-2015 11:56 AM
Re: Access ILO from hpux
I have no cable of 25pin,i have ordered one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2015 11:57 AM
11-03-2015 11:57 AM
Re: Access ILO from hpux
>> >> I can see the output on terminal laptop via nullmodem
What exactly do you see?
Where is your cable connected?
After connecting the power cables, you should see
HP Management Processor
Firmware Revision E.03.28 May 24 2006,20:30:11
(c) Copyright Hewlett-Packard Company 1999-2006. All Rights Reserved.
*************************************************************************
This is a private system.
Do not attempt to login unless you are an authorized user.
Any authorized or unauthorized access or use may be monitored and can
result in criminal or civil prosecution under applicable law.
*************************************************************************
*************************************************************************
Only default users are configured.
Use one of the following user/password pairs to login:
Admin/Admin
Oper/Oper
*************************************************************************
MP login:
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2015 12:33 PM
11-03-2015 12:33 PM
Re: Access ILO from hpux
Finally i found solution,the arp -s suggested by Hassel works fine.
Thanks to all for help,the problem was my network some pc cannot reach
the 10.2.0.44 static address given to hpilo via arp -s.
Only one(the pc with 10.2.0.1) can reach it,the other with route static
configured not.
This time i check with this command
/opt/propplus/bin/cprop -summary -c "Management Processor"
And i see the 10.2.0.44 static address
- « Previous
-
- 1
- 2
- Next »