How do I disable a core(or more) while boot up in Solaris 10?


 
Thread Tools Search this Thread
Operating Systems Solaris How do I disable a core(or more) while boot up in Solaris 10?
# 1  
Old 07-25-2014
How do I disable a core(or more) while boot up in Solaris 10?

Hi,
I have 4 cores in my PC. I know how to disable a core using psradm -f command after boot up. But I want to disable while boot up (permanently).

1) I want only 1 core. How to disable all other cores while boot up?

2) I need to disable 2 cores. How to disable all other cores while boot up?

I need the best way.

Thank you.
# 2  
Old 07-28-2014
Well you know about the 'psradm' command so you could put that into a script file, for example,

Code:
/etc/rc2.d/S??disable_cores

so that it gets executed on every boot up so you don't need to remember to do it manually.

Does that help? Feel free to ask for more help.
This User Gave Thanks to hicksd8 For This Post:
# 3  
Old 07-28-2014
That depends on when you want the cores disabled. The OS can't turn them off until the OS is booted.

So disable them via BIOS or crack open the case and physically remove them if you don't want the OS to ever "see" them.
This User Gave Thanks to achenle For This Post:
# 4  
Old 07-28-2014
Quote:
Originally Posted by achenle
.... and physically remove them if you don't want the OS to ever "see" them.
Hmmm.

How do you "physically remove" a single core in a 4 core CPU?
# 5  
Old 07-28-2014
Quote:
Originally Posted by Neo
Hmmm.

How do you "physically remove" a single core in a 4 core CPU?
I've always wanted to try dynamite. Smilie
# 6  
Old 07-28-2014
Solaris is pretty much fully alive and kicking by the time it get to executing the contents of /etc/rc2.d

I add lines to the bottom of /etc/rc2.d/S20sysetup quite regularly to modify system behaviour. Not tried putting in commands to stop CPU cores but I would be surprised if it didn't work.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris stuck during boot after reconfigure boot

Hello, I have a problem with my machine that won't boot properly. The story is that I installed a software called apcupsd, which is a control application for my APC battery UPS. I have used version 3.14.10 earlier, but as part of restoring my previously crashed os harddrive I wanted to... (18 Replies)
Discussion started by: Zorken
18 Replies

2. Solaris

Solaris 11 disable IPv6

I've new installed Solaris 11 on Sparc T4-1. I'd like to disable IPv6 but with no luck. lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 net0: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 2 inet... (6 Replies)
Discussion started by: samer.odeh
6 Replies

3. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

4. Solaris

Disable all the logs in Solaris

Hi Is there anyway to disable all logs/logging (lastlog, sulog, messages etc.) in Solaris 9&10? I know this is not recommended but i just want to know if this is possible. TIA Reddy (8 Replies)
Discussion started by: reddyr
8 Replies

5. Solaris

disable telnet on Solaris

All - would you please some one help me to disable telnet on Solaris? /etc/inetd.conf Thanks :confused: (11 Replies)
Discussion started by: March_2007
11 Replies

6. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

7. Solaris

Disable Network cards under boot Prom

Hi, I'm looking for a command to be able to disable a network card under the boot PROM. I need it to force my Jumpstart to use the Ethernet card of my server (V880) instead of my fiber card (gem0). Thanks, Fabien (6 Replies)
Discussion started by: unclefab
6 Replies

8. UNIX for Dummies Questions & Answers

Fedora Core 3 boot diskette

I want to upgrade from Red Hat Linux 8.0 to Fedora Core 3. I have already downloaded FC3 on CD's. My current config. on my PC is that I have Win XP on primary hard drive and Red Hat 8.0 on another hard drive. Because my Compaq Presario reserves the first cylinder of my primary hard drive, I... (1 Reply)
Discussion started by: Mark McWilliams
1 Replies

9. UNIX for Dummies Questions & Answers

Disable routed daemon at boot time????

I'm new to UNIX.... I'm running SCO UNIX and would like to disable routed daemon from being start at boot time. How should I do this????? Please help. (2 Replies)
Discussion started by: rrivas
2 Replies
Login or Register to Ask a Question