Installation medium: rhel-server-5.5-x86_64.iso 3.44GVM version: VMware Workstation 8.0 accounts: xubobo/admin root/admin virtual machine version: Red Hat Enterprise Linux 5_5 64-bit pure net version .zip 912M Description: Completely pure version, no other software is installed.
========================================================== ==================
Install ArcGIS 10 on Linux:
Install ArcGIS 10_01 on Linux to install Linux Virtual Machine and yum source configuration
Install ArcGIS 10_02 on Linux and Oracle11gR2
Install ArcGIS 10_03 on Linux to install ArcSDE 10
Install ArcGIS 10_04 on Linux to install ArcGIS Server 10
Install ArcGIS 10.1 _ 01 on Linux to install ArcGIS Server 10.1
========================================================== ==================
Creation process:
- Open VMware Workstation 8.0, and click Create a New Virtual Machine under the Home tab to Create a Virtual Machine.
- Select Typical and click Next.
- Select Installer disc image file (iso), select an operating system image, and click Next.
- Enter the username and password, set the username to xubobo, set the password to admin, and click Next. Note that the password created here is also the password of the root user.
- Enter the Virtual Machine name, select the storage location, and click Next.
- Set the maximum disk volume of the VM to 100 Gb. select a single file and click Next.
- After configuring the virtual machine, prepare to create the virtual machine. Click Customize Hardware... to configure CPU and memory information. Click Finish to start creating the VM.
- Wait for the VM to be created. After the VM is started, log on with root/admin or xubobo/admin. The started interface is displayed.
Configure local yum Source
Local. repo:
Free in http://linux.bkjia.com/
The username and password are both www.bkjia.com
Install ArcGIS 10_01 on/Sept./Sept./Linux on/Sept.
For the download method, see
Reference resources: Step 1: attach an image
- Specify the Installation file image (for example, f: \ rhel-server-5.5-x86_64.iso) in VM-> Settings...-CD/DVD (IDE)-> Use ISO image file ).
- Create a mount directory [root @ localhost ~] # Mkdir/mnt/cdrom
- Mount [root @ localhost ~] # Mount/dev/cdrom/mnt/cdrom
Step 2: Edit repository settings to create a local. repo in/etc/yum. repos. d/and add the following content to [Cluster]
Name = Red Hat Enterprise Linux $ releasever-$ basearch-Cluster
Baseurl = file: // mnt/cdrom/Cluster
Enabled = 1
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-RedHat-release
[ClusterStorage]
Name = Red Hat Enterprise Linux $ releasever-$ basearch-ClusterStorage
Baseurl = file: // mnt/cdrom/ClusterStorage
Enabled = 1
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[Server]
Name = Red Hat Enterprise Linux $ releasever-$ basearch-Server
Baseurl = file: // mnt/cdrom/Server
Enabled = 1
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[VT]
Name = Red Hat Enterprise Linux $ releasever-$ basearch-VT
Baseurl = file: // mnt/cdrom/VT
Enabled = 1
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Step 3: modify yum code to modify/usr/lib/python2.4/site-packages/yum/yumRepo. py
Locate remote = url + '/' + relative
Modify to remote = '/mnt/cdrom/Server' +'/'+ relative remarks: After modification, the yum source for CentOS configuration is unavailable and needs to be changed back. Step 4: import GPG Key # rpm -- import/etc/pki/rpm-gpg/RPM * configure the CentOS yum source CentOS-Base.repo as shown in the previous download step: edit repository settings in/etc/yum. repos. d/, add the following content [base]
Name = CentOS-$ releasever-Base
Baseurl = http://centos.ustc.edu.cn/centos/5/ OS /?basearch/
Gpgcheck = 1
Enabled = 1
Gpgkey = http:/centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
# Released updates
[Updates]
Name = CentOS-$ releasever-Updates
Baseurl = http://centos.ustc.edu.cn/centos/5/updates/?basearch/
Gpgcheck = 1
Enabled = 1
Gpgkey = http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
# Packages used/produced in the build but not released
[Addons]
Name = CentOS-$ releasever-Addons
Baseurl = http://centos.ustc.edu.cn/centos/5/addons/?basearch/
Gpgcheck = 1
Enabled = 1
Gpgkey = http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
# Additional packages that may be useful
[Extras]
Name = CentOS-$ releasever-Extras
Baseurl = http://centos.ustc.edu.cn/centos/5/extras/?basearch/
Gpgcheck = 1
Enabled = 1
Gpgkey = http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5
# Additional packages that extend functionality of existing packages
[Centosplus]
Name = CentOS-$ releasever-Plus
Baseurl = http://centos.ustc.edu.cn/centos/5/centosplus/?basearch/
Gpgcheck = 1
Enabled = 1
Gpgkey = http://centos.ustc.edu.cn/centos/rpm-gpg-key-centos-5step 2: import gpg Key # rpm -- import/etc/pki/rpm-gpg/RPM * remarks: Some baseurl files on the Internet are written,
This is because the variable $ releasever is resolved to the 5 Server, and the resource address in http://centos.ustc.edu.cn/centosis 5 characters long.
Chinese support
Problem description: After the installation is complete, if you switch the system language to Chinese or open the Chinese site with a browser, you will find that the Chinese display is a box, because the Chinese font is not installed.