Hi all, I have inherited a few procurve switches and have a couple of questions.
A 2910al switch has a mini gbic fibre connector in, is there an easy way to tell if this will work in a 3500yl switch?
I'm finding the HP site hard to navigate is there a list of what Gbic connectors work with...
I'm trying to optimise my switch for iSCSI traffic, I have an LACP link setup accross several NICs should I have flow control turned on on those ports as well?
I'm using a 2910al switch
Thanks.
I've had a look in the admin guide for info on configuring my network interfaces and I would like to load balance two NICs'. This is what it says:
They clearly don't support LACP but does the switch need any configuration for the NIC bond or do I just plug them both into ports on the same...
Just thought that i'd post the final working file.
tasklist /FI "IMAGENAME eq tray.exe" 2>NUL | find /I /N "tray.exe">NUL
if "%ERRORLEVEL%"=="1" start "" "C:\Program Files\Hotkey Utility\tray.exe"
EXIT
I have a VM/VHD hosted on an iSCSI SAN that I would like to temporarily move to local storage on the Xenserver.
Is this possible in Xencenter?
I'm running Xenserver 5.5.
I have googled this and I’m not finding a clear answer.
Thanks.
I'll have to wait a while to apply that update.
One thing that i've noticed is that Jumbo Frames are enabled on the SAN iSCSI link but Xenserver 5.5 doesn't support Jumbo Frames.
Could this have an affect on performance?
This sounds similar...
We have a Xenserver hosting several Windows VM’s connected to an iSCSI SAN via 3x 1Gb NICs that are in an LACP bond. During normal load the setup performs fine the two virtual file servers serve files to 400 clients all day long without issue, these files are mainly word, excel and jpeg’s. The...
Sorted thanks for the help.
tasklist /FI "IMAGENAME eq tray.exe" /FO CSV > search.log
FOR /F %%A IN (search.log) DO IF %%~zA EQU 0 GOTO end
"C:\Program Files\Citrix\ICA Client\pn.exe" /APP "Desktop"
start "" "C:\Program Files\Hotkey Utility\tray.exe"
:end
del search.log
I'm trying to work around an issue with some software, the same script is run at logon and logoff. It runs fine at logon but during logoff the process already exists so I need to it to skip that line when the script is run during logoff.
Thanks for the examples i'll take a look.
Hi all
I have a logon script where I want to launch an exe but pass a config swith to it as well, I can make this work with a batch file but i'd like it to be in my VB Script.
The code is below the exe runs but the /APP Desktop part isn't passed on.
MyObj.Run "C:\Program Files\Citrix\ICA...
Thanks for the reply.
The problem I have is that when the bat file tries to launch the exe if the exe is running it pauses, is there a way to make it attempt to run the exe and after a couple of seconds skip on rather than waiting?
Thanks.
I can't really find a forum for bat file help so I thought a windows forum might have an answer.
I'd like to have a batch file that runs as a logon script that will check to see if a program (or 2) is already running before launching them.
Can anyone assist?
This will be on an XP Home laptop...
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.