RedPlug's Tory

cmd창 열고


Dism /online /Enable-Feature /FeatureName:NetFx4 /All

무료 이미지 사이트

ETC2018. 1. 7. 12:55

https://unsplash.com

매번 노트패드 관리자로 열고 hosts파일 열어서 수정하기 번거로움을 조금이나마 덜기 위한 단축 아이콘 파일입니다.

해당 파일 압축 푹고 단축아이콘 관리자로 실행 시키면 됩니다.

자주 수정하는 사람이 아닌 경우 크게 필요하진 않습니다.


host수정.zip


made by 회사분


60초 마다 메일 큐 확인

파라매터 값

snipe-monitor v1.0.0

Wrong parameters entered, available ones are:

  -l   : list message queues

  -L   : list local message queue

  -R   : list remote message queue

  -s   : show some statistics

  -vN  : display message number N

  -dN  : delete message number N

  -D   : delete all messages in the queue (local & remote)

Additional (optional) parameters are:

  -c   : display colored output

  -N   : list message numbers only

         (to be used either with -l, -L or -R)


 watch -n 60 /sniper/snipe/bin/snipe-monitor -s


안녕하세요 Reds입니다.


현재 Windows RDS(Remote Desktop Service)를 통한 VDI 운영 중에 있으며 단방향복제에 대한 이슈가 있어서 찾아본 내용에 대해서 공유 드립니다.


하기사항은 정상적인 방법은 아니니 참고만 하시면 되겠습니다.


단방향 복제에 대한 Needs는 하기와 같았습니다. 

사용자 PC > VM 허용

VM > 사용자 PC 허용X


타 벤더(Citrix, Vmware)의 경우 지원을 하는 부분으로 알고 있으나, WIndows RDS를 통해서는 불가한 것으로 알고 있습니다.(...제가 못찾은 걸지도..)

지원하는 것은 양방향 혹은 아예 불가 두가지만 가능한 상태여서 여러가지 테스트를 진행해본 결과 RdpClipRdrWindowClass를 종료할 경우 상기 기능이 가능한 것으로 확인되었습니다. 


RDS상에서 Copy & paste를 진행하기 위해서는 RDPCLIP.EXE가 실행되어 있어야 하며 해당 파일을 실행할 경우 rdpclipRDRWindowClass와 RdpClipMainWindowClass 두가지 Class가 실행되게 됩니다.

Taskkill을 통하여 RDPCLIP.EXE를 여러번 Kill해본결과 원하는 기능이 간혹(?) 되길래 뒤져보니 RdpClipRdrWindowClass만 종료될 경우에 단방향 복제가 가능한 것으로 확인하였습니다.

 

상기에도 말씀드렸지만 정상적인 방법은 아닙니다.

(사실 망연계 솔루션등을 도입을 해야 맞지 않을까 싶습니다만...돈이.....)


간단하게 프로그램은 만들어 두었으니(....라지만 사실상 짜집기입니다 제가 코딩을 잘 몰라서^^;)

참고 부탁드립니다.

해당 프로그램은 3초마다 한번씩 rdpcliprdrwindowclass가 살아있는지 체크하고 살아있을경우 Class를 kill하는 프로그램 입니다.

rdpkill.zip




Problem

The Enterprise Vault Indexing service fails to start and logs error Event ID 41335 in the Symantec Enterprise Vault event log.

 

Error Message

[Symantec Enterprise Vault event log]

Event ID: 41335

Description: An error occurred while trying to start indexing engine.

 

 

[Dtrace]

A Dtrace of the EVIndexAdminService will show the following line:

EVIndexAdminService) <7092>  EV-H  {VELOCITYSTARTSTOPINDEXINGENGINE.EN_US} Some of the processes did not start, shutdown indexing engine.

Cause

One or more files of the Indexing Engine are corrupt.

Solution

This can be rectified by re-installing the indexing engine using the Indexing Redistributable supplied with the Enterprise Vault Install Media.

 

1.     Stop the Enterprise Vault Indexing Service on the affected Enterprise Vault Server.
 

2.     Stop the World Wide Web Publishing Service on the affected Enterprise Vault Server.
 

3.     Launch IIS Manager and delete the EVIndexing virtual Directory.
 

4.     Following the deletion of the Indexing virtual directory, delete the EVIndexingPool application pool.

