Deployment Manual
19
3. Execute the
vi ifcfg-eno1
command and press
i
to edit the network card configuration file. After editing, press the
Esc
key, and then input
:wq
to save the configuration.[root@localhost network-scripts]#
vi ifcfg-eno1
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=
static
#Obtain static IP
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=eno1
UUID=562aca55-52d3-40fb-8d0d-70eba5f1831f
DEVICE=eno1
ONBOOT=
yes
#Launch on startup
IPADDR=
172.26.8.247
#Change to actual IP
GATEWAY=
172.26.0.1
#Change to actual gateway
NETMASK=
255.255.0.0
#Change to actual subnet mask
Step 4
Execute the
systemctl restart network
command to restart the network.
After configuring the network, you can remotely log in to the server through SecureCRT or
Xshell and according to SSH protocol. Here we use Xshell as an example.
Step 5
Log in to the server remotely through Xshell.
Step 6
Upload basic package and driver.
1. Execute the
mkdir /home/base
command to go to the /home/base folder.
2. Execute the
cd /home/base
command to go to the /home/base folder.
3. Click in the Xshell navigation bar
, and then move the basic package and driver
from the local PC to the /home/base directory.
4. Execute the
ll
command to view the /home/base folder, and confirm that the basic package and the driver
are uploaded.[root@localhost ~]#
mkdir /home/base
[root@localhost ~]#
cd /home/base
[root@localhost base]#
ll
total 1085180
-rw-r--r--. 1 root root 793805331 Nov 20 18:03
General_IVS-CentOS7.4-Base_CPU-X86-MD5-c8ef_V1.003.0000001.0.R.201117.tar.g
z
-rw-r--r--. 1 root root 317414755 Nov 20 21:23
General_IVS-CentOS7.4-Base_Driver_Atlas-X86-MD5-e9e5_V1.003.0000001.0.R.2