[zones-discuss] creating zones in open solaris on x86

2009-08-20 Thread sai prasath
Hi

I have installed open solaris on HP Proliant ML 370 G6.While creating zones
I am getting error message for the following command.

#zfs create -o canmount=noauto rpool/ROOT/S10be/zones

cannot create 'rpool/ROOT/S10be/zones': parent does not exist.


please let me know the best way to resolve this issue and also steps involved 
in creating local zones in open solaris

Thanks for your help

Regard
Sai
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] creating zones in open solaris on x86

2009-08-20 Thread Jordan Vaughan

On 08/20/09 01:59 PM, sai prasath wrote:

Hi

I have installed open solaris on HP Proliant ML 370 G6.While creating zones
I am getting error message for the following command.

#zfs create -o canmount=noauto rpool/ROOT/S10be/zones

cannot create 'rpool/ROOT/S10be/zones': parent does not exist.


please let me know the best way to resolve this issue and also steps involved 
in creating local zones in open solaris

Thanks for your help

Regard
Sai


Hi Sai,

You probably forgot to pass the '-p' flag to 'zfs'.  Try this instead:

#zfs create -p -o canmount=noauto rpool/ROOT/S10be/zones

Hope that helps,
Jordan
___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] creating zones in open solaris on x86

2009-08-20 Thread sai prasath
Hi

I have installed open solaris on HP Proliant ML 370 G6.While creating zones
I am getting error message for the following command.

#zfs create -o canmount=noauto rpool/ROOT/S10be/zones

cannot create 'rpool/ROOT/S10be/zones': parent does not exist.


please let me know the best way to resolve this issue and also steps involved 
in creating local zones in open solaris

Thanks for your help

Regard
Sai
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org