본문 바로가기

OS/LINUX, UNIX

Solaris - 환경 구축 및 각종 테스트

Solaris 테스트 환경 구축

WebLogic, 각종 WebServer, Jennifer 등 설치해보기


 

설치 및 기본 세팅

 

테스트 준비

사내 Solaris 서버가 있으나, 용량부족으로 인해 직접 설치하여 테스트 진행 해 보았음

- 설치 OS : Oracle Solaris 11.4

 

설치 관련 유의사항

iso 디스크 넣고 부팅 후 설치가 완료되면, 반드시 iso 디스크를 언마운트하고 재부팅을 해야 함

그렇지 않으면 다시 처음부터 설치 진행된다 함. 설치 시간이 상당히 오래 걸리므로 주의할 것

 

solaris sendmail 오류 해결

Solaris 최초 실행 시 sendmail 관련 에러 발생

(My unqualified host name () unknown; sleeping for retry)

아래 블로그 참고하며 해결했음

https://www.unix.com/solaris/50631-my-unqualified-host-name.html

https://docs.oracle.com/cd/E19893-01/819-7560/fvyex/index.html

 

기본 세팅

1. ip 주소가 할당되어 있지 않음 

아래 블로그 보며 설정함 https://blog.solaris.co.kr/316

 

솔라리스 11.x 에서 ip 변경하기

테크넷 마스터 김재벌 입니다. 솔라리스 11은 과거의 네트워크 스택을 포기하고 기능을 강화하면서 네트워크 스택을 재구성했습니다. 이로 인해 기존의 명령체계 역시 변경이 불가피 했는데 , ��

blog.solaris.co.kr

2. FTP 통신 안됨

svcadm enable network/ftp 명령어로 해결

해당 문서 참고함 https://docs.oracle.com/cd/E23824_01/html/821-1454/wuftp-189.html

 

Administering the FTP Server (Tasks) - Oracle Solaris Administration: Network Services

Administering the FTP Server (Tasks) The following procedures show how to start and stop the FTP server, how to disable the FTP connection and how to make changes to the ProFTPD configuration file. How to Start an FTP Server Using SMF Become an administrat

docs.oracle.com

3. FileZilla로 각종 설치 파일 업로드 후, SecureCRT 로 접속하여 테스트 진행했음

4. alias

빠른 테스트 진행을 위해 몇 가지 alias 등록

아래 블로그 참고함https://docs.oracle.com/cd/E19683-01/806-7612/customize-13/index.html

 

Command Aliases (Solaris Advanced User's Guide)

Command Aliases Command aliases are helpful shortcuts for commands you often type. For example, the default setting for the remove command (rm) does not ask for confirmation before it removes files. Sometimes this default is inconvenient, as a typing error

docs.oracle.com

 

JDK

- Solaris 운영체제에 맞는 jdk 다운로드하여 설치했음

 


 

[WebLogic 설치 - 11g(10.3.6)]

- JAVA_HOME : /jdk/jdk1.7/jdk1.7.0_80

- 설치 파일 두 가지 있음 : wls1036_generic.jar / wls1036_solaris32.bin

- generic 설치파일은 모든 지원가능한 플랫폼에서 

32-bit/64-bit와 상관없이 사용할 수 있음

 

[WebLogic 설치 - 12c(12.2.1.4)]

- JAVA_HOME : /jdk/jdk1.8/jdk1.8.0_251