Re: [zones-discuss] problems with installing iplanet in nonglobal zone

2006-08-02 Thread Steffen Weiberle
If anything like Jave ES applications (directory, web, app server, etc.) you need a full root zone 
to install into. I.e., remove all your inherit-pkg-dir parts.


Steffen

Krzys wrote On 08/02/06 15:32,:


I did create zone, here is config for it:
[15:29:44] [EMAIL PROTECTED]: /d/d1/zones/appdev/root  zonecfg -z appdev 
export

create -b
set zonepath=/d/d1/zones/appdev
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 net
set address=10.8.2.60
set physical=ipge0
end
add attr
set name=comment
set type=string
set value=APP DEV INTEGRATION ZONE
end

I am trying to install iplanet 6.1 and its failing, it does complain 
that /usr is read only. Is there any way to make /usr read/write for my 
zone? or do I need to recreate it? How can I accomplish this task?


Regards,

Chris

___
zones-discuss mailing list
zones-discuss@opensolaris.org

___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] problems with installing iplanet in nonglobal zone

2006-08-02 Thread Krzys


I did create zone, here is config for it:
[15:29:44] [EMAIL PROTECTED]: /d/d1/zones/appdev/root  zonecfg -z appdev export
create -b
set zonepath=/d/d1/zones/appdev
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 net
set address=10.8.2.60
set physical=ipge0
end
add attr
set name=comment
set type=string
set value=APP DEV INTEGRATION ZONE
end

I am trying to install iplanet 6.1 and its failing, it does complain that /usr 
is read only. Is there any way to make /usr read/write for my zone? or do I need 
to recreate it? How can I accomplish this task?


Regards,

Chris

___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] problems with installing iplanet in nonglobal zone

2006-08-02 Thread Jerry Jelinek

Steffen Weiberle wrote:
If anything like Jave ES applications (directory, web, app server, etc.) 
you need a full root zone to install into. I.e., remove all your 
inherit-pkg-dir parts.


Or, you may be able to use this technique from the zones FAQ if
you only need a writable subdirectory in /usr.

http://www.opensolaris.org/os/community/zones/faq/#cfg_io_usrlocal

Jerry
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] problems with installing iplanet in nonglobal zone

2006-08-02 Thread Steffen Weiberle

Jerry Jelinek wrote On 08/02/06 17:41,:

Steffen Weiberle wrote:

If anything like Jave ES applications (directory, web, app server, 
etc.) you need a full root zone to install into. I.e., remove all your 
inherit-pkg-dir parts.


Or, you may be able to use this technique from the zones FAQ if
you only need a writable subdirectory in /usr.

http://www.opensolaris.org/os/community/zones/faq/#cfg_io_usrlocal


I've used this trick myself, but I believe some of the iPlanet stuff wants to put stuff into 
existing /usr directories, which can't easily be isolated as /usr/local can.


I have successfully used iPlanet's more recent decendent, 05Q4 Directory Server specifically, in a 
full root zone. 05Q4 is supported that way. I doubt iPlanet is support in a zone at all. But support 
may not be an issue in this case.




Jerry
___
zones-discuss mailing list
zones-discuss@opensolaris.org

___
zones-discuss mailing list
zones-discuss@opensolaris.org