M5000 splitting existing domain


 
Thread Tools Search this Thread
Operating Systems Solaris M5000 splitting existing domain
# 8  
Old 02-13-2013
yes they will. and there will be NO dvd or tape (if there is a tape in your machine) in domain 1. only domain 0 will have the dvd and the tape!
# 9  
Old 02-13-2013
Ok. So I guess the second domain has to be installed via network then.
Could this procedure be right then?

Code:
# Detach XSB01 from Domain 0
deleteboard -c unassign 01-0

# Check status
showdcl -va

# Put XSB01 in Quadmode
setupfru -x 4 sb 1

# Set XSB01-3 to domain 0 and assign
setdcl -d 0 -a 1=01-3
addboard -c assign -d 1 01-3

# Set XSB01 rest to domain 1
setdcl -d 1 -a 0=01-0
setdcl -d 1 -a 1=01-1
setdcl -d 1 -a 2=01-2
addboard -c assign -d 1 01-0 01-1 01-2

# 10  
Old 02-13-2013
looks ok... good luck!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

M5000 Xscf

I took over an M5000 and have a jumper server with a nic to connect to the console IP of an M5000. access via ssh user@ip. it was working fine, another person can connect remotely on the subnet, but when I ssh,it just hangs and then times out. so my question is, any ideas of what I might... (4 Replies)
Discussion started by: rrodgers
4 Replies

2. Solaris

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... (5 Replies)
Discussion started by: aixlover
5 Replies

3. 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

4. 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

5. Solaris

M5000 Question

Hi i 've a M5000 running 2 domains in my Lab with following hardconf SPARC Enterprise M5000; Memory_Size:128 GB; +-----------------------------------+------------+ | FRU | Quantity | +-----------------------------------+------------+ | MBU_B... (3 Replies)
Discussion started by: fugitive
3 Replies

6. Shell Programming and Scripting

insert pipes for existing and non-existing records

I have a source file like this, L4058S462 34329094 F51010141TK1070000483L4058S462 34329094 0232384840 381892 182 5690 L4058S462 34329094 F51020141FIRST CLEARING, LLC A/C 3432-9094 L4058S462 34329094 F51030141JOHAN HOLMQVIST ... (1 Reply)
Discussion started by: saravanamr
1 Replies

7. Solaris

M5000 Question

Hi, I 've a fully loaded M5000 which i would like to partition in 4 domains but i have a concern that since we have only 4 internal disks how can we partition the box in for domains with 2 disks ( mirrored ) in each domain. Should i go ahead with 1 Lun from SAN and 1 internal disk for each of 4... (3 Replies)
Discussion started by: fugitive
3 Replies

8. Windows & DOS: Issues & Discussions

How to: Linux BOX in Windows Domain (w/out joining the domain)

Dear Expert, i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant. ... (2 Replies)
Discussion started by: regmaster
2 Replies

9. Solaris

Add existing user into an existing group

Pre: no gpasswd/adduser there is just usermod can be used, also there is no -a option for usermod. How should I add a user into a group? (4 Replies)
Discussion started by: a2156z
4 Replies

10. Shell Programming and Scripting

folder existing and file existing

I want to look into a folder to see if there are any folders within it. If there are, I need to check inside each folder to see if it contains a .pdf file So If /myserver/myfolder/ contains a folder AND that folder conatins a .pdf file do X Else do Z I may have multiple folders and... (4 Replies)
Discussion started by: crowman
4 Replies
Login or Register to Ask a Question