Tuesday, June 20, 2017

How to Remote upgrade B7079 BMC via Command Line

program: yafuflash v2.30

1. Open Windows Command prompt in Remote Windows Desktop.
2. Type yafuflash -nw -ip BMC_IP_Address -u username -p password -force-boot BMC_filename
Ex:
B7079 BMC IP: 192.168.1.26
B7079 BMC username: root
B7079 BMC password: superuser
B7079 BMC filename: 7079d500.i01

Monday, June 19, 2017

How to Remote upgrade B7079 BIOS via Command Line

Program: yafuflash v2.30


1. DC-OFF B7079
2. open Windows command prompt in Remote Windows Desktop
3. type yafuflash -nw -ip B7079_BMC_IP -u username -p password -bios bios_file
_name
ex:
B7079 BMC IP: 192.168.1.26
B7079 BMC username: root
B7079 BMC password: superuser
B7079 BIOS filename: 70797800.ROM

Tuesday, May 2, 2017

How to setup CentOS 7 to boot up to text mode

systemctl -f enable multi-user.target   <= boot to TEXT mode

ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target <= TEXT mode

ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target <=GUI mode

Tuesday, April 11, 2017

How to setup SNMP_TRAP in BMC

Hardware environment
SNMP sender
B7079, BIOS v2.03, BMC v7.0 IP:192.168.1.42

SNMP Receiver
Windows 7, IP: 192.168.1.39
MIB file: SNMP_Trap.mib
MIB Browser: iReasoning MIB Browser 11.0

B7079 BMC setting
1.      Use Web Browser remote login to B7079 BMC Web interface.
2.      Click PEF in Configuration menu

Wednesday, March 29, 2017

Login to CentOS 7 without Login Prompt

[root@testcentos7 ~]# vi /etc/systemd/system/getty.target.wants/getty@tty1.service

Find the line

ExecStart=-/sbin/agetty  –noclear %I $TERM

and change to

ExecStart=-/sbin/agetty --autologin root --noclear %I $TERM


Next boot there will be no login prompt for root user


Refer: kallumama Linux Tutorials

Thursday, March 9, 2017

How to install PXE server in CentOS 7.3


1.      Install CentOS 7.3
2.      Download CentOS 7.3 iso (CentOS-7-x86_64-DVD-1611.iso) to /home/fae/Downloads
3.      Set IP Address as static IP (one for PXE LAN, one for management LAN)
#cd /etc/sysconfig/network-scripts
Edit PXE LAN configuration (enp10s0)

Thursday, June 16, 2016

How to install MXnet in Ubuntu 14.04 LTS

Hardware Configutation
S7050GM2NR
CPU: E5-2650 v3 x1
RAM: DDR4 8GB x4
OS: Ubuntu 14.04 LTS Desktop 64bit
GPU: Nvidia Tesla K80 x1 (Driver: v352.93)

Setup Environment
1.      Install Ubuntu 14.04 LTS Desktop
2.      Boot to text mode
vi /etc/default/grub
mark GRUB_CMDLINE_LINUX_DEFAULT=”quiet”
change GRUB_CMDLINE_LINUX=”text”
umark GRUB_TERMINAL=console
save

update grub via command:
update-grub
reboot system

How to upgrade G4520G6 (B7149) Ffirmware

 G4520G6 firmware process Web GUI mode: CPLD -> BMC -> BIOS BMC Out of band (Redfish/BMC Web) : CPLD: *.jed.tar (System need power off...