Linux安裝伺服器

2022-03-29 07:19:02 字數 3366 閱讀 3007

【實驗:按照下述要求安裝一台server】

/boot  100m

/    10g

/data  50g

/var/ftp  lvm 6g :/dev/vg_ftp/lv_ftp

swap  2048m

主機名:server.yimiao.com

ip:192.168.10.254

網路設定為vmnet1

關閉防火牆

一、準備centos映象,並安裝虛擬機器

二、安裝iso,並設定邏輯卷,先分割槽物理卷,然後設定物理卷為邏輯卷,操作如下圖所示

三、安裝ftp並設定開機啟動

[root@localhost centos]# rpm -ivh vsftpd-2.0.5-28.el5.x86_64.rpm

[root@localhost centos]# service vsftpd start

[root@localhost centos]# chkconfig --list vsftpd

vsftpd

0:關閉 1:關閉 2:關閉 3:關閉 4:關閉 5:關閉 6

:關閉[root@localhost centos]# chkconfig vsftpd on

[root@localhost centos]# chkconfig --list vsftpd

vsftpd

0:關閉 1:關閉 2:啟用 3:啟用 4:啟用 5:啟用 6:關閉

在windows環境下訪問可以正常訪問/var/ftp/pub

四、拷貝系統iso檔案到/var/ftp/pub/os/centos/5.10/

[root@localhost /]# cp -r /media/*

/var/ftp/pub/os/centos/5.10/

[root@localhost /]# du -sh /var/ftp/pub/os/centos/5.10/

4.4g /var/ftp/pub/os/centos/5.10/

拷貝redhat時候發現ftp目錄大小不夠,增加邏輯卷大小

[root@localhost /]# fdisk /dev/sda

command (m

for help): n

first cylinder (8689-10443, default 8689

): using default value

8689

last cylinder or +size or +sizem or +sizek (8689-10443, default 10443): +4g

command (m for

help): t

partition number (

1-7): 7

hex code (type l to list codes): l

hex code (type l to list codes): 8e

changed system type of partition

7to 8e (linux lvm)

command (m

for help): w

the partition table has been altered!

[root@localhost /]# partprobe /dev/sda

[root@localhost /]# pvcreate /dev/sda7

[root@localhost /]# vgextend vg_ftp /dev/sda7

[root@localhost /]# lvextend /dev/vg_ftp/lv_ftp /dev/sda7

[root@localhost /]# resize2fs /dev/vg_ftp/lv_ftp
五、增加yum源 用ftp做源

[centos server]

name=centos-5-10baseurl=/pub/os/centos/5.10/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-centos-5

[root@localhost yum.repos.d]# lftp 172.17.4.77

lftp

172.17.4.77:~>ll

未知命令 `ll'.

lftp 172.17.4.77:~> ls

drwx------ 200

16384 sep 14

16:13 lost+found

drwxr-xr-x 400

4096 sep 21

11:38

publftp

172.17.4.77:/> cd pub/lftp

172.17.4.77:/pub> ls

drwxr-xr-x 400

4096 sep 20

16:32

osdrwxr-xr-x 200

4096 sep 21

11:45

repo

lftp

172.17.4.77:/pub> cd repo/lftp

172.17.4.77:/pub/repo>ls

-rw-r--r-- 100

556 sep 21

11:45 centos-5-10

.repo

lftp

172.17.4.77:/pub/repo> get centos-5-10

.repo

556bytes transferred

lftp

172.17.4.77:/pub/repo>exit

[root@localhost

yum.repos.d]# ll

總計 4

-rw-r--r-- 1 root root 556

09-21

19:45 centos-5-10.repo

伺服器安裝Linux伺服器

新辦公需要搭建一台伺服器,之前也沒有怎麼搞過,不過有一些了解,於是和同事一起嘗試安裝一下伺服器。本人使用ultraiso燒錄u盤,系統檔案是centos 6.6 x86 64 bin 1.ios,使用urtraiso開啟iso檔案,然後如下圖 接著就可以寫入,u盤會被格式化的,注意備份,等待寫入就可...

安裝linux伺服器

最近因為工作需要,需要安裝linux系統,所以開始在伺服器和電腦上安裝linux系統 centos 6.5 x86 64 bin 1.iso,有的時候能看到有兩個映象檔案,我們只需要第乙個映象檔案就好。然後我們準備好ultraiso軟體把映象檔案整到u盤裡面,這個過程就和製作pe的過程是一樣的 然後...

安裝Linux伺服器

size 18 color darkred 安裝debian 3.1r3 基本系統 color size 用debian 31r3 i386 netinst.iso來安裝。選擇簡體中文,所在地區是中國,鍵盤時美國英語。輸入主機名debian26,網域名稱antiparticle.org。選擇分割槽,...