NOTE: Do not delete any other virtual directories or application pools as doing so will damage the Enterprise Vault installation.
 

5.     Using windows explorer, navigate to the Enterprise Vault installation Directory and delete the EVIndexing subdirectory

NOTE: If Enterprise Vault is clustered the IndexMetaData folder (which is usually found under the EVIndexing subdirectory) may be held in a different location and will need to be deleted separately in addition to deletinig the EVIndexing folder in Step 5. To locate this folder run the below SQL query:

USE EnterpriseVaultDirectory
SELECT CE.ComputerName, ISE.MetaDataLocation
FROM ComputerEntry CE, IndexingServiceEntry ISE
WHERE CE.ComputerEntryID = ISE.ComputerEntryID

6.     Reinstall the Indexing Engine, using the Symantec Enterprise Vault Indexing Redistributable.msi. The redistributable file is located on the Enterprise Vault Installation Media, in the following location: "Server/EVTmp"

NOTE:
If any indexing hotfix has been applied to the affected Indexing Server, this must be uninstalled before re-installing the Indexing Redistributable. This is done by completing the following steps:

a. Locate the installation msi used to install the hotfix
b. Right-click on the msi and select uninstall
c. The hotfix will be removed and the Indexing Redistributable can now be run
d. Following the re-installation of the Indexing Server, please ensure to reapply any hotfixes that were previously removed.
 

7.     Restart the Enterprise Vault Indexing Service

NOTE:
It may take a while for the Indexing service to become fully operational following the reinstallation of the Indexing Engine, as a full Synchronization between Enterprise Vault and the Indexing Engine will be automatically triggered. The commencement and completion of this process will be marked by the following entries in the Enterprise Vault Event Log:

Event ID: 41372
Indexing Service has started the synchronization of index volume metadata between the indexing engine repository and the Directory database.

Event ID: 41377
Indexing Service has completed the synchronization of index volume metadata between the indexing engine repository and the Directory database.
Total index volume(s) whose metadata was created: x
Total index volume(s) whose location was updated: y

 

출처: <https://www.veritas.com/support/en_US/article.TECH212179

Q

카테고리 없음2017. 2. 26. 22:31

링크


링크2

The following roles have permissions to perform backups:

Server Role : sysadmin
DB role : db_backupoperator, dbo_owner
The following roles have permissions to perform restores:
Server role : sysadmin, dbcreator
DB role : db_owner (if the database exists)


14:02:06 동기화 버전 14.0.7108

14:02:06 사서함 '이름' 동기화 중

14:02:06 계층 동기화 중

14:02:06 '이름 - 일정' 폴더에서 서버 변경 사항 동기화 중

14:02:06 서버 'RKEKFLEXXXXXX@mailbox.com'에서 다운로드

14:02:06 폴더 동기화 중 오류

14:02:06                [80070005-508-80070005-560]

14:02:06                충분한 권한이 없기 때문에 이 개체에 대한 작업을 수행할 수 없습니다. 폴더 연락처 또는 시스템 관리자에게 문의하십시오.

14:02:06                Microsoft Exchange 정보 저장소

14:02:06                자세한 정보를 보려면 다음 URL을 클릭하십시오.

14:02:06                http://www.microsoft.com/support/prodredirect/outlook2000_us.asp?err=80070005-508-80070005-560

14:02:06 완료되었습니다.

14:02:28 Microsoft Exchange 오프라인 주소록

14:02:28 정상적으로 다운로드되었습니다. 


확인사항

1. Outlook Profile 재생성 후 작동 확인 (OST문제일 경우 발생할 수 있음)

2. 일정에 대한 권한 확인

3. resetnavpane, cleanviews 실행

- 공유 일정 삭제 후 cmd > Office 설치 폴더로 이동(예 C:\Program Files (x86)\Microsoft Office\Office15) > outlook.exe /resetnavpane > outlook.exe /cleanviews > 정상 작동 확인


/resetnavpane

Outlook 2007 and 2010 only. Resets the navigation pane back to the default when Outlook starts.


/cleanviews

Restores default views. Use with care as all custom views you created are lost.


사용자 패스워드 길이제한은 1 ~ 128자 까지입니다.


Range-Lower : 1

Range-Upper : 128


출처(MSDN User-Password attribute )

https://msdn.microsoft.com/en-us/library/ms680851(VS.85).aspx