M8000 DR Operation Question


 
Thread Tools Search this Thread
Operating Systems Solaris M8000 DR Operation Question
# 1  
Old 08-12-2011
M8000 DR Operation Question

Hello,

We have one M8000 with 2 domains each with 2 SBs. We want to add more memory to Domain 1 which is running 3 oracle dbs.
Code:
Domain 1 Config:  

2 SB 2x4 SparcVII processros
2SBs x16 Dimms each  x4G  Memory =128G

Now my question is

1. Since we can add at max 32 DIMMs to each SB is it possible to add only 8 DIMMS to each SB or we need to have either 16 or 32 DIMMS
2. Secondly is it possible to add the DIMMS using DR if i 'm adding DIMMS only on a single board and let the other board running ? without taking down the DBs and the OS ?


I 'm more than willing to provide any info required.
# 2  
Old 08-12-2011
You can either have 16 or 32. The memory is divided into slot A having 16 and slot B having 16, in total 32. I think it will fail POST and fail to come up if you put only 8 DIMM's

And m8000 allows online DR of a SB. If you have a domain with 2 SB's, you can use cfgadm -c unconfigure <SB> to take it out of the picture, provided it does not have any "PERM" memory. If the SB has PERM memory, you can not DR it out and will have to take an outage. Once it is unconfigured, you can login to XSCF and do a "poweroff <SB>".

This is from memory, do your research based on some of the pointers here and then take the decision, because ultimately its your servers :-). If you have oracle/sun support open a case with them.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Lftp operation

dear all, I need to get files from ftp when only files consist of words 'EUROPE' ftp sources in folder /ftp1/ftp2/ftp3/201409 files inside /ftp1/ftp2/ftp3/201409is as below 201409_EUROPE_citizen.txt 201409_EUROPE_natality.txt 201409_EUROPE_occupancy.txt 201409_ASIA_citizen.txt... (1 Reply)
Discussion started by: radius
1 Replies

2. Shell Programming and Scripting

Column operation : cosne and sine operation

I have a txt file with several columns and i want to peform an operation on two columns and output it to a new txt file . file.txt 900.00000 1 1 1 500.00000 500.00000 100000.000 4 4 1.45257346E-07 899.10834 ... (4 Replies)
Discussion started by: shashi792
4 Replies

3. Shell Programming and Scripting

sed OR-Operation

Hello, I'm trying to get the configuration-IP-Addresses from Cisco-configurations on the Routers they are defined as a Loopback0-interface like this: interface Loopback0 ip address 172.23.19.249 255.255.255.255 On the Switches they are defined as a VLAN 80 interface like this ... (4 Replies)
Discussion started by: Sally[-_-]
4 Replies

4. Solaris

Operation and Maintenance

I gurus of Solaris, I need to do a Procedure concerning in the Maintenance of Solaris Server. What are the parameters that I must be see Periodically in a Server. For example the space I (df -h) must be each week.- In this server exist a Database aplication (Oracle), and log's that increase or... (4 Replies)
Discussion started by: andresguillen
4 Replies

5. Shell Programming and Scripting

String Operation

/home8/mc09ats/UnixCw/file4 this is the path...i have 2 variables filename and filepath...i want filename=file4 filepath=/home8/mc09ats/UnixCw i.e. i think i have to find last occurence of "/" in string and the string after "/" want to take in some variable and string before last "/"... (4 Replies)
Discussion started by: AbhijitIT
4 Replies

6. Shell Programming and Scripting

How to do the date operation ???

Dear Brothers and Sisters , If I use the command date , it will echo out today . How can I get the tomorrow date using the command date ? How to I do the date operation ? Thanks you very much :):):):):) (1 Reply)
Discussion started by: youareapkman
1 Replies

7. Shell Programming and Scripting

Iterative operation

grep -o '\{1,3\}\.\{1,3\}\.\{1,3\}\.\{1,3\}' then how do i iterate the file names?? (19 Replies)
Discussion started by: ravis83
19 Replies

8. Shell Programming and Scripting

Array operation

Hi, I would like ask for you help for coding array operation. array= ( a b c d e f ) I would like to remove entry "d" from my array and import the remaining entries back to the array. Thanks. (3 Replies)
Discussion started by: phamp008
3 Replies

9. Shell Programming and Scripting

split operation

Hello, How to undo split operation ? (1 Reply)
Discussion started by: scotty_123
1 Replies

10. Shell Programming and Scripting

string operation

Hi all, Here is my situation. I have a text file TXT_FILE like this: john 123456 jack 94589 kelvin 94595 mary 88585 I want to read the first word in each line ( the name ) and assign to a string variable ( EX_LIST ) in my script so that I can use later as this commandfor i in... (6 Replies)
Discussion started by: fongthai
6 Replies
Login or Register to Ask a Question