Thứ Tư, 1 tháng 7, 2015

30 điều phải làm sau cài cài Minimal Centos 7 P1

CentOS is a Industry Standard Linux Distribution which is a derivative of RedHat Enterprise Linux. You may start using the OS as soon as you install it, but to make the most out of your system you need to perform a few updates, install a few packages, configure certain services and application.

Chủ Nhật, 31 tháng 5, 2015

Most commonly used XSCF commands (Cheat Sheet)

The eXtended System Control Facility Unit (XSCFU) is a service processor that operates and administrates both midrange servers. The XSCFU diagnoses and starts the entire server, configures domains, offers dynamic reconfiguration, as well as detects and notifies various failures. The XSCFU enables standard control and monitoring function through network. Using this function enables starts, settings, and operation managements of the server from remote locations.

Thứ Hai, 6 tháng 4, 2015

Tìm hiểu về Jumbo Frame

1.Các định nghĩa và phân loại
  • Một ethernet frame được định nghĩa là một đơn vị thông tin truyền trong mạng ethernet, bao gồm phần ethernet header, payload và FCS. Kích thước lớn nhất có thể được cho phép của phần payload được gọi là MTU.

Chủ Nhật, 5 tháng 4, 2015

vStorage – Software vs Hardware iSCSI?

This post is also available in: Italian

Type of iSCSI initiators

With an iSCSI storage solution there are some options in the type of initiators:

Chủ Nhật, 1 tháng 2, 2015

Hướng dẫn gán địa chỉ IP trong Debian

Using a static IP can be very useful in case you wish to easily access your RPi without need to get its IP address every time it boots or reconnects to the network (i.e. using SSH, (S)FTP services).
To achieve this there are a few quick steps to be followed.

Thứ Năm, 22 tháng 1, 2015

Domain Controller starts up in Safe Mode

Challenge
After doing a full Virtual Machine restore, Instant Recovery, or testing of a Replica, you will find that the Virtual Machine boots up in what appears to be safe mode.
When the Domain Controller boots for the first time it is actually in Active Directory services restore mode.

Cause
This is normal for this to happen as we're booting from a backup file, however it should reboot automatically.

Solution
Login with the Directory services restore mode account (typically .\administrator) and open a command prompt and run the following:
C:/>bcdedit /set safeboot dsrepair
C:/>bcdedit /deletevalue safeboot
C:/>shutdown -t 01 -r
Afterwards it should reboot in normal mode.