IT-Expert
  IT-Expert / Веблог / Ключевые слова / Terminal systems
Авторизация
Логин:
Пароль:


 
Поиск по записям:

Ключевые слова:
Записей в блоге
 за 2023 год
 за 2022 год
 за 2021 год
 за 2015 год
 за 2014 год
 за 2013 год
 за 2012 год
 за 2011 год

     за 2010 год

       за 2009 год
       за 2008 год
       за 2007 год
       за 2006 год
       за 2005 год
      RSS лента Лента новостей IT-Expert 

      Terminal systems

      включает:
      Microsoft
      Citrix

      Подсчет трафика терминальных пользователей. Прозрачная авторизация и аутентификация.

      12:03, 3 августа 2005 ( )

      Все считает и на удивление даже работатет.

      Что было использовано:

      FreeBSD 4.11,
      squid 2.5.x,
      samba 3.0.x
      для авторизации в домене,
      самописный сайт для вывода статистики и досупа к ней пользователям.

      Модифицированный squid2mysql-1.0.0 Perl скрипт, который пишет в базу данных логи.

      Самый интимный момент:
      tail -f /home/logs/access.log | ./squid2mysql, который
      запускается в screen.

        читать далее >>

      Руководство по настройке ICQ в терминальных серверах

      09:51, 19 июля 2005 ( )

      На самом деле Miranda будет работать стабильно при одном условии: НЕ СТАВИТЬ БОЛЬШОГО КОЛИЧЕСТВА  ЛИШНИХ ПЛАГИНОВ.
      Профиль пользователя в Миранде содержат настройки плагинов, хистори, контакты и хранится все это в одном единственном файле с расширением .dat.  В последних версиях контакт-лист хранится на сервере ICQ и подкачивается при первой установке Миранды.

      1. Берем последнюю версию полной инсталляции Миранды с http://www.miranga-im.org

      2. Почему-то в последних инсталляциях я обнаружил отсутствие файла mirandaboot.ini, в котором мы укажем место хранения профайлов пользователей. В случае отсутствия последнего создаем  файл руками, иначе профили будут находиться в program files/miranda im/*.dat и соотетственно не будут скопированы при перемещении пользователя на другой сервер.

      Привожу в пример свой файл program files/miranda im/mirandaboot.ini
      ---------------------------------------------------------
      ;This file contains the information required to get Miranda up and running,
      ;i.e. everything before a database is loaded

      ;Settings relating to the location and loading of the database
      [Database]

      ;ProfileDir
      ;The directory to search for database files. If it's a relative path then
      ;it's relative to the directory containing miranda32.exe. Default is .
      ;You can use environment variables, so NT people may like %APPDATA%
      ProfileDir=%APPDATA%\Miranda
      ;ShowProfileMgr
      ;Selects the test to use to decide whether to show the profile manager o­n
      ;startup
      ;"never": o­nly show it if the profile to use can't be guessed by any means
      ;"always": Always show it
      ;"smart": (default) Show it if the command line doesn't contain a db name
      ;         that exists or there is more or less than 1 db in the ProfileDir.
      ShowProfileMgr=smart

      ;DefaultProfile
      ;Name of the profile to use if there's a choice. If Miranda is run with a
      ;command line parameter then that is used instead of this setting.
      ;Default is empty
      ;If ShowProfileMgr=never then this profile is run without question
      ;Otherwise the profile manager is run as usual but initially this profile
      ;is selected
      DefaultProfile=

      ;AutoCreate
      ;"yes": If DefaultProfile or the command line parameter gives a profile
      ;name that doesn't exist then that profile is created.
      ;"no": (default) The profile manager is shown in this case
      AutoCreate=no

      ;AutoExec is a system for batch addition of multiple settings to the
      ;database. See
      http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/miranda-icq/Miranda-IM/docs/autoexec_sample.ini?rev=HEAD&content-type=text/plain
      ;for documentation
      [AutoExec]

      ;Use
      ;"yes": Install .ini files automatically
      ;"no": Disable the autoexec system entirely
      ;"prompt": (default) Prompt the user before each installation
      ;This setting doesn't affect the decision of whether to display further prompts
      Use=prompt

      ;Glob
      ;A global expression containing the files to watch for database settings
      ;This will be checked just after database load and continuously all the
      ;time Miranda is running
      ;If this contains a relative path, it's relative to the directory containing
      ;miranda32.exe
      ;Default: autoexec_*.ini
      Glob=autoexec_*.ini

      ;Safe
      ;A space-separated list of database module names known to be safe to alter
      ;Default: CLC Icons CLUI CList SkinSounds
      Safe=CLC Icons CLUI CList SkinSounds

      ;Unsafe
      ;A space-separated list of database module names that could be alter to
      ;malicious purposes (eg by faking a login server to steal passwords)
      ;Default: ICQ MSN
      Unsafe=ICQ MSN JABBER AIM IRC

      ;OverrideSecurityFilename
      ;Sysadmins may find it desirable to install settings without prompting
      ;the user. In that case all prompts and security will be overridden if
      ;the name of the ini matches the name given here.
      ;If this is used, make sure it's suitably random and hence not likely
      ;to be downloaded.
      ;Default is empty (no override possible)
      OverrideSecurityFilename=

      ;Warn
      ;"all": Warn the user before each setting change is made
      ;"notsafe": (default) Warn before each change to a setting in a group
      ;           that isn't listed in the 'Safe' setting
      ;"onlyunsafe": Warn before each change to a setting in a group that is
      ;           listed in the 'Unsafe' setting
      ;"none": Never warn the user
      Warn=onlyunsafe

      ;OnCompletion
      ;What to do with the ini file o­nce it's imported
      ;"delete": Delete the file from the disk
      ;"recycle": (default) Move the file to the recycle bin (same as delete
      ;           if you've disabled Windows' recycle bin)
      ;"rename": Add the string in RenamePrefix to the beginning of the filename
      ;"leave": Leave the file as-is. Note that this could cause it to be
      ;         imported multiple times until it's moved.
      ;"ask": Show a dialog to ask the user
      OnCompletion=recycle

      ;RenamePrefix
      ;A string to add before the filename if the 'rename' option is used for
      ;OnCompletion. This can include a path specifier to move the file, eg ..\
      ;Default: done_
      RenamePrefix=done_

      ; decisions about how Miranda loads plugins
      [PluginLoader]
      ; if enabled, will ask the user if they want to re-enable a disabled plugin
      AskAboutIgnoredPlugins=0
      ---------------------------------------------------------

      3. Интересующая нас строка:
      ProfileDir=%APPDATA%\Miranda
      задаст создание файла профиля в

      Documents and Settings\username\Application Data\Miranda\username.dat


      и будет перемещаться за пользователем на терминальные сервера, где пользователь осуществляет вход. Тут надо заметить, что тип профиля пользователя должен быть как roaming, это можно сделать указав к карточке пользователя в Active Directory поле
      Terminal Profile, к примеру, в нашем случае: \\server\profilesShare\%username%, где
      вместо %username% подставится логин пользователя..

      4. Надо заметить что набор плагинов должен быль идентичным на всех терминальных серверах, для этого достаточно просто СКОПИРОВАТЬ директорию Миранды, и любым способом создать ярлыки на декстопе или  в другом месте.

      Если все выполнено правильно, то для пользователя работа с ICQ на разных терминальных серверах (в citrix ферме) будет происходить абсолютно одинаково.

       

      Драйверы принтсерверов в терминальном режиме

      13:41, 8 июля 2005 ( )

      Решение глюка когда драйверы становятся только непосредственно с консоли сервера.

      Иногда бывает нужно зайти на терминальный сервер непосредственно с подключенной клавиатуры. Но, админы, естественно, народ ленивый, поэтому вашему вниманию предлагается хинт:

      mstsc.exe /console

      запустит у нас на компе remote desktop который подключится к Console #0, той самой, что означает "нахождение возле клавы сервера".

      Может быть полезно при установке некоторых драйверов для принтсерверов.

       

      Последний шаг в борьбе с глюками печати в Citrix, проблемы wfshell.exe и clipboard.

      12:38, 5 июля 2005 ( )

      Итак, для того что бы побороть сообщения в логах следующего плана:

      Reporting queued error: faulting application wfshell.exe, version 2.3.1495.1, faulting module HPBF322E.DLL, version 4.3.2.192, fault address 0x00117f30.

      которые, генерируются несоответствием драйверов от Laserjet 2200 терминального сервера и подключаемого клиента.

      Именно exception генерируемый этими драйверами является причиной некорректной работы clipboard (НЕ КОПИРУЕТСЯ из буфера) и различными побочными эффектами в виде НЕ ПОКАЗЫВАНИЯ окна запускаемого в seamless режиме приложения.

      Необходимо предпринять следующие шаги:

      1. Установить Screwdrivers на клиентские компы, что даст возможность корректного автоматического подключения клиентского принтера по умолчанию.
      2. Убрать возможность подключения клиентских принтеров в Citrix ферме.
      3. Наслаждаться результатами работы.

      Это заодно избавит вас от головной боли с неизвестными науке драйверами принтеров.
      Тепенрь понятно за что Screwdrivers берут деньги ;)

       

      А вот еще как нужно деньги зарабатывать на махоньких утилитках.

      09:52, 1 июля 2005 ( )
      Вот тут предлагают сделать на встроенных Terminal Services сделать фичу от Citrix seamless windows. Т.е. приложение запускается в оконном режиме находясь в терминале.
      http://www.infostance.com/asp/pages/applidis-seamless_en.asp
       

      Полечилась проблема мучавшая меня месяц: Entry point not found, msdart.dll и MDAC.

      10:23, 23 июня 2005 ( )
      Проблема довольно интересная,
      перестал обнаруживаться MDAC посте установки SP1.
      Т.к. Program Files находятся на другом диске нежели системном (в нашем случае на D:) то и MDAC искался именно там в Common Files.

      И вот случайно нашлось решение:

      first, locate the mdac.inf file in c:\windows\inf right click and
      install
      when prompted for a location, point to
      c:\windows\servicepackfiles\i386 then when promtpet for the XPcd,
      either load the cd or point to c:\i386

       

      Проблема печати в Citrix. Screwdrivers. Все рассосалось :)

      12:13, 22 июня 2005 ( )
      Screwdrivers - универсальные драйверы для принтеров, в т.ч. неизвестных науке.
      Рулит. 

      Тонкие клиенты для бездисковых станций

      11:35, 9 июня 2005 ( )
      Бесплатные:
      Thinstation

      LTSP

      Платные:
      WtWare 
      страницы: 1 2
       3 
      4 5
      © Максим Прокопов 2005-2024 О сервере