cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure IPMI port on Netbackup Appliance

ammar_sagai
Level 2

Hi!!

I would like to know how to configurat a netbackup appiance ipmi port?

thanks

1 ACCEPTED SOLUTION

Accepted Solutions

ammar_sagai
Level 2

Hi all

thanks a lot Sebastian Baszczyj I found a solution to my problem.

View solution in original post

3 REPLIES 3

Chad_Wansing2
Level 5
Employee Accredited Certified

Configuring the IPMI ports is a little bit different depending on the appliance you have, but the biggest thing is to go into the BIOS by hitting either F2 or DEL during the boot process (depending on your appliance) and configuring an IP address for the IPMI port.  Also, once you get the IP address setup, make sure you tell it "Send to BMC".

 

-Chad

Sebastian_Baszc
Level 5
Partner Accredited Certified

Hey Mate,

 

All Symantec appliances come with Suse 10.x

You can use the following commands to configure IPMI from the OS level.

The following is the procedure which works:

 

1. Log into the appliance as root

2. Use the following commands to configure IPMI:

ipmitool -I open lan print

 

/usr/bin/ipmitool -I open lan set 1 ipaddr xxx.xxx.xxx.xxx

/usr/bin/ipmitool -I open lan set 1 defgw ipaddr xxx.xxx.xxx.xxx

/usr/bin/ipmitool -I open lan set 1 netmask 255.255.255.0

/usr/bin/ipmitool -I open lan set 1 access on

 

Hope it helps. If it does - please mark this as the solution.

 

ammar_sagai
Level 2

Hi all

thanks a lot Sebastian Baszczyj I found a solution to my problem.