Archivo de la categoría: solaris

zfs replicate

https://github.com/leprechau/zfs-replicate/blob/master/zfs-replicate.sh

multipath

https://www.thegeekdiary.com/a-beginners-guide-to-solaris-multipathing-software-mpxio-stms/   A beginners guide to Solaris Multipathing Software (MPxIO or STMS) By admin Oracle Solaris Storage Multipathing MPxIO provides multipath access to storage luns by grouping together the physical paths and presenting a single logical path. MPxIO can also be referred as STMS or SCSI_VHCI due to the commands used and logical device paths created. Configuration files For Solaris… Read More: multipath »

Solaris postgres

http://notallmicrosoft.blogspot.com/2016/06/install-postgresql-on-solaris-11-113_28.html

php extensions solaris 64 bits

Compilar php5 con 64 bits php-src/ext Ejemplo: cd php-src/ext/pgsql Para compilar en 64 bits: export CFLAGS=»-m64 -O2 -g» ./configure make verificar 64 bits: -bash-4.4# file pgsql.so pgsql.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, UltraSPARC1 Extensions Required, dynamically linked, not stripp

ZFS incremental replication

https://www.headdesk.me/ZFS_incremental_replication ZFS incremental replication From www.headdesk.me Contents  [hide]  1 Overall 1.1 Test system 1.2 Create a snapshot 1.3 Send the filesystem to the remote server 1.4 Making a second snapshot 1.5 Making an incremental replication 1.6 What if the target server has dirty data? 1.7 Clean up 1.8 Monitor throughput Overall ZFS replication works with… Read More: ZFS incremental replication »

mount NFS windows 2008 r2

at cmd prompt >mount -o anon \\192.168.1.1\srv\share z: z: is now successfully connected to \\192.168.1.1\srv\share The command completed successfully.