![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Postprocess issue installing Solaris 9 Branded Zone | brialt1 | SUN Solaris | 0 | 08-19-2009 05:45 PM |
| Installing the Pidgin-Encryption Plugin on OpenSolaris | iBot | Solaris BigAdmin RSS | 0 | 08-07-2009 10:45 AM |
| Installing Zones on OpenSolaris Differs from Solaris 10 | iBot | Solaris BigAdmin RSS | 0 | 07-23-2009 08:30 AM |
| Installing OpenSolaris on Sun v120 | stringzz | SUN Solaris | 6 | 03-22-2009 07:58 PM |
| Installing Sun Web Stack on OpenSolaris OS | iBot | Solaris BigAdmin RSS | 0 | 10-07-2008 09:10 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Error while installing zone in opensolaris
while installing zone this error is coming
zoneadm -z test install ERROR: Error: no zonepath dataset. Steps done to create one sample zone zonecfg -z test create set zonepath=/zones/test set autoboot=true verify commit exit zoneadm -z test install ERROR: Error: no zonepath dataset. pls help me in this................. |
|
||||
|
It's a ZFS pool./
An OpenSolaris zone requires a dedicated filesystem (ZFS dataset). Assuming you used the default names, you can create a dedicated dataset that way: Code:
zfs create /rpool/zones zfs create /rpool/zones/test |
|
||||
|
zfs pool has created successful and try to verify the zone before installation it is giving error
root@opensolaris:~# zoneadm -z test verify /rpool/zones/test must not be group readable. /rpool/zones/test must not be group executable. /rpool/zones/test must not be world readable. /rpool/zones/test must not be world executable. could not verify zonepath /rpool/zones/test because of the above errors. zoneadm: zone test failed to verify zoneinfo: zonename: test zonepath: /rpool/zones/test brand: ipkg autoboot: true bootargs: pool: limitpriv: scheduling-class: ip-type: shared hostid: |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|