Newbie setup question

I cannot see how to set up the software to 'grab' the result from a single sweep (single seq) event. I can do it fine on the scope (2024B), but not through the software interface from my laptop.
Scenario:
Photodetector (impedance matched) on Channel 1. Vert scale 20mV/div, Hor Scale set at 10uS/div. Trigger level at about 40mV. Click on "Single Seq" button, and system is 'Ready'. Fire a flash into the detector, the scope triggers and records the light pulse. No problem from the scope, but how do I do this from the software running on my tethered laptop, and how can I save the waveform (The USB Drive is way too slow!). I can see the Scope device ok, just cannot discern how to set things up.
Thanks in advance,
Roy Dunn.

I was afraid you were going to say something like that.  My expertise is with NI and IVI equipment.  Your problem is Tektronix specific.  I will see who I can ping to give you a decent reply.  In the meantime, you can try this:
 Set up your scope with "sample" acquisition mode, "normal" trigger, and whatever trigger conditions are necessary for your particular signal (you should be able to do this from the step in SignalExpress).  This will trigger at every event.  However, from your previous posts, it appears you only have one event at very large intervals.  If your scope has  a local/remote control button, make sure it is set to remote control.
Add a save step from the File I/O menu to save the data from the scope step or log the output of the scope step.  This will save your data to disk after a successful acquisition.
Run.  At this point, nothing should happen until you trigger your experiment.  Then you should see a single acquisition which is saved to disk by SignalExpress.
Stop.  You may have to Abort.
The Tek folks monitor these boards, so you should get a better answer from them.
This account is no longer active. Contact ShadesOfGray for current posts and information.

