Forum

Windows 2008'de uza...
 
Bildirimler
Hepsini Temizle

Windows 2008'de uzak network yazıcısına dos2tan çıktı göndermek

22 Yazılar
8 Üyeler
0 Likes
2,892 Görüntüleme
(@vasviuysal)
Gönderiler: 7889
Üye
 

http://sourceforge.net/projects/sudowin/?source=navbar

belki isinize yarayabilir 

net use komutunu bir batch icerisine yazıp bu batch sudowin ile calıstırılabilir .

 

 
Gönderildi : 26/09/2014 11:42

(@RAMAZANDUNDAR)
Gönderiler: 5
Active Member
 

Ben bu kadarını bulabildim. sudowin nasıl çalışıyor bilgi verebilir misiniz. Umarım faydalı olur.

 

http://support.microsoft.com/kb/313644 

 

"To work around this behavior, use one of the following methods:

  • Log on as an administrator, and then use the net use command.
  • Use the devcon disable *PNP0401 command to disable the LPT port mapping to the local parallel port when the computer starts. The devcon disable *PNP0401 command is for LPT1. To find the hardware ID for other LPT ports, use thedevcon findall * command. The devcon command must run when the computer starts. For a computer in a domain, you can set up Group Policy to run devcon as a computer startup script. To set Group Policy, open the appropriate group policy, open Computer Configuration\Windows Settings\Scripts (Startup/Shutdown)\Startup, and then add the command.
  • If your program can print to the LPT2 port or the LPT3 port, use the net use command to map the network printer to the LPT2 port or the LPT3 port. Most computers do not have physical LPT2 or LPT3 ports, so a non-administrator can map an LPT2 port or an LPT3 port to a network printer.

 
Gönderildi : 09/10/2014 18:31

(@ahmetmusakosali)
Gönderiler: 366
Reputable Member
 

Bu sorun genel RDS yazıcı problemlerindendir. Genel sorunun çözümüde net olmamaktadır. 

Referans döküman :

http://www.cozumpark.com/blogs/windows_server/archive/2014/06/29/windows-server-2012-r2-print-server-yazdirma-sunucusu.aspx

http://www.cozumpark.com/blogs/windows_server/archive/2014/06/08/server-2012-r2-remote-desktop-license-servisinin-kurulumu.aspx

http://www.cozumpark.com/blogs/windows_server/archive/2014/03/30/server-2008-r2-print-server-kurulumu-yonetimi-ve-cluster-yapilandirmasi.aspx

 

A) Printer Redirection (Easy print) kullanmıyorsanız tüm redirection'ları kaparın.

B) Öncelikle RDS sistemlerinde standart yapılması gereken aşağıda bazı işlemlerin sisteminizde yapılıp yapılmadığını kontrol ediniz 

1)  Windows Firewall servislerini kapat.

2) “Configure IE ESC” kapatılır

3) Eğer RAM'iniz 24 Gb dan çok ise Pagefile 20480 MB olarak  set edilir. Değil ise 1 katı kadarına set edin
4) DEP “Windows programs and services only” ye getirilir
 5) User Account Control’ü kapatılırü
6) Güncel Hotfix leri yükleyin
7)  Aşağıdaki Feature'ları kurun
.Net 3,5 Framework (includes .Net 2.0 and .Net 3.Net)
LPR Port Monitor
Print and Doc. Services Tools
Desktop Experience
Windows Search Service
Windows Server Backup
Telnet Client
XPS Viewer
 8) tüm Visual C++  kuruN
9)  RDS den erişilip uygulama çalıştırılan dosya paylaşımlarınız varsa aşağıdaki gibi izin verin
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CasPol.exe -q -m -ag 1.2 -url file://paylaşım adı/* FullTrust 
 
10)  Contol Panel’den PowerOption’a girip “High
Performance” a getirin.

 11) Eğer sunucunuz fiziksel ve 24 core dan fazla cpu nuz varsa aşağıdaki komutu çalıştırın
bcdedit
/set usephysicaldestination yes
 
12)  Eğer yoğun çalışan sunucu ise tcp port yetmezliği olabilir bu yüzden aşağıdaki ayarları yapın
 HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \Tcpip \Parameters 
 MaxUserPort  -> 65534 
 TcpTimedWaitDelay -> 30 
 
13)  LPR 'ın iyileştirilmesi için aşağıdaki register kayıtlarını oluşturun
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
altına aşağıdaki DWORD değerlerini düzenleyin

 

Name :
TcpTimedWaitDelay

Value: 30 (Dec)

 

Name MaxUserPort

Value: 65536 (Dec)

 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LPDSVC\PARAMETERS
altında
MaxQueueLength değer’in 250
yazın

 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler
altında
DependOnService ‘e “LanmanServer” ekleyin 

 14) PowerShell üzerinde sağ tıklanıp “Run ISE as Administrator” çalıştırılıp aşağıdaki komutlar uygulanır.
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Import-Module ServerManager
 
15)  Eğer TCP Offload ayarları yapılmadı ise aşağıdaki komutu çalıştırınız
 
 netsh int tcp set heuristics disabled
netsh int tcp set global chimney=disabled
netsh int tcp set global rss=disabled
netsh int ip set global taskoffload=disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global congestionprovider=none
netsh int tcp set global ecncapability=disabled
netsh int tcp set global timestamps=disabled
 
C) RDS e bağlanılıp çalıştırılacak yazıcılar RDS e tanıtın.
C-1) Print Management'tan RDS üzerine LPR port olarak tanımlayın.
C-2) Driver olarak Generic/Text secin
C-3) Eğer client da .Net3 ve 4 sürümleri kurulu değilse  kurun
C-4) Eğer client tarafta LPD ve LPR feature ları kuru değil ise kurun 
 
Gönderildi : 14/10/2014 19:15

Sayfa 2 / 2
Paylaş: