หน้าเว็บ

แสดงบทความที่มีป้ายกำกับ QNAP แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ QNAP แสดงบทความทั้งหมด

วันพฤหัสบดีที่ 22 สิงหาคม พ.ศ. 2562

QNAP : Add harddisk จาก QNAP ไปใช้ DataStore ของ VMware

QNAP : Add harddisk จาก QNAP ไปใช้ DataStore ของ VMware
ให้เห็น 2 เครื่องใช้ร่วมกันได้
Qnap .77
Vm .66
Vm .88

Qnap
- สร้าง Pool
- สร้าง ISCSI
ที่เครื่อง VMware
Storage --> Adapters --> Config iSCSI
*** Add Datastores *** ถ้าจะใช้แบบ Shared ข้อมูลกัน เห็นทั้งสองเครื่องเหมือนกัน Shared Datastores ร่วมกัน
ต้อง Add ที่ Device ถ้า Add New Datastores เลยจะเห็นของใครของมัน

Vm ก็จะใช้ Data ร่วมกัน ทั้ง 2 เครื่อง


วันพฤหัสบดีที่ 29 มีนาคม พ.ศ. 2561

QNAP : QNAP เครื่องกล้องวงจรปิด ไม่แสดง Desktop แต่ขึ้นเป็น หน้าจอ Terminal

QNAP : QNAP เครื่องกล้องวงจรปิด ไม่แสดง Desktop แต่ขึ้นเป็น หน้าจอ Terminal แทน
เกิดจาก โปรแกรม HD Station ไม่ทำงาน อาจะถูก Disable หรือUpdate แล้วมีปัญหา

แก้โดย
- Update HD Station หรือ Enable Program HD Station แล้ว Restart เครื่อง ก็จะใช้งานได้ตามปกติ

วันจันทร์ที่ 30 ตุลาคม พ.ศ. 2560

Qnap : Problem maintaining CIFS mount from Ubuntu Virtual Machin Error Host is down

update Qnap To Version 4.3.3.0210 แล้วมีปัญหา Mount to ubuntu error Host is down

When it comes to the max SMB version - the control has not made it to the UI of the CAT1 systems, you need to call the readily available smb[N|NN]enable, and check the current settings using smb2status form the NAS shell:

Up to QTS 4.2.x, SMB 2.1 is the max available:

[~] # smb21enable
...

QTS 4.3.x will bring SMB up to the 3.0 subset available in SAMBA 4.4 to all QNAP Marvell Kirkwood NAS.

[~] # smb3enable
...

Check status:

[~] # smb2status

smbd (samba daemon) Version 4.4.9
smbd (samba daemon) is running.
max protocol SMB 3.0 enabled.

[~] # smb<TAB>
smb21enable smb2disable smb2enable smb2status smb3enable smbtools

reboot Qnap and mount again.

https://forum.qnap.com/viewtopic.php?t=132166

และเวลา Mount ต้องใส่ Version 3 ด้วย
  1. sudo mount -t cifs -o username=xxx,password=xxx  vers=3.0 //192.168.0.218/backup /BACKUP/BackupToQnap/


https://forum.qnap.com/viewtopic.php?t=132166

วันเสาร์ที่ 5 พฤศจิกายน พ.ศ. 2559

Which is the best port trunking option ON QNAP

Which is the best port trunking option ON QNAP

Below are the 6 options available:

Balance-rr (Round-Robin)
Round-Robin mode is good for general purpose load balancing between two Ethernet interfaces. This mode transmits packets in sequential order from the first available slave through the last. Balance-rr provides load balancing and fault tolerance.
Supports static trunking. Make sure static trunking is enabled on the switch.


Balance XOR
Balance XOR balances traffic by splitting up outgoing packets between the Ethernet interfaces, using the same one for each specific destination when possible. It transmits based on the selected transmit hash policy. The default policy is a simple slave count operating on Layer 2 where the source MAC address is coupled with destination MAC address. Alternate transmit policies may be selected via the xmit_hash_policy option. Balance XOR mode provides load balancing and fault tolerance.
Supports static trunking. Make sure static trunking is enabled on the switch.

Broadcast
Broadcast sends traffic on both network interfaces. This mode provides fault tolerance.
Supports static trunking. Make sure static trunking is enabled on the switch.

IEEE 802.3ad (Dynamic Link Aggregation)
Dynamic Link Aggregation uses a complex algorithm to aggregate adapters by speed and duplex settings. It utilizes all slaves in the active aggregator according to the 802.3ad specification. Dynamic Link Aggregation mode provides load balancing and fault tolerance but requires a switch that supports IEEE 802.3ad with LACP mode properly configured.
Supports 802.3ad LACP

Balance-tlb (Adaptive Transmit Load Balancing)
Balance-tlb uses channel bonding that does not require any special switch. The outgoing traffic is distributed according to the current load on each Ethernet interface (computed relative to the speed). Incoming traffic is received by the current Ethernet interface. If the receiving Ethernet interface fails, the other slave takes over the MAC address of the failed receiving slave. Balance-tlb mode provides load balancing and fault tolerance.
General switches

Balance-alb (Adaptive Load Balancing)
Balance-alb is similar to balance-tlb but also attempts to redistribute incoming (receive load balancing) for IPV4 traffic. This setup does not require any special switch support or configuration. The receive load balancing is achieved by ARP negotiation sent by the local system on their way out and overwrites the source hardware address with the unique hardware address of one of the Ethernet interfaces in the bond such that different peers use different hardware address for the server. This mode provides load balancing and fault tolerance.
General switches