Similar Messages

  • Newb setup question re: 500 cannot compile error

    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    This is on the default index.jsp page that installs with Apache Tomcat/4.1.18... at http://localhost:8080/index.jsp which maps to C:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT\index.jsp
    by now I have way too many java sdks installed...
    C:\Program Files\Java\j2re1.4.1_01
    C:\Program Files\Java\j2re1.4.0_03
    C:\j2sdk1.4.0_03
    C:\j2sdkee1.4
    The first one I tried got me the same error I am getting now.. and since I have tried different versions changing JAVA_HOME
    Right now..
    JAVA_HOME = C:\j2sdkee1.4
    CATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1
    I have no idea what's going on here not having much experience in settting up web servers or java SDKs. But in order to learn the stuff I have planned to I need teh following to get up and running on Win2K.. any help is greatly appreciated.
    Java JDK 1.4.
    Tomcat servlet\JSP engine 4.0.1.
    MySQL database 3.23.46
    If I stick a standard html page in the tomcat root it will show just fine.. so I suspect the whole Java thing is buggin for some reason.
    Here's the full text of the returned error followed by the text of the index.jsp file
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:340)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:352)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
         at java.lang.Thread.run(Unknown Source)
    Apache Tomcat/4.1.18
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/TR/REC-html40/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title><%= application.getServerInfo() %></title>
    <style type="text/css">
    <!--
    body {
    color: #000000;
    background-color: #FFFFFF;
    font-family: Arial, "Times New Roman", Times;
    font-size: 16px;
    A:link {
    color: blue
    A:visited {
    color: blue
    td {
    color: #000000;
    font-family: Arial, "Times New Roman", Times;
    font-size: 16px;
    .code {
    color: #000000;
    font-family: "Courier New", Courier;
    font-size: 16px;
    -->
    </style>
    </head>
    <body>
    <!-- Header -->
    <table width="100%">
    <tr>
    <td align="left" width="130"><img src="tomcat.gif" height="92" width="130" border="0" alt="The Mighty Tomcat - MEOW!"></td>
    <td align="left" valign="top">
    <table>
    <tr><td align="left" valign="top"><b><%= application.getServerInfo() %></b></td></tr>
    </table>
    </td>
    <td align="right"><img src="jakarta-banner.gif" height="48" width="505" border="0" alt="The Jakarta Project"></td>
    </tr>
    </table>
    <br>
    <table>
    <tr>
    <!-- Table of Contents -->
    <td valign="top">
    <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
    <tr>
    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
    <font face="Verdana" size="+1"><i>Administration</i>      </font>
    </td>
    </tr>
    <tr>
    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
    Tomcat Administration<br>
    Tomcat Manager<br>
    </td>
    </tr>
    </table>
    <br>
    <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
    <tr>
    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
    <font face="Verdana" size="+1"><i>Documentation</i>      </font>
    </td>
    </tr>
    <tr>
    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
    Tomcat Documentation<br>
    </td>
    </tr>
    </table>
    <br>
    <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
    <tr>
    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
    <font face="Verdana" size="+1"><i>Tomcat Online</i>      </font>
    </td>
    </tr>
    <tr>
    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
    Home Page<br>
    Bug Database<br>
    Users Mailing List<br>
    Developers Mailing List<br>
    IRC<br>
    </td>
    </tr>
    </table>
    <br>
    <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
    <tr>
    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
    <font face="Verdana" size="+1"><i>Examples</i>      </font>
    </td>
    </tr>
    <tr>
    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
    JSP Examples<br>
    Servlet Examples<br>
    WebDAV capabilities<br>
    </td>
    </tr>
    </table>
    <br>
    <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
    <tr>
    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
    <font face="Verdana" size="+1"><i>Miscellaneous</i>      </font>
    </td>
    </tr>
    <tr>
    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
    Sun's Java Server Pages Site<br>
    Sun's Servlet Site<br>
    </td>
    </tr>
    </table>
    </td>
    <td>     </td>
    <!-- Body -->
    <td align="left" valign="top">
    <p><center><b>If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</b></center></p>
    <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:
    <blockquote>
    <p class="code">$CATALINA_HOME/webapps/ROOT/index.html</p>
    </blockquote>
    </p>
    <p>where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then either you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the Tomcat Documentation for more detailed setup and administration information than is found in the INSTALL file.</p>
    <p><b>NOTE: For security reasons, using the administration webapp
    is restricted to users with role "admin". The manager webapp
    is restricted to users with role "manager".</b>
    Users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
    <p>Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation (including the Servlet 2.3 and JSP 1.2 API JavaDoc), and an introductory guide to developing web applications.</p>
    <p>Tomcat mailing lists are available at the Jakarta project web site:</p>
    <ul>
    <li><b>[email protected]</b> for general questions related to configuring and using Tomcat</li>
    <li><b>[email protected]</b> for developers working on Tomcat</li>
    </ul>
    <p>Thanks for using Tomcat!</p>
    <p align="right"><font size=-1><img src="tomcat-power.gif" width="77" height="80"></font><br>
    <font size=-1>Copyright &copy; 1999-2002 Apache Software Foundation</font><br>
    <font size=-1>All Rights Reserved</font> <br>
     </p>
    <p align="right"> </p>
    </td>
    </tr>
    </table>
    </body>
    </html>

    I ended up uninstalling every java this and that.. and tomcat.
    Then installing only the j2sdk1.4.0_03 SDK.
    Then set up JAVA_HOME for all users and modified the path with full path to the bin (c:\j2sdk1.4.0_03\bin)
    Lastly I reinstalled tomcat and, voila, everything was working.
    It can be quite maddening when you THINK you did everything by the boook and something doesn't work. When you replied and confirmed that I was on the right track.. uninstalling and trying yet again became les frustrating an option.
    Thanks.
    BTW- I needed this env to do the projects in what sems to be a very interesting book.. "macromedia Flash MC application design and development" by Jessica Speigel .. published by New Riders.
    Her flash help website is at www.were-here.com.. the projects in the book are for flash-based multiplayer games and multi-user formums and such.

  • JSP Newbie setup question

    I installed Tomcat 4.0.3 and I had IIS running on my Win2k system. I thought I could make JSP work using IIS but I read somewhere that you have to make some modifications to get it to work. Then I realized that I had Apache 1.3 installed on my system. I know that Apache is running ok because I can successfully get to the default home page. However, after installing TomCat, the instructions tell you to browse http://localhost:8080 to get to the TomCat default page but I get a page not found error. Any ideas?

    After looking at it further, your right, the Tomcat server didn't start. I thought it was running but it is not. I run the startup.bat file and it launches a window but it closes too quick to show me the error msg. I tried launching the shutdown command anyway and got this for an error:
    C:\Jakarta\jakarta-tomcat-4.0.3\bin>shutdown
    Using CATALINA_BASE: C:\Jakarta\jakarta-tomcat-4.0.3\
    Using CATALINA_HOME: C:\Jakarta\jakarta-tomcat-4.0.3\
    Using CATALINA_TMPDIR: C:\Jakarta\jakarta-tomcat-4.0.3\\temp
    Using JAVA_HOME: C:\j2sdk1.4.0_01\
    Exception during startup processing
    java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
    at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardC
    sLoader.java:1127)
    at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardC
    sLoader.java:992)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:218)

  • Newbie setup questions before I accidently wreck something, please!

    Hi, I have a brandnew Macbook white. My IP is MSN and I'd like to know how to access the email in MSN Explorer?
    Is there a way to transfer my favorites in MSN to bookmarks in Mac?
    If I set up a MAC email, is there a charge for that? Do I tell everyone a new email address?
    Does the internet screen ever cover the whole desktop? Mine is rather small but I don't want to change the resolution to enlarge it.
    Thanks for any help; I'm afraid to change any parameters in case I wreck something, never having been a Macgirl before!

    LadyCork wrote:
    Hi, I have a brandnew Macbook white. My IP is MSN and I'd like to know how to access the email in MSN Explorer?
    See this for help on Mail set up for the MacBook. http://www.apple.com/support/tiger/mail/
    Is there a way to transfer my favorites in MSN to bookmarks in Mac?
    Go into explorer and under File choose *Import and Export*. Pick *next in the window that pops up. From the choices choose *Export Favorites* then Next. Hit Next in the next window. Choose where you want to put the file. Then push Next and then Finish.
    Now move the file so you can get to it from your MacBook. Open Safari and under File choose *Import Bookmarks* click on the file and they should import to Safari.
    If I set up a MAC email, is there a charge for that? Do I tell everyone a new email address?
    See this for more info on .MAC http://www.apple.com/dotmac/
    Does the internet screen ever cover the whole desktop? Mine is rather small but I don't want to change the resolution to enlarge it.
    Drag the following Java script to your Safari bookmarks toolbar and name it what you want. Then when you click it it will be full screen. This also work on SeaMonkey, OmniWeb and FireFox.
    javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

  • General place for newbie datamodeler questions?

    With the production release of SQL Developer Data Modeler I'd assume that this forum will draw a bunch of new users. Is there a better place to ask some pretty simple, newbie like questions that won't bother the more seasoned members?
    For instance, I am working in a Rails environment, which has some stringent naming conventions, one of which is that all of the primary key columns are numeric and called "id", with the foreign key linked columns called <table_name>_id.  When engineering a logical model to a relational model, the added foreign key columns are all "id#".  Is there a way I can define a naming rule to keep me from having to redo the relation column names?
    Also, we have a standard set of columns (mostly Rails related) which appear in every table. Can I define a generation rule which automatically includes these tables?
    Thanks

    Thank you. I will try changing that setting.
    IS there a setting which tells the relational model to automatically create pk and fk indexes? I haven't seen one, and manually setting them up is a tedious task. --sw                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Newbie script question... consecutive numbers with update.

    complete newbie type question... this is also my first post.  ( I am using CS3)
    does anyone have a script which can make it so I can add numbers into the text consecutively.
    for example, if this is my text "the big fat dog sat on the very wide mat, but was then displaced by a unfriendly cat."
    and I wanted to place a number 1, number 2, 3, etc at points in the text so it read, "the big fat dog1 sat on the very wide mat2, but was then displaced by a unfriendly cat3." but later wanted to add another number and have later numbers update themselves, so the text then said, "the big fat dog1 sat on the very wide mat2, but was then displaced3 by a unfriendly cat.4".
    by inserting the three, the previous three became four.
    Has anyone got something which might be useful in this regard.
    Many thanks
    Steve

    i wanted to avoid footnotes as they leave a bar at the bottom of each page.
    i wanted a script to do something similar to footnotes but not much further.
    does anyone have just a simple script that can do what I asked?
    Steve

  • LoginModule with JAAS, setup question for Frank Nimphius

    Hi Frank,
    i am trying to use a custom LoginModule in conjuction with the setup procedure in your "J2EE Security in Oracle ADF Web Applications" white paper. Have you done this before? can you provide roadmap for additional/alternate setup steps needed to use a LoginModule?
    this is my original post from early this week:
    JAAS Setup question
    thanks,
    brenden

    Brenden,
    please refer to the OC4J security documentation which si a part of the Oracle Application Server documentation that can be looked up online here on OTN. Custom LoginModule configurations require OC4J 9.0.4. In addition, this feature also only works with the jazn-data.xml provider and not with OID.
    From the perspective of this whitepaper, the LoginModule will be used by the OC4J container to authenticate users and thus should not require any change in teh paper.
    I haven't yet had the time created an example and document that showcases how to do this. Hopefully christmas will give me some rest to look into this.
    Frank

  • Newbie XSan question - authenticating a computer from XSan Admin

    Hello - I have a very newbie XSan question!
    I have 2 computers that connect to an XSan. 1 I am having no problems with. The other I am unable to connect with.
    When I look in XSan Admin the 2nd computer (the one that is not working) is not authenticated.
    So I click on it and choose Authenticate. I enter what I know is an Admin username and password for the computer I am attempting to connect. The dot next to the computers IP turns green with 3 dots in it and then it turns gray again. It just does not connect.
    What is the problem?
    Is it licensing?
    Thanks
    Taj

    You need a different license ID for each machine, plus the admin machine. Do you have that?

  • Newbie Direcway question-setup

    Hi,
    I have learned a lot from the collective experience on these lists. Could someone explain to me how I can set up a wireless home network for my iMac G5, a windows laptop with a wireless (80211) card and Direcway? The installers put a wireless hub in but I was thinking that the iMac already had that. I also have an airport express that I use to stream music to my stereo. Do I need the second hub? It all works but seems redundant.
    Thanks

    If it is physically possible to connect the ethernet port of the Direcway receiver to the ethernet port of the Airport Express, then you certainly can use the Airport Express to share the Direcway internet connection wirelessly. And yes, you could continue to use the Airport Express for iTunes streaming as well.

  • Setup question

    Hello everyone,
    I am coming from Microsoft SQL server and thinking seriously to move to Oracle. As a newbie i have a setup related question.
    I installed XE as local administrator and everything works fine. However, when i try to login with my domain account(defined as administrator on the local computer) i have problems connecting to my local XE using Microsoft ODBC for Oracle.
    The error message is
    Microsoft][ODBC driver for Oracle][Oracle]ORA-28547: connection to server failed, probable Oracle Net admin error
    The connection string i use for the server parameter is mycomputerName/XE and works ok when i login locally.
    The listener.ora includes
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = mycomputerName.mydomain)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsname.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = mycomputerName.mydomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    I believe some configuration is missing. Any idea?
    Thanks in advance

    Can you try to change the file c:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\sqlnet.ora ?
    Change it like this:
    #SQLNET.AUTHENTICATION_SERVICES= (NTS)
    SQLNET.AUTHENTICATION_SERVICES= (NONE)Does that help?
    ~Dietmar.

  • New UCS and VMware setup Questions

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    We are currently in the process of migrating out vmware infrastructure from HP to UCS.  We are utilizing the Virtual Connect Adapters for the project.  With the migration we also plan on implementing the cisco nexus v1000 in our environment.  I have demo equipment setup and have had a chance to install a test environment, but still have a few design questions.
    When implementing the new setup, what is a good base setup for the virtual connect adapters with the v1000?  How many Nics should I dedicate?  Right now I run 6 nics per server (2 console, 2 Virtual Machines, and 2 Vmotion).  Is this a setup I should continue with going forward?  The only other thing I am looking to implement is another set of nics for nfs access.  In a previous setup at a different job, we had 10 nics per server (2 console, 4 virtual machines, 2 vmotion and 2 iSCSI).  Is there any kind of standard for this setup?
    The reason I am asking is I want to get the most out of my vmware environment as we will be looking to migrate Tier 1 app servers once we get everything up and running.
    Thanks for the help!

    Tim,
    Migrating from HP Virtual Connect (VC) -> UCS might change your network design slightly, for the better of course .  Not sure if you're using 1G or 10G VC modules but I'll respond as if you've using 10G modules because this is what UCS will provide. VC modules provide a 10G interface that you can logically chop up into a max of 4 host vNIC interfaces totaling 10G. Though it's handy to divide a single 10G interfaces into virtual NICs for Service Console, VMotion, iSCSI etc, this creates the opportunity for wasted bandwidth.  The logical NICs VC creates provides a max limit of bandwidth to the adapter.  For example if create a 2GB interface for your host to use for vMotion, then 2G of your 10G pipe is wastes when there's no vMotions taking place!
    UCS & 1000v offer a different solution in terms of bandwidth utilization by means of QoS.  We feel it's more appropriate to specifiy a "minimum" bandwidth guarantee rather than a hard upper limit - leading to wasted pipe.  Depending on which UCS blade and mezz card option you have, the # of adapters you can present to the Host varies.  B200 blades can support one mezz card (with 2 x 10G interfaces) while the B250 and B440 are full width blades and support 2 Mezz cards.  In terms of Mezz cards now, there's the Intel/Emulex/Qlogic/Broamcom/Cisco VIC options.  In my opinion the M81KR (VIC) is best suited for virtualized environments as you can present up to 56 virtual interfaces to the host, each having various levels of QoS applied.  When you roll the 1000v into the mix you have a lethal combination of adding some of the new QoS features that automatically match traffic types such as Service Console, iSCSI, VMotion etc.  See this thread for a list/explanation of new features coming in the next verison of 1000v due out in a couple weeks https://www.myciscocommunity.com/message/61580#61580
    Before you think about design too much, tell us what blades & adapters you're using and we can offer some suggestions for setting them up in the best configuration for your virtual infrastructure.
    Regards,
    Robert
    BTW - Here's a couple Best Practice Guides with UCS & 1000v that you might find useful.

  • New Mac Pro setup questions..

    Hi,
    Just pulled the trigger on a Mac Pro 3gh, 4gb, ATI 1900. I am going to that from a dual 1.42 quicksilver and had some questions.
    It seems migration assistant may not be the best way to go. Is this true, should I reinstall everything? Is it possible to drag and drop apps to the new machine?
    Is it possible to get mail info from another machine to the new one? I have an iMac at home that I have been using Mail with and would like all the email addresses on the new machine at work. My old setup, I was still using Enterouge (sp) and would like to use Mail like at home.
    I have the stock 250gb drive and I need to figure out different drive scenarios. I recently bought two external 500gb drives before even thinking about a new system. I am a commercial photographer and one drive is a backup that lives offsite from my studio for protection. Should I mirror with an external?
    Thanks for any help!
    HD

    This FAQ may be helpful:
    A Basic Guide for Migrating to Intel-Macs
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate. Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3 or G4 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
    Classic Environment, and subsequently any Mac OS 9 or earlier applications
    Screensavers written for the PowerPC
    System Preference add-ons
    All Unsanity Haxies
    Browser and other plug-ins
    Contextual Menu Items
    Applications which specifically require the PowerPC G5
    Kernel extensions
    Java applications with JNI (PowerPC) libraries
    See also What Can Be Translated by Rosetta.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior (does not work), TechTool Pro (pre-4.5.1 versions do not work), SuperDuper (newest release works), and Drive Genius (untested) may not work properly on Intel-Macs. The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries.
    Before migrating or installing software on your Intel-Mac check MacFixit's Rosetta Compatibility Index.
    Additional links that will be helpful to new Intel-Mac users:
    Intel In Macs
    Apple Guide to Universal Applications
    MacInTouch List of Compatible Universal Binaries
    MacInTouch List of Rosetta Compatible Applications
    MacUpdate List of Intel-Compatible Software
    Written by Kappy with additional contributions from a brody.
    Here is a list of where your important data is stored ("~" stands for "Home"):
    Your Data in Documents:
    ~/Library/Application Support/AddressBook (copy the whole folder)
    ~/Library/Application Support/iCal (copy the whole folder)
    Also in ~ / Library/ Application Support (copy whatever else you need)
    ~/Library/Keychains (copy the whole folder)
    ~/Library/Mail (copy the whole folder)
    ~/Library/Preferences/com.apple.mail.plist (This is a very important file which contains all email account settings and general mail preferences.)
    ~ / Library/iTunes (copy the whole folder)
    ~ / Library/Safari (copy the whole folder)
    ~/ Pictures/iPhoto Library
    If you want cookies:
    ~/Library/Cookies/Cookies.plist
    ~/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in Documents/Microsoft User Data
    Also in ~ /Library/ Preferences/Microsoft
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • New W530 setup questions...

    Just received my W530 in the mail and I've been trying to get up to speed on all the new technology out there and how to properly setup my computer... I've tried various searches but haven't got a clear answer I don't think - here goes: 
    W530 8gb RAM (2x4), K2000, 500 gb HDD with raid option, x64 win 7, hi res screen
    I already bought a Samsung EVO SSD 250GB for the main drive which I will pickup from my US mailbox on Monday.
    The reason I bought the computer is because my 4 year old Acer just couldn't handle the intensity of PlanSwift and On-Centre digital estimating programs for construction. In addition I dabble with Chief Architect Premiere for 3D house design and the Adobe Suite to do graphics stuff for the company, etc., etc. I will likely take some CAD related courses at school as well in the future.
    My plan was to install OS and programs on the new SSD in the main bay and keep current project files on there. All misc pictures, videos and company files and other things on the HDD which would be in the UltraBay. I currently use about 180 GB and have another 250GB stored on an old laptop which I'd like to transfer over so everything is on one laptop. That one will be for internet searches in the garage for dirtbike repairs 
    Questions:
    1. Is it worth getting a 128 GB mSata drive for the OS (under $100 for Crucial)? Then have all program files on SSD in main bay and misc files on HDD in ultrabay? do I need an adapter for the ultrabay or is it already able to accept the HDD in the ultrabay? I haven't popped out the ultrabay yet to see... 
    2. I hear of using the mSata drive for Caching? Is 128 GB enough for OS and caching? When is the caching helpful? Should I use the mSata just for caching?
    3. Do I setup the computer with the OS on the HDD in the main bay and then clone/image it to the mSata drive oro SSD drive? Or do I start with the SSD in the main bay? I'm really confused on this part... 
    4. If necessary I will upgrade the RAM later - I think this is a straightforward upgrade as long as the voltages with the original RAM are the same - is this correct?
    5. I currently use a Sony KDL 40XBR8 TV as a second monitor at work - what connection should I be using to get the best display settings? I currently use an HDMI with my Acer for no particular reason. I also have an Acer 23" at home which will be replaced with another Sony or Samsung TV when we move into our new house... 
    sorry for the noob questions... I am typically really good at finding answers to my questions but i really didn't find any clear answers or they were so technical I didn't realize it was the answer to my question ;-)
    Can someone give me a practical approach to setting up my computer so I can start off right... thanks!!
    Daniel
    Thanks in advance
    Daniel
    ps can't wait to light this thing up with the SSD! It should rip pretty good... 
    | W530 | i7-3630QM | 16GB DDR3 | 128GB mSATA | 250GB 840 EVO | 500GB HDD | 1920x1080 | QUADRO K2000M |

    Hi Daniel.  When I bought my w530 I immediately installed a 256gb SSD. And now, over a year later I'm looking at getting a 256gb mSata for the boot drive. 
    1. The mSata port may only be Sata II but I figure it's not likely that I'll notice the difference.  High transfer rates are really only realized with large files and the OS is usually a large collection of very small files.  But that's just an opinion and your experience may vary.
    For an ultrabay adapter, check out newmodeus.  Quite a few forum posts mention success with this adapter versus the cheap ones from eBay.  I haven't bought one yet myself, but this is what I will get when the time comes.  (they also sell an adapter  to convert your optical drive into an external USB optical drive.)
    http://www.newmodeus.com/shop/index.php?main_page=product_info&cPath=2_7&products_id=400
    Also, search the forum and be aware that there are many who report problems of the w530 kicking out the ultrabay drive, but it seems better with the newmodeus adapter (as I recall; it was quite a while back when I read about it).  I haven't looked at what ncix carries for adapters but would be interested to know if you find something that works.
    And the drives shipped with the w530 come in different heights, and if it doesn't match the height of your SSD you will need rubber rails.  I still haven't ordered mine and I'm letting my drive sit in the overheight internal bay without proper support.   I just carry it very carefully.  I'm not sure of the best place to get rails, direct from Lenovo or elsewhere.  Last time I checked with Newmodeus they didn't sell just rails, but that may have changed (it was quite a while ago that I checked).
    2. Caching only helps if your OS boot partition is on a traditional harddrive.  With an SSD you won't utilize the caching as it won't be any faster (and may be slower).
    3. I would try installing direct to the mSata/SSD instead of cloning.  For a new system it's probably just as easy and less prone to issues.  Windows will take care of alignment, etc., and turning off features unnecessary for SSD (superfetch/prefetch/and all that).
    I also don't believe it necessary to install Win7 fresh.  It depends on your view.  I didn't want the hassle of tracking down a legit copy of Win7 install that I would trust, not to mention the hassle of installing it.  Instead, I made the restore DVD(s) using the Lenovo tools whlie the original harddrive was installed, then switched the drive with the new SDD and restored from the DVDs.  Then I went through and uninstalled any Lenovo software I didn't think was useful.  It's been working nicely ever since and I don't regret not starting with a fresh install.  Your experience may vary, though.
    4. Upgrading ram is very easy.  I'm not sure about specs, but if you don't match voltage and speed the system will downgrade both to the lowest common available.  You should be able to find many discussions about matching RAM voltage on the 'net.  You also would have to wait until your system arrives anyways because you don't know the specs of the RAM in advance (since Lenovo uses different suppliers).
    I'm not sure how much RAM you'd need for CAD software.  I upgraded mine to 32gb because I didn't want to find myself wishing I had more (for software development).  I think I only ever hit as high as 20gb used, and am usually around the 6-12gb mark (depends on how many VMs I have going).
    5. Sorry, I can't answer your video question.  I use the docking station with two monitors via DVI.  I haven't tried HDMI.
    Before you sell off the extra parts, make sure you don't need them for warranty coverage.  Warranty will only cover the system with original parts, so if you have to send in your system you would remove all custom parts and reinstall the originals.  I'm not sure about onsite service, if you have to revert your system or not to original specs.
    All comments I made above were in respect of Win7 Pro.  I have no idea if anything changes under Win8/8.1.
    Good luck!  I hope you enjoy your w530 as much as I do mine. 
    w530 i7-3820QM / 32GB Corsair Vengeance 1600 RAM / 256GB Plextor M3P SSD / Quadro K1000M

  • This Newbie Has Questions

    Hi there. I am a newbie to Apple. I purchased the iBook last month and of course, when the MacBook (which had the features I wanted) came out, I rushed out and got one and I'm very pleased with my purchase - but I have a few "newbie" questions:
    1) Printing on a PC based Linksys seems to be a nightmare. I can't get anything printed on the shared HP 2600N and HP1012 printers. I literally have to disconnect them from the PC and plug the USB directly to my MacBook to print. It seems like there should be a better, easier and MacFriendly way of doing this - anyone have an easy solution?
    2) I'm going to purchase Windows XP so I can run my windows programs on this computer. Does anyone have any pre-installation advice?
    3) I have a blackberry device that worked fine with my iBook, but does not work with my MacBook - any suggestions or is there a software compatibility patch?
    4) I transferred everything from my old Mac to my new Mac with no problem. How can I migrate my contacts from Entourage to the Address Book?
    5) I notice that sometimes the MacBook "stalls" or doesn't work fast in some functions...is it just me - I expect the machine to jump quickly...but sometimes I get that annoying pinwheel when opening programs.
    Thanks for your help!

    1) Printing on a PC based Linksys seems to be a
    nightmare. I can't get anything printed on the
    shared HP 2600N and HP1012 printers. I literally
    have to disconnect them from the PC and plug the USB
    directly to my MacBook to print. It seems like
    there should be a better, easier and MacFriendly way
    of doing this - anyone have an easy solution?
    The problem is probably a driver issue.
    Printing to a printer on a XP PC from a Mac running 10.4.x
    http://www.ifelix.co.uk/tech/3015.html
    You may need to use a third-party driver such as the HPIJS drivers or the Gimp-Print drivers, but this is not the case with all printers.
    2) I'm going to purchase Windows XP so I can run my
    windows programs on this computer. Does anyone have
    any pre-installation advice?
    Ensure you get a full version (not an upgrade version) and it comes with XP SP2 already.
    Do not install Boot Camp on a critical machine and make regular backups of your data, this is beta software and there are bugs and issues.
    5) I notice that sometimes the MacBook "stalls" or
    doesn't work fast in some functions...is it just me -
    I expect the machine to jump quickly...but sometimes
    I get that annoying pinwheel when opening programs.
    Are these Universal or PPC only applications?
    iFelix

  • Ftp setup question

    sorry if this a repeat question, but i'm stumped. i've set up
    a number of sites previously, and never had a problem using the ftp
    with dw. my typical setup has been
    ftp host: ftp.mysite.com
    host directory: public_html/
    username
    password
    never a problem.
    now i'm trying to set up a site on a new dedicated server
    host and these same setting don't work. as an aside, i'm using
    cpanel and when i set up the ftp user i noticed the directory is
    /home/wwwcoun/public_html/, so i alternated this with a simple
    public_html/ but it didn't work. suggestions please. thanks.
    mike

    Try -
    FTP Host - www.mysite.com
    Host directory - BLANK
    Can you connect? If you can, tell me what FOLDER names you
    see on the
    remote folder list.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "hconnorjr" <[email protected]> wrote in
    message
    news:emvf4c$6cr$[email protected]..
    > sorry if this a repeat question, but i'm stumped. i've
    set up a number of
    > sites
    > previously, and never had a problem using the ftp with
    dw. my typical
    > setup has
    > been
    >
    > ftp host: ftp.mysite.com
    > host directory: public_html/
    > username
    > password
    >
    > never a problem.
    >
    > now i'm trying to set up a site on a new dedicated
    server host and these
    > same
    > setting don't work. as an aside, i'm using cpanel and
    when i set up the
    > ftp
    > user i noticed the directory is
    /home/wwwcoun/public_html/, so i
    > alternated
    > this with a simple public_html/ but it didn't work.
    suggestions please.
    > thanks.
    >
    > mike
    >
    >

Maybe you are looking for