Sun M5000 hardware domain creation - How to keep current OS?


 
Thread Tools Search this Thread
Operating Systems Solaris Sun M5000 hardware domain creation - How to keep current OS?
# 1  
Old 01-12-2012
Sun M5000 hardware domain creation - How to keep current OS?

Hi,

This Sun M5000 currently has a single domain (0) created. Solaris 10 is installed on this domain with some local zones. Now we need to add a secondary hardware domain (1) to this M5000. My question: Can we keep the current OS settings on domain 0 when adding the secondary domain 1?

Thank you in advance!
# 2  
Old 01-12-2012
yes you can... but be aware the 4 disks now mapped to domain 0 will be mapped 2 disks to domain 0 and 2 to domain 1. also the dvd drive is only useable for domain 0!
# 3  
Old 01-31-2012
Here are the basic settings. What are the steps to make the second domain work?

Quote:
XSCF> showdcl -v -a

DID LSB XSB Status No-Mem No-IO Float Cfg-policy
00 Running FRU
00 00-0 False False False
01 01-0 False False False
02 -
03 -
04 -
05 -
06 -
07 -
08 -
09 -
10 -
11 -
12 -
13 -
14 -
15 -
---------------------------------------------------------------
01 Powered Off FRU
00 -
01 01-0 False False False
02 -
03 -
04 -
05 -
06 -
07 -
08 -
09 -
10 -
11 -
12 -
13 -
14 -
15 -

XSCF> poweron -d 00
DomainIDs to power on:00
Continue? [y|n] :y
00 :Not powering on :The domain is already powered on.

XSCF> poweron -d 01
The current configuration does not support this operation.
---------- Post updated at 04:41 PM ---------- Previous update was at 04:35 PM ----------

Is the following the right procedure to setup two domains?

Quote:
XSCF> setupfru -x 1 sb 0

XSCF> showfru sb 0
Device Location XSB Mode Memory Mirror Mode
sb 00 Uni no

XSCF> setupfru -x 1 sb 1

XSCF> showfru sb 1
Device Location XSB Mode Memory Mirror Mode
sb 01 Uni no

XSCF> showboards -av
XSB R DID(LSB) Assignment Pwr Conn Conf Test Fault COD
---- - -------- ----------- ---- ---- ---- ------- -------- ----
00-0 SP Unavailable n n n Unknown Normal n
01-0 SP Unavailable n n n Unknown Normal n

XSCF> setdcl -d 0 -a 0=00-0

XSCF> setdcl -d 1 -a 0=01-0

XSCF> showboards -av
XSB R DID(LSB) Assignment Pwr Conn Conf Test Fault COD
---- - -------- ----------- ---- ---- ---- ------- -------- ----
00-0 SP Unavailable n n n Unknown Normal n
01-0 SP Unavailable n n n Unknown Normal n

XSCF> addboard -c assign -d 0 00-00
XSB#00-0 will be assigned to DomainID 0. Continue?[y|n] :y

XSCF> addboard -y -c assign -d 1 01-00
XSB#01-0 will be assigned to DomainID 1. Continue?[y|n] :y

XSCF> showboards -av
XSB R DID(LSB) Assignment Pwr Conn Conf Test Fault COD
---- - -------- ----------- ---- ---- ---- ------- -------- ----
00-0 * 00(00) Assigned n n n Unknown Normal n
01-0 * 01(00) Assigned n n n Unknown Normal n

XSCF> showdcl -v -d 0
DID LSB XSB Status No-Mem No-IO Float Cfg-policy
00 Powered Off FRU
00 00-0 False False False
01 -
02 -
03 -
04 -
05 -
06 -
07 -
08 -
09 -
10 -
11 -
12 -
13 -
14 -
15 -

XSCF> showdcl -v -d 1
DID LSB XSB Status No-Mem No-IO Float Cfg-policy
01 Powered Off FRU
00 01-0 False False False
01 -
02 -
03 -
04 -
05 -
06 -
07 -
08 -
09 -
10 -
11 -
12 -
13 -
14 -
15 -

XSCF> showdcl -a
DID LSB XSB Status
00 Powered Off
00 00-0
---------------------------
01 Powered Off
00 01-0

XSCF> showdcl -av
DID LSB XSB Status No-Mem No-IO Float Cfg-policy
00 Powered Off FRU
00 00-0 False False False
01 -
02 -
03 -
04 -
05 -
06 -
07 -
08 -
09 -
10 -
11 -
12 -
13 -
14 -
15 -
---------------------------------------------------------------
01 Powered Off FRU
00 01-0 False False False
01 -
02 -
03 -
04 -
05 -
06 -
07 -
08 -
09 -
10 -
11 -
12 -
13 -
14 -
15 -
http://xteams.oit.ncsu.edu/iso/m5_domain_setup
# 4  
Old 01-31-2012
what is the output of "showhardconf -u"?
# 5  
Old 02-01-2012
Code:
XSCF> showhardconf -u
SPARC Enterprise M5000; Memory_Size:128 GB;
    +-----------------------------------+------------+
    |              FRU                  |  Quantity  |
    +-----------------------------------+------------+
    | MBU_B                             |       1    |
    |     Type:1;                       |   (   1)   |
    |     CPUM                          |       4    |
    |         Freq:2.400 GHz;           |   (   8)   |
    |     MEMB                          |       8    |
    |         MEM                       |      64    |
    |             Type:2A; Size:2 GB;   |   (  64)   |
    |     DDC_A                         |       4    |
    |     DDC_B                         |       2    |
    | IOU                               |       2    |
    |     Type:1;                       |   (   2)   |
    |     DDC_A                         |       2    |
    |     DDCR                          |       2    |
    |         DDC_B                     |       2    |
    | XSCFU                             |       1    |
    | OPNL                              |       1    |
    | PSU                               |       4    |
    | FANBP_C                           |       1    |
    |     FAN_A                         |       4    |
    +-----------------------------------+------------+


Last edited by DukeNuke2; 02-01-2012 at 11:36 AM..
# 6  
Old 02-01-2012
with your configuration the above procedure should work. if you build the two domains they will both have equal cpu and memory. if you like an unequal configuration (e.g. one domain with 6 cpus and the other with two...) you'll need another procedure for the "setupfru" command.
This User Gave Thanks to DukeNuke2 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

M5000 splitting existing domain

Hi We have an M5000 with one domain running Sun Cluster on it. We would like to split the domain into two domains. One with the existing Sun Cluster and one with a fresh install. We have 2 CPU Boards (8 CPU) / 4 Mem Boards (64 gb memory) and 2 IOU as well as 4 disks Is it possible to have... (9 Replies)
Discussion started by: sanc
9 Replies

2. Hardware

Sun/Oracle M5000 Question

I have an M5K with disk issues I'm trying to troubleshoot, and it's causing me some confusion. I know the host has four on-board HDDs, but the format command's output shows c0t0d0, c0t1d0, c3t0d0, and c3t1d0. cfgadm -al shows c0t3d0 as the DVD-ROM drive, and c1 and c2 as SAN disks. Confused yet? ... (2 Replies)
Discussion started by: desertdenizen
2 Replies

3. Solaris

Sun M5000, xscf showdevices questions

Hi, I've configured this Sun M5000 to use two system domains (added a second domain to it). The following is the info about the settings. The showdevices command can't show devices on domain 1 because Solaris is not loaded on it yet. My question: How can I confirm the hardware devices such as... (5 Replies)
Discussion started by: aixlover
5 Replies

4. UNIX for Advanced & Expert Users

Sun M5000 hardware domain creation - How to keep current OS?

Hi, This Sun M5000 currently has a single domain (0) created. Solaris 10 is installed on this domain with some local zones. Now we need to add a secondary hardware domain (1) to this M5000. My question: Can we keep the current OS settings on domain 0 when adding the secondary domain 1? ... (0 Replies)
Discussion started by: aixlover
0 Replies

5. UNIX for Advanced & Expert Users

Sun M5000 servers diaster recovery plan

Hi, We have two Sun M5000 systems. A is Oracle server and B is testing server. There are nine Solaris 10 zones set on A. SAN is connecting to A with ZFS configuration. Now we want to set B to be a backup server of A and make the two as identical as possible. No VERITAS cluster, no Solaris... (3 Replies)
Discussion started by: aixlover
3 Replies

6. Solaris

XSCF prompt disappeared, Sun M5000

Hi, I've got an issue here: After I logon to the xscf prompt of this Sun M5000 and did 'XSCF> version -c xcp', the xscf prompt disappeared. I can't get it back and can't log out. exit rebootxscf logout #. #> #> ~# ~# exit sendbreak exit I tried to set the Mode Switch to the service... (3 Replies)
Discussion started by: aixlover
3 Replies

7. Hardware

M5000 server DVD moving one domain to another

Does it Moving the dvd drive domain 0 to domain1 on M5000 sun server (1 Reply)
Discussion started by: rama3479
1 Replies

8. Solaris

regarding sun solaris hardware

hi :), i am new to this forum and i am in need of some help. one of my friend i having a Sun Ultra 2 UPA/Sbus (UltraSPARC-II 296Mhz) 640 MB ram. i am not sure if that configuration will be helpful to try out some sysadmin commands. this machine has a 21-inch monster monitor, which i think... (5 Replies)
Discussion started by: sudhiroracle
5 Replies

9. Shell Programming and Scripting

how can I see the current hardware

hi how can I see the current hardware, disk size, RAM size, utilisation & installed software in the PC where the shell is running by using the shell program? request all for help Thank You (3 Replies)
Discussion started by: nokia1100
3 Replies

10. Solaris

Sun Domain configuration

How can i configure domain in sun E10k server. Domain configuration is done in ok prompt or OS's command line. I read the manuals for configuring Domain from docs.sun.com. Still i have confusion in the domain configuration. Anyone have any documents for domain configuration means plz send me..... (2 Replies)
Discussion started by: muthulingaraja
2 Replies
Login or Register to Ask a Question