Install ArcGIS10_01 on Linux to install Linux Virtual Machine and yum source configuration

Source: Internet
Author: User
Installation media: rhel-server-5.5-x86_64.iso3.44GVM version: VMwareWorkstation8.0 account: xubobo/adminroot/admin virtual machine version: redhatenterpriselinux5_564-bitpure version .zip 912M Description: Completely pure version, no other software is installed. ====================================== Installation medium: rhel-server-5.5-x86_64.iso 3.44G VM version: VMware Workstation 8.0 Account: xubobo/admin root/admin Virtual Machine version: Red Hat Enterprise Linux 5_5 64-bit net edition. Zip 912 M Description: pure version. No other software is installed.

========================================================== ==================

Install ArcGIS 10 on Linux:

Install ArcGIS 10_01 on Linux install Linux Virtual Machine and yum source configuration http://www.linuxidc.com/Linux/2014-04/99796.htm

Install ArcGIS 10_02 on Linux install Oracle11gR2 http://www.linuxidc.com/Linux/2014-04/99797.htm

Install ArcGIS 10_03 on Linux install ArcSDE 10 http://www.linuxidc.com/Linux/2014-04/99798.htm

Install ArcGIS 10_04 install ArcGIS Server 10 http://www.linuxidc.com/Linux/2014-04/99799.htm on Linux

Install ArcGIS 10.1 _ 01 install ArcGIS Server 10.1 http://www.linuxidc.com/Linux/2014-04/99800.htm on Linux

========================================================== ==================

Creation process:
  1. Open VMware Workstation 8.0, and click Create a New Virtual Machine under the Home tab to Create a Virtual Machine.
  2. Select Typical and click Next.
  3. Select Installer disc image file (iso), select an operating system image, and click Next.
  4. 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.
  5. Enter the Virtual Machine name, select the storage location, and click Next.
  6. Set the maximum disk volume of the VM to 100 Gb. select a single file and click Next.
  7. 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.
  8. 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 onHttp://linux.linuxidc.com/

Both the user name and password areWww.linuxidc.com

The specific download directory is in/July 6,/July 9/Linux install ArcGIS 10_01 install Linux Virtual Machine and yum source configuration

Download Method see http://www.linuxidc.com/Linux/2013-07/87684.htm

Reference resources: http://www.linuxidc.com/Linux/2014-04/99794.htm Step 1: mount the image
  1. 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 ).
  2. Create a mount directory [root @ localhost ~] # Mkdir/mnt/cdrom
  3. Mount [root @ localhost ~] # Mount/dev/cdrom/mnt/cdrom
Step 2: Edit repository settingsCreate 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 codeModify/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 the GPG Key# Rpm -- import/etc/pki/rpm-gpg/RPM * Configure the yum source of CentOSCentOS-Base.repo see the download before this article Step 1: Edit repository settingsCreate a CentOS-Base.repo in/etc/yum. repos. d/and 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-5 Step 2: import the GPG Key# Rpm -- import/etc/pki/rpm-gpg/RPM * remarks: Some baseurl files on the Internet are written as baseurl = require,
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.

Solution: After configuring the yum source, run the yum install fonts-chineses command on the terminal to install the Chinese package.

Attached Virtual Machine creation process

Recommended reading:

Configuration http://www.linuxidc.com/Linux/2013-08/88217.htm for local yum sources in RedHat Linux

RedHat 6.2 Linux modify yum source free use CentOS source http://www.linuxidc.com/Linux/2013-07/87383.htm

Configure epel yum source http://www.linuxidc.com/Linux/2012-10/71850.htm

Redhat local yum source configuration http://www.linuxidc.com/Linux/2012-11/75127.htm

Yum profile description http://www.linuxidc.com/Linux/2013-04/83298.htm

Install yum http://www.linuxidc.com/Linux/2013-06/86535.htm in RedHat 6.1

YUM installation and cleaning http://www.linuxidc.com/Linux/2013-07/87163.htm

For more information about RedHat, see RedHat topic page http://www.linuxidc.com/topicnews.aspx? Tid = 10

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.