четверг, 11 мая 2017 г.

Установка 1С ubuntu 17.04

$ sudo -i
Если на ubuntu сервере статический ip
Добавить ip и имя сервера  в файл hosts

# nano /etc/hosts
192.168.0.222 xp962_1
Сохранить



# apt install mc ssh samba
# apt-get install ttf-mscorefonts-installer -y
# apt-get install imagemagick - y
# cd /home/user/8.3.10.2252
# tar xvzf client.deb64.tar.gz
# tar xvzf deb64.tar.gz
# dpkg -i 1c*.deb
# apt-get -f install
!!!# chown -R usr1cv8:grp1cv8 /opt/1C
!!!# rm -R /home/user/8.3.10.2252
!!!Зададим пароль
!!!# passwd usr1cv8
!!!Запустим сервер
!!!# service srv1cv83 start
!!!# poweroff

!!!# mkdir  /etc/hasplm
!!!# /etc/hasplm/nethasp.ini

Установка локального hasp (только локального)
-------------------------------------------------------------------------
# cd /home/user/hasp
# dpkg --add-architecture i386
# apt-get update
# apt-get install libc6:i386
# dpkg -i --force-architecture aksusbd_7.54-1_i386.deb
# apt-get -f install
# service aksusbd restart
# /etc/init.d/aksusbd status

С локальным hasp работает.
Менеджера лицензий hasplm нет.
# netstat -anp | grep hasp
tcp        0      0 0.0.0.0:1947            0.0.0.0:*               LISTEN      999/hasplmd        
udp        0      0 0.0.0.0:1947            0.0.0.0:*                           999/hasplmd        
udp        0      0 0.0.0.0:55788           0.0.0.0:*                           999/hasplmd        
udp        0      0 127.0.0.1:2790          0.0.0.0:*                           937/winehasp       
unix  2      [ ]         DGRAM                    18624    937/winehasp        
unix  3      [ ]         STREAM     CONNECTED     21527    999/hasplmd         
unix  2      [ ]         DGRAM                    18653    999/hasplmd

Удаление
# apt-get remove aksusbd

Установка совмещенного драйвера hasp с lm от Etersoft
Берем здесь:
ftp://updates.etersoft.ru/pub/Etersoft/HASP/stable/x86_64/Ubuntu/16.10/

# mkdir /home/user/hasp_64
# cd /home/user/hasp_64


# wget -c ftp://updates.etersoft.ru/pub/Etersoft/HASP/stable/x86_64/Ubuntu/16.10/haspd_7.40-eter10ubuntu_amd64.deb


# wget -c ftp://updates.etersoft.ru/pub/Etersoft/HASP/stable/x86_64/Ubuntu/16.10/haspd-modules_7.40-eter10ubuntu_amd64.deb
# dpkg -i haspd_*
!!!# apt-get -f install

Проверяем работу модуля
и подключить, а также выключить и включить,
передернуть по питанию

# service haspd restart
# service haspd status 
# netstat -anp | grep hasp
tcp        0      0 0.0.0.0:1947            0.0.0.0:*               LISTEN      4332/hasplmd       
udp        0      0 0.0.0.0:1947            0.0.0.0:*                           4332/hasplmd       
udp        0      0 0.0.0.0:47303           0.0.0.0:*                           4332/hasplmd       
udp        0      0 0.0.0.0:475             0.0.0.0:*                           4323/hasplm        
udp        0      0 127.0.0.1:2790          0.0.0.0:*                           4314/winehasp      
unix  2      [ ]         DGRAM                    37207    4314/winehasp       
unix  3      [ ]         STREAM     CONNECTED     37233    4332/hasplmd        
unix  2      [ ]         DGRAM                    36008    4332/hasplmd        
unix  2      [ ]         DGRAM                    35820    4323/hasplm          

Комментариев нет:

Отправить комментарий