New ZFS FS not seen on local zone


 
Thread Tools Search this Thread
Operating Systems Solaris New ZFS FS not seen on local zone
# 1  
Old 11-28-2012
New ZFS FS not seen on local zone

Hi ,
I added a new fs to the global zone and also did the zonecfg to add the FS to the zone but finally I do not see the new "FS" on the local zone.

Even in th e/etc/zones/zone.xml the fs and the correct directory is mentioned.

Any Idea please ?
# 2  
Old 11-28-2012
Can you post output of:
Code:
zonecfg -z your_zone export

# 3  
Old 11-28-2012
Code:
root # zonecfg -z localzone export
create -b
set zonepath=/zones/localzone 
set autoboot=true
set ip-type=shared
add fs
set dir=/usr/oracle/product/11.1.EM
set special=/zones/data/localzone /usr/oracle/product/11.1.EM
set type=lofs
end
add fs
set dir=/usr/oracle/product/10.2.0
set special=/zones/data/localzone /usr/oracle/product/10.2.0
set type=lofs
end
set address=123456789
set physical=bge0
end

the red on eis the new FS

Last edited by Scott; 11-29-2012 at 07:40 AM.. Reason: Code tags
# 4  
Old 11-28-2012
Did you reboot the zone ? If not, you might just lofs mount the new filesystem to the zone target directory. Don't forget to manually unmount it before shutting down the zone in the latter case.
# 5  
Old 11-29-2012
fixed it, reboot was not possible so find out the "mount -F lofs..." that did bring up the FS to the zone

---------- Post updated at 12:04 PM ---------- Previous update was at 12:04 PM ----------

Thanks for support !
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

ZFS adding new filesystems to a non-global zone

Hi Guys I have one Global Zone and 2 non-global zones. root@solar109 # zoneadm list -icv ID NAME STATUS PATH BRAND IP 0 global running / native shared 20 solar109b running ... (1 Reply)
Discussion started by: fryzh
1 Replies

2. Solaris

Solaris 10 local zone on Solaris 11 global zone

Hi, A quick question: Can Solaris 10 local zones be moved to a Solaris 11 global zone and work well? Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies

3. Solaris

SIGPWR on local zone

Can anyone explain how you can get a SIGPWR signal on a Solaris 10 local zone, but none of the other zones on the frame had a problem. :confused: (1 Reply)
Discussion started by: JerryHone
1 Replies

4. Solaris

Solaris zone on ZFS

..... (2 Replies)
Discussion started by: brusell
2 Replies

5. Solaris

Covert Global zone to local zone

Dears, I would like to convert solaris 10 x86 and solaris 10 sparc (Global Zones) physical servers into Local zones. i found a document which seems to be helpful but i'm stuck @ the 1st step. to test this i want to do it 1st on x86 system running under vmware ESXi and if it succeeds i will... (1 Reply)
Discussion started by: mduweik
1 Replies

6. Solaris

Swap in local zone

Hello folks, I have question regarding behavior of local zone which has no dedicated swap configured. Zone has set only capped memory, and my question is if all memory is occupied if this zone will start to use swap from the global zone?? I'm little bit confused from information regarding... (6 Replies)
Discussion started by: brusell
6 Replies

7. Solaris

Zone cloning with zfs

Sun documentation about zone cloning describe if zone cloning, which zonepath is on a ZFS pool, zone will be cloning by zfs snapshot. On my system zones cloned by files copying. How I can troubleshoot that? root@sunhost # cat /etc/release Solaris 10 10/09... (0 Replies)
Discussion started by: Aphex
0 Replies

8. Solaris

Global zone name from local zone

How to check the global zone name from local zone. (6 Replies)
Discussion started by: fugitive
6 Replies

9. Solaris

Not able to ping global zone from local zone

Hi Gurus I am not able to ping the local zone from global zone when i am trying to ping i am getting below ICMP Host Unreachable from gateway zone ( 192.268.35.210) for icmp from zone ( 192.168.35.210) to sun1 ( 192.168.35.210) However i can ping local zone from global please... (12 Replies)
Discussion started by: kumarmani
12 Replies
Login or Register to Ask a Question