DevTech101

DevTech101

solaris12

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 2

Capturing Solaris 11.4/(12) analytical data Note: There is an updated process for Solaris 11.4+, please check out part 5 – Enhanced method on how to capture analytics in Solaris 11.4+ Note: The full code is available in a GitHub repository. to play with the code, feel free to just clone the Solaris Analytics Publisher repository. …

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 2 Read More »

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 1

How to Capturing / create your own custom analytics Note: There is an updated process for Solaris 11.4+, please check out part 5 – Enhanced method on how to capture analytics in Solaris 11.4+ Note: The full code is available in a GitHub repository. to play with the code, feel free to just clone the …

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 1 Read More »

First take on docker / Solaris 1.4 /12 (may not be in the current beta)

Enable docker svcadm enable svc:/application/docker/docker Configure base Solaris image docker-support create-base-image # With name service configuration (example xml at the end of post) docker-support create-base-image -p ./sc.xml Run base test image docker run -it solaris not working yet docker commit 8dbd9e392a96 elis_img Make sure firewall service is up Create a container docker run -ti -d …

First take on docker / Solaris 1.4 /12 (may not be in the current beta) Read More »

How to create a Solaris IPS PKG

The below example creates a Solaris pkg from the Nagios application, you can then publishes the pkg to a Solaris repository. Note: To see how-to publish this pkg to a Solaris repository click here Extract legacy pkg to temp directory mkdir nrpe-pkg-source nagios-plugins-pkg-source pkgtrans nagios-plugins-1.4.16-sol10-i386-local nagios-plugins-pkg-source pkgtrans nrpe-2.14-sol10-i386-local nrpe-pkg-source Create a directory with all files …

How to create a Solaris IPS PKG Read More »

How To Add Fonts in Solaris 11

How To Add Fonts in Solaris 11 Adding Fonts This section describes how to add fonts for all users or for an individual user. How to Add a Font for All Users Copy the font file to one of the directories in the /etc/fonts/fonts.conf file. Typically, fonts are stored in the /usr/share/fonts/ directory. The fontconfig …

How To Add Fonts in Solaris 11 Read More »

Solaris 11.2 and ilb (load balancer)

How to configure iLB(load balancer) on Solaris 11.2 Configuring Load Balancing Load Balancing SSH Sessions ilbadm create-sg -s server=10.10.12.11:22,10.10.12.12:22 ssh ilbadm create-rule -e -i vip=10.10.10.50,port=2222 -m lbalg=rr,type=NAT,proxy-src=10.10.10.50 -o servergroup=ssh ssh Load Balancing LDAP Sessions LDAP Servers ilbadm create-sg -s server=10.10.12.51:1389,10.10.12.52:1389 ldapgroup1 Configuring Health Checks ilbadm create-healthcheck -h hc-timeout=3,hc-count=2,hc-interval=5,hc-test=tcp hc-ldap1 Custom Health Checks ilbadm create-healthcheck -h …

Solaris 11.2 and ilb (load balancer) Read More »