Test connectivity to different servers on Solaris 10

friends,
I have a query for a connectivity test with different servers, explained the case for more details: In a windows environment if I have verified connectivity to another remote computer within the network with the command: ping remotehostname
on Solaris 10 as I can perform this test?
Thanks

the command is:
ping remotehostname
Seriously, these kind of questions must be much easier to find answer to by using google or the Solaris documentation, its a quite basic question.
To give a more serious answer "ping" is in /usr/sbin, so if you don't find ping you dont have /usr/sbin in your $PATH. In which case you can run:
/usr/sbin/ping remotehostname
If you get "unknown host remotehostname" you need to fix your DNS resolving by adding "dns" to the line which begins with "hosts" in /etc/nsswitch.conf and create a /etc/resolv.conf..
.7/M.

Similar Messages

  • Connecting to different servers with Oracle Rdb

    Hi,
    I have downloaded the Odbc-Driver driver for Rdb and made successful connections to my database server. The name of the server is hardcoded with the odbc administrator. How is it possible to use different servers from asp-script ?
    regards
    Martin

    I have done this, but the Driver (Oracle Rdb Driver, Version 3.00.02.04) do not understand the "DB"-Parameter correctly. The databasename is transferred to the server without the attach-command. So I can only make the connect to a preattached service. This is a known problem by Oracle.

  • Dynamic Connection to different servers are not working

    Hi All,
    I am trying to create a SSIS Package that loops through a table containing the server names and fetching results from all the servers.
    Created two variables
    --list is an object
    --itr is an string variable
    I have created a table "Serverlist" that contains all the servernames,
    and using a OLE DB connection with a property "Servername" --> user::itr. used for loop through all the servers in for Each loop.
    The execution is started, showing the results for one server and failed with the below error"
    "[OLE DB Source [29]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call
    to the connection manager "src" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    [SSIS.Pipeline] Error: OLE DB Source failed validation and returned error code 0xC020801C."
    Any suggestions are welcome.

    Hi,
    Are you passing the correct servername, password, login, database in your connection string??
    Are you getting the value at runtime?
    Try this: Click on the package and on the property try to set the DelayValidation=True.
    If the DelayValidation is true the package will validate the connections before it execute. If DelayValidation is false it will validate when the package is running.
    So if you have a dynamic connection I suggest you set it the DelayValidation=False

  • Can Ironport support 2 different servers within 1 domain?

    Hi All,
    The situation is:
    Our company's Ironport is using firmware AsyncOS 7.6 and currently is connected to Lotus Notes Server.
    However, we are now planning to add 1 more mail server - MS Exchange.
    The questions are:
    1. Is it possible to connect both Notes and Exchange with 1 domain only?
    2. If yes, can we set some filtering to seperate then the incoming email can fall into the designated server?
    3. How can we achieve connecting 2 different servers under 1 domain?
    Please give any other comments if you have. Thanks!!
    Thanks and Regards
    Krav

    Krav,
    You should be able to do this. However, a curious question, are you planning to migrate off of Lotus notes or is this going to be a permanent solution? Are the mailboxes for both mail servers going to be the same (maybe clustered).
    1. Yes, you can have multiple servers assigned to a domain, by specifying the ip address as an additional entry in SMTP routes.
    2. This may prove to be the big issue. There is no filtering mechanism that can distinguish lotus notes bound mail from exchange bound mail. For example; if you set both the servers with the same priority in SMTP routes they will round robin, meaning some mail will goto Lotus notes and other mail will goto Exchange. So if this is just to test, you can possibly use the priority option in the SMTP routes. However, this may also be more of a question as to whether you could cluster an Exchange and lotus notes server, which is beyond my understanding.
    3.In the SMTP Routes section click on the domain and add in the ip address of the other server. Be mindful that if you keep the priority the same, mail will round robin between the devices. However if you set the first device to 0 and the second device to 10, mail will primarily goto the device with the 0 priority. You will also need to specify the ip address of the second server in your HAT table, if you are using the Relaylist.

  • Weblogic managed servers connecting to the servers in different cluster

              Hi All,
              We have a weired problem going on for a while. We have a cluster configuration
              with an admin server and two managed servers. We have the similar configuration
              in DEV, TEST and PROD. The problem is that the managed server members in DEV cluster
              are making connections to managed servers which are member of PROD cluster for
              session replication. The same way TEST servers are trying to connect to PROD and
              DEV.
              Has anyone seen this kind of problem before. BEA seems to be cluless so far.
              Thanks in adavnce for your input.
              Udit
              

              Venkat,
              Thats a good suggestion but these things are too obvious to ignore. We have different
              multicast address in DEV and PROD and also hosts are on different sub net. I do
              not know if cluster name will make any differene though.
              Thanks for your input anyway,
              Udit
              "venkat" <[email protected]> wrote:
              >
              >Udit,
              > You can check the sub net, multicast address and the cluster name.
              >If the dev
              >and prod servers are in the same sub net with same multicast address,
              >then change
              >the multicast and try.
              >
              >Venkat
              >"venkat" <[email protected]> wrote:
              >>
              >>Udit,
              >>
              >>
              >>"Udit Singh" <[email protected]> wrote:
              >>>
              >>>Kumar,
              >>>Thanks for the reply.
              >>>The situation is that managed server in DEV try to replicate the session
              >>>to a
              >>>managed server in PROD and TEST and vice versa.
              >>>Let us say our dev managed servers are running on abc01 and abc02 and
              >>>prod managed
              >>>servers are running on xyz01 and xyz02. All the managed servers are
              >>running
              >>>on
              >>>port 7005.
              >>>If I do the netstat on abc01 or abc02 I could the see established connections
              >>>between abc01/02 and xyz01/02.
              >>>Why is that happening? We are running 6.1SP2.
              >>>
              >>>Udit
              >>>
              >>>Kumar Allamraju <[email protected]> wrote:
              >>>>We do not restrict intercluster communication as of 61 SP3.
              >>>>Once we get the IP from the cookie, we can safely make a
              >>>>connection to the other clustered node. We were not checking
              >>>>if the server is part of the same cluster or not. This is
              >>>>already fixed in 7.x and 61 SP4(not yet released) If you are
              >>>>on 61 Sp2 or SP3 then you should contact support and
              >>>>reference CR # CR089798 to get a one off patch.
              >>>>
              >>>>Regardless, are you traversing from DEV to PROD cluster and
              >>>>vice-versa. If not then this problem shouldn't happen unless
              >>>>plugin is routing the request to wrong cluster.
              >>>>
              >>>>--
              >>>>Kumar
              >>>>
              >>>>Udit Singh wrote:
              >>>>> Hi All,
              >>>>> We have a weired problem going on for a while. We have a cluster
              >>configuration
              >>>>> with an admin server and two managed servers. We have the similar
              >>>configuration
              >>>>> in DEV, TEST and PROD. The problem is that the managed server members
              >>>>in DEV cluster
              >>>>> are making connections to managed servers which are member of PROD
              >>>>cluster for
              >>>>> session replication. The same way TEST servers are trying to connect
              >>>>to PROD and
              >>>>> DEV.
              >>>>> Has anyone seen this kind of problem before. BEA seems to be cluless
              >>>>so far.
              >>>>>
              >>>>> Thanks in adavnce for your input.
              >>>>> Udit
              >>>>
              >>>
              >>
              >
              

  • Why connect two dhcp servers with different IP addresses?

    
    so for an assignment at college we had to configure a router connected to two switches which both had a server connected to them.
    the computers were connected via dhcp to either server however each side had a different IP. we have now been asked to justify as to why two servers were used with different IP which I cannot quite produce a business orientated answer.
    I can understand connecting two dchp servers on same IP to increase fault tolerance but I do not understand using two separate IP addresses.

    Hi,
    Does “using two separate IP addresses“ mean 2 subnets which are connected by router?
    If you have separately configured 2 DHCP servers on the 2 subnets, and want 1 of the 2 DHCP servers to provide fault tolerance for the other. You need to use an RFC 1542–compliant router, or DHCP relay agent, in order to forward DHCP broadcast traffic.
    If there is any misunderstanding about your question, please correct. 
    Best Regards,           
    Eve Wang                                                                             
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Connecting to 2 different DB's on different servers

    I am trying to find out if it is possible to connect to 2 different databases on different servers so that I can use both DB's in the same query. If it is possible, how do you do it? Can you have 2 connections open at the same time for one object?

    Sorry. jverd. I was just trying to make sense from
    what the OP had posted. In the process, I might have
    said something stupid.
    jc4bud
    If they are on different servers, they are on
    different database instances. So you can never write a
    query like the one you wrote.
    It does not make sense in SQL either.
    You should get two seperate connections to both the
    databases, query data seperately and then try to do
    whatever you are doing.Basically get the data from both the databases in your servlet. Do your processing in the servlet to get the appropriate data. If they have to be on different Oracle DB instances, that is the only solution I can think of.
    If you can keep them in a single instance the story changes.
    You cannot have the same connection to two different
    database instances.

  • Mail: email retrieval from 2 different servers

    I retrieve emails to MAIL for my 2 email addresses from 2 different servers (gmail and 'workspace'). I try to keep the email on the servers to a minimum by deleting emails, but I want all the emails to stay in "Mail" on my Macbook pro.  When I delete email on the gmail server and then 'check mail' in Mail, if it's not on the gmail server, it gets deleted in Mail.  Under 'preferences:accounts:advanced' I've selected 'all messages and their attachments' under 'keep messages for offline viewing'.  I thought this would preserve all emails in Mail, but it doesn't.  What should I do to make sure all the emails I want to stay in Mail, stay there regardless of whether they are still on the servers or not?  Thanks.

    try, like this
    SQL> select name from v$database;
    NAME
    DBDEMO
    SQL> create user testing identified by passwd;
    User created.
    SQL> grant connect,resource to testing;
    Grant succeeded.
    SQL> conn testing/passwd;
    Connected.
    SQL> create table test_tb (id number);
    Table created.
    SQL> insert into test_tb values(123);
    1 row created.
    SQL> /
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select count(*) from test_tb;
      COUNT(*)
             2
    SQL>
    on dblink created machine:-
    SQL> select name from v$database;
    NAME
    DB2
    SQL> create user nic identified by nic;
    User created.
    SQL> grant connect,resource, create database link to nic;
    Grant succeeded.
    SQL> conn nic/nic;
    Connected.
    SQL> create database link test_db_link connect to testing identified by passwd using '(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = dbdemo)))
      2  ';
    Database link created.
    SQL> select count(*) from test_tb@test_db_link;
      COUNT(*)
             2
    SQL>

  • CFLOGIN works, but not simultaneously on different servers/broswers

    I'm using CFLOGIN with application.cfc which works great when I test it - I'll call it login session A in browser window 1.
    When I simultaneously log into the same app on a different server with a different username (login session B in browser window 2), I can't login - unless I log out out of session A/browser window 1 first. Something in my new code is preventing me from logging into my app more than one time, even when the apps are on separate servers and I'm using different usernames.
    We have the same app on various servers (test/development/production), and I used to be able to login on 2-3 browsers or servers at a time - and I never had a problem until recently when I made some changes to the application.cfc and login code.
    I updated the code because before the session scopes and login credentials were not being initiated and terminated together (upon login/logout). Before, a user was clicking 'logout' and it was clearing the session scopes without invoking CFLOGOUT. Now, I fixed that, but I have another problem, which is that I can't log into the application on two different browsers or servers at the same time (even if I'm using different login usernames). Any suggestions would be appreciated.
    <cfcomponent displayname="Application" output="false">
        <cfset this.name = 'SampleApp'>
        <cfset this.SessionManagement = true>
        <cfset this.SetClientCookies = true>
        <cfset this.SessionTimeout = CreateTimeSpan( 0, 0, 5, 0 ) />
    <cffunction name="onSessionStart" access="public" returntype="void" output="false">
        <cfset session.hostname = 'http://'&#CGI.HTTP_HOST#&'/'>
        <cfset session.dbase = 'localdb'>
        <cfset session.roles = ArrayNew(1)>
        <cfreturn>
    </cffunction>
    <cffunction name="onApplicationStart" access="public" returntype="boolean" output="false">
        <cflog file="SampleApp" type="information" text="Application started." />
        <cfreturn true>
    </cffunction>
    <cffunction name="onApplicationEnd" returntype="void" output="false" hint="Executes on session timeout or if server shuts down.">
        <cfcookie name="CFID" value="#CFID#" expires="now">
        <cfcookie name="CFTOKEN" value="#CFTOKEN#"  expires="now">
        <cfreturn>
    </cffunction>
    <cffunction name="onRequestStart" access="public" returntype="void" output="true" hint="Executes before each page processes.">
        <cfargument name="targetPage" type="String" required="true"/>
            <cfsilent>
            <cfif GetAuthUser() NEQ ''>
                <cfif NOT isDefined('session.uname')>
                    <cfif CGI.HTTP_REFERER DOES NOT CONTAIN "login.cfm">
                        <cfinclude template="expired.cfm">
                        <cfabort>
                    </cfif>
                </cfif>
            </cfif>
            <cflogin>  
                <!--- Flash Remoting setCredentials() passes cflogin.user and cflogin.password using checklogin.cfc --->
                <cfif IsDefined('cflogin')>        
                    <cfquery name="qValidateLogin" datasource="#session.dbase#" username="#cflogin.name#" password="#cflogin.password#">
                        SELECT    role
                        FROM    session_roles
                    </cfquery>
                    <cfif qValidateLogin.RecordCount GT 0>
                        <cfloginuser name="#cflogin.name#" password="#cflogin.password#" roles="#qValidateLogin.ROLE#">
                        <cflog text="User - #cflogin.name#" type="Information" file="Filename" date="yes" time="yes">
                    <cfelse>
                        <cfinclude template="login.cfm">
                        <cfabort>
                    </cfif>
                <cfelse>
                    <cfif right(arguments.targetPage,10) is "logout.cfm">
                        <cflocation url="index.cfm">
                        <cfabort>
                    <cfelse>              
                        <cfinclude template="login.cfm">
                        <cfabort>  
                    </cfif>          
                </cfif>
            </cflogin>
            </cfsilent>      
    </cffunction>
    </cfcomponent>

    Oh no, that was my mistake. Thank you for catching that! That query is currently not being used on my Application.cfc page, which is why I wasn't having problems with it, but I'm glad you pointed it out to me. I had that code in my Application.cfc file just incase I wanted to check login from somewhere else, but my login query is actually being called with Flash Remoting using setCredentials() to connect to login.cfc. This is the correct query in my login.cfc file:
                <cfquery name="qValidateLogin" username="#session.uname#" password="#session.pword#" datasource="#session.dbase#">
                    select role from session_roles where role like 'xxxxx%'     
                </cfquery>
    I do think I figured out a solution to my problem though. I found out how to use applicationToken, which I understand if it is not set, by default will be the value of application.Name. If you want users to be able to log into multiple instances of  your application at the same time, you would give the applicationToken the same value. This would be great for clustered servers or sites with sub-domains.
    If you wanted to force only one login for the three different sites, you could give this a different value. VERY useful. So I have:
    <cfcomponent displayname="Application" output="false">
        <cfset this.name = 'SampleApp'>
        <cfset this.SessionManagement = true>
        <cfset this.SetClientCookies = true>
        <cfset this.SessionTimeout = CreateTimeSpan( 0, 0, 5, 0 ) />
        <cfset this.loginStorgage = "session">
        <cfset this.applicationtoken = 'SampleAppSub'>
    Now, I can log into this site on my development machine with multiple browsers pointing to the same site hosted on different servers - with no problem. I never had an issue with this before, but something else I recently added into my code in Application.cfc made this not work. I should probably also mention that I work on many different applications that all use the same application.Name even though they are different sites - we do this so the same settings can be deployed on different servers.
    With the applicationToken settings, I have it working again. Perhaps what made it break was setting this.loginStorage = "session"? Before this was not set and was using the default value of  "cookies" which I didn't want - because my site is used by different people on the same box and we have clustered servers.

  • Accessing data from 2 different servers

    I have oracle data on 2 different servers. I want to access the data retrieve it
    through a sql query and combine the data retrieved. How do i retrieve the data
    on the 2 servers.
    thanks

    try, like this
    SQL> select name from v$database;
    NAME
    DBDEMO
    SQL> create user testing identified by passwd;
    User created.
    SQL> grant connect,resource to testing;
    Grant succeeded.
    SQL> conn testing/passwd;
    Connected.
    SQL> create table test_tb (id number);
    Table created.
    SQL> insert into test_tb values(123);
    1 row created.
    SQL> /
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select count(*) from test_tb;
      COUNT(*)
             2
    SQL>
    on dblink created machine:-
    SQL> select name from v$database;
    NAME
    DB2
    SQL> create user nic identified by nic;
    User created.
    SQL> grant connect,resource, create database link to nic;
    Grant succeeded.
    SQL> conn nic/nic;
    Connected.
    SQL> create database link test_db_link connect to testing identified by passwd using '(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = dbdemo)))
      2  ';
    Database link created.
    SQL> select count(*) from test_tb@test_db_link;
      COUNT(*)
             2
    SQL>

  • RD Gateway and RD Web Access - better together or on different servers?

    I am evaluating Remote Desktop Services with 2012 R2 and initially I had all the roles on 1 server for testing.  I began thinking it would be a better setup to split the RD Gateway role and the RD Webaccess role into different servers for security purposes.
     This way I could expose only the RD Gateway to the internet and the Web Access role would not be exposed.  In all my reading and searching it seems that nearly every article I come upon has both RD Gateway and Web Access installed on the same system.
    What is the ideal setup from a security standpoint to have the these two roles separate or does it not mater?  If it does not mater then I will setup 1 server with Gateway and Web Access and I will then have other servers for licensing, broker, session
    host, and visualization host once I move this into production.
    If these roles are on the same system how do I know if the gateway role is doing anything?  Is the FQDN\rdweb the correct URL to use even when the gateway is implemented?  
    If they are separate how do I tell the gateway and web access servers to use each other?  

    Hi,
    As far as I know, it’s fine to have RD Gateway and RD Web Access roles installed on the same server.
     “Normally external users would log on to RD Web Access via tcp port 443, click on a RemoteApp and connect to RD Gateway via
    tcp 443/udp 3391, RDG connects them to RDCB on tcp 3389 which redirects them to a RDSH server, finally the RDG connects to the RDSH on tcp 3389/udp 3389.”
    Quoted from TP in this post below:
    RD Gateway and RD web issue
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/5ab40559-23f7-4ebc-b60d-87375cc55674/rd-gateway-and-rd-web-issue?forum=winserverTS
    More links below for you:
    RD Gateway deployment in a perimeter network & Firewall rules
    http://blogs.msdn.com/b/rds/archive/2009/07/31/rd-gateway-deployment-in-a-perimeter-network-firewall-rules.aspx
    Remote Desktop Gateway/Web Server Placement
    https://social.technet.microsoft.com/forums/windowsserver/en-US/b2970cf5-a5b5-494c-88b7-cd6e01f84bb6/remote-desktop-gatewayweb-server-placement
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Test-*Connectivity commands don't work

    I have a coexistence environment (2013 SP1 CU6, 2007) in two sites. I create a test user on each site. When run any of Test-*Connectivity commands like (Test-OWAConnectivity, Test-ECPConnectivity) I got the following errors:
    Test-OWAConnectivity from Passive Copy Mailbox Server (***MBX01):
    Url                         :
    UrlType                     : Unknown
    ClientAccessServerShortName : ***MBX01
    Scenario                    : Reset Credentials
    ScenarioDescription         : Reset automated credentials for the Client Access Probing Task user on Mailbox server mailbox_server.Domain.com.
    PerformanceCounterName      : Logon Latency
    Result                      : Failure
    Error                       : [Microsoft.Exchange.Monitoring.CasHealthStorageErrorException]: An error occurred while trying to access mailbox mailbox_server.Domain.com, on behalf of user
                                  Domain.com\extest_a6684afa10864
                                   Additional information:
                                   [Microsoft.Exchange.Data.Storage.WrongServerException]: The user and the mailbox are in different Active Directory sites..
    UserName                    : extest_a6684afa10864
    WARNING: No Client Access servers were tested.
    Test-OWAConnectivity from Active Copy Mailbox Server (***MBX02):
    WARNING: The test couldn't test the internal URL of this virtual directory, because the InternalURL property isn't set.
    Url                         :
    UrlType                     : Internal
    ClientAccessServerShortName : ***MBX02
    Scenario                    : Logon
    ScenarioDescription         : Sign in to Outlook Web App and verify the response page.
    PerformanceCounterName      :
    Result                      : Skipped
    Error                       : The test couldn't test the internal URL of this virtual directory, because the InternalURL property isn't set.
    WARNING: No Client Access servers were tested.
    Test-OWAConnectivity from CAS Server (***CAS01):
    WARNING: The test couldn't test the internal URL of this virtual directory, because the InternalURL property isn't set.
    Url                         :
    UrlType                     : Internal
    ClientAccessServerShortName : ***MBX02
    Scenario                    : Logon
    ScenarioDescription         : Sign in to Outlook Web App and verify the response page.
    PerformanceCounterName      :
    Result                      : Skipped
    Error                       : The test couldn't test the internal URL of this virtual directory, because the InternalURL property isn't set.
    WARNING: No Client Access servers were tested.

    Thank you for your help.
    I can access the URL from internet explorer.
    When I run Test-OwaConnectivity command I got an error {The specified computer isn't a Client Access server} while 1stSiteCAS01 is a CAS server:
    Test-OwaConnectivity -ClientAccessServer 1stSiteCAS01  -DomainController 1stSiteDC01
    The specified computer isn't a Client Access server.
        + CategoryInfo          : ObjectNotFound: (:) [Test-OwaConnectivity], LocalizedException
        + FullyQualifiedErrorId : [Server=1stSiteMBX02,RequestId=d090bd30-d813-4a5e-8f57-eec90d2b6fe7,TimeStamp=4/1/2015 7:13:07 AM] [FailureCategory=Cmdlet-LocalizedException]
    85112930,Microsoft.Exchange.
       Monitoring.TestOwaConnectivity
    Also, this is the result of Get-OwaVirtualDirectory command:
    Get-OwaVirtualDirectory | FL Identity,*Authentication*,*url*
    Identity                      : 2ndSiteEVS01\Exchange (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 2ndSiteEVS01\Public (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 2ndSiteEVS01\Exadmin (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    An IIS directory entry couldn't be created. The error message is Access is denied.
    . HResult = -2147024891
        + CategoryInfo          : NotInstalled: (2ndSiteHC01\Exchange (Default Web Site):ADObjectId)
    [Get-OwaVirtualDirectory], IISGeneralCOMException
        + FullyQualifiedErrorId : [Server=1stSiteMBX01,RequestId=84ddf2ec-04f5-40ab-8d90-b2a7fd756971,TimeStamp=4/1/2015 7:13:38 AM] [FailureCategory=Cmdlet-IISGeneralCOMException]
    1BEA286E,Microsoft.Excha
       nge.Management.SystemConfigurationTasks.GetOwaVirtualDirectory
        + PSComputerName        : 1stSitembx01.domain.com
    An IIS directory entry couldn't be created. The error message is Access is denied.
    . HResult = -2147024891
        + CategoryInfo          : NotInstalled: (2ndSiteHC02\Exchange (Default Web Site):ADObjectId)
    [Get-OwaVirtualDirectory], IISGeneralCOMException
        + FullyQualifiedErrorId : [Server=1stSiteMBX01,RequestId=84ddf2ec-04f5-40ab-8d90-b2a7fd756971,TimeStamp=4/1/2015 7:13:38 AM] [FailureCategory=Cmdlet-IISGeneralCOMException]
    1BEA286E,Microsoft.Excha
       nge.Management.SystemConfigurationTasks.GetOwaVirtualDirectory
        + PSComputerName        : 1stSitembx01.domain.com
    An IIS directory entry couldn't be created. The error message is Access is denied.
    . HResult = -2147024891
        + CategoryInfo          : NotInstalled: (2ndSiteHC01\Public (Default Web Site):ADObjectId) [Get-OwaVirtualDirectory],
    IISGeneralCOMException
        + FullyQualifiedErrorId : [Server=1stSiteMBX01,RequestId=84ddf2ec-04f5-40ab-8d90-b2a7fd756971,TimeStamp=4/1/2015 7:13:38 AM] [FailureCategory=Cmdlet-IISGeneralCOMException]
    1BEA286E,Microsoft.Excha
       nge.Management.SystemConfigurationTasks.GetOwaVirtualDirectory
        + PSComputerName        : 1stSitembx01.domain.com
    An IIS directory entry couldn't be created. The error message is Access is denied.
    . HResult = -2147024891
        + CategoryInfo          : NotInstalled: (2ndSiteHC01\Exchweb (Default Web Site):ADObjectId) [Get-OwaVirtualDirectory],
    IISGeneralCOMException
        + FullyQualifiedErrorId : [Server=1stSiteMBX01,RequestId=84ddf2ec-04f5-40ab-8d90-b2a7fd756971,TimeStamp=4/1/2015 7:13:38 AM] [FailureCategory=Cmdlet-IISGeneralCOMException]
    1BEA286E,Microsoft.Excha
       nge.Management.SystemConfigurationTasks.GetOwaVirtualDirectory
        + PSComputerName        : 1stSitembx01.domain.com
    An IIS directory entry couldn't be created. The error message is Access is denied.
    . HResult = -2147024891
        + CategoryInfo          : NotInstalled: (2ndSiteHC02\Exchweb (Default Web Site):ADObjectId) [Get-OwaVirtualDirectory],
    IISGeneralCOMException
        + FullyQualifiedErrorId : [Server=1stSiteMBX01,RequestId=84ddf2ec-04f5-40ab-8d90-b2a7fd756971,TimeStamp=4/1/2015 7:13:38 AM] [FailureCategory=Cmdlet-IISGeneralCOMException]
    1BEA286E,Microsoft.Excha
       nge.Management.SystemConfigurationTasks.GetOwaVirtualDirectory
        + PSComputerName        : 1stSitembx01.domain.com
    Identity                      : 1stSiteHC01\Exchange (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 1stSiteHC01\Exchweb (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 1stSiteHC01\Public (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 1stSiteHC02\Exchange (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 1stSiteHC02\Exchweb (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 1stSiteHC02\Public (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : 1stSiteHC01\owa (Default
    Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   : https://1stSitehc01.domain.com/owa
    ExternalUrl                   : https://legacy.1stSite.domain.com/owa
    An IIS directory entry couldn't be created. The error message is Access is denied.
    . HResult = -2147024891
        + CategoryInfo          : NotInstalled: (2ndSiteHC01\owa (Default Web Site):ADObjectId) [Get-OwaVirtualDirectory],
    IISGeneralCOMException
        + FullyQualifiedErrorId : [Server=1stSiteMBX01,RequestId=84ddf2ec-04f5-40ab-8d90-b2a7fd756971,TimeStamp=4/1/2015 7:19:22 AM] [FailureCategory=Cmdlet-IISGeneralCOMException]
    1BEA286E,Microsoft.Excha
       nge.Management.SystemConfigurationTasks.GetOwaVirtualDirectory
        + PSComputerName        : 1stSitembx01.domain.com
    Identity                      : 1stSiteHC02\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   : https://1stSitehc02.domain.com/owa
    ExternalUrl                   : https://legacy.1stSite.domain.com/owa
    Identity                      : 1stSiteCAS02\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   : https://mail.1stSite.domain.com/owa
    ExternalUrl                   : https://mail.1stSite.domain.com/owa
    Identity                      : 1stSiteCAS01\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   : https://mail.1stSite.domain.com/owa
    ExternalUrl                   : https://mail.1stSite.domain.com/owa
    Identity                      : 2ndSiteCAS01\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   : https://mail.2ndSite.domain.com/owa
    ExternalUrl                   : https://mail.2ndSite.domain.com/owa

  • DSN connection across different environments

    Hie Guys,
    A database has 3 different servers for DEV, TEST & PROD. Now, while creating a DSN for the Universe, do you have to create a DSN for each environment (Dev, Test & Prod) ? How does this work? Could anyone please help me understand the concept? Thanks.

    Hi
    If you have three SQl servers (Dev,Test,Prod ) and three bo servers (Dev,Test,Prod )   you need to create three different DSN connections in Dev SQL.
    IN THE DEV SERVER
    1. Create DSN connection (Dev DSN Connection) in  the Dev SQL to connect Dev SQL to BO Dev and then develop the universe.
    2. Create another DSN connection (Test DSN Connection)  in the Dev SQL to connect Test SQL to Test BO Dev
    3. Create another DSN connection (Prod DSN Connection)  in the Dev SQL to connect Prod SQL to Prod BO Dev
    Then while promoting to Test environment, you need to send universe along with connection, but in the connection you need to change the Dev SQL connection to Test SQL connection ((Test DSN Connection)  (Select the connection -> Click on change connection)
    Then while promoting to Prod environment, you need to send universe along with connection, but in the connection you need to change  to Prod SQL connection (Prod DSN Connection) 
    And once the universe and connection are promoted successfully come back to Dev and change the connection to Dev SQL (Dev DSN Connection)

  • I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?

    I think I have it working on my iPhone 5. But, I do not see how I can control the exit point that I would like for the VPN. Are all the exit points shown in the VPN setting now going to work with Open VPN, or do they remain PPTP? If I am reading correctly, they look like they remain PPTP. If I cannot control the exit point for open VPN, which exit point is the default in the profile you provided me?I note that Open VPN Connect does not work with any of the new 64 bit devices like the iPhone 5S, the iPad Air, and the new iPad MIni. Is there any chance that you guys will come up with an update for your app so that open VPN can be made to work on all iOS devices? That would be nice, particularly if the Open VPN Connect app does not give me a choice of exit points.Thanks,
    I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?
    Just a quick note to tell you that Open VPN has updated their app so that it is compatible with 64 bit ARM devices like the iPhone 5S, the iPad Air, and the iPad Mini Retina.That does not resolve the problem of how to easily choose among the various possibilities for the exit server. We need to find an easy way to choose.

    Thank you for trying the new Firefox. I'm sorry that you’re unhappy with the new design.
    I understand your frustration and surprise at the removal of these features but I can't undo these changes. I'm just a support volunteer and I do not work for Mozilla. But you can send any feedback about these changes to http://input.mozilla.org/feedback. Firefox developers collect data submitted through there then present it at the weekly Firefox meeting
    I recommend you try to adjust to 29 and see if you can't make it work for you before you downgrade to a less secure and soon outdated version of Firefox.
    Here are a few suggestions for restoring the old design. I hope you’ll find one that works for you:
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ Classic Theme Restorer] to bring back the old design. Learn more here: [[How to make the new Firefox look like the old Firefox]]
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/the-addon-bar/ Add-on Bar Restored] to bring back the add-on bar. Learn more here: [[What happened to the Add-on Bar?]]

  • Can no longer connect to email servers

    Ok, I'm hoping some Mac gurus here can help me out. I've got a primarily Windows-based network here using MS ISA server as a firewall/proxy. Our prepress guys are on various flavors of G4/G5, Panther and Tiger.
    On Monday, July 5 they suddenly stopped being able to connect to POP/SMTP servers. I have tried different servers, different mail clients, resetting network connections, giving them different static ips, etc.
    I haven't made any changes to the network or the Macs... I wasn't even here on Monday:) Anyway I know there are a lot of variables but I'm just grasping at straws now. The mail server is fine, the account settings work fine from any other system. I can't even establish a telnet to the mail server from the Macs. Internet and network access is fine, however.
    Thanks,
    -sean

    Thanks for the replies guys. That is indeed an interesting diagnosis tool but seems to confirm that traffic is actually being passed over 110/25.
    colin - I thought about the cable, but can do email from the a pc connected to the same switch... should probably look a little closer anyway.
    These guys do have their settings at full duplex but no other combo including 100/half-duplex or automatic seems to clear things up. I will look at this more when I am back in the morning though.
    Thanks again,
    -sean

Maybe you are looking for

  • PKGBUILD install command ( or cp ) fails for a file but why

    whats wrong with this. libtap.a does not get copied in package() do i have to mkdir -p all dirs first? if soo, that did fail to cp the libtap.a too. but install does auto mkdir -p doesnt it? pkgname=tap pkgver=r88.1796a0d pkgrel=1 pkgdesc='A C librar

  • ScriptUI and Flex SDK version

    Hello, what is the last Flex SDK version supported by ScriptUI? It seems I'm having troubles loading a swf made with Flex 4.5 (Flash project, not AIR). I've been told that 3.6 is the latest, usable SDK - yet I'm afraid it could be a permission issue

  • History on 2 devices

    Good day! I use my Skype account on 2 devices: on my PC, and on my Tablet. Sometimes I remove my chat history rom PC. But when I turn on my Tablet the removed history appear on it. Why? Does history seving on your server? How can I remove it from the

  • Quicklook confusion.

    So I loaded up the finder and looked in my iPhotos pictures folder, and used the spacebar to activate the photo in quicklook, but the image that opened up in the quick look windows was tiny, eventhough the resolution of the actual photograph was 2272

  • T61 sound not working after re-installation

    Hi, I am re-installing Windows XP Pro SP2 on several laptops. I have an issue with some T61. The installation of the driver (found on Lenovo website) is successful. Windows displays the sound icon, I can open it and change the volume but I can't hear