- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: IAS & Redhat linux 7.2
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
11-17-2003 08:06 AM
11-17-2003 08:06 AM
I have installed IAS 9i under linux RH 7.2, SErver is a LH6000 with 4.5 GB RAM. We cann't access to Console administration is that problem of memory? this is the free command show.
total used free shared buffers cached
Mem: 4207 4201 5 307 229 2231
-/+ buffers/cache: 1741 2466
Swap: 2047 0 2047
I have performance problem too. can i reduce the cached memory?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:27 AM
11-17-2003 09:27 AM
SolutionA good idea would be to use the red hat network and get the latest Kernel big memory version.
The console administration issue is probably due to configuration issues on the httpd server that ships with ias.
You swap is a little light based on my experience. In general for ias installation I set swap to 1.0 to 1.5 times physical memory.
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
11-17-2003 09:39 AM
11-17-2003 09:39 AM
Re: IAS & Redhat linux 7.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 11:13 AM
11-17-2003 11:13 AM
Re: IAS & Redhat linux 7.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 06:23 PM
11-17-2003 06:23 PM
Re: IAS & Redhat linux 7.2
if you don't have free space to create new partition - then do the following:
1.mkdir -p /var/swap
2. dd if=/dev/zero of=/var/swap/swap.file bs=1024 count=250000 (to create aproximately 250 MB file)
3. mkswap /var/swap/swap.file
4.swapon /var/swap/swap.file
Best Regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:07 PM
11-17-2003 09:07 PM
Re: IAS & Redhat linux 7.2
# mkswap
# swapon
Thanks,
Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:09 AM
11-18-2003 01:09 AM
Re: IAS & Redhat linux 7.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:55 AM
11-18-2003 01:55 AM
Re: IAS & Redhat linux 7.2
You should however to make sure the swap area is activated at boot time.
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
11-18-2003 01:57 AM
11-18-2003 01:57 AM
Re: IAS & Redhat linux 7.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:03 AM
11-18-2003 02:03 AM
Re: IAS & Redhat linux 7.2
You can use the "free" command to see how much memory you have.
For this configuration to load after you reboot your pc-you must add an entry to /etc/fstab file.Add something like this:
/var/swap/swap.file swap swap defaults 0 0
best regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:21 AM
11-18-2003 02:21 AM