site down investigation


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators site down investigation
# 1  
Old 06-27-2005
site down investigation

I'm rather new to web site administration so i would greatly appreciate some help.

My site has been going down quite frequently and i cannot figure out why. I'm on a shared server at OLM.net and the site goes down once a day or once every 2-3 days which is quite unacceptable. We are still small and we dont get a lot of traffic. We want to have decent reliability before we start heavily marketing and getting more traffic, however i cant seem to figure out how to get to reliability.

I'm open to any suggestions at this point. If its my host, i'm willing to switch if you can suggest a better one. I also understand that it might be because of the shared server, but i want to know for sure that it is before going dedicated, is it my scripts' fault or the server?

Any advice with this would again be greatly appreciated.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Is this site for me?

Hello, I am new here and my name is Robert. I was actually looking for a forums website where I can go with questions regarding Linux and embedded Linux applications. I am fairly new (6 months) to the world of Linux and embedded Linux applications and the the learning curve is steep. When I am not... (13 Replies)
Discussion started by: Circuits
13 Replies

2. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies

3. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

4. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

5. AIX

AIX Shutdown Investigation

AIX error log (read with the errpt command) /var/adm/wtmp account file (read with the last command) /var/adm/pacct account files (read with the lastcomm command) AIX console log (read with the alog -t console -o command) su log file (read with cat /var/adm/sulog) Shell history file (read... (4 Replies)
Discussion started by: prpkrk
4 Replies

6. Linux

Reboot investigation problem

I have a linux server,in this i receive alarm as server has rebooted. When i check uptime of the server it says that the server has rebooted but when i check output of who -b it says that the server rebooted very long back Can some one help what is the issue here. (3 Replies)
Discussion started by: tiwsaj
3 Replies

7. Emergency UNIX and Linux Support

Performance investigation, very high runq-sz %runocc

I've just been handed a hot potato from a colleague who left :(... our client has been complaining about slow performance on one of our servers. I'm not very experienced in investigating performance issues so I hoping someone will be so kind to provide some guidance Here is an overview of the... (8 Replies)
Discussion started by: Solarius
8 Replies

8. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies
Login or Register to Ask a Question
XmDropSiteConfigureStackingOrder(3X)									      XmDropSiteConfigureStackingOrder(3X)

NAME
XmDropSiteConfigureStackingOrder - A Drag and Drop function that reorders a stack of widgets that are registered drop sites SYNOPSIS
#include <Xm/DragDrop.h> void XmDropSiteConfigureStackingOrder (widget, sibling, stack_mode) Widget widget; Widget sibling; Cardinal stack_mode; DESCRIPTION
XmDropSiteConfigureStackingOrder changes the stacking order of the drop site specified by widget. The stacking order controls the manner in which drag-under effects are clipped by overlapping siblings, regardless of whether they are active. The stack mode is relative either to the entire stack, or to another drop site within the stack. The stack order can be modified only if the drop sites are siblings in both the widget and drop site hierarchy, and the widget parent of the drop sites is registered as a composite drop site. Specifies the drop site to be restacked. Specifies a sibling drop site for stacking operations. If specified, then widget is restacked relative to this drop site's stack position. Specifies the new stack position for the specified widget. The values are XmABOVE and XmBELOW. If a sibling is specified, then widget is restacked as follows: The widget is placed just above the sibling. The widget is placed just below the sibling. If the sibling parameter is not specified, then widget is restacked as follows: The widget is placed at the top of the stack. The widget is placed at the bottom of the stack. For a complete definition of DropSite and its associated resources, see XmDropSite(3X). SEE ALSO
XmDropSite(3X), XmDropSiteRetrieve(3X), XmDropSiteQueryStackingOrder(3X) XmDropSiteConfigureStackingOrder(3X)