![]() |
|
|
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 |
| Restricting FTP access for a particular directory | Vijayakumarpc | SUN Solaris | 1 | 10-14-2009 01:52 PM |
| restricting access to a server | melanie_pfefer | SUN Solaris | 1 | 02-25-2008 02:55 PM |
| restricting access | max_min | SUN Solaris | 4 | 08-12-2004 03:20 AM |
| Restricting access | ngagne | UNIX for Dummies Questions & Answers | 4 | 07-21-2001 10:44 AM |
| restricting access... | alwayslearningunix | Security | 9 | 05-09-2001 08:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Restricting CPU Core Access
Hi all.
I've had a quick look around but cant see anything exactly matching my requirements. I have a new T2000 running S10. Im looking to restrict the no. cores that a S10 non-global zone can use to 1 only. The box is single CPU but 8core. I want to do this to save on some software licensing. Any help much appreciated Cheers |
|
||||
|
This should work: Code:
# zonecfg -z myzone zonecfg:myzone> add dedicated-cpu zonecfg:myzone:dedicated-cpu> set ncpus=4 zonecfg:myzone:dedicated-cpu> end Alternatively, create a processor set, a resource pool and bind your zone to it. |
|
||||
|
Quote:
Does this on relate to actual CPU access though? I'm actually wanting to restrict the number of cores that a zone can access as there's only a single CPU? Cheers |
|
||||
|
Quote:
Excellent stuff, i get it....took a while though eh ![]() Thanks again, thats great Cheers |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|