Virtual Server and Nat

Hello,
I have a question reguarding the the combination between Vserver and NAT. Maybe this is due to the order of the operation. I have a virtual server with the server farm. So the first think to do is Load Balancing (IOS SLB) toward the N°2 real server. Then just only for a kind of traffic (tcp port 23 or something else) I want to nat the ip address of one real to another (destination nat). Is this possible?
You can see tha attach for more detail.
Thanks
Ira

if you want to forward the traffic to another ip for a specific port, why don't you create a new serverfarm with the new real server ip address and then create a new vserver to handle this particular traffic
ie:
serverfarm regular
real x.x.x.x
ins
vserver regular
vip x.x.x.x /0 any
serverfarm regular
inservice
Then ADD
serverfarm special
real x.x.x.x <=== new real ip
inservice
vserver special
vip x.x.x.x /0 tcp 23
serverfarm special
inservice
This is the way to do it.
Regards,
Gilles.
Thanks for rating.

Similar Messages

  • Need to create a virtual server and give its access to another admin

    Dear Sir,
    I am a new admin and have 5 Blade server "HP ProLiant BL660c Gen8".
    I access these servers through HP enclosure.
    I have to install Hyper-V on server 1 which consisted of the OS windows server 2012 R2 Datacenter edition.
    I created a plan to create 5 Hyper-V VM's on the physical server and I requested the IT department network Admin that I want these 5 VM's to able to connect to each other.
    The network Admin created a Trunking configuration on the physical server and after this setup he provided me Hyper-v node IP address and 5 more IP addresses for the 5 Hyper-v VM's.
    Now it was left to me to Add the Hyper-v role and create 5 VM's.
    While Adding the Hyper-V role, I was asked in the middle of the setup to add the network adapter for
    connecting to external network.
    I went inside the network connection settings and I see one network adapter "Microsoft Multiplexer"
    which had the IP address of the Hyper-V node which was given  to be me by Network Admin.
    Besides this I found following Network Adapter: (Mgmt,Trunk):(Mgmt A, Trunk A);(Mgmt B, Trunk B) =Total
    6 Network Adapter out of which only "Mgmt" was configured with the IP address of the Hyper-v node given by my Network Admin. Remaining all other Network adapters IPV4 configuration
    was unchecked except "Mgmt" 
    So I selected the "Mgmt" connection while Installing the Hyper-v role
    SO I chose this Network connection for adding the Hyper-V role.
    My question: Did I chose the correct Network Adapter.
    After doing this I created a VM-1 and tried to assign the IP address given by the Network Admin. But the network Admin did not provide me the default gateway so I used the deafult gateway according to the IP address and used the last digit as "1"
    like a general installation.
    Now my question is: 1.How can I use this VM to be used as a Virtual server?
    2. I would like to open this VM through my browser by entering the IP address of this VM-1. How can I do this?
    Because I access my physical server through the IP address. SO in the similar way I want to access this VM-1 through the IP address
    OR is there any alternate way to access this VM-1 separately.
    My Requirement: I need to give VM-1 access to another admin to Install his application on it. SO how to give him to access this VM directly?
    This is my main query.
    Waiting for your reply.
    Thanks & Regards,
    Ahmed

    Jawin, Jacob, etc.. are fine for creating COM clients but COM servers is a totally different story. I suspect you'll either have to write your own JNI or get out your C/C++ compiler.

  • Internal DNS server and NAT routing issue.

    Hi -- I am not terribly experienced with DNS and I am running into an issue that I can't seem to resolve. My company.com DNS information is hosted by an outside ISP for email, web, etc... but I have configured an A record there to point to the public IP to my mac os x server (server.company.com).
    We have a cisco router configured with one to one NAT from the public IP to the internal IP for our server in a 192.168.15.x subnet. The same router is running DHCP and and NAT on that subnet under a different public IP provided by our ISP.
    Our server is running DNS with recursion and has a "company.private" zone set up for internal services and machine names. Thus, the server is accessible via "server.company.com" from the outside and "server.company.private" from the private LAN.
    The problem is that I would like to be able to access some services simply via "server.company.com" both inside and outside the private network. Now, accessing the "server.company.com" services from the private lan does not work because the name resolves to the external IP and the external IP cannot be used internally due to NAT.
    Is there a way to configure my internal DNS server to respond with the appropriate private address when receiving a query only to "server.company.com" and forward requests on for anything else on "company.com"?
    I know that I could manually duplicate all entries for our domain from my ISP and host the same entries for internal clients, but it would be much easier to only have our server handle requests for itself. The server is running OS X Server 10.4.11.
    Thanks

    Is there a way to configure my internal DNS server to respond with the appropriate private address when receiving a query only to "server.company.com" and forward requests on for anything else on "company.com"?
    Ordinarily, no. Once your server thinks it is responsible for a zone (e.g. company.com) then it will answer all queries for that domain and never pass them upstream. Therefore you'd have to replicate all the zone data, including all the public records, and maintain them both.
    The one possible exception to this (I haven't tried) is to create a zone for server.company.com that has your internal address. In theory (like I said, I haven't tried this), the server should respond to 'server.company.com' lookups with its own zone data and defer all other lookups (including other company.com names since they're not in a zone it controls). Might be worth trying.

  • Virtual server and client command

    Hi,
    I want to configure firewall load balancing as follows. I have 3 firewalls, FW1, FW2, FW3. I want to create a serverfarm for each FW, i.e. FW1 in SF1, FW2 in SF2, and FW3 in SF3. Then, we'd like to create two Virtual server VS1 and VS2. Each Virtual server has Server Farm SF2 as a backup server farm. I.e. SF1 is the active server farm for VS1, and SF2 is the backup server farm for VS1. We also have SF3 is the active server farm for VS2, and SF2 is the backup server farm for VS3. Note that all connections to VS1 and VS2 will come from the same VLAN (e.g. VLAN X). So the configuration of the virtual server I think should be as follows ;
    vserver VS1
    virtual 0.0.0.0 0.0.0.0 25
    client 192.168.1.0 255.255.255.0
    vserver VS2
    virtual 0.0.0.0 0.0.0.0 25
    client 192.168.2.0 255.255.255.0
    So, the question I have is, will this work if we filter who can access the virtual server using the client commmand ? I.e. clients coming from 192.168.1.0 will be using VS1 and clients coming from 192.168.2.0 will be using VS2.
    Thanks !

    The 'client' command should work as you expect.
    You'll need to add the 'serverfarm' command under each vserver. Ex:
    serverfarm SF1
    real 1.1.1.1
    serverfarm SF2
    real 2.2.2.2
    serverfarm SF3
    real 3.3.3.3
    vserver VS1
    virtual 0.0.0.0 0.0.0.0 tcp 25
    serverfarm SF1 backup SF2
    client 192.168.1.0 255.255.255.0
    vserver VS2
    virtual 0.0.0.0 0.0.0.0 tcp 25
    serverfarm SF3 backup SF2
    client 192.168.2.0 255.255.255.0
    I am assuming that you will be using different IP addresses for each vserver. Is that correct?
    ~Zach

  • Problem with passive mode FTP server and NAT

    Hi,
    I have a problem with Passive mode FTP and NAT.
    I am trying to run both an FTP server and sharing the Internet connection via NAT. I have by the way specified the passive ports to use in ftpaccess (65000-65534). Everything works fine until someone tries to connect via Passive mode. I have tracked the problem down to the firewall and the rule that handles NAT.
    Firewall rule config without NAT:
    00001 allow udp from any 626 to any dst-port 626
    01000 allow ip from any to any via lo0
    12300 allow ip from any to any
    65535 allow ip from any to any
    Firewall rule config with NAT
    00001 allow udp from any 626 to any dst-port 626
    00010 divert 8668 ip from any to any via en1
    01000 allow ip from any to any via lo0
    12300 allow ip from any to any
    65535 allow ip from any to any
    So, passive ports do not work when NAT is on. If I turn it off, Passive ftp works like a charm.
    But how do I solve my problem? I have in my quest for the answer stumbled upon "-punch_fw" but do not know how to use it or if it even helps me at all?
    Best regards,
    Peter
    B&W G3 Mac OS X (10.4.5)

    Media/Lacrosse-1-tiny.3gp
    I can't find the file on your server.
    They may also need to edit the .htaccess file to allow the .3gp file extension be used. Call them.

  • Virtual server and Firewall

    Hi all,
    Sorry if this is a too basic question. I'm trying to understand how our system works as I'm not the one that set it up in the first place. The Firewall crashed today and needed rebooted. When connected to the the server it says "Kernel-Power" and
    ID 41 so to me it sounds like the server shut down unexpectedly but I'm not sure. When the Firewall was rebooted everything was working fine again. So I have several questions that I'm thinking of. How can I figure out what really happened? Did the server
    shut down or was it just the firewall? Is it possible that the server (or client computers) sent information through the firewall, the firewall's cache got fully loaded and couldn't give a response and because the server didn't get a response it rebooted and
    the firewall crashed? Sounds unlikely, doesn't it. I maybe should say that when the firewall was down, as I said, I could access the server through RDC but the firewall was completely inaccessible so I had to press the physical power button to restart the
    Firewall. And the last week the network overall has been going very slow (which I tried to resolve yesterday by rebooting the routers that we have and that seemed to work).
    Thankful for any ideas!

    Hi Nitman,
    You are welcome to post the feedback here when using microsoft products .
    "is it possible to setup Windows Server 2008 in a way that it runs on a virtual machine but physically on three different machines? "
    If you want to enable hyper-v role in server 2008 (you can enable hyper-v role directly in 2008R2 and later ), please refer to the article below :
    http://technet.microsoft.com/en-us/magazine/dd744752.aspx
    The prerequisites for hyper-v :
    http://technet.microsoft.com/en-us/library/cc731898.aspx
    Hyper-v getting started guide :
    http://technet.microsoft.com/en-us/library/cc732470(v=WS.10).aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hyper V internal network no ping between real and virtual server

    Hi
    I have a 2012 server with a static 192.168.1.102 ip address and a 255.255.255.0 subnetmask. This server can be pinged by other servers. 
    On this server I have Hyper V installed, and configured a virtual
    internal network switch. 
    In Hyper V, I installed a 2012 server, using the virtual internal network switch, with the static 192.168.1.111 ip address and 255.255.255.0 subnetmask. The virtual server can ping other virtual computers using the same virtual internal network switch.
    However, the host server can't ping the virtual server and vice versa. What am I doing wrong? I there something else that needs to be configured?

    Hi,
    If you want to connected your guest vm and your host you must setting this vms to the same virtual switch and at the same subnet, the Hyper-V internal virtual switch can't connect the host directly.
    More information:
    Hyper-V: What are the uses for different types of virtual networks?
    http://blogs.technet.com/b/jhoward/archive/2008/06/17/hyper-v-what-are-the-uses-for-different-types-of-virtual-networks.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Weblogic Admin Server not starting after Virtual Server move

    Hi, we've migrated a VMware virtual server, and our Weblogic Admin (and managed IRM server) no longer start. The associated log files don't get updated and only the following info is present in the Command window, which I can only see if I use the /k switch, otherwise the windows shut immediately.
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~3\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar
    ;C:\Oracle\MIDDLE~3\patch_wls1033\profiles\default\sys_manifest_classpath\weblog
    ic_patch.jar;C:\Oracle\MIDDLE~3\patch_oepe1033\profiles\default\sys_manifest_cla
    sspath\weblogic_patch.jar;C:\Oracle\MIDDLE~3\patch_ocp353\profiles\default\sys_m
    anifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~3\JDK160~1\lib\tools.jar;C
    :\Oracle\MIDDLE~3\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~3\WLSER
    V~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~3\modules\features\weblogic.serve
    r.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~3\WLSERV~1.3\server\lib\webservices.jar;
    C:\Oracle\MIDDLE~3\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~3\modules
    \NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~3\ORACLE~1\soa\modules\common
    s-cli-1.1.jar;C:\Oracle\MIDDLE~3\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa
    -infra-mgmt.jar;C:\Oracle\MIDDLE~3\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:
    \Oracle\MIDDLE~3\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~3\
    WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\Oracle\MIDDLE~3\patch_wls1033\profiles\default\native;C:\Oracle\MIDDLE~3
    \patch_oepe1033\profiles\default\native;C:\Oracle\MIDDLE~3\patch_ocp353\profiles
    \default\native;C:\Oracle\MIDDLE~3\WLSERV~1.3\server\native\win\32;C:\Oracle\MID
    DLE~3\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~3\modules\ORGAPA~1.1\bin;C:\Oracle\
    MIDDLE~3\JDK160~1\jre\bin;C:\Oracle\MIDDLE~3\JDK160~1\bin;C:\oraclexe\app\oracle
    \product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wb
    em;C:\Program Files\Java\jdk1.6.0_20\bin;C:\Program Files\Apache Software Founda
    tion\Apache2.2\modules;C:\Oracle\MIDDLE~3\WLSERV~1.3\server\native\win\32\oci920
    _8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~3\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThre
    shold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -
    Djava.security.policy=C:\Oracle\MIDDLE~3\WLSERV~1.3\server\lib\weblogic.policy
    -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~3\WLSERV~1.3 -Dwls.home=C:\O
    racle\MIDDLE~3\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~3\WLSERV~1.3\s
    erver -Ddomain.home=C:\Oracle\MIDDLE~3\USER_P~1\domains\IRM_DO~1 -Dcommon.compo
    nents.home=C:\Oracle\MIDDLE~3\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons
    .logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Or
    acle\MIDDLE~3\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.do
    main.config.dir=C:\Oracle\MIDDLE~3\USER_P~1\domains\IRM_DO~1\config\FMWCON~1 -Do
    racle.server.config.dir=C:\Oracle\MIDDLE~3\USER_P~1\domains\IRM_DO~1\config\FMWC
    ON~1\servers\AdminServer -Doracle.security.jps.config=C:\Oracle\MIDDLE~3\USER_P~
    1\domains\IRM_DO~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=
    oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~3\USER_P~1\
    domains\IRM_DO~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\MIDDLE~
    3\USER_P~1\domains\IRM_DO~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateT
    ypesDirectory=C:\Oracle\MIDDLE~3\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracl
    e\MIDDLE~3\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEna
    bled=false -Dirm.oracle.home=C:\Oracle\MiddlewareNew\Oracle_ECM1 -Dem.oracle.ho
    me=C:\Oracle\MiddlewareNew\oracle_common -Djava.awt.headless=true -Dweblogic.man
    agement.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToC
    onsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~3\patch_wls1033\profiles\default\sy
    sext_manifest_classpath;C:\Oracle\MIDDLE~3\patch_oepe1033\profiles\default\sysex
    t_manifest_classpath;C:\Oracle\MIDDLE~3\patch_ocp353\profiles\default\sysext_man
    ifest_classpath weblogic.Server
    Is there another log file I could look at to get more info? None of the domain log files are updated.
    Thanks

    Thanks for the reply, this looks fine (I think)..the below is the output
    Microsoft Windows [Version 6.0.6001]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    C:\Users\Administrator.SEALEDINFO-PROD>cd C:\Oracle\MiddlewareNew\user_projects\
    domains\irm_domain\bin
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain\bin>setdomainenv.cmd
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain>java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain>java weblogic.version
    WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401
    Use 'weblogic.version -verbose' to get subsystem information
    Use 'weblogic.utils.Versions' to get version information for all modules
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain>

  • Blue screen error after converting physical to virtual server using disk2vhd

    I have used the sysinternals disk2vhd to create the c: drive from a Dell server. I was able to create a virtual server and boot but had licensing issues. After a support call and doing a repair install to change licensing I am now getting a: "a process or
    thread crucial to system operation has unexpectedly exited or been terminated" after the virtual machine boots and I log on. I tried to get the integration services installed but the server wouldn't stay running long enough.
    Any suggestions for resolution would be appreciated.

    Hi,
    Have you tried the suggestion? I want to see if the information provided was helpful. Your feedback is very useful
    for the further research. Please feel free to let me know if you have addition questions.
    Best regards,
    Vincent Hu

  • Increase disk size for virtual server

    Hi,
    A virtual server system drive is currently at 90%full. How to safely allocate more disk space to the system drive of that virtual server without causing issues to the installed Operating systems on that drive.
    I read through the Virtual Iron documentation and nothing mention about increasing disk space for virtual server.
    Thanks in advance for response.

    Hi,
    I was hoping to increase the virtual storage of the drive attached to virtual servers and not the actually physical storage.
    I was looking around in it and found was able to increase the disk space by by editing the virtual storage disk.
    I tested creating a new disk (5GB), increase the disk space(10GB) and login to virtual server and extend the new disk with the unallocated disk space.
    It does seem to work and appear as 15GB.
    I just concern if windows operating is installed on that disk, will it cause any issue if I extend it with the unallocated disk space?
    Or it's safe to do so?
    Many thanks.

  • Virtual Server fails to compile JSP pages -repeat

    I'm running iWS 6.0 SP2 using jdk 1.3
    I have 4 virtual servers defined each serving out HTML pages and everything runs fine.
    I'm building a 5th VS and I need it to support JSPs and nothing works...
    I've turned on all the debugging and trace features I can find but, nothing helps me resolve the fact
    that the JSPC can not locate the index.jsp file.
    Below is a copy of the JSP1x error found in the errors file:
    [12/Aug/2002:18:19:27] info (14254): Service(): uri=/index.jsp cgiScriptName=/index.jsp token=null cached=false
    [12/Aug/2002:18:19:27] info (14254): Internal Info: loading servlet /index.jsp
    [12/Aug/2002:18:19:27] info (14254): JSP: This is a jsp 1.x file
    [12/Aug/2002:18:19:27] info (14254): JSP: Before JSP1x compiler.compile, servletName = /index.jsp servletPath = /bto/appl/netserver/PROD/BUSINESSWARE/public_html/index.jsp & dir = ../ClassCacheclasspath = ../ClassCache
    [12/Aug/2002:18:19:27] info (14254): JSP11 Log:Package name is: _jsps
    [12/Aug/2002:18:19:27] info (14254): JSP11 Log:Class file name is: /bto/appl/iplanet/servers/https-TE-Production/config/../ClassCache/_jsps/_index_jsp.class
    [12/Aug/2002:18:19:27] info (14254): JSP11 Log:Java file name is: /bto/appl/iplanet/servers/https-TE-Production/config/../ClassCache/_jsps/_index_jsp.java
    [12/Aug/2002:18:19:27] info (14254): JSP11 Log:Class name is: indexjsp
    [12/Aug/2002:18:19:27] info (14254): JSP: JSP1x compiler threw exception
    java.io.FileNotFoundException: /bto/appl/netserver/PROD/MBDB/public_html/index.jsp
    at org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:187)
    at org.apache.jasper.compiler.JspReader.<init>(JspReader.java:253)
    at org.apache.jasper.compiler.JspReader.createJspReader(JspReader.java:259)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:164)
    at com.iplanet.server.http.servlet.NSServletEntity.load(NSServletEntity.java:252)
    at com.iplanet.server.http.servlet.NSServletEntity.update(NSServletEntity.java:173)
    at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:416)
    [12/Aug/2002:18:19:27] warning (14254): Internal error: Failed to get GenericServlet. (uri=/index.jsp,SCRIPT_NAME=/index.jsp)
    Based on the above information I notice a few things that seem to not follow the documentation.
    First the JSPC is looking for a file in MBDB/html even thought the original index.jsp file is
    part of the BUSINESSWARE virtual machine
    Second the ClassCache files do not follow the documented naming convention
    jsps/VS id/uriid ...
    Thanks in advance for your assistance.

    Not related to the problem but you shouldn't really be using JDK 1.3 (use JDK 1.3.1 if you need to use JDK 1.3+). As for the problem, the problem seems to be you don't seem to be ling web application. Could you add a web application with context root as "/" for the virtual server and I am positive this problem should go away.

  • 10.6.3 virtual server anomalies

    Sure could use some help here. I've installed Snow Leopard 10.6.3 Server in a virtual machine via Parallels. For a brief period I was able to ping this virtual server and even connect to it from Server Admin on my "real" Mac partition. There seemed to be no problem in connecting to the virtual server via its IP of 10.211.55.7 even though the "real" Mac side uses 10.0.1.3.
    I've been trying to teach myself via a manual about Open Directory and at one point worked on getting my virtual server to have proper DNS zones. It took me awhile, but eventually I got the DNS fixed and there was a valid machine entry and reverse zone for the DNS name I had give to the virtual server.
    This was where I got into trouble. Although my DNS entries in the server seem to be working just fine, I've lost the ability to connect from the "real" Mac and I cannot even ping the virtual server anymore. It would seem a no-brainer in that the virtual server is on one virtual subnet and the real Mac is on it's own real subnet; but that's how it was before I did the DNS entries and I was able to remotely connect at that time - hence my confusion. Since I'm learning I don't really yet know how to resolve this conundrum and could use some enlightening. Thanks.

    Changed everything to bridged networking and all is well.

  • Home Virtual Server Advice?

    So I am configuring a home virtual server and need a bit of advice. To start off, this is what I have:CPU: I5-4690KMB: ASROCK H97M PRO (has onboard Intel NIC)PCI NIC: Intel Pro/1000 PT Dual PortRAM: 24GB (Non ECC)SSD: Kingston SSDNow 120GB (v300)HDD: 1 x 1TB WD Black; 2 x 2TB Seagate NAS HDOther: Plan to run the host from a USB instead of installing it on the storage above.Purpose: I currently have 4 servers managing different aspects of my home network (firewall, file and media server, backup server, and misc server for "projects") and I am trying to simplify my setup and reduce operating costs. Not really "needing" a Homelab, just something that is stable, reliable, and easy"ish" to manage.My capabilities: IT professional with over 15 years of experience, but I am more of a generalist than a subject matter expert.Questions:1. Which...
    This topic first appeared in the Spiceworks Community

    So I am configuring a home virtual server and need a bit of advice. To start off, this is what I have:CPU: I5-4690KMB: ASROCK H97M PRO (has onboard Intel NIC)PCI NIC: Intel Pro/1000 PT Dual PortRAM: 24GB (Non ECC)SSD: Kingston SSDNow 120GB (v300)HDD: 1 x 1TB WD Black; 2 x 2TB Seagate NAS HDOther: Plan to run the host from a USB instead of installing it on the storage above.Purpose: I currently have 4 servers managing different aspects of my home network (firewall, file and media server, backup server, and misc server for "projects") and I am trying to simplify my setup and reduce operating costs. Not really "needing" a Homelab, just something that is stable, reliable, and easy"ish" to manage.My capabilities: IT professional with over 15 years of experience, but I am more of a generalist than a subject matter expert.Questions:1. Which...
    This topic first appeared in the Spiceworks Community

  • SJSW7-Directing virtual server log

    all my virtual server logging are stored in the default directory. I have one instance running, however, I would like to create a separate folder for each virtual server and store their log information in it. I tried configuring a virtual server under log preferences and have both server log and access log boxes checked and the location set but after testing it out, both directories are empty.

    I already applied changes and reboot instance. my virtual server that I'm configuring is "uc.memphis.edu"
    server.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <server>
    <cluster>
    <local-host>peter-vm2-2003.memphis.edu</local-host>
    <instance>
    <host>peter-vm2-2003.memphis.edu</host>
    </instance>
    </cluster>
    <log>
    <log-file>../logs/errors</log-file>
    <log-level>info</log-level>
    </log>
    <jvm>
    <java-home>C:/Sun/WebServer7/jdk</java-home>
    <server-class-path>C:/Sun/WebServer7/lib/webserv-rt.jar;C:/Sun/WebServer7/lib/pwc.jar;C:/Sun/WebServer7/lib/ant.jar;${java.home}/lib/tools.jar;C:/Sun/WebServer7/lib/ktsearch.jar;C:/Sun/WebServer7/lib/webserv-jstl.jar;C:/Sun/WebServer7/lib/jsf-impl.jar;C:/Sun/WebServer7/lib/jsf-api.jar;C:/Sun/WebServer7/lib/webserv-jwsdp.jar;C:/Sun/WebServer7/lib/container-auth.jar;C:/Sun/WebServer7/lib/mail.jar;C:/Sun/WebServer7/lib/activation.jar</server-class-path>
    <debug>false</debug>
    <debug-jvm-options>-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7896</debug-jvm-options>
    <jvm-options>-Djava.security.auth.login.config=login.conf</jvm-options>
    <jvm-options>-Xms128m -Xmx256m</jvm-options>
    </jvm>
    <thread-pool>
    <max-threads>128</max-threads>
    <stack-size>131072</stack-size>
    </thread-pool>
    <default-auth-db-name>keyfile</default-auth-db-name>
    <auth-db>
    <name>keyfile</name>
    <url>file</url>
    <property>
    <name>syntax</name>
    <value>keyfile</value>
    </property>
    <property>
    <name>keyfile</name>
    <value>keyfile</value>
    </property>
    </auth-db>
    <acl-file>default.acl</acl-file>
    <mime-file>mime.types</mime-file>
    <access-log>
    <file>../logs/access</file>
    </access-log>
    <http-listener>
    <name>http-listener-1</name>
    <port>80</port>
    <server-name>peter-vm2-2003.memphis.edu</server-name>
    <default-virtual-server-name>peter-vm2-2003.memphis.edu</default-virtual-server-name>
    </http-listener>
    <http-listener>
    <name>http-listener-2</name>
    <port>83</port>
    <server-name>webtest.memphis.edu</server-name>
    <default-virtual-server-name>webtest</default-virtual-server-name>
    </http-listener>
    <http-listener>
    <name>http-listener-3</name>
    <port>86</port>
    <server-name>uc.memphis.edu</server-name>
    <default-virtual-server-name>uc</default-virtual-server-name>
    </http-listener>
    <virtual-server>
    <name>peter-vm2-2003.memphis.edu</name>
    <http-listener-name>http-listener-1</http-listener-name>
    <host>peter-vm2-2003.memphis.edu</host>
    <object-file>peter-vm2-2003.memphis.edu-obj.conf</object-file>
    <document-root>c:/webprod/temp1</document-root>
    <acl-file>peter-vm2-2003.memphis.edu.acl</acl-file>
    <access-log>
    <file>C:/logs/peter-vm2</file>
    <format>%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% %Req->headers.referer% %Req->headers.user-agent% %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% %Req->reqpb.protocol% %vsid% </format>
    </access-log>
    </virtual-server>
    <virtual-server>
    <name>webtest</name>
    <http-listener-name>http-listener-2</http-listener-name>
    <host>webtest.memphis.edu</host>
    <object-file>webtest-obj.conf</object-file>
    <document-root>c:/webprod/webtest</document-root>
    <acl-file>webtest.acl</acl-file>
    </virtual-server>
    <virtual-server>
    <name>uc</name>
    <http-listener-name>http-listener-3</http-listener-name>
    <host>uc.memphis.edu</host>
    <object-file>uc-obj.conf</object-file>
    <document-root>c:/webprod/uc</document-root>
    <access-log>
    <file>c:/webprod/logs/uc</file>
    <format>%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% %Req->headers.referer% %Req->headers.user-agent% %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% %Req->reqpb.protocol% %vsid% </format>
    </access-log>
    <log-file>c:/webprod/logs/uc</log-file>
    </virtual-server>
    </server>
    And this is my obj.conf for the virtual server "uc-obj.conf"
    # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    # Use only forward slashes in pathnames as backslashes can cause
    # problems. Refer to the documentation for more information.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Sun/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="home-page" path=""
    PathCheck fn="nt-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.htm,index.html,home.html,index.jsp"
    PathCheck fn="set-cache-control" control="public"
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service fn="php5_execute" type="magnus-internal/x-httpd-php"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service fn="append-trailer" type="text/html" timefmt="%B %d, %Y %I:%M" trailer=""
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object name="x-httpd-php">
    ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
    Service fn="php5_execute"
    </Object>

  • TMS server and WinSXS - HD space issues

    I was wondering if anyone else is having a problem with disk space on their TMS servers?  I'm running TMS 14.4.2 on a virtual server, and my hard drive is filling up with various files.  I have gone in an deleted some old software versions from the TMS folder, but the big culprit is my Windows directory!  It is currently at 25GB and growing - inetpub and winsxs are the problem folders.  
    Various windows forums say that there isn't anything you can do about the files in winsxs, and Cisco TAC advised me to carefully remove some files from the inetpub folder (subfolder Logs).  Am I the only one having these issues?
    The TMS installation guide states that only 4GB of disk space is required for the application footprint, but doesn't say what the recommended harddrive size is.  Let me clarify this, however - I'm using an external SQL database - NOT local.  
    My TMS server has been acting odd lately, and I have had to restart some services from time to time, or do a full reboot.  I'm quite certain that my VM server is running as per Cisco's recommendations: 
    Cisco TMS can be installed in a virtualized server environment as long as the virtual machine is allocated 
    sufficient dedicated resources to meet the server and hardware requirements for installation. The resources
    allocated to the Cisco TMS server instance must be dedicated, and not shared with other server instances.
    My OS is Windows Server 2008 R2 Standard, Service Pack 1., 7GB RAM, Intel Xeon CPU E5-2670 0 @ 2.60 GHz 2.60 GHz, 64 bit.
    If you have any feedback or suggestions, I'd appreciate it.

    Would be interesting to know which HD size you provisioned and how much free space you have left now. I always recommend around or more than 100GB for the C: drive then you most like have no stress.
    Storage is cheap, trouble you have now is stressful.
    Many strange symptoms of TMS can be fixed by deinstalling and reinstalling TMS (and TMSPE if used) connecting the same DBs afterwards
    As you use an external database, what you could do is to stop the old TMS, install a new windows server and TMS and then reconnect to the same database. If you do not trust you windows nor the TMS install.
    (also possibe, deinstall tms on the old one, resize the partition, reinstall TMS).
    This guide is a bit older but might help you here as well:
    https://supportforums.cisco.com/document/108271/migrating-telepresence-management-suite-tms-new-serverpdf
    Sure, strangeness of TMS could also be an issue with the DB, OS, something in your network, ...

Maybe you are looking for

  • Lost track of my index file

    i need to transfer the new site i made in iweb through fetch. i know that i should replace the index.htm file in fetch with the new iweb index.htm file. but somehow, i cannot remember where i should get the index file... i have an iweb folder under m

  • Iphone5s background color change?

    How please do you change the color of the background on the iPhone5s?

  • Access Connections 5.20 VERY VERY SLOW, produces errors...

    I just installed the latest version of Access Connections, 5.20, on my T400, and whenever I open it to do ANYTHING, it pegs the processor and responds extremely slowly (I'm talking 5 to 10 seconds to respond to a mouse click). Also, after I installed

  • Change Formatting of Footnote Indicator when Exporting EPUB, how? CS6

    Hi, Well, it's all quite impressive so far. CS6 ePub capabilities are miles ahead of CS4, my last version, that's for sure. One thing I'm stuck on, though, is how to change the formatting of footnote indicators when exporting an ePub from InDesign. N

  • Cant change JLabel icon with setIcon a second time???

    Hey all, I have drawn 21 cards on my GUI - then as a user selects one of three columns via a radio button and subsequent Submit button, the deck reshuffles itself, and is THEN supposed to change all the labels to the new cards in their New order. All