25.01.2015 Views

Caché Installation Guide - InterSystems Documentation

Caché Installation Guide - InterSystems Documentation

Caché Installation Guide - InterSystems Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Installing <strong>Caché</strong> on UNIX and Linux<br />

Kerberos. The package is required for production environments, not only development environments.<br />

See the Red Hat Network Web site for more information about these components.<br />

• Red Hat Enterprise Linux V4 requires Websphere MQ version 6.0 to use the MQ interface.<br />

4.7.9 Sun Solaris<br />

Using Kerberos on Solaris SPARC Release 10 requires two Patch IDs 120469-03 and 121239-01.<br />

You can download these patches from the Sun Update Connection - Patches and Updates page by<br />

entering each patch number in the PatchFinder section.<br />

If the Ethernet adapters are protected against access by non-root users, the <strong>Caché</strong> ObjectScript $ZU(114)<br />

function invoked by a non-root user returns a null string rather than information about the Ethernet<br />

device.<br />

If you install <strong>Caché</strong> in a non-global zone, you must perform the following additional configuration<br />

steps:<br />

Note:<br />

This procedure must be performed while in the global zone.<br />

1. Assure that /usr/bin and /usr/local subdirectories in the non-global zone have write permission, as<br />

shown in the following steps:<br />

a. Create the subdirectories (with write permission) in the global zone, as shown in the following<br />

example:<br />

bash-3.00# mkdir -p /export/zones/test-zone/local<br />

bash-3.00# mkdir -p /export/zones/test-zone/bin<br />

bash-3.00# chmod 700 /export/zones/test-zone/local<br />

bash-3.00# chmod 700 /export/zones/test-zone/bin<br />

b. Configure the /usr/bin and /usr/localsubdirectories (with read-write permission) for the nonglobal<br />

zone to use the subdirectories created above in the global zone, as shown in the following<br />

example:<br />

bash-3.00# zonecfg -z test-zone<br />

zonecfg:test-zone> add fs<br />

zonecfg:test-zone:fs> set dir=/usr/local<br />

zonecfg:test-zone:fs> set special=/export/zones/test-zone/local<br />

zonecfg:test-zone:fs> set type=lofs<br />

zonecfg:test-zone:fs> set options=[rw,nodevices]<br />

zonecfg:test-zone:fs> end<br />

zonecfg:test-zone> verify<br />

zonecfg:test-zone> commit<br />

zonecfg:test-zone> exit<br />

bash-3.00# zonecfg -z test-zone<br />

zonecfg:test-zone> add fs<br />

zonecfg:test-zone:fs> set dir=/usr/bin<br />

zonecfg:test-zone:fs> set special=/export/zones/test-zone/bin<br />

zonecfg:test-zone:fs> set type=lofs<br />

zonecfg:test-zone:fs> set options=[rw,nodevices]<br />

zonecfg:test-zone:fs> end<br />

56 <strong>Caché</strong> <strong>Installation</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!