This post is more than 5 years old
2 Intern
•
223 Posts
1
13813
February 5th, 2014 07:00
Avamar GEN4S RMM Module Connection Problem
Hello,
has someone experience with the RMM Modul in the Avamar GEN4S intel servers.
I have to install a lot of singel nodes and on most of them the connection to the dedicated rmm port don´t work.
I have set up it like follows:
ipmitool lan set 3 ipaddr IPADDR1
ipmitool lan set 3 netmask IPADDR2
ipmitool lan set 3 defgw ipaddr IPADDR3
But it is not possibe to ping them.
I tried to reset the BMC with
ipmitool mc reset cold/warm
No ping possible.
When I choose the shared option with the following command it works:
ipmitool lan set 1 ipaddr IPADDR1
ipmitool lan set 1 netmask IPADDR2
ipmitool lan set 1 defgw ipaddr IPADDR3
But this is not what I want, I want to use the dedicated port wich is on a special switch.
I have tested this configuration altough with a direct lan connection the the rmm port with the same result. So I can exclude that there are some network errors.
Any idea?
Druehl1
2 Intern
•
223 Posts
0
February 6th, 2014 06:00
Hi,
The output is the same as You posted. But try a ping to the RMM adress it dont work.
gfznjhz
4 Posts
0
February 6th, 2014 06:00
Hi,
below, the screenshot of commands I've recently run on GEN4S node, and it worked fine :
root@AVMR:~/#: ipmitool lan set 3 ipaddr 192.168.9.203
Setting LAN IP Address to 192.168.9.203
root@AVMR:~/#: ipmitool lan set 3 netmask 255.255.255.0
Setting LAN Subnet Mask to 255.255.255.0
root@AVMR:~/#: ipmitool lan set 3 defgw ipaddr 192.168.9.254
Setting LAN Default Gateway IP to 192.168.9.254
root@AVMR:~/#: ipmitool lan print 3
Set in Progress : Set Complete
Auth Type Support : MD5 PASSWORD
Auth Type Enable : Callback : MD5 PASSWORD
: User : MD5 PASSWORD
: Operator : MD5 PASSWORD
: Admin : MD5 PASSWORD
: OEM :
IP Address Source : Static Address
IP Address : 192.168.9.203
Subnet Mask : 255.255.255.0
MAC Address : 00:1e:67:85:f5:b5
SNMP Community String : public
IP Header : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled
Gratituous ARP Intrvl : 0.0 seconds
Default Gateway IP : 192.168.9.254
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
RMCP+ Cipher Suites : 0,1,2,3,4,6,7,8,9,11,12,13,15,16,17,18
Cipher Suite Priv Max : caaaaaaaaaaaaaa
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
You can match with results of your commands.
Regards,
Andy
dileep451
1 Rookie
•
82 Posts
0
July 30th, 2015 03:00
How Can we create a new user for ipmitool to login.