Steffo's Echolot


Only technical stuff here.
Thursday Mar 08, 2007

Java ES 5 and Zones

Java ES 5 supports sparse zones for most components (e.g. Directory Server, Directory Proxy, Web Server, Access Manager). You must install the shared components in the global zone first. After that create sparse zones for your apps.
Here's the config I use:

zonecfg:ds> export
create -b
set zonepath=/zones/ds
set autoboot=true
add inherit-pkg-dir
set dir=/lib
end
add inherit-pkg-dir
set dir=/platform
end
add inherit-pkg-dir
set dir=/sbin
end
add inherit-pkg-dir
set dir=/usr
end
add inherit-pkg-dir
set dir=/usr/sfw
end
add net
set address=192.168.0.150
set physical=bge0
end

Now you can install Directory Proxy, Access Manager all using seperate zones.

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed

Archives
Links
Referrers