Server management software experience

Server management software experience

In my free time, I saw Ping An Cloud’s BMP on the Internet. Driven by curiosity, I was able to do it all at once! ! ! ! It can also be used. By the way, I have sorted out the deployment process and made a small share. Welcome all sisters and sisters to come and have a look.

Friends can also experience this product only at the trial portal, without running to install it.

step:

1. Obtain the installation package

2. Prepare the installation environment

3. Deploy the software

4. Get started

1. Obtain the installation package Apply for the installation package
from Ping An Cloud BMP official website https://bmp.yun.pingan.com .
After a while, the customer service email sent me two mirrors BMP-enterprise-beta-1.4.0.iso mirror and bootos.iso mirror.

But a mirror has 2, 3G, which is really not very friendly. Fortunately, my network is okay.

2. Prepare the installation environment.
Have a 4C8G+100G KVM virtual machine.

It seems that as long as there is 100G, other configurations are not a problem.

3 Deploy the software
Install the operating system
Use the BMP-enterprise-beta-1.4.0.iso to install the image to install the operating system
(the bootos.iso seems to be available if it is not available, the problem is not big, forget it) The virtual machine mounts the image, choose from the image Start it, click on the option under the picture to be okay.

However, it took a long time to install, and I almost thought this mirror was not good.
The password after installation is root/ABc@2020
Insert picture description here

Configure the network
1) Configure the network, need to connect to the out-of-band network

cat > /etc/sysconfig/network-scripts/ifcfg-eth0 <<EOF
TYPE=Ethernet
BOOTPROTO=static
NM_CONTROLLED=no
NAME=eth0
DEVICE=eth0
ONBOOT=yes
IPADDR=30.138.55.237  	#IP:
PREFIX=25     		#掩码
GATEWAY=30.138.55.254    #网关:
EOF
service network  restart

2) Add a file named config in /opt/ and assign ip to it

#vim  /opt/config
netip=30.138.55.237 

Deploy software

[root@luckboy ~]# cd /root/bmm1.4/
[root@luckboy bmm1.4]# sh configScript.sh
Install Success
[root@luckboy bmm1.4]# 

Return success: success
Return failed: failure, need to move log: /root/bmm1.4/initresult.log

I haven't encountered failed, so I didn't look at it carefully and
asked the customer service girl what is the use of bootos.iso , and said: "Well, just put it in the /kvm/iso/ directory", I don't want to go into details.

Configure the software
Then enter 30.138.55.237 (the IP configured by yourself)on the browser, andclick System -> Cloud Point Management (change the following configuration items, and the others keep the original configuration).

The default account admin/admin
is very, very important. It's about whether you can take care of the machine
Insert picture description here

default-bmmIsoSamba:
IP : IP configured in step 3 (default account password)
Access Key: sambauser
Secret Key: Smb20202

default-bmmManageJumpHost1:
IP : IP configured in step 3.2
Access Key: root
Secret Key: ABc@2020

The above default-bmmIsoSamba; default-bmmManageJumpHost1 …copy me, there should be no problem

default-gateone:
IP : IP configured in step 3.2
Access Key: (the first half of api_key in /etc/gateone/conf.d/30api_keys.conf file)
Secret Key: (/etc/gateone/conf.d/30api_keys.conf file the second half of api_key)

4. Get started

Enter server information
Enter the entry as shown below:
Insert picture description here

Fill in the following required items: server input required information

Host SN Required, enter the host SN information, SN must be the same as the serial number on the machine.
Host KVM IP Required. Enter the host's KVM IP information, that is, the machine's out-of-band IP.
status Required, select status information, including four statuses: inventory, under construction, in use, and offline.
Brand Required, select the brand name. If there is no selectable brand information, you can go to the basic information configuration to create a brand.
model Required, select the brand model. If there is no selectable brand information, you can add the model to the basic information configuration.
Owner Required, select the party that the machine belongs to. If there is no optional attribution party information, you can add attribution party to basic information configuration.

Configure the management account
According to the model, edit the account and password that can log in to the BMCInsert picture description here

Obtaining hardware information After
ensuring that redfish&ipmitool is turned on, click Status Update to see that the hardware information and status can be obtained.
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_45765961/article/details/114935237