Каталог статей
Меню сайта


Форма входа


Категории раздела
WebLogic administration and programming [7]
JSF and Primefaces [1]
Java general programming [12]
Other Java problems [11]
JPA and Hibernate [2]
Spring [2]
Spring


Поиск


Друзья сайта
  • Официальный блог
  • Сообщество uCoz
  • FAQ по системе
  • Инструкции для uCoz


  • Статистика

    Онлайн всего: 1
    Гостей: 1
    Пользователей: 0


    Приветствую Вас, Гость · RSS 20.05.2024, 12:25
    Главная » Статьи » Java » WebLogic administration and programming

    Configuring Script-based Node Manager

    Further it is supposed that WebLogic server is already installed on the machine and domains are configured.

    Let us take "base_domain" as the domain name in the following example commands.

    1. Create OS user

    > useradd -g bea -m ndmgr
    > passwd ndmgr

    add WL_HOME/common/bin to the PATH variable.

    It is recommended that node manager user should be different that WebLogic software owner, but they must be in the same group.

    2. Configure security.

    > ssh-keygen -t rsa -b 2048
    > mkdir .ssh
    > chmod 700 .ssh
    > touch .ssh/authorized_keys2
    > chmod 700 .ssh/authorized_keys2
    > cat id_dsa.pub >> .ssh/authorized_keys2

    connect through ssh to the localhost and accept the key.

    3. Configure node manager

    connect as ndmgr, then

    > $WL_HOME/common/bin/wlst.sh
    > connect('weblogic','weblogic','t3://192.168.1.100:7001')
    > nmEnroll('/home/ndmgr/clustdomain','/home/ndmgr')
    > exit()

     

     

    Категория: WebLogic administration and programming | Добавил: basil (11.02.2015)
    Просмотров: 378 | Рейтинг: 0.0/0
    Всего комментариев: 0
    Имя *:
    Email *:
    Код *:
    Бесплатный конструктор сайтов - uCoz