Go to Java installation folder.Open {JRE_HOME}\lib\security\java.security -file in text editor.Delete or comment out the following line “jdk.tls.disabledAlgorithms=SSLv3”.
USE master GO IF OBJECT_ID (‘sp_hexadecimal’) IS NOT NULL DROP PROCEDURE sp_hexadecimal GO CREATE PROCEDURE sp_hexadecimal @binvalue varbinary(256), @hexvalue varchar (514) OUTPUT…
USE master GO — 보조 복제본 읽기 전용 연결 허용 (UI로 변경 가능) ALTER AVAILABILITY GROUP [ALG] MODIFY REPLICA ON N’WS16-AOSVR1′ WITH (SECONDARY_ROLE (ALLOW_CONNECTIONS…
AD Join된 서버 및 클라이언트의 시간 동기화 옵션 1. AD서버와 AD Join된 PC또는 서버간의 시간차이 확인 w32tm /monitor /computers:서버 IP 2. AD 서버와 동기화 진행 w32tm…
Step1: Setup your OS exsee http://omnios.omniti.com/wiki.php/InstallationStep 2: configure you networkenable DHCP or set a fixed ip Step 3: setup the appliancerun the online installer wget -O -…
먼저 스토리지에 장착된 FC HBA를 TARGET MODE로 변경하는 작업을 하도록 한다. 필자의 스토리지서버에는 QLOGIC QLE2464 4G HBA가 장착되어 있다. Target Mode를 지원하는 FC HBA는 대표적으로…
Upgrading to a more recent release may require using a new repository and may require a few update steps to satisfy intermediate dependencies. Remove extra…