DevTech101

DevTech101

solaris11.1

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 »

informix smf authorization and service

<?xml version='1.0'?> <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> <service_bundle type='manifest' name='export'>   <service name='application/informix' type='service' version='0'>     <create_default_instance enabled='true'/>     <single_instance/>     <dependency name='multi-user-server' grouping='require_any' restart_on='error' type='service'>       <service_fmri value='svc:/milestone/multi-user-server:default'/>     </dependency>     <exec_method name='start' type='method' exec='/usr/informix/bin/oninit -v' timeout_seconds='600'>       <method_context>         <method_credential user='informix' group='informix'/>           <method_environment>             <envvar name='INFORMIXDIR' value='/usr/informix' />             <envvar name='INFORMIXSERVER' value='devtech101prod4' /> …

informix smf authorization and service Read More »

SSH connection to Solaris 11 is sometimes slow…

We migrated the first box to Solaris 11 and we experienced the first bug, as soon as we login onto the server, it would wait and wait and continue to wait…. As these delays are quite common when SSH’d is configured with the default settings, we quickly modified the lines below to help with the …

SSH connection to Solaris 11 is sometimes slow… Read More »

Solaris SPARC SAN Boot

After mirroring the device or zfs send install the bootblock installboot -F zfs /usr/platform/`uname -i`/lib/fs/zfs/bootblk /dev/rdsk/c0t1d0s0 First we need to get the lun paths, just run the below to get that {0} ok show-disks a) /pci@500/pci@0/pci@c/SUNW,qlc@0,1/fp@0,0/disk b) /pci@500/pci@0/pci@c/SUNW,qlc@0/fp@0,0/disk c) /iscsi-hba/disk q) NO SELECTION Next get the disk id’s, just run the below to get that. …

Solaris SPARC SAN Boot Read More »

Solairs 11 Physical (Global OS) to Virtual(P2V)

# Primary domain config ldm add-vcc port-range=5000-5100 primary-vcc0 primary svcadm enable svc:/ldoms/vntsd:default ldm set-vcpu 56 primary ldm set-memory 240G primary # Primary network config ldm add-vswitch pvid=2016 net-dev=aggr1 primary-vsw0 primary # CCOW config ldm create bk2-srv ldm set-vcpu 8 bk2-srv ldm set-memory 14G bk2-srv ldm set-variable auto-boot?=false bk2-srv # Ccow network config ldm add-vnet pvid=2016 …

Solairs 11 Physical (Global OS) to Virtual(P2V) Read More »