메뉴 건너뛰기

SAP 한국 커뮤니티



SUSE 리눅스에 S4HANA 설치시 팁

oracleuser 2018.12.28 10:54 조회 수 : 1321

 

매번 느끼는것이지만 버전이 업될때마다 조금씩 조금씩 설치 방법이 달라지고 있습니다.

 

최근 SAP BusinessObject BI 4.2 + Lumira 4.2와 S4HANA 1809 설치하면서 고전을 좀 했습니다.

 

특히 S4HANA의 경우 설치 잘 되다가 중간에 에러 툭터지면서 FQDN (서버 이름)를 문제 삼아 더 진행이 안되는 상황도 발생 했고요.

 

S4HANA의 경우 SUSE를 애용하는데요.

 

제가 사용을 잘못하는건지 Hostname과 Domain 이름을 어드민툴을 이용해 설정해도, 어느 순간 바뀌어 있고 해서 이상 증상을 겪었습니다.

 

 

그래서 수작업으로 하는 방법을 찾아 내용 올립니다.

 

 

 

·         Hostname -> oracleuser

·         Domain -> 도메인.com

 

1.   Modify hostname file

With root permissions, edit file /etc/hostname.

oracleuser@linux:~> vi /etc/hostname

Write the hostname for the server.

oracleuser

 

2.   Modify hosts file

Check your network interfaces to find out the IP address for your Ethernet network (eth1).

oracleuser@linux:~> ifconfig
eth1      Link encap:Ethernet  HWaddr 08:00:27:91:22:4E
          inet addr:192.168.0.2  Bcast:10.0.2.255  Mask:255.255.255.0
          inet6 addr: fe80::a00:27ff:fe91:224e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:234 errors:0 dropped:0 overruns:0 frame:0
          TX packets:266 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:22687 (22.1 Kb)  TX bytes:28332 (27.6 Kb)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:69 errors:0 dropped:0 overruns:0 frame:0
          TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:4630 (4.5 Kb)  TX bytes:4630 (4.5 Kb)

With root permissions, edit file /etc/hosts.

oracleuser@linux:~> vi /etc/hosts

 

Set your IP address for Ethernet network with your FQDN:

o    192.168.0.2  oracleuser.도메인.com  oracleuser

#
# hosts         This
file describes a number of hostname-to-address
#               mappings
for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#               On small systems, this
file can be used instead of a
#               "named" name server.
#
Syntax:
#
# IP-Address  Full-Qualified-Hostname  Short-Hostname
#

127.0.0.1       localhost
192.168.0.2       oracleuser.도메인.com       oracleuser

# special IPv6 addresses
::
1             localhost ipv6-localhost ipv6-loopback

fe00::0         ipv6-localnet

ff00::0         ipv6-mcastprefix
ff02::
1         ipv6-allnodes
ff02::
2         ipv6-allrouters
ff02::
3         ipv6-allhosts

 

Restart rcnetwork services.

oracleuser@linux:~> rcnetwork restart

 

3.   Verification

Check your parameters.

oracleuser@linux:~> hostname --short
oracleuser
oracleuser@linux:~>
hostname --domain
도메인.com
oracleuser@linux:~> hostname --fqdn
oracleuser.도메인.com
oracleuser@linux:~> hostname --ip-address
192.168.0.2

 

끝.

번호 제목 글쓴이 날짜 조회 수
32 사용자 아이디 조회는 어느 티코드에서 하는지요? [2] 하나** 2015.10.23 2464
31 프로그램 목록 [6] 아파치 2015.10.29 3051
30 Batch Job 기간 설정 [1] 뀨뀨뀨 2015.12.10 43900
29 COVERAGE ANALYSER(SCOV) 써보신 분 계신가요? 음지인 2015.12.22 1847
28 T_CODE : USMM 오류... [1] 시드 2016.03.04 2505
27 sap 프로그램 호출시 이력을 관리하는 테이블이 있나요? [1] 소농민 2016.04.19 3308
26 SM13 역할이 무엇인가요? 4위먼도미닉 2016.07.21 2233
25 프로그램 사용횟수 집계 스드 2016.07.22 2346
24 SAP_ALL 권한 질문드립니다. marco 2016.10.19 2629
23 open sql 쿼리속도 질문있어요~ [1] lala 2016.10.21 1641
22 시스템 변수 변경 관련 문의입니다. [2] 거부기 2016.12.07 1799
21 SAP TIME OUT 세팅 문의 [2] 이뇽 2017.01.19 2323
20 SAP Maintenance Worker User License 사용하시는곳이 있나요? [1] sleep225 2017.02.09 3026
19 batch job 설정 쫌 문의 드려요 [1] 아밥돌이 2017.10.24 1363
18 개발서버 리스토어 바이민 2018.03.21 969
» SUSE 리눅스에 S4HANA 설치시 팁 oracleuser 2018.12.28 1321
16 특정 T-Code가 포함된 Role 및 Profile 검색 file 객원BC 2019.03.07 1289
15 import transport reuquest에 대한 옵션 file 깐예 2020.01.23 714
14 sap 운영 100 client에서 특정 img 수정이 가능한가요? [1] bc린이 2020.02.28 908
13 Q0I Basis System: Operating system call getaddrinfo failed (error no. 0 ) 오류 문의 [1] 뻐드렁니 2020.04.23 550