Lenovo ThinkServer 사용자 설명서 - 페이지 15

{카테고리_이름} Lenovo ThinkServer에 대한 사용자 설명서을 온라인으로 검색하거나 PDF를 다운로드하세요. Lenovo ThinkServer 46 페이지. Machine type: 0387, 0388, 0389, 0390, 0391, 0392, 0393 and 0441
Lenovo ThinkServer에 대해서도 마찬가지입니다: 사양 (8 페이지), 매뉴얼 (36 페이지), 사용자 설명서 (32 페이지), 안전 정보 매뉴얼 (20 페이지), (스페인어) 보증 및 지원 정보 (40 페이지), (프랑스어) 보증 및 지원 정보 (40 페이지), (포르투갈어) 보증 및 지원 정보 (40 페이지), (포르투갈어) 보증 및 지원 정보 (38 페이지), (이탈리아어) 보증 및 지원 정보 (38 페이지), (독일어) 보증 및 지원 정보 (42 페이지), (네덜란드어) 보증 및 지원 정보 (42 페이지), (노르웨이어) 보증 및 지원 정보 (36 페이지), (덴마크어) 보증 및 지원 정보 (36 페이지), (러시아어) 보증 및 지원 정보 (42 페이지), (일본어) 보증 및 지원 정보 (36 페이지), (그리스어) 보증 및 지원 정보 (42 페이지), (폴란드어) 보증 및 지원 정보 (42 페이지), (체코어) 보증 및 지원 정보 (38 페이지), (터키어) 보증 및 지원 정보 (36 페이지), (슬로베니아어) 보증 및 지원 정보 (36 페이지), (헝가리어) 보증 및 지원 정보 (42 페이지), (아랍어) 매뉴얼 (34 페이지), (슬로바키아어) 보증 및 지원 정보 (38 페이지), 보증 및 지원 정보 (34 페이지), 매뉴얼 (30 페이지), 보증 및 지원 정보 (42 페이지), 보증 및 지원 정보 (38 페이지), 보증 및 지원 정보 (38 페이지)

Lenovo ThinkServer 사용자 설명서
(5) Edit repo file
# vi /etc/yum.repos.d/rhel6.repo
-------------------------------------------------------------------------------
[Server]
name=rhel6server
baseurl=file:///repo/rhel6/Server
enable=1
gpcheck=1
gpgkey=file:///repo/rhel6/RPM-GPG-KEY-redhat-release
-------------------------------------------------------------------------------
Note the baseurl here is directed to Server directory. If you want to install software such as clusters and virtual machines additionally, you are also
required to establish the baseurl directed to Cluster, ClusterStorage and VT.
(6) Install the software required by DCM
# yum install ld-linux.so.2
# yum install libxml2.so.2
# yum install libpq.so.5
# yum install libtermcap.so.2
# yum install libreadline.so.5
# yum install unzip
Go to the installation folder after decompression, and you are required to add execute permissions to this file.
chmod u+x Intel\(R\)_Data_Center_Manager_ia32
If you still can not access reference UI program after installation, check the firewall configuration policy.
(7) Write mount commands into fstab (negligible)
Write these mount commands into /etc/fstab in order to help mount immediately after start:
/repo/iso/rhel-server-6.0-x86_64-dvd.iso /repo/rhel6 iso9660 loop 0 0
The .repo file configuration for the workstation of rhel6.1 is as follows:
[Workstation]
name=rhel6server
baseurl=file:///repo/rhel6.1/Workstationenable=1gpcheck=1gpgkey=file:///repo/rhel6.1/RPM-GPG-KEY-redhat-release

2.3 UNINSTALL

2.3.1 UNINSTALLATION FOR WINDOWS

In the operating system of Smart Grid server, open "Control Panel \ All Control Panel \ Programs and Features, and look for the software "ThinkServer
Smart Grid Technology", then click the "Uninstall" button, and follow the wizard to finish uninstallation of this software.

2.3.2 UNINSTALLATION FOR LINUX

On the operating system of Smart Grid, execute the following uninstallation commands:
1. Stop service: cd <Smart Grid installation directory (for example: /opt/smartgrid)>, and execute the command after entering into the installation
directory: ./smartgrid.sh stop
2. Delete the installation directory: cd ../ rm -rf installation directory
3. Delete the registration service, and execute the following commands:
chkconfig --del smartgrid
rm -f /etc/init.d/smartgrid
14