DevTech101

DevTech101

ZFSSA

Oracle ZFS Appliance(ZFSSA) LDAPS TLS / Diffie-Hellman(DH) SSL Rejected Due To Bit Length

Workaround for Oracle ZFS Appliance(ZFSSA) LDAPS / TLS Reject When Using OUD I recently patched/upgraded firmware on a Oracle ZFS Appliance. Once the upgraded was completed, the ZFS Appliance LDAPS connections stopped working, the error was due to the ZFS Appliance rejecting the Diffie-Hellman(DH) Cipher being used in the LDAPS connections. It turns out the …

Oracle ZFS Appliance(ZFSSA) LDAPS TLS / Diffie-Hellman(DH) SSL Rejected Due To Bit Length Read More »

ZFS restapi – openstack

curl –user root:password -k https://zfssa.domain.com:215/api/storage/v1/pools/HP-pool/projects|python -m json.tool curl –user root:password -k -i https://zfssa.domain.com:215/api/system/v1/version OpenStack scripts https://blogs.oracle.com/yappri/entry/zfssa_cinder_driver

Matching ZFS Storage Block Size with Hitachi (HDS) Block Size

How to match Oracle ZFS appliance(ZFSSA) with VSP block size The example below uses a 1Tb lun size Starting Base block size for a 1Tb lun on Oracle ZFS Appliance(ZFSSA). 1099511627776 To match this with the VSP block size, this is what was used, it was 6291456 more. 1099517919232 = 1099511627776+6291456 (768*8192) On the VSP …

Matching ZFS Storage Block Size with Hitachi (HDS) Block Size Read More »