is it possible to add physical hardware to a zone


 
Thread Tools Search this Thread
Operating Systems Solaris is it possible to add physical hardware to a zone
# 1  
Old 10-14-2008
is it possible to add physical hardware to a zone

Dear All,

is it possible to add physical hardware to a zone like,

cdrom, processor book, scsi controller ?, r else any disk....

any thing that will b a physical hardware!!

is it possible.... if possible please tel me the steps while

Thanks
# 2  
Old 10-14-2008
can the zone be down during the operation?

Last edited by DukeNuke2; 10-15-2008 at 06:51 AM..
# 3  
Old 10-15-2008
You can add access to certain devices to the zone and set ip-type: exclusive and add network interfaces. You should really describe your needs in more detail.
# 4  
Old 10-15-2008
Thanks DukeNuke2 and Luka

As its in production we need to take downtime, if its not possible without down.
# 5  
Old 10-15-2008
i would like to be clear on this. you are attempting to mount a full disk say "/dev/dsk/c0t0d0" to a mount point which should be seen by a non-global zone?
# 6  
Old 10-15-2008
Yes Pupp,

and i think thats only possible through the global zone Smilie.
# 7  
Old 10-15-2008
You can add a disk to the physical server, possibly hot-plugging it depending on the hardware. You can do whatever you want with this disk on the global zone like formatting and laying out file systems. You can make the new file systems available to the non-global zone without any downtime on it.

For security reasons, you can't do that from the non-global zone as that would break the zones isolation requirement.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Any script to add IP's in zone ?

I have a Solaris-11 box, which is hosting 3 non-global zones. I am going to add 38 IP address to each zones (144 for all three zones). I kept those IP addresses in three files - /tmp/zone1_ip is having all ip's which needs to add in zone1, /tmp/zone2_ip is having ip's for zone2 and /tmp/zone3_ip... (2 Replies)
Discussion started by: solaris_1977
2 Replies

2. UNIX for Advanced & Expert Users

[Solved] Add hardware in virt-install command

Hi, Again a question about virt-install. Someone knows how to add hardware in the virt-install command? I put the first disk with --disks path=/.... but I need a second disk and I don't know how to include it? Thanks (2 Replies)
Discussion started by: hiddenshadow
2 Replies

3. Solaris

how to add a default gateway in a zone of different VLAN of global zone

Hi Greetings... I have an issue in connecting the zone from outside the network and it is because of default gateway. I can ping default gateway from inside the zone and not able to ping from global zone due to different VLAN issue. If i add two different gateways and restart network services,... (2 Replies)
Discussion started by: vvpotugunta
2 Replies

4. Solaris

Migrate physical host to zone

Hi guys I need to migrate some physical sparc server to zones (M4000) and i know that this is possible wit Oracle OpsManager. But is there also another way to do that work? Has someone experience with migrating a physical system to a zone? Regards beta17 (6 Replies)
Discussion started by: beta17
6 Replies

5. AIX

Maximum Limit of HMC to handle Physical Power Virtualization Physical Machine

Hello All, Can anybody please tell me what is the maximum limit of Physical IBM Power Machine which can be handled by single HMC at a single point of time? Thanks, Jenish (1 Reply)
Discussion started by: jenish_shah
1 Replies

6. Solaris

restrcit physical memory with zone.max-locked-memory

Is it possible to restrict physical memory in solaris zone with zone.max-locked-memory just like we can do with rcapd ? I do not want to used rcapd (1 Reply)
Discussion started by: fugitive
1 Replies

7. AIX

Hardware address to physical location

Hello How do I deternine the physical location of an ethernet port, based on the hardware address? I have 4 ports on a 9133-55A ent0 05-08 ent1 05-09 ent2 07-08 ent3 07-09 Two of these are internal, and two are on a card. I need to single out ent0 and ent2, but I cannot find any... (4 Replies)
Discussion started by: mhenryj
4 Replies

8. Solaris

Add Static Routes to new physical address

Hi, I need help to add new route: 10.252.0.138, GW 10.252.0.129 to e1000g1 and 10.252.0.10, GW 10.252.0.1 to e1000g2 tnx (4 Replies)
Discussion started by: mehrdad68
4 Replies

9. UNIX for Dummies Questions & Answers

Physical volume- no free physical partitions

I was in smit, checking on disc space, etc. and it appears that one of our physical volumes that is part of a large volume group, has no free physical partitions. The server is running AIX 5.1. What would be the advisable step to take in this instance? (9 Replies)
Discussion started by: markper
9 Replies

10. UNIX for Dummies Questions & Answers

physical volume and physical disk.

Hello, I need explanations about physical disks and physical volumes. What is the difference between these 2 things? In fact, i am trying to understand what the AIX lspv2command does. Thank you in advance. (2 Replies)
Discussion started by: VeroL
2 Replies
Login or Register to Ask a Question