- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Networking 2 N class Servers
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
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
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
03-11-2002 08:03 AM
03-11-2002 08:03 AM
Networking 2 N class Servers
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:14 AM
03-11-2002 08:14 AM
Re: Networking 2 N class Servers
On the networking issue, you can connect the two via a "cross-over" cable. The netowkring will be tricky, but can be done, providing you pin the packets to the lan card by turning IP forwarding off.
I'd first address the "performance" issue before resorting to the drastic networking change. Can you provide some more info on your N-class's, like kernel info, swapinfo, and IO subsystem configuration?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:16 AM
03-11-2002 08:16 AM
Re: Networking 2 N class Servers
However, I might look at several factors first.
1. What are my parms set at?
dbc_max_%
dbc_min_%
semm*
shmmax
max*siz
maxuser (affects nproc,nfile)
2. What about network issue?
Is my lan card configured for 100FD auto-neg off and is my switch configured the same?
3.What is my init.ora file settings...is it asking for too much or not utilizing what the system parms allow for? Remember if you have multiple oracle db's you must accont for these 'in total' in your parms semm* settings...
Just a couple things you might want to resolve...before you consider 'wiring' things..
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 09:07 AM
03-11-2002 09:07 AM
Re: Networking 2 N class Servers
I hope this gives you something to go on.
* Tunable parameters
STRMSGSZ 65535
fs_async 1
max_thread_proc 2048
maxdsiz 250000000
maxfiles 2048
maxfiles_lim 2048
maxssiz 0X17000000
maxssiz_64bit 0X17000000
maxswapchunks 5096
maxuprc 512
maxusers 2000
maxvgs 50
msgmax 250880
msgmnb 250880
msgmni 3000
msgseg 32767
msgssz 16384
msgtql 4096
ncallout 2064
nfile 6000
nflocks 8192
nkthread 2048
nproc 1024
nstrpty 60
num_tachyon_adapters 5
semmni 2048
semmns 8192
semmnu 1000
semume 120
shmmax 2147483648
shmmni 1000
shmseg 200
tcphashsz 262144
Oracle init parm without the comments
open_cursors = 100
max_enabled_roles = 30
_use_ism = false
db_block_buffers = 88000
shared_pool_size = 356413600
large_pool_size = 614400
java_pool_size = 20971520
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
processes = 100 # INITIAL
log_buffer = 163840 # INITIAL
timed_statistics = true # if you want timed statistics
rollback_segments = ( rbs01,rbs02,rbs03,rbs04 )
background_dump_dest = /fsoracle/admin/FS8SYS/bdump
background_dump_dest = /fsoracle/admin/FS8SYS/bdump
core_dump_dest = /fsoracle/admin/FS8SYS/cdump
user_dump_dest = /fsoracle/admin/FS8SYS/udump
db_block_size = 8192
os_authent_prefix = ""
job_queue_processes = 4
job_queue_interval = 60
distributed_transactions = 10
open_links = 4
mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
compatible = "8.1.0"
sort_area_size = 65536
sort_area_retained_size = 65536
dml_locks = 1500
open_cursors = 75
_ignore_desc_in_index=TRUE
_db_file_noncontig_mblock_read_count=1
CONTROL_FILE_RECORD_KEEP_TIME = 0
query_rewrite_enabled=TRUE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 09:15 AM
03-11-2002 09:15 AM
Re: Networking 2 N class Servers
Hope this will solve your problem.
Sandip