- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RP 5470 expansion
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2005 04:26 AM
тАО02-02-2005 04:26 AM
RP 5470 expansion
rp5470 Dual (cluster), 2CPU*750M,Memory 2G, Internal HDD 2*36G, 2*NIC, 2*FC, 2*VA7110(External HDD 8*36G),DDS4/2*FC SWITCH, 2*Rack, Terminal, HP-UX11.i/MC/SG/MD, 3Y7*24
During upgrade necessary to add next equipment for expansion:
Total CPU 4*750MHz CPU/4G Memory/(External HDD)14*36G Hard Disk For VA.
I have a list of question about this expansion
1.Increasing SWAP or not
# swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 108452 4085852 3% 0 - 1 /dev/vg00/lvol2
reserve - 1516688 -1516688
memory 1565700 352012 1213688 22%
Do i need to increase SWAP space after adding 2G Memory (current configuration has 2G memory and 4G SWAP)?
2. Changing informix configuration
I have informix database running on server.
As i found out after adding 2 more CPU i need to modify /opt/informix/etc/onconfig file
next parameters
MULTIPROCESSOR 1 # 0 for single-processor, 1 for multi-processor
NUMCPUVPS 3 # Number of user (cpu) vps
SINGLE_CPU_VP 0 # If non-zero, limit number of cpu vps to one
Which other configuration parameters i have to change for informix database if i will add 2 CPU and 2G memory?
3. Does somebody have plan or documentation how to make partitioning of newly added External Disk Space? I need to increase informix workdbs and support mirroring in both disk arrays.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2005 04:33 AM
тАО02-02-2005 04:33 AM
Re: RP 5470 expansion
2. Not my field, I'm an oracle man.
3. Is informix raw or cooked fs.
Here is an either or.
Try to handle mirroriing on the external storage array.
If you must use software mirroring, break mirror prior to starting this process.
Add space. Assign LUN to fiber card WWN
ioscan to detect
pvcreate to start disk step.
lvcreate a new logical volume
lvextend an existing logical volume
software mirror:
lvexend -m 1 /dev/vg##/lvol /dev/dsk/c1t1d1 for a brand new fs
extendfs for extending an existing one.
Don't do the fs part if you are using raw data areas.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2005 04:53 AM
тАО02-02-2005 04:53 AM
Re: RP 5470 expansion
2. NUMCPVPS should be set to one less than actual physical CPUs - I believe this would make it 5 in your case. The reason is that Informix needs as many CPUs as you can give it, but if you don't reserve one for system work, the end result is uhmmmm undesirable.
3. Are the new disks going in the existing VA7110? If that's the case, you don't have to worry about connecting them, you just need to carve them up into LUN's as you have the existing ones and then either add them into existing Volume Groups or create a new VG for them. I would suggest a new VG, because your existing might not have MAXPE and PE size set high enough to accomodate the expansion. All you have to do then is carve them up into 2GBlogical volumes and link those logical volumes to Informix "chunks".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 09:41 PM
тАО02-03-2005 09:41 PM
Re: RP 5470 expansion
NUMCPUVPS 6
NETTYPE soctcp,3,100,CPU
These changes i have done on my system after CPU upgrade !
BR's
Neritan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 09:46 PM
тАО02-03-2005 09:46 PM
Re: RP 5470 expansion
2. You should change the onconfig.aedb file under /home/informix/etc :
NUMCPUVPS 3
NETTYPE soctcp,3,100,CPU
These changes i have done on my system after CPU upgrade !
BR's
Neritan