OS X Server 10.3.9 can't handle very big HDDs as RAID miror?

I really searched hard on this one, but couldn't find definitive answer.
In our office, we have OS X Server 10.3.9 running on a G5 (dual 2GHz, 3GB RAM). OS X itself is installed on a 80GB hard drive.
there is also another internal SATA HDD of 400GB for data with an external FW800 mirror raid - also 400GB.
as we nearly filled the capacity of this 400GB, we decided (as a short term measure) to up the capacity, so we bought same internal and external drives as we have (seagate & lacie d2), only with 750GB capacity this time.
there is a company that does our more serious IT support, and while they were trying to do a new set up, it turns out that 10.3 doesn't support disk as big as 750GB in mirror RAID. (reports an error while trying to set up RAID mirror)
(strangely enough, they forgot to tell us about this when we ordered HDDs through them...)
now, option to speed this whole process before we run out of space completely is to get a OS X Server 10.4, which costs £699 :cringe:
I was trying to find confirmation of this issue with 10.3.9, but couldn't find any.
Did anybody come across this problem before?
thank you all in advance on your very knowledgeable answers.

Hi Jovan
I don’t think its a problem with 10.3 server as such. You’ve got to remember that 10.3 is getting on a bit. As far as supporting the latest drive sizes Apple as well as other interested parties would devote their energies in supporting the latest operating systems. For example Microsoft have recently released Vista. Most interested parties will get on board the Vista bandwagon and start developing and writing drivers and software for that rather than XP. After a while you will start to see less and less being developed for the older operating system. I think this is just one of those times.
Tony

Similar Messages

  • Satellite A200-1S5 - Can I use a second HDD and RAID?

    Hi all,
    Is Toshiba Satellite A200-1S5 eligible for adding a second hard drive? It has RAID controller as far a I know - could it help?
    Thanks,
    Denis

    The Satellite A200-1S5 does NOT support RAID!!!
    But some A200 could use two HDDs (but NOT RAID!!!) There are different A200 models which supports different hardware specifications.
    Therefore you can find the second bay at the bottom of the unit.
    But if there is no connector for second HDD then this means that there is no second HDD controller and you cannot use second HDD in this A200!!!
    Bye

  • How can I write very big number?

    I have an Oracle table with the column "col_name number(20)".
    I use the following code for binding:
    OCIBindByName(stmt, &number,
    errhp, (text *) ":col_name", -1, (dvoid *) &number,
    (sword) sizeof(number), SQLT_INT, (dvoid *) 0, (ub2 *) 0,
    (ub2 *) 0, (ub4) 0, (ub4 *) 0, OCI_DEFAULT)But the data, written in the table, are incomplete.
    I tried SQLT_UIN but results are the same.
    Variable number is declared as unsigned long

    If your value is truncated, it means it cannot be held into an 32bits integer value.
    Your column is declared as NUMBER(20) so it can hold values that exceed the capacity of an 32bits integer value and thus you need to use 64bits integers.
    OCI does not support yet (one day maybe, lol) binding 64bits C integers. You need to use OCINumber type for that.
    Here is a extract of an answer i made in a previous post about the same subject :
    Vincent Rogier wrote:
    SQLT_INT or SQLT_UIN are limited to 32bits integers.
    To use 64bits integers, the C type is long long and unsigned long long.
    Using binary_double is not working because with really big values, there is loss of data.
    The only way i found in order to manipualte 64bits integer properly is using OCINumber.
    By example in order to define an output placeholder to get data from an number(20) column, you have to :
    * define using SQLT_VNU with size = sizeof(OCINumber)
    * fetch
    * then the buffer is an OCINumber
    * use OCINumberToInt() with the sizeof(long long) for rsl_lenght parameter
    * then you've got a correct value
    You can use as well OCINumberSign() before calling OCINumberToInt() to find out if the value is signed or not, then you pass an unsigned long long or signed long long to OCINumberToInt()

  • I'm trying to use Mountain Lion Server so my family can have separate logins via Screen Share to their iTunes.

    Using Mountain Lion Server so my family can have separate logins and connect via Screen Share.
    Works great, each has their own home directory and permissions are perfect.
    Now setting up iTunes for each with their own Library (not shared), thus keeping multiple Libraries.
    I get this;
    This Computer is already associated with an Apple ID.
    If you download past purchases with your Apple ID, you
    cannot auto-download past purchases with a different
    Apple ID for 90 days.
    What!
    So what it is on the same computer, they are completely separate Libraries never to be mixed.
    If this works, I only need to keep one computer up and running, instead of three.
    Each can do their syncing/backup and connect to the various Airplay/AppleTVs I have around the house.
    How do I fix this.
    Thanks

    Bottom line is you can't - easily.
    You need to make sure that you log out of the server each time otherwise the ID is running. To explain, if you had a laptop with different people using it, your solution works fine. Each time someone logs in, the iTunes ID is different so it works as you can only have one person using the laptop at any one time.
    Now, turning your problem inside-out, you want people to be able to log into iTunes concurrently to use their own version of the program with their own library. This does not seem to work and you get the conflicted ID error message. Even though iTunes is running under their own login ident, I have never been able to get this working reliably and was told that iTunes is NOT a network-aware application as it is designed to be single user.
    The way I got around this was to login as XYZ and to make sure that the ID was changed in iTunes accordingly. However, it did not always work so I gave up with the whole thing.

  • 10.6 Server - ISP-in-box - Can it be done?

    I have long home-hosted a vanity domain, complete with IMAP/SMTP, web, NAT firewall, DHCP, self-hosted DNS server and the like, using the standard unix tools build into regular 10.4 machine (a 500 MHz G4 that gave 10 years of 24/7 service). Decided to graduate to a MacMini with 10.6 Server. It's not particularly easy to configure, though my ambitions may be pushing the limits.
    In essence, I would like to set up a one-machine ISP/hosting service, with DNS server, standard web & email plus user-resolution file transfer/storage/permissions, and the 10.6 Apple-related bells and whistles, like home page syncing, iCal, Address Book, for the users of an arbitrary number of domains (but let's say 3). It's still mainly for me, so bandwidth and reliability are not a significant consideration - for years, I got by without configuring a secondary DNS server. And yes, I know it's cheaper and easier just to lease domains from real ISPs. I gotta server admin jones ... so kill me.
    Though I can work the individual features and services (mostly) - create users, configure DNS, etc. - I'm missing some of the big picture concepts.
    Is there a direct mapping between a "server" and a domain name (assuming the DNS faces out and is set up right)? Server Admin will let you create a "server", as long as the DNS resolves to a live machine (which can be itself, though it gets confused unless the domains resolve to different IP numbers, even though they are multi-homed through a single ethernet connection).
    If so, can I control and configure the various services for each server/domain, independent of the others? If not, what can adding a "server" do, that a DNS entry cannot? What is the difference between a) creating a "server" having web and mail services and b) configuring virtual hosting for web and email? I realize that they'd all sharing the same kernel/applications/(maybe) libraries off the boot volume; what I want is a separate user space for each domain and associated home pages/mail/web/etc. files. Can OD handle the same user name for multiple, independent domains, resolving to their respective domain shares in the same box (in this case, partitioned on different volumes)?
    I've spent a lot of time with 3 thick books, plus all the on-line docs, deciphering as much as I can. The virtual hosting info is scant. I'm not looking for a blow-by-blow (just yet), but it would be helpful to get a sense of whether this can be done at all, and if so, perhaps a sketch of the strategy - e.g., how much, and where if at all, do I need to go off the SLS GUI reservation and into the CLI?
    Is this a bridge too far? Thanks to any server wizards who can shed some encouraging light.

    You are limited to a single Open Directory - so in terms of authentication, you cannot have the same user names on the server more then once. That also means your directory administrator has access to all the users accounts - so you cannot separate account management. The Apple Admin Application does a good job for majority of the virtualisation you are seeking, e.g. mail, domain, web. What you cannot do using the Admin application, you can do by directly configuring the services themselves (but you may end up breaking the Admin). As you know, the majority of the products that apple use are open source and the web is full of information on how to configure them. You will find that whilst the Admin application is good to get you going and is does the job it is intended for, but after time, you will want to move away from it and use the more complex areas of the servers capabilities.
    Other than posting questions here, good places for to get more 'internal' configuration information/help on the server are [TopicDesk|http://osx.topicdesk.com> and [afp548|www.afp548.com]

  • I install LION on my mac pro 2008 and it's alway's pop with " there was a problem connecting to the server " Time Capsule" .How can i remove this popup. My Time machine is working fine and also rename it. But the popup keeps on coming with the old name.

    I installed LION on my mac pro 2008 and it's alway's pop with " there was a problem connecting to the server " Time Capsule" .How can i remove this popup. My Time machine is working fine and also rename it with less than 7 karakters. But the popup keeps on coming with the old name.

    I have a BT Infinity router plugged into the Time Capsule, not sure where the radio settings are?
    They are able to use the network settings of the TC i.e. they can connect to the internet via the wifi through the TC but when they try and connect to the AirPort Disk this is where it is not allowing a connection.
    I don;t have the drive shared out at all at the moment, is this necessary?  How do I do this if so?
    I have attached the screen shots of all the settings.
    Thanks again for your help.

  • HT5372 i am using windows 8 and i cant sign in icloud because i have a server error popping up can anyone help?

    i am using windows 8 and i cant sign in icloud because i have a server error popping up can anyone help?

    In the course of your troubleshooting to date, have you worked through the following document?
    Apple software on Windows: May see performance issues and blank iTunes Store

  • SQL 2012 R2 - SSRS with the Report Server Web Service URL, can't access

    Hello:
    I am installing Dynamics CRM 2013.  When I am on RS Configuration manager; I am running into the SSRS (SQL 2012 on Server 2012)SQL issue, can't access the
    http://servername/:80/ReportsServer or
    http://servername/:Reports web pages
    The database server has SSRS native mode installed, it is using a domain account for the service credentials.  This account also has permission to log on a service in the GPO
    Account is a domain admin and is a local administrator
    SQL server is 2012 R2 on Windows Server 2012.  User base is less than 60 people and they have SharePoint 13 on the same SQL server.  Server more than enough resources.
    Any assistance would be appreciated.
    Thanks..Dan

    Hi DCas1,
    According to your description, you could not access
    http://servername/:80/ReportsServer or http://servername/:Reports web pages from Reporting Services configuration manager, SSRS in configured in native mode and the account you used is a local administrator.
    In Reporting Services, URLs are used to access the Report Server Web service and Report Manager. Before we can use either application, we need to configure at least one URL each for the Web service and Report Manager. If we are using the Reporting Services
    Configuration tool to create or modify the URLs, we can accept the default values for a URL or specify custom values. When we create a report server URL, we must specify the following parts: Host name, port and Virtual directory. In order to improve the efficiency
    of troubleshooting, I need to ask several questions:
    Since the default URL is http://<computername>/reportserver, did you type the URLs manually? or the URLs configured in Reporting Services configuration manager are
    http://servername/:80/ReportServer and
    http://servername/:Reports?
    Could you provide detailed information of error log(default location: %programfiles%\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles)?
    For more information about Configuring a URL, please refer to the following documents:
    http://msdn.microsoft.com/en-us/library/ms159261(v=sql.110).aspx
    http://msdn.microsoft.com/en-us/library/bb630447(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • SQL Server reporting server 2005 having error. 'The report server is not responding. Verify that report server is running and can be accessed from this computer'

    Hi team,
    I got below error message in SQL Server 2005 reporting service.
    ''The report server is not responding. Verify that report server is running and can be accessed from this computer'
    also in reports, i am getting below error:
    "The encrypted value for the "LogonCred" configuration setting cannot be decrypted. (rsFailedToDecryptConfigInformation)
    Get Online Help
    The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError)
    Get Online Help "
    Please find below log:
    <Header>
      <Product>Microsoft SQL Server Reporting Services Version 9.00.4060.00</Product>
      <Locale>en-US</Locale>
      <TimeZone>Eastern Daylight Time</TimeZone>
      <Path>F:\Program Files\Microsoft SQL Server\MSSQL.6\Reporting Services\LogFiles\ReportServer__07_28_2014_09_08_41.log</Path>
      <SystemName>MFLDDDBS04</SystemName>
      <OSName>Microsoft Windows NT 5.2.3790 Service Pack 2</OSName>
      <OSVersion>5.2.3790.131072</OSVersion>
    </Header>
    w3wp!webserver!1!7/28/2014-09:08:41:: i INFO: Reporting Web Server started
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing ConnectionType to '1'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MemoryLimit to '60' percent as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MaximumMemoryLimit to '80' percent as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:41:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing ProcessRecycleOptions to '0'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing DailyCleanupMinuteOfDay to default value of '120' minutes since midnight because it was not specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException'  as specified in Configuration
    file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Data.SqlClient.SqlException,System.Threading.ThreadAbortException'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
    w3wp!library!1!7/28/2014-09:08:42:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    w3wp!resourceutilities!1!7/28/2014-09:08:42:: i INFO: Reporting Services starting SKU: Enterprise
    w3wp!resourceutilities!1!7/28/2014-09:08:42:: i INFO: Evaluation copy: 0 days left
    w3wp!library!1!7/28/2014-09:08:42:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information., CryptUnprotectData:
    Win32 error:13;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information.
    w3wp!library!1!7/28/2014-09:08:42:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: The encrypted value for the "LogonCred" configuration setting cannot be decrypted., ;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: The encrypted value for the "LogonCred" configuration setting cannot be decrypted. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. See the report server log files for more information.
       at Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.UnprotectData(Byte[] data, Int32 dwFlags, Boolean transitoryData)
       at Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(String data, Boolean transitoryData)
       at Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element)
       --- End of inner exception stack trace ---

    Hi Vivek,
    In Reporting Services, values for LogonUser, LogonDomain, and LogonCred are created when the report server connection is configured to use a domain account. As to the error that “The encrypted value for the "LogonCred" configuration setting cannot be decrypted”,
    we can know that it relates to the domain account for report server connection.
    To fix this issue, we can refer to the following steps:
    Log in to SQL Server Database Engine in SQL Server Management Studio.
    Under Security folder, give sufficient permissions for your domain account.
    Open your Reporting Services Configuration (go to Start -> All Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> Reporting Services Configuration)
    Navigate to the Database Setup tab, select ‘Service Credentials’ as the Credentials Type, then type your domain account and password in there. Press Apply.
    Restart the Report Server services.
    Reference:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2d05b404-83aa-4fb2-bba6-52b587e890ec/sql-2005-rs-configuration-tool-encryption-key-error
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • HT4061 i bought an iphone 3g for cheep and when i turn it on it tells me your iphone could not be activated because the activation server is unavailable what can i do to just have it working legit ??  , please anyone that could help me out

    i bought an iphone 3g but not in a shop and when i turn it on it tells me your iphone could not be activated because the activation server is unavailable what can i do to just have it working legit ??  , please anyone that could help me out

    Generally, that means the phone has been jailbroken (hacked). You can try restoring it as new using iTunes. Beyond that, there's really nothing we can advise as jailbroken phones can't be supported on these forums.
    See also Lawrence's post in this thread:
    https://discussions.apple.com/thread/5186252?tstart=0
    Best of luck.

  • How can we handle in flex application if the server is down?

    how can we handle in flex application if the server is down?

    You and me both. 
    As ambiguous as the original question was, I think he was just asking how to handle a server exception and I would suggest generally just using a Alert.show("your specific message (eg.  The server is currently unavailable)") in the place where you handle the fault return from your service or http call.  I'm sure there are more complicated messaging frameworks or approaches, but that seems to be enough for my apps.

  • MS SQL Server system stored procedures can't be migrated into Oracle 11g

    During database migration from MS SQL Server 2008 to Oracle 11g R2, if the application stored procedure invokes the MS SQL Server system stored procedures (for example: sp_getapplock, sp_releaseapplock ....), these SQL server system stored procedures can't be transferred. See following migrated Oracle application stored procedure for example:
    create or replace
    PROCEDURE spPwSysID_GetNextID
    v_ID OUT NUMBER,
    iv_SysType IN NVARCHAR2 DEFAULT NULL ,
    iv_Cnt IN NUMBER DEFAULT NULL
    AS
    v_SysType NVARCHAR2(50) := iv_SysType;
    v_Cnt NUMBER(10,0) := iv_Cnt;
    v_result NUMBER(10,0);
    BEGIN
    --SQL Server BEGIN TRANSACTION;
    utils.incrementTrancount;
    v_Systype := UPPER(v_Systype) ;
    IF v_Cnt < 1 THEN
    v_Cnt := 1 ;
    END IF;
    v_result :=sp_getapplock(v_Resource => v_Systype,
    v_LockMode => 'Exclusive') ;
    IF v_result >= 0 THEN
    BEGIN
    SELECT ID
    INTO v_ID
    FROM PWSYSID
    WHERE SysType = v_SysType;
    IF SQL%ROWCOUNT = 1 THEN
    UPDATE PwSysID
    SET ID = ID + v_cnt
    WHERE SysType = v_SysType;
    ELSE
    BEGIN
    INSERT INTO PwSysID
    ( ID, SysType )
    VALUES ( v_cnt + 1, v_SysType );
    v_ID := 1 ;
    END;
    END IF;
    v_result :=sp_releaseapplock(v_Resource => v_Systype) ;
    END;
    ELSE
    BEGIN
    raise_application_error( -20002, 'Lock failed to acquire to generate Cityworks Id.' );
    END;
    END IF;
    utils.commit_transaction;
    END;

    During database migration from MS SQL Server 2008 to Oracle 11g R2, if the application stored procedure invokes the MS SQL Server system stored procedures (for example: sp_getapplock, sp_releaseapplock ....), these SQL server system stored procedures can't be transferred. See following migrated Oracle application stored procedure for example:
    create or replace
    PROCEDURE spPwSysID_GetNextID
    v_ID OUT NUMBER,
    iv_SysType IN NVARCHAR2 DEFAULT NULL ,
    iv_Cnt IN NUMBER DEFAULT NULL
    AS
    v_SysType NVARCHAR2(50) := iv_SysType;
    v_Cnt NUMBER(10,0) := iv_Cnt;
    v_result NUMBER(10,0);
    BEGIN
    --SQL Server BEGIN TRANSACTION;
    utils.incrementTrancount;
    v_Systype := UPPER(v_Systype) ;
    IF v_Cnt < 1 THEN
    v_Cnt := 1 ;
    END IF;
    v_result :=sp_getapplock(v_Resource => v_Systype,
    v_LockMode => 'Exclusive') ;
    IF v_result >= 0 THEN
    BEGIN
    SELECT ID
    INTO v_ID
    FROM PWSYSID
    WHERE SysType = v_SysType;
    IF SQL%ROWCOUNT = 1 THEN
    UPDATE PwSysID
    SET ID = ID + v_cnt
    WHERE SysType = v_SysType;
    ELSE
    BEGIN
    INSERT INTO PwSysID
    ( ID, SysType )
    VALUES ( v_cnt + 1, v_SysType );
    v_ID := 1 ;
    END;
    END IF;
    v_result :=sp_releaseapplock(v_Resource => v_Systype) ;
    END;
    ELSE
    BEGIN
    raise_application_error( -20002, 'Lock failed to acquire to generate Cityworks Id.' );
    END;
    END IF;
    utils.commit_transaction;
    END;

  • Solaris 10 for X86 Install issue: "Server for display :0 can't be started"

    After fixing my "can't set locale" problem I am moving onto the "Server for display :0 can't be started" issue.
    Checking /etc/dtc/Xerrors yields:
    1) error (PID 380) : Server unexpectedly died
    2) error (PID 380) : Server for display :0 can't be started
    I\ve tried running kdconfig and setting XSun not XOrg. I am using a 2 channel KVM with a 3 button mouse (the only PS2 mouse I have lying around...) but the config seems to pick it up without any problems.
    Feel free to reply direct to me g.h.lawrence<at>gmail.com if you wish. Thanks in advance for any and all replies.
    Greg
    Message was edited by:
    MaristFlanker
    Also, I notice this message when I try to boot up:
    svccfg (/tmp/kdm_svccfg_cmds, ;ine 1): Pattern 'application/x11/x11-server' doesn't match any instances or services.
    Any help/suggestions appreciated and thanks again!

    Hello Greg,
    unfortunately you're posting in the wrong forum.
    These forums are for Sun Hardware, you have a configuration problem with a piece of software - the x-server. Please post in one of these forums
    Solaris on x86
    http://forum.sun.com/jive/forum.jspa?forumID=291
    Installation
    http://forum.sun.com/jive/forum.jspa?forumID=292
    General Solaris 10 Discussion
    http://forum.sun.com/jive/forum.jspa?forumID=298
    Michael

  • Cannot use file for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Serve

    Hi
    Windows serv 2012 cluster on sql 2012 cluster with 2 instance. on works fine , Second instanc ewhen i try to creat DB a get this message. 
    Cannot use file  for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql
    Server does not have a dependency on it.
    CREATE DATABASE failed. Some file names listed could not be created. Check related errors. (Microsoft SQL Server, Error: 5184)
    Any help please
    kam
    KAMEL

    Hi Saurabh
    Exactly I have SQL SERVER 2012
    Failover Clustering   in windows server 2012 with two nodes with
    two instances and exactly I run them in the same server and each instance with
    three drives Backup, Data and log.   
    KAMEL

  • Can't access weblogic server from internet but can from intranet

    Hopefully this isn't the wrong place to post but I've searched through many many
    newsgroups to figure out where to post this but can't find a specific enough one.
    I've recently run into a problem with my weblogic server in that it can not be
    accessed from the internet now. This was all working several weeks ago, when
    I had the wl server listening for SSL communications on port 7002. I could access
    the server from both within our corporate intranet (kind of) as well as access
    it from the internet. I say kind of for the intranet in that when I chose to
    setup SSL on the the wl server, I couldn't get port 7002 to communicate through
    our proxy server. After a little research I determined that it would be best
    to communicate on the default SSL port of 443. After switching to 443, I didn't
    need to bypass the proxy any longer, when accessing from within intranet, but
    now couldn't access the server from the internet. The wl server is behind a firewall,
    but I had the network administrators open up port 443 on the firewall. They ran
    a network sniffer and determined that the wl server is sending a TCP FIN packet
    immediately following the last ACK packet in a TCP session establishment. I don't
    really understand what that all means, but it seems really strange that everything
    works great when inside the intranet and I don't get any TCP FIN packets sent
    from the server, but when you try to communcate through the firewall you do.
    Does anyone have any insight into this issue? something else I could look at.
    The network administrators are basically saying it's the webserver that needs
    configuration (even though it worked great in the past when listening on port
    7002 instead of 443). PLEASE HELP!!!

    Got it.  This thread helped!
    Thanks!
    https://discussions.apple.com/thread/3193444?tstart=60

Maybe you are looking for

  • Audio over standard DVI HDMI?

    What are the audio capabilities with the 1st 4 generations of MacBook Pros with standard full size DVI outputs when using a DVI to HDMI adapter? I know that the mini display and thunderbolt ports support full quality 7.1 audio at 24bit 96KHz over HDM

  • IMovie '13 "dumbed down" compared to iMovie '11

    It appears that Apple has decided to make the Mac versions of iLife and iWorks apps identical to the IOS versions on the iPad. This required a "dumbing down" of the Mac versions which they did in the newly released versions. I see this in iMovie '13

  • Create TOC from bookmarks without underlines in bookmark names?

    Here's the situation. I have added bookmarks to my topic files for the headings that I want to appear in the table of contents. I do an auto create of the TOC and the bookmarks appear in the table of contents. However, they have underlines in the tex

  • CS4 - Color Sampler readout with Adjustment Layer selected?

    I'm not sure if this is a setting, or a bug, or the way adobe intended it, but perhaps some of you may know. In Photoshop CS4, I have a few color samplers around the stage. I notice that the color readouts require that I make some adjustments using a

  • AE CS6 Track Mattes and Continuous Rasterising not working

    Hello, I'm having an issue with After Effects CS6. I'm using some Illustrator files in a comp. Within this comp I have used Track Mattes to mask off certain objects. When I put the comp into my master comp and turn on Continuous Rasterisation the tra