Thanks for the informaton.
If I got a static IP can I have the DNS and 2 web servers all point to the same static IP and have the DNS and web servers be external on the 192.168.x network?
Also, since one domain is example.com and the other domain is mydomain.com can they share the same DNS...
Can I have a DNS server with a domain of system.internal; have a website on a server with a name of example.com; another website on a seperate server with a name of mysite.com.
The DNS and web servers will be on a private network 192.168.10 and will have external internet access. The web...
My script has a number of separate functions and each function needs to be ran from another script. I don't want to put each function into another standalone script which would give me something like eight scripts.
example code:
#!/usr/bin/perl
sub x {
print "hello\n";
}
sub z {
print...
I'm using OpenSolaris as the host operating system with Crossbow bits.
Dynamic IP.
The router is a non-global zone with dhcp on the external nic.
The firewall is pfSense in VirtualBox.
The web, mail, and dns servers are running FreeBSD in VirtualBoxes.
internet -------> virtual router...
How would you do a match and replace for multiples in a variable?
Example:
PATH=$PATH:/home/userx:/usr/X11:.:/usr/sbin:..:/usr::/var:.
I need to remove any . and .. and :: in the path and also if any of those 3 characters are at the end of the line they need to be removed.
My code works to...
This probably isn't the right forum and I posted in the linksys forum, however, if anyone can shed any light...
My website can be viewed internally but not externally. The setup is as follows:
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP...
My website can be viewed internally but not externally. The setup is as follows:
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP assigned address (62.x.x.x) is on WAN of linksys with LAN of 192.168.1.1
The firewall external is 192.168.1.101 and...
My website can be viewed internally but not externally. The setup is as follows:
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP assigned address (62.x.x.x) is on WAN of linksys with LAN of 192.168.1.1
The firewall external is 192.168.1.101 and...
4245691 paging space I/Os blocked with no psbuf
You need to find why it's paging. I would assume 5G for a database is enough and the web server if it's purley httpd and not an app server. What kind of disk are you using? All internal or do you have external SAN like EMC or IBM?
You need to...
I'd rather see 'vmstat -v' and 'vmstat -s' than svmon output.
Also need a 'pstat -A | grep aios | wc -l' to see how many aio servers are running.
Also check smitty aio to see how many aio servers are setup as well as priority and max requests.
That works almost like I need except it is removing the # on all lines but I want it to remove the # in front of the lines that match my disk group only. Is there a way to do that?
Thanks.
open (FS, "/etc/vfstab") or die "Can't open /etc/vfstab: $!\n";
while ($line=<FS>) {
($devmnt, $devfsck, $mntpt, $fstype, $fsckpass, $mntboot, $mntopt) = split(/\s+/,$line,7);
if ($devmnt =~ /datadg/) {
$chardev = substr($devmnt, 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.