search for: 9cd5

Displaying 2 results from an estimated 2 matches for "9cd5".

Did you mean: 95d5
2017 Oct 04
0
Upgrade to 4.7.0 Replication fails on DC2
...o samba 4.7.0, now i have a replication issue on my second domain controller. When i type "samba-tool drs showrepl" all correctly synced, except the following: ==== INBOUND NEIGHBORS ==== DC=DomainDnsZones,DC=mydomain,DC=de Default-First-Site-Name\DC1 via RPC DSA object GUID: 2abe9f52-9cd5-43c8-9fc2-a67eba27f551 Last attempt @ Wed Oct 4 16:12:02 2017 CEST was successful 0 consecutive failure(s). Last success @ Wed Oct 4 16:12:02 2017 CEST DC=DomainDnsZones,DC=mydomain,DC=de Default-First-Site-Name\DC3 via RPC DSA object GUID: 0893c21b-9e09-4bdf-9a3a-b55304643222 Last attempt @ Wed O...
2006 Nov 01
56
ZFS/iSCSI target integration
...tended for users or external consumers. B. Examples iSCSI targets are simple to create with the zfs(1M) command: # zfs create -V 100M pool/volumes/v1 # zfs set shareiscsi=on pool/volumes/v1 # iscsitadm list target Target: pool/volumes/v1 iSCSI Name: iqn.1986-03.com.sun:02:4db92521-f5dc-cde4-9cd5-a3f6f567220a Connections: 0 Renaming the ZVOL has the expected result for the iSCSI target: # zfs rename pool/volumes/v1 pool/volumes/stuff # iscsitadm list target Target: pool/volumes/stuff iSCSI Name: iqn.1986-03.com.sun:02:4db92521-f5dc-cde4-9cd5-a3f6f567220a Connections: 0 N...