HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configure an APC network card for a UPS Matrix 500...
Operating System - HP-UX
1826230
Members
4906
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-31-2003 07:06 AM
10-31-2003 07:06 AM
configure an APC network card for a UPS Matrix 5000 using ARP
I am trying to configure the IP address for a network card on our network that is installed on an APC Matrix 5000 UPS (more information can be found below for this specific model)
Information about the Matrix APC UPS:
http://www.apc.com/products/family/index.cfm?id=72
Information about the card:
http://www.apc.com/resource/include/techspec_index.cfm?base_sku=AP9617
Network card Manual page (used as reference below):
http://sturgeon.apcc.com/techref.nsf/partnum/990-7142A
The instructions in the installation booklet (page 15) tell to use as "gleaning" as one of the network configuration methods, the following steps apply.
1. Log into a machine in the same subnet (this happens to be a HP-UX 11.0)
2. use the command:
arp -s
3. Use ping to set the IP address:
ping -s 113
4. Use telnet to access the Management card console.
The problems I am encountering are the following:
1. When I use ping on step three above, I get "ping: illegal packet size"
What other method can I use to configure this card? Any ideas and/or suggestions on what may be going wrong?
I also posted this information in General Networking but I am getting no answers I believe maybe here because it's a more Unix oriented location I can get some answers.
Link: http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1067625391046+28353475&threadId=243735
Thanks!
Information about the Matrix APC UPS:
http://www.apc.com/products/family/index.cfm?id=72
Information about the card:
http://www.apc.com/resource/include/techspec_index.cfm?base_sku=AP9617
Network card Manual page (used as reference below):
http://sturgeon.apcc.com/techref.nsf/partnum/990-7142A
The instructions in the installation booklet (page 15) tell to use as "gleaning" as one of the network configuration methods, the following steps apply.
1. Log into a machine in the same subnet (this happens to be a HP-UX 11.0)
2. use the command:
arp -s
3. Use ping to set the IP address:
ping
4. Use telnet to access the Management card console.
The problems I am encountering are the following:
1. When I use ping on step three above, I get "ping: illegal packet size"
What other method can I use to configure this card? Any ideas and/or suggestions on what may be going wrong?
I also posted this information in General Networking but I am getting no answers I believe maybe here because it's a more Unix oriented location I can get some answers.
Link: http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1067625391046+28353475&threadId=243735
Thanks!
Contrary to popular belief, Unix is user friendly. It's just very particular about who it makes friends with
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 07:16 AM
10-31-2003 07:16 AM
Re: configure an APC network card for a UPS Matrix 5000 using ARP
I am not familiar with that APC card or the UPS but I do know that your ping command will not work with HP. It would from M$ nt etc. Could you try these steps:
first determine an unused IP address on your subnet. Remember the box you are on and the APC card have to be on the same V-LAN, switch whatever so you can connect to it without going through a router, firewall etc.
Once you have that address, lets say 192.168.0.10 then you associate that IP address with the MAC address of the APC card. I am hoping that you have the MAC address of the card. It would be a 12 digit HEX number. For example if the MAC address is 10:17:e9:9e:3d:a2 then the command would be:
arp -s 192.168.0.10 0:7:e9:9e:3d:a2
Then you should be able to telnet to that IP address:
telnet 192.168.0.10 and do your work from there.
first determine an unused IP address on your subnet. Remember the box you are on and the APC card have to be on the same V-LAN, switch whatever so you can connect to it without going through a router, firewall etc.
Once you have that address, lets say 192.168.0.10 then you associate that IP address with the MAC address of the APC card. I am hoping that you have the MAC address of the card. It would be a 12 digit HEX number. For example if the MAC address is 10:17:e9:9e:3d:a2 then the command would be:
arp -s 192.168.0.10 0:7:e9:9e:3d:a2
Then you should be able to telnet to that IP address:
telnet 192.168.0.10 and do your work from there.
If it has wheels or a skirt, you can't afford it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 07:34 AM
10-31-2003 07:34 AM
Re: configure an APC network card for a UPS Matrix 5000 using ARP
John, actually the HP-UX I am using is in the same subnet, but it does go through a switch (not a router) before getting to the IP designated for the UPS NIC. And yes, I do have the MAC for the NIC.
I have used already:
arp -s (In the format xx:xx:xx:xx:xx:xx)
I am unable to telnet! It just says "Trying..." Oh, and I can't ping the IP.
I have used already:
arp -s
I am unable to telnet! It just says "Trying..." Oh, and I can't ping the IP.
Contrary to popular belief, Unix is user friendly. It's just very particular about who it makes friends with
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 07:38 AM
10-31-2003 07:38 AM
Re: configure an APC network card for a UPS Matrix 5000 using ARP
Success!
I was unable to use the HP-UX to get into the network card's console, but I was able to do so with a windows 2000 system in the same subnet by using:
1. arp -s
2. ping -l 113 (that is a dash letter "l")
3. telnet
I got a login and logged in with the default ID/Passwd.
Thanks, I still would have liked to know how to telnet with HP-UX, but the problem is resolved!
I was unable to use the HP-UX to get into the network card's console, but I was able to do so with a windows 2000 system in the same subnet by using:
1. arp -s
2. ping
3. telnet
I got a login and logged in with the default ID/Passwd.
Thanks, I still would have liked to know how to telnet with HP-UX, but the problem is resolved!
Contrary to popular belief, Unix is user friendly. It's just very particular about who it makes friends with
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP