1. 背景の説明:
その会社は最近、いくつかのビジネス システムを立ち上げる必要があり、11 台の HP サーバーを購入しました。メーカーのエンジニアがサーバーの設置を手伝ってくれましたが、システムは設置されていなかったため、自分たちで設置する必要がありました。
Linux のシャットダウン コマンド、コンピューター室の環境について考えてみましょう~とても寒いです!したがって、それぞれを自動的にインストールしてはなりません Linux システムのインストール方法 を参照してください。完全手動のワンクリック インストール システム スクリプトを RedHat と centos7 の両方でテストし、検証結果が成功しました。以下のプロセスです!
ワンクリック手動インストールスクリプトの全体的なプロセスは次のとおりです:
クライアントはネットワーク カードから起動し、外部ネットワークの DHCP サーバーから IP アドレスを手動で取得します。DHCP サーバーは、クライアントが取得したクライアント IP とブートストラップ ファイルの URL を返します。外部ネットワーク ブートストラップ ファイル内の TFTP サーバーからそれを実行し、TFTP サーバー経由でカーネルとファイル システムをロードし、インストールを開始します。手動インストールが完了し、システムが再起動します。
2. 右側に示すように、ローカルの yum ソースを設定します。
サーバー側のインストール スクリプト(右側に示すように):
3. サーバー側のインストールと構成の場合は、右の図に示すように、このスクリプトを実行するだけです。
右の図に示すように、DHCP、TFTP、xinetd、Vsftpd、syslinux、Tcpdump、およびその他のサービスを手動でインストールして構成します。
4. クライアントは手動でシステムのインストールを開始します
クライアント側では、右の図に示すように、デモンストレーション用に仮想マシンを使用して、ネットワーク カードの負荷の高い起動を有効にするように仮想マシンを構成します。The virtual machine network must communicate with the server How to install the Linux system. What I configured here is the network card bridge mode. By default, the network status of the host is directly copied, as shown in the picture on the right:
The client manually enters the system loading interface, as shown in the picture on the right:
The loading is completed and the installation begins, as shown in the picture on the right:
Install system-related services, as shown in the picture on the right:
The client system will restart after manual installation is completed, as shown in the picture on the right:
This completes how to read Linux. In the last issue, I will share with you a detailed video of the entire operation process.
以上が同社はビジネス システム、完全に自動化されたワンクリック インストール システム スクリプト共有を開始の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。