Hi Rols,
I did combine both gig-e ports into a vif, and set up lag group for those two ports in the switch. From what I understand, the lag group is only necessary for data from the switch to the NetApp to be load balanced. The data from the NetApp to the switch will be load balanced regardless...
Thanks for the PDF link, it has some great info. I don't see anything about the connection on the other end though. I'll set up a lag tonight on the switch and see if it improves or degrades performance.
putting the "new" in "newb".....
Hi, I have a netapp FAS270 using iSCSI. I have trunking set up with 2 gigabit connections to a managed switch. The question is, do I need to set up a lag on the managed switch?
Thanks,
pt
putting the "new" in "newb".....
Hi,
Our oracle backups get dumped out onto a win2k3 file server every night. A new directory with the date is created, and the backups are inside these directories. I want to remove any files and directories older than 4 days.
It seems like forfiles should be a good answer, and I am able to...
Hi Dan,
No iframes, no frames at all. Just the background page going to a thank you page, and the PDF popping up. For people without javascript, I can live with them just getting the PDF. basically the thank you page will be tranking my google ppc campaign.
Thanks!
pt
putting the "new" in...
Hi, I need a little help. I have a download page where people can choose from several brochures (PDF's). When they click on the brochure, I want it to pop open a new window with the PDF, and the background brochure page to switch to a thank you page. Here's what I tried:
<a target="_blank"...
updating content in a database through a web form is quicker that formatting HTML and FTP'ing. Also, it means anyone or several people can update the site, without knowing HTML or understanding how to FTP. ASP, PHP, and ColdFusion would all be good choices for something like that.
putting the...
bleh, as usual I was working too hard, trying to figure a way with loops and groups. Thanks for pointing me in the right direction!
putting the "new" in "newb".....
I have two tables:
Categories and Brochures. Each added brochure gets a foreign key from the catagory table. I want to output a list of brochures, with title of the catagory. I'm having trouble figuring out a good way to do that. What I have so far:
<cfquery name="qryListBrochures"...
You can do this with CSS, provided you know your clients have browsers that support it.
Here is an example.
body { color: black; background-color: white; background-image: url(background.jpg); background-repeat: repeat-x; }
This tells it to repeat across the x plane, (left and right).
I...
Thanks, DomTrix.
I was going to try and do something like:
cfloop through cgi.formfields
Then create a structure. The formfields name all begin with sel_ and then will have a intID appended dynamically.
here is the code from the form:
<select name="sel_#intID#" size="1">
<cfloop FROM="1"...
I have a dynamic form that I'm submitting to another "action" page. I know I saw somewhere that a list of all formfields gets passed. I think I'm going to have to loop through that list to find out the names of the formfields, so that I can update them in a sql database.
TIA,
pt
putting the...
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.