솔라리스 10 root ssh 원격접속 하기

# vi /etc/ssh/sshd_config
   PermitRootLogin yes
# svcadm restart ssh

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 아리수

2008/09/23 16:46 2008/09/23 16:46
Response
No Trackback , No Comment
RSS :
http://arisu.mireene.com/rss/response/121

Leave a comment

solaris 10 u5에 oracle 10g r2 설치

참고 싸이트
    http://www.solanara.net/oracle.html
    http://akmamb.tistory.com/108


크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 아리수

2008/09/19 19:32 2008/09/19 19:32
Response
No Trackback , No Comment
RSS :
http://arisu.mireene.com/rss/response/120

Leave a comment

솔라리스 10 네트워크 설정

참고싸이트 : http://proneer.tistory.com/entry/Solaris-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%EC%84%A4%EC%A0%95

1. 네트워크 디바이스 설치 확인
2. # ls /etc/hostname*
    명령으로 디바이스가 설정 되어 있는지 확인
    #vi /etc/hostname.prn0
    으로 들어가서 사용하려는 host명 입력
3. /etc/inet/hosts 파일 편집
    기본읽기 권한으로 제한되어 있기 때문에
    # cp /etc/inet/hosts /etc/inet/hosts.backup    => 기존 파일 백업
    # chmod 666 /etc/inet/hosts    => 쓰기 권한 추가
    # vi /etc/inet/hosts
      [IP Address]     hostname     loghost
4. 게이트웨이 설정
    # vi /etc/defaultrouter
     [Gateway Address]
5. dns 사용하도록 설정
    # vi /etc/nsswitch.conf
    host:   files dns
6. dns 서버 지정
    # vi /etc/resolv.conf
    domain   [domain name]
    nameserver  xxx.xxx.xxx.xxx(DNS server IP)
7. netmask 설정
    # cp  /etc/inet/netmasks  /etc/inet/netmasks.backup
    # chmod 666 /etc/inet/netmasks
    # vi /etc/inet/netmasks
       xxx.xxx.xxx.xxx    xxx.xxx.xxx.xxx
       [네트워크주소]       [서브넷 마스크]
8. reboot
    # reboot

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 아리수

2008/09/19 19:28 2008/09/19 19:28
Response
No Trackback , No Comment
RSS :
http://arisu.mireene.com/rss/response/119

Leave a comment

solaris 10 u5 설치

참고싸이트 : 윈디하나의 솔라나라 http://www.solanara.net/

윈디하나의 솔라나라에 정리가 잘 되어 있어서 그대로 하면 되는데
문제가 되었던 부분만 추가정리

설치 진행도중 잘되다가 disk를 찾을수 없다는 메세지가 나오면서 설치가 중단되었는데
알고보니 sas 하드 드라이버가 solaris 10 u5 버전에는 포함되어 있지 않아서 생기는 문제였음.

설치 도중 configuring devices 끝나고 설치 옵션 선택하는 부분에서
5. Apply driver updates
를 선택하여서 sas 드라이버를 올려주고나서 설치를 진행하면 무사히 완료됨.

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 아리수

2008/09/19 18:52 2008/09/19 18:52
Response
No Trackback , No Comment
RSS :
http://arisu.mireene.com/rss/response/118

Leave a comment