Mac Webserver or VM ware linux server

hi, i'm not sure this is the right place to ask this, but i
figured someone out there would be doing what i'm trying to do.
I'm going to be on an international flight for close to 14
hours. which will be a great time for me to work on a website i've
been meaning to work on. I'm running a mac, OS X 10.5, and
dreamweaver.
would it be better to run a virtual machine webserver to test
my site, or just run apache on my mac. i'll need need mysql too..
any suggestions. i'm reasonably computer savy, i've set up a web
servers, i just dont know what the best approach is.
any suggestions would be appreciated.

If you need something simple and you are on an intel mac, you
could download the mysql installer package from mysql.com and the
php package from entropy.ch and you will be good to go.
If you are on a PowerPC Mac you will need to download MAMP (
http://www.mamp.info/en/index.php
) because there is no Leopard PowerPC mySQL package.
Using Fusion or Parallels to run a server is an option, but
that would virtualize the server which is not what you want to be
doing. If anything the virtual machine would be of better use set
up with Windows to test IE.

Similar Messages

  • Linux server, 1 Leopard Mac, 2 Tiger mac and a Windows machine: Should I?

    I am a photographer, my wife an audio producer. I am a Mac person - she has a Windows machine. We work at home and want to install an ethernet network and use a Linux server to serve up and share files accross the network.
    We are both very proficient at running our respective operating systems on our own machines but have no experience working with or administering a server or a network. I am going to pay someone to help me wire up the house with gigabit Ethernet cabling and install the server and Linux server software.
    I am a photographer and want to spend my time doing the things photographers do - eg not fiddling around getting a server to work and our computers to connect. I want a system that is just going to work once it is installed. I don't want to have to pay someone to come and help me when something goes wrong.
    How do I know if I am getting in over my head here?

    If neither of you are well versed in Linux, then why would you want to install a Linux server? That makes no sense to me. Why wouldn't you just install a Mac or Windows server?
    *"How do I know if I am getting in over my head here?"*
    There's no way anyone here can answer that question. While you say you're both proficient in your respective operating systems, we still have no way of knowing how proficient you are because we are not you. Only you can make that assessment and decision.

  • Trouble sharing mac internet to linux server over ethernet

    Hi. I turned on internet sharing over ethernet to my linux server which is a dell poweredge. I went into network and at first it had a self assigned IP. Then I manually changed it to the correct subnet and the same IP address as my mac. Since I know the gateway is 192.168.1.1 and my mac is 192.168.1.5 ! I realize that the IP address is taken but I didnt know since they share the internet connection and I didnt know wether to assign a completely new IP address or keep the same one as the mac. Thanks

    IP address of my mac connection to the base station is 10.0.1.5, 255.255.255.0 subnet, router (Default gateway) address is 10.0.1.1
    IP address of my iMac's ethernet going to the switch is 10.0.1.10, 255.255.255.0 Subnet. "Router: 10.0.1.1"
    There's your problem.
    You have the SAME subnet for both interfaces on the iMac. This is not valid, and will prevent internet sharing from working
    Each interface has to be in a different subnet. If your wireless link is using 10.0.1.x/255.255.255.0 then your wired interface has to use something different. Choose either something else in the 10.x.x.x range (e.g. 10.1.1.x/255.255.255.0), or something completely different (e.g. 192.168.1.x/255.255.255.0).
    Your PC will need to have an IP address in the same subnet as the iMac's wired interface and its gateway address should be the address set for the iMac's wired interface.

  • GUI to simplify my Mac speaking to a Linux server

    Hi everyone,
    I've managed to communicate successfully with Amazon Elastic Cloud Linux servers
    through the secure shell.
    My aim is to use the servers as a render farm. I don't just need to move files
    between my Mac and the Linux server but I also need to install appliactions and
    manage the servers as part of my network.
    Is there any graphic interface remote-desktop style client that you recommend?
    Would make life much easier as I'm not terribly skilled with the command line.
    Best Wishes
    El

    I have no idea if this would work with the cloud server, but No Machine has a free client/server system that would provide you with a remote desktop environment in a local window over ssh.  You'll need to install the NX client on the server via CLI, and the client on your local machine.  http://www.nomachine.com/download.php
    Many file browsers, particularly linux file browsers, can be set up to communicate over ssh as well.  This enables drag and drop file transfers.  For example, here is a guide for using Nautilus over ssh:  http://linuxers.org/article/how-connect-over-ssh-using-nautilusfile-manager

  • I can't get Flashbuilder 4.6 to connect to remote Linux server on port 80

    I'm using Flashbuilder 4.6 on a Mac (Snow Leopard). I have a new CentOS 6.2 Linux server with Apache webserver 2.2.21 on it, then installed GlassFish 3.1.1 application server on it, then installed mod_jk to connect Apache and Glassfish. Everything is installed on the same server. I verified that I can deploy an example war file (web application) in Glassfish and access it fine using either,
        mydomain.com:8080/mywebapp  (uses port 8080, which is direct connection to GlassFish)
        mydomain.com/mywebapp   (uses port 80, which enters Apache and passes through mod_jk to get to Glassfish)
    This works well (no errors in any logs files).
    Then I download BlazeDS from Adobe website, create a hello world application with it and deploy it in GlassFish. I next try to setup a new Flex Project in Flashbuilder 4.5. Using the wizard, I come to the section (under Server location) where I need to input a Root Folder and Root URL. Everything works fine when using a Root URL of http://mydomain.com:8080/mywebapp, meaning, I can click on the Validate Configuration button and Flashbuilder connects to the server.
    But if I enter in the Root URL input field http://mydomain.com/mywebapp, then Flashbuilder cannot connect to the server. I need to eventually close port 8080, so I need this solution, which uses port 80, to work.
    I made sure that the httpd.conf file VirtualHost section does include a `JkMount /mywebapp worker1` statement, and I can even look at the mod_jk.log file and see that Apache correctly opens a socket for mod_jk to communicate via AJP between Apache and GlassFish (with no errors or warnings) when the address `mydomain.com/mywebapp` appears on port 80. The GlassFish server.log file also shows no problems.
    I'm stumped what to do next. Does anyone have experience connecting GlassFish, mod_jk, Apache, and Blazeds (or LCDS, should be similar)? If so, do you see any differences in my setup compared to yours? I'm only trying to use RemoteObject (not messaging, or streaming, etc.) with Java POJOs.

    Hi!
    Thanks for the reply. No, my ISP isn't providing me with three IP addresses, just one static address. And the VDSL modem...not a router, but beyond that, don't know much about it. Do have a switching hub, however, a gigabit thing that so far is working great.
    Managed, somehow, to get everything working, however. Really don't know what I did. But I can now take the MBP off the wire and connect to the other Macs without turning on Airpot on those machines. Next step now is to take the MBP to another location and try to establish a connection to the home network via Desktop Transporter or Vine. That's the Holy Grail that will allow me to sever the cords that keep me from straying too far from home during working hours. Love to sit at that coffee shop across the park and do my work from there!

  • Mac OS X and Debian Linux LAN research.

    Mac OS X and Debian Linux LAN research.
    I am currently doing the Google shuffle and am posting this to try to make sure I don't miss something important.
    I recently expunged Windoze from the PC on my LAN and installed Debian Etch (testing, kernal 2.6.12-1-686, Gnome desktop) GNU Linux (I feel so much cleaner now My eventual goal is to do ObjC/Cocoa type cross-platform software development using GNUstep.
    Preparation though involves getting the now isolated Linux box back on my LAN. Two considerations are file sharing (of course) and capturing system images of the Linux system in my Mac restoration strategy. On the Linux box one of my backup techniques is Mondo for bootable DVD system images, and the other is g4l (ghost for linux) with which I can clone to a local HD and/or image the Linux system to another system via ftp (vsftp suggested by g4l).
    There are two internal 80GB HDs on the Linux box, and two internal 250GB HDs plus several external 250GB HDs (used for alternating clones) on my PMac G5.
    I'm thinking NFS or ? and strictly avoiding Samba/NetWare/anything windoze related.
    Any pointers and opinions would be greatly appreciated
    Thank You,
    Lee C
    "The early bird may get the worm but the second mouse gets the cheese." -- Willie Nelson
    See the article Backup::Restore.
    Dual 2.5 Power Mac G5   Mac OS X (10.4.3)  

    Gary -- unfortunately, I am back, with memories fading as fast as my suntan.
    Some remarks on NFS
    OS X, like other unix operating systems, can function as both an NFS server and NFS client. Canonical unix systems permit the system administrator to configure this by editing two ascii text files. The file /etc/fstab controls what remote disks (i.e., those served by another machine) will be mounted, and the file /etc/exports controls what files will be served via NFS to other computers, and can restrict access according to the system administrators needs. All of this is true of OS X as well, except that the information from these ascii text files must somehow be transfered into the netinfo database, a peculiarly OS X construct. Fortunately, this can be accomplished without too much pain.
    Mounting remote filesystems with NFS
    To mount a filesystem from a remote NFS server, you need to do the following:
    1. Create a mountpoint of your choosing. You can do this anywhere, but I find making a directory a the root level to be the most convenient. For example, lets say we want to mount two filesystems that are being exported from another computer called Simpson with the domain name simpson.springfield.org. Well assume it has the OS X filesystem structure, but any unix filesystem will behave analogously. The first filesystem we will want to mount will be the remote /Users directory, and the second will be /Volumes/Homer, as the computer simpson.springfield.org has a second hard-drive creatively named Homer. Hence we will create two mountpoint directories as follows: sudo mkdir -p /nfs_mountpoint/Simpson /nfs_mountpoint/Homer
    2. Next we need to create the file /etc/fstab with the following two lines in it: simpson.springfield.org:/Users /nfs_mountpoint/Simpson nfs -P, -b 0 0 simpson.springfield.org:/Volumes/Homer /nfs_mountpoint/Homer nfs -P, -b 0 0 The first field is the domain name (it is safest to give the whole thing), and the second, separated by a colon, is the filesystem that has been exported. The third field is the corresponding mount point you just made, the fourth tells the system that this is an nfs device that is being mounted, and the remaining arguments control access and mounting protocols. man fstab for details. The disk is read/write accessible by default, but the users numerical uid (eg: 503) must be the same on both the host an client machine. (Be aware that if joe on the server has uid 503 and sarah on the client has uid 503, sarah will have read-write access to joes files!)5
    3. Now read the information into the netinfo database. It is a good idea not to screw this up.
    sudo niload -m -v fstab . < /etc/fstab
    4. You can now mount the remote filesystems with the commands
    sudo mount /nfs_mountpoint/Simpson
    sudo mount /nfs_mountpoint/Homer
    or to mount all at once, issue
    sudo mount -a
    Next time you reboot, the automounter and the NFS Startup Item will handle the mounting for you. I'll mention a couple of tweaks you might want to make in a moment, but first lets look at how to export a filesystem.
    Exporting your filesystems with NFS
    The previous section assumed your computer was a client machine. Now let's assume it is a server. Any machine can be both, so well export our filesystem /Users to the machine called Simpson for this example.
    To export a filesystem, you need to do the following:
    1. Get a static IP address for each of your NFS server machines, and a corresponding qualified domain name such as simpson.springfield.org that won't change.
    2. Create a file called /etc/exports and put the following line into it:
    /Users -maproot=nobody simpson.springfield.org
    3. Reboot, or run the following commands as root or with sudo:
    rm -f /var/db/mountdtab
    mountd nfsd -t -u -n 6
    This is more or less equivalent to issuing exportfs -a on other unix systems.
    You've been served, as they say on British TV and in the grand jury subpoena business.
    NFS Manager automates NFS exports and mounts
    Another way of handling this, as Gary Mentioned, is to get ahold of NFS Manager, donation-ware that provides a convenient interface for setting up both NFS mounts and NFS exports. If you can live with automounter, which is on by default, this will get you going without complications within minutes. The documentation is superbly written.

  • Error while running ./ua in linux server to upgrade obiee 11g

    HI,
    I ran upgrade assistant(middleware/OracleBi1/bin/$./ua) in linux server and got below error
    [2012-08-08T14:17:54.975-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000J^7TGkG7m3L5MRO5ye1G8epI000001,0] Java class path: /opt/oinstall/middleware/Oracle_BI1/bifoundation/jlib/biconfigmbeans.jar:/opt/oinstall/middleware/Oracle_BI1/bifoundation/jlib/biconfigmbeans-metaobjs.jar:/opt/oinstall/middleware/Oracle_BI1/bifoundation/admin/provisioning/adminservicesmbeans.jar:/opt/oinstall/middleware/Oracle_BI1/bifoundation/jlib/oracle-bi-public.jar:/opt/oinstall/middleware/Oracle_BI1/bifoundation/jlib/oracle-bi-shared.jar::/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-platform.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar:/opt/oinstall/middleware/Oracle_BI1/bifoundation/admin/provisioning/bisecurityprovision.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.bali.share_11.1.1/share.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.iau_11.1.1/fmw_audit.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.osdt_11.1.1/osdt_core.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.osdt_11.1.1/osdt_cert.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.ldap_11.1.1/ojmisc.jar:/opt/oinstall/middleware/modules/javax.management.j2ee_1.0.jar:/opt/oinstall/middleware/Oracle_BI1/upgrade/jlib/com.oracle.ws.http_client_1.1.0.0.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.help_5.0/help-share.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.help_5.0/ohj.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.help_5.0/oracle_ice.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jps_11.1.1/jps-wls.jar:/opt/oinstall/middleware/Oracle_BI1/ovd/jlib/vde.jar:/opt/oinstall/middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oinstall/middleware/wlserver_10.3/server/lib/consoleapp/APP-INF/lib/commons-codec-1.3.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.osdt_11.1.1/osdt_xmlsec.jar::/opt/oinstall/middleware/Oracle_BI1/jlib/netcfg.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/ua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/mrua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/netua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/modplsqlua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/portalua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/dipua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/webcacheua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/ohsua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/ovdua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/discoua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/formsua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/reportsua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/oifua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/odiua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/biua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/oamua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/oimua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/oaamua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/ucmua.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/bipua.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/modules/oracle.jps_11.1.1/jps-api.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/modules/oracle.idm_11.1.1/identitystore.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/ojdl.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/wlclient.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/ojmisc.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/dms.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/help-share.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/ohj.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/oracle_ice.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/xmlparserv2.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/share.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/fmwgenerictoken.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/wlinformix.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/wlsybase.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/wldb2.jar:/opt/oinstall/middleware/Oracle_BI1/odi_misc/wlsqlserver.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/ant-commons-net.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/bsf.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/bsh-2.0b2.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/commons-beanutils-1.7.0.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/commons-collections-3.2.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/commons-io-1.2.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/commons-lang-2.2.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/commons-logging-1.1.1.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/eclipselink.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/ess.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/javolution.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/odi-core.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/oracle.ucp_11.1.0.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/persistence.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/spring-beans.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/spring-context.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/spring-core.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/spring-dao.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/spring-jdbc.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/spring-jpa.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/trove.jar:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib:/opt/oinstall/middleware/Oracle_BI1/oracledi.sdk/lib/hsqldb.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/PortalPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/PcPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/BIPlatformPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/RtdPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/OaamPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/UcmPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/UrmPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/OimPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/OdiPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/OidPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/DiscovererPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/MrcVersionPlugin.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/postgresql-8.4-701.jdbc4.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jrf_11.1.1/fmwgenerictoken.jar:/opt/oinstall/middleware/oracle_common/modules/datadirect_4.1/wlsqlserver.jar:/opt/oinstall/middleware/oracle_common/modules/datadirect_4.1/wldb2.jar:/opt/oinstall/middleware/oracle_common/modules/datadirect_4.1/wlsybase.jar:/opt/oinstall/middleware/oracle_common/modules/datadirect_4.1/wlinformix.jar:/opt/oinstall/middleware/oracle_common/modules/mysql-connector-java-commercial-5.1.17/mysql-connector-java-commercial-5.1.17-bin.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.ucp_11.1.0.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.adf.model_11.1.1/jdev-cm.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.javacache_11.1.1/cache.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.xmlef_11.1.1/xmlef.jar:/opt/oinstall/middleware/Oracle_BI1/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/opt/oinstall/middleware/Oracle_BI1/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/oinstall/middleware/Oracle_BI1/soa/modules/oracle.soa.b2b_11.1.1/b2b.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/opt/oinstall/middleware/modules/javax.jms_1.1.1.jar:/opt/oinstall/middleware/modules/javax.jsp_1.1.0.0_2-1.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/jewt4.jar:/opt/oinstall/middleware/Oracle_BI1/oui/jlib/OraInstaller.jar:/opt/oinstall/middleware/Oracle_BI1/oui/jlib/srvm.jar:/opt/oinstall/middleware/Oracle_BI1/jlib/SchemaVersion.jar:/opt/oinstall/middleware/Oracle_BI1/webservices/lib/jaxrpc-api.jar:/opt/oinstall/middleware/Oracle_BI1/assistants/opca/jlib/opca.jar:/opt/oinstall/middleware/Oracle_BI1/portal/jlib/ptlshare.jar:/opt/oinstall/middleware/Oracle_BI1/portal/jlib/portaltools.jar:/opt/oinstall/middleware/Oracle_BI1/adfp/lib/wce.jar:/opt/oinstall/middleware/Oracle_BI1/ldap/odi/jlib/sync.jar:/opt/oinstall/middleware/Oracle_BI1/ldap/odi/jlib/madintegrator.jar:/opt/oinstall/middleware/Oracle_BI1/ohs/lib/ohs.jar:/opt/oinstall/middleware/Oracle_BI1/opmn/lib/iasprovision.jar:/opt/oinstall/middleware/Oracle_BI1/opmn/lib/optic.jar:/opt/oinstall/middleware/Oracle_BI1/opmn/lib/nonj2eembeans.jar:/opt/oinstall/middleware/Oracle_BI1/opmn/lib/wlfullclient.jar:/opt/oinstall/middleware/Oracle_BI1/opmn/lib/opmneditor.jar:/opt/oinstall/middleware/Oracle_BI1/lib/java/shared/args4j/2.0.9/args4j-2.0.9.jar:/opt/oinstall/middleware/Oracle_BI1/oam/server/lib/ojmisc.jar:/opt/oinstall/middleware/Oracle_BI1/ucm/idc/jlib/idcupgrade.jar:/opt/oinstall/middleware/Oracle_BI1/../oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/opt/oinstall/middleware/Oracle_BI1/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:NOSOA/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar:/opt/oinstall/middleware/Oracle_BI1/../oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/oinstall/middleware/Oracle_BI1/../oracle_common/modules/oracle.webservices_11.1.1/wsclient.jar:/opt/oinstall/middleware/Oracle_BI1/../oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/opt/oinstall/middleware/Oracle_BI1/../Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/bpm-infra.jar:/opt/oinstall/middleware/Oracle_BI1/../Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/oracle-soa-client-api.jar:/opt/oinstall/middleware/oracle_common/webservices/wsclient_extended.jar:/opt/oinstall/middleware/Oracle_BI1/clients/bipublisher/xdo-server.jar:/opt/oinstall/middleware/Oracle_BI1/clients/bipublisher/xdo-core.jar:/opt/oinstall/middleware/Oracle_BI1/clients/bipublisher/versioninfo.jar:/opt/oinstall/middleware/Oracle_BI1/clients/bipublisher/i18nAPI_v3.jar:/opt/oinstall/middleware/Oracle_BI1/common/SharedServices/11.1.2.0/lib/quartz.jar:/opt/oinstall/middleware/Oracle_BI1/clients/bipublisher/gson-1.3.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.adf.model_11.1.1/adfm.jar:NOSOA/soa/modules/oracle.rules_11.1.1/rulesdk2.jar:NOSOA/soa/modules/oracle.rules_11.1.1/rules.jar:NOSOA/soa/modules/oracle.soa.fabric_11.1.1/bpm-infra.jar:NOSOA/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar:/opt/oinstall/middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/opt/oinstall/middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/OIMServer.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/quartz-1.6.0.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/velocity-dep-1.4.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/velocity-tools-1.4.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/velocity-tools-generic-1.3.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/commons-logging.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/commons-dbcp-1.2.1.jar:/opt/oinstall/middleware/Oracle_BI1/server/ext/jakarta-commons/commons-pool-1.2.jar:/opt/oinstall/middleware/Oracle_BI1/server/ext/jakarta-commons/commons-collections-3.1.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlGenConnector.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-entitymgr.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-utils.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/spring.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.idm_11.1.1/identityutils.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/iam-ejb.jar:/opt/oinstall/middleware/Oracle_BI1/../oracle_common/modules/oracle.adf.share.ca_11.1.1:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-pluginframework.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlDataObjects.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-authz-service.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/admin.war/WEB-INF/lib/iam-features-identity.zip:/opt/oinstall/middleware/Oracle_BI1/server/features/iam-features-configservice.zip:/opt/oinstall/middleware/Oracle_BI1/server/features/iam-features-authzpolicydefn.zip:/opt/oinstall/middleware/Oracle_BI1/server/oes/oimpds.jar:/opt/oinstall/middleware/Oracle_BI1/../oracle_common/modules/oracle.nlsgdk_11.1.0/orai18n-service.jar:/opt/oinstall/middleware/Oracle_BI1/server/seed_data/lib/seedPolicyData.jar:/opt/oinstall/middleware/Oracle_BI1/server/seed_data/lib/seedRcuData.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-auth-client.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-auth-server.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-context.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-kernel.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlVO.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlAPI.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlAuditor.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlDataObjectBeans.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlmap.xml:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlCache.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlUtils.jar:/opt/oinstall/middleware/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/oscache.jar:/opt/oinstall/middleware/Oracle_BI1/server/ext/ucp.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.xmlef_11.1.1/xmlef.jar:/opt/oinstall/middleware/oracle_common/modules/oracle.javacache_11.1.1/cache.jar:/opt/oinstall/middleware/oracle_common/modules/com.bea.core.apache.commons.logging_1.1.0.jar:/opt/oinstall/middleware/oracle_common/modules/com.oracle.ocm_1.0.0.0.jar:/opt/oinstall/middleware/oracle_common/inventory/Scripts/ext/jlib/ojdbc6.jar:/opt/oinstall/middleware/oracle_common/jlib/share.jar:/opt/oinstall/middleware/modules/org.apache.ant_1.7.1/lib/ant.jar:/opt/oinstall/middleware/modules/org.apache.ant_1.7.1/lib/ant-launcher.jar
    [2012-08-08T14:17:54.975-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000J^7TGkG7m3L5MRO5ye1G8epI000001,0] Java library path: /opt/oinstall/middleware/Oracle_BI1/jdk/jre/lib/amd64/server:/opt/oinstall/middleware/Oracle_BI1/jdk/jre/lib/amd64:/opt/oinstall/middleware/Oracle_BI1/jdk/jre/../lib/amd64:/opt/oinstall/middleware/Oracle_BI1/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    [2012-08-08T14:17:55.361-04:00] [Framework] [ERROR] [UPGAST-00055] [upgrade.Framework] [tid: 10] [ecid: 0000J^7TGkG7m3L5MRO5ye1G8epI000001,0] error reading the Oracle Universal Installer inventory
    [2012-08-08T14:17:55.362-04:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 10] [ecid: 0000J^7TGkG7m3L5MRO5ye1G8epI000001,0] Cause: An error occurred while reading the Oracle Universal Installer inventory. Action: See the secondary error message for additional details.
    [2012-08-08T14:17:55.362-04:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 10] [ecid: 0000J^7TGkG7m3L5MRO5ye1G8epI000001,0] [[
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /etc/oraInst.loc is either not readable or does not exist
         at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1855)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:292)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:231)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:180)
         at oracle.ias.upgrade.OUIInventory.initAll(OUIInventory.java:86)
         at oracle.ias.upgrade.gui.UAWizard.init(UAWizard.java:456)
         at oracle.ias.upgrade.UpgradeDriver.gui(UpgradeDriver.java:276)
         at oracle.ias.upgrade.UpgradeDriver.main(UpgradeDriver.java:181)
    Anyone of you comeacross this issue before?
    thanks in advance.
    Thanks
    Jay.

    Jayaraju Vedala wrote:
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /etc/oraInst.loc is either not readable or does not existHi,
    Refer to this blog post, this should resolve your problem: ( http://rnm1978.wordpress.com/2011/10/05/obi-11g-upgast-00055-error-reading-the-oracle-universal-installer-inventory/ )
    Thanks,
    -Amith.

  • How to backup a Linux server over ssh using Leopard?

    I have a server running Linux, and my main machine is a Macbook running Leopard. I want to back up the entire root directory (including subdirectories) of the Linux server to an external HDD attached to Macbook.
    My initial thought was to mount the Linux server's root directory on Leopard using sshfs, and then use RSyncX to backup that mounted directory on external HDD attached to Leopard. Unfortunately sshfs mounted directories are not treated as "drives" by RsyncX (and a lot of other apps).
    Can someone help? Thanks!

    I am currently in the process of setting up a small form factor pc running a linux distro as my router/firewall and will be looking for a backup system on my network which is mostly mac based.
    I just googled 'timemachine for linux' and got a few good results.
    http://handsonhowto.com/2007/timemachine4linux/
    and also a tool call flyback
    You could also try setting up your backup drive as an NFS sharepoint.
    http://macresearch.org/nfs-exports-leopard
    I know my post does not answer your issue directly but flyback is the solution I am going to try.

  • Mail backup to linux server?

    Where does the mail program store its files? I want to set up a cron job or something which will copy all my mail to my Gentoo linux server just for safe keeping.
    Has anyone else tried this?
    Mac Mini   Mac OS X (10.4.3)  

    Hello jcataldo, welcome to the discussions.
    You find most of the files and accounts in:/Users/your_username/Library/Mail
    And mail application preferences file is at:/Users/your_username/Library/Preferences/com.apple.mail.plist
    Hope this helps.

  • "empty file" error with CS5, linux server and mavericks

    hello to the community,
    i'm the owner of a small online marketing agency.
    we have been using different macs here since 10.6. until mavericks with adobe CS 5 and a linux server for years.
    today i got a new MBP retina with mavericks and since now i have the following problem:
    - when i try to open a photoshop file on the server i get a "file is empty" error, when i open an illustrator file on the server illustrator crashes und when i open a pdf on the server with acrobat pro there comes a message that the file is corrupt. with acrobat reader i can open it.
    - i can open the exact files with all apps when they are on a local storage not an the server
    - i can open all files on the server with another mac with os x 10.6.
    so there must be a problem with the combination cs5-files, server and os 10.9. it's weird because with my old MBP i with also using mavericks and there was no problem.
    can anyone help me? it's really a problem!

    i found a workaround that seems to work!
    instead of connecting to the server with "smb" i connect with "cifs". so i force mavericks to connect using the old smb 1 instead of the buggy smb 2.

  • Long response times calling XE on a Linux Server

    I've installed XE on a Suse 9.2 Linux Server.
    In most cases I get a fast access to XE over APEX. But sometimes, I get a timeout when a I call a page on APEX.
    There is also a paralell running Apache webserver (port 80) on the server.
    XE port 8080.
    Does anybody know what's the reason for this?

    you may catch cpu consuming processes from operating system and if they are related to xe instance you can use this easily to identify what is going on behind;
    -- who is doing what
    SELECT sq.sql_text,
    se.status,
    se.username,
    se.osuser,
    se.terminal,
    se.machine,
    'ALTER SYSTEM KILL SESSION ''' || se.sid || ', ' || se.serial# ||
    ''' IMMEDIATE ;',
    se.sid,
    se.serial#,
    pr.spid,
    se.saddr,
    se.schemaname,
    se.program,
    se.logon_time,
    sq.hash_value,
    sq.address,
    sq.buffer_gets,
    sq.disk_reads,
    sq.executions,
    sq.fetches,
    sq.rows_processed,
    io.block_gets,
    io.consistent_gets,
    io.physical_reads,
    io.block_changes,
    io.consistent_changes,
    se.module,
    se.action,
    se.client_info,
    sw.event,
    sw.p1text,
    sw.p1,
    sw.p2text,
    sw.p2,
    pr.pga_used_mem,
    pr.pga_alloc_mem,
    pr.pga_freeable_mem,
    pr.pga_max_mem,
    'exec dbms_support.start_trace_in_session(' || se.sid || ', ' || se.serial# || ', ' ||
    'waits => TRUE' || ', ' || 'binds => TRUE);',
    'exec dbms_support.stop_trace_in_session(' || se.sid || ', ' || se.serial# || ');'
    FROM v$session se, v$sqlarea sq, v$process pr, v$session_wait sw, v$sess_io io
    WHERE status IN ('ACTIVE', 'KILLED', ' INACTIVE', ' CACHED', ' SNIPED')
    AND se.sql_hash_value = sq.hash_value(+)
    AND se.sql_address = sq.address(+)
    AND se.paddr = pr.addr
    AND se.sid = sw.sid
    AND se.sid = io.sid
    ORDER BY sq.sql_text, se.username, se.schemaname, se.osuser, se.program, se.sid
    You need to match the top cpu os processes' id with the "pr.spid" column, then you might look at the other columns of that row for details.
    Also the database runs a number of jobs - backups, etc. these may be the problems.
    Kind regards,
    Tonguç

  • Which NIC should I buy for Oracle Linux Server 6.4

    Hi,
    I am trying to install Oracle RAC 11g R2 onto my laptop PC - Lenovo T400s. I have installed Oracle Linux Server 6.4. The OOTB NIC was recognized by OS and eth0 is fine but I need one more NIC for RAC. RAC needs two NIC for public IP and private IP. Now I want to buy NIC for either USB or express card for the second NIC but I don't know which one to buy. Most of NICs that I find on the Internet is supported by Windows or Mac but I could not find any that says it is supported by Linux. Could someone tell me which one I should buy so  I can download driver from the company website and compile from source hopefully..
    Thanks,

    hello,
    you can build a rac on 2 laptos, sure
    are some requirments , like shared storage
    RAC will take, RAW device, block device, that can be SCSI, SAS, iSCSI, or lun by fiber channel, here in your setup, you wioll need to read about iscsi and use an storage
    other option is use NFS, this will be more easy to implement.. if you have a 3rd machine you can setup it as NFS and mount the NFS int he 2 laptos
    Good luck, is a doable task

  • Problem opening freehand files stored in linux server

    hi,
    i have mac and i work using a file server that has a linux.
    The problem is that when i saved a freehand file, after cloosing
    the program and reconect to the local server, i try to open the
    file but freehand ask me for the images the the document has. Is
    like freehand forget the links of the images or can't find it in a
    linux server where they are when i create the file.
    Anyone knows what can i do?
    thanks

    Yes, i know if we put the images in the same folder or i we
    embedded de images in the document the problem doesn't ocurre, but
    we used to work with the same image in lots of documents, like ads,
    catalogues, flyers,... and we can't put each image in each folder
    the disk quote will increase a lot. Moreover if we embedded the
    images the document file will be higger and it's not good to send
    it .
    Thanks

  • Dreamweaver on a Linux Server

    I am trying to find out... Will Dreamweaver work on a Linux
    server? We are in the process of buying new servers and need to
    find out...
    Thanks...

    No, it will not run in *nix. But the pages it creates will
    work on any
    flavor webserver, that supports the scripting method used.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "4starters" <[email protected]> wrote in
    message
    news:g0ko79$ngg$[email protected]..
    >I am trying to find out... Will Dreamweaver work on a
    Linux server? We
    >are in the process of buying new servers and need to find
    out...
    >
    > Thanks...

  • [Solved]Remote Desktop access to a Linux server?

    Hi
    I am connected to a Linux server through a VPN.
    Usually I just run command-line apps via SSH.
    Ther is one particular application that can only be started using a GUI applet on the server
    but the server has no display.
    Can I use my Mac's X server to see the graphical output and control that Linux Desktop?
    What softwre do I need?
    Regards
    El

    Found the answer on a previous thread
    El

Maybe you are looking for