APC UPS and Mac OS X - Getting other machines on network to shutdown safely

I am considering purchasing the APC UPS SMT2200I. Apparently it will only work with one Mac connected via USB and you can set the connected Mac to shutdown after a period of time on UPS power (via the Energy Panel http://tinyurl.com/38zmmu3). If I go with this solution I will connect to an iMac.
Is there an (elegant) way that I can get other computers on my network to safely shutdown when the iMac shuts down due to an alert from the UPS?

Hi,
Most APC Smart-UPSs will work with the Mac, you don't necessarily need to get such a big unit as the SMT2200I, it's probably overkill. You're probably better off going with something like a SMT1500 for your Mac. It's pretty much the biggest unit you can get without having to install a custom power line. You can set the shut down settings in the options to safely shut down your Mac if the power goes out.

Similar Messages

  • Can I connect my Mac (Mac OS X) with other machine (Windows OS) on same LAN using telnet in terminal? For example, telnet ip address of other machine

    Can I connect my Mac (Mac OS X) with other machine (Windows OS) on same LAN using telnet in terminal?
    For example, telnet <ip address of other machine>
    I m a networking student and I have learned to connect 2 machines on Red hat Linux OS on same Ethernet LAN which has same subnet mask. As Mac OS X is also a linux based OS I m trying to connect my Mac with my friends windows based machine using telnet <ip address of his machine>. However, I get a message "unable to connect to remote host".
    Can anyone please tell me is this the problem because of different OS or it is something different!
    Please reply...it will of great help..

    The machine you're trying to connect to needs a Telnet server running on it - telnetd listening on port 23 (usually).
    Incidentally, Mac OS X is not a Linux based OS, it is based on BSD Unix.

  • I am capturing audio(my voice)and want to transmit to other machine in LAN.

    I am capturing audio(my voice)and want to transmit to other machine in LAN...USING JMF...
    But few errors are coming like-----
    ----java.lang.Error: Error opening DSound for capture
    ----javax.media.NoDataSourceException: Error instantiating class: com.sun.media.protocol.dsound.DataSource : java.lang.Error: Error opening DSound for capture
    at javax.media.Manager.createDataSource(Manager.java:1017)
    at MediaTransmitter.main(MediaTransmitter.java:69)
    can some one tell me how should i transmit voice to other ip address????
    My transmitter.java is program is :---
    import javax.media.*;
    import javax.media.control.*;
    import javax.media.protocol.*;
    import javax.media.format.*;
    import java.io.IOException;
    import java.io.File;
    import java.util.Vector;
    public class MediaTransmitter {
    private MediaLocator mediaLocator = null;
    private DataSink dataSink = null;
    private Processor mediaProcessor = null;
    private static final Format[] FORMATS = new Format[] {
    new AudioFormat(AudioFormat.ULAW_RTP)};
    private static final ContentDescriptor CONTENT_DESCRIPTOR =
    new ContentDescriptor(ContentDescriptor.RAW_RTP);
    public MediaTransmitter(MediaLocator locator) {
    mediaLocator = locator;
    public void startTransmitting() throws IOException {
    mediaProcessor.start();
    dataSink.open();
    dataSink.start();
    public void stopTransmitting() throws IOException {
    dataSink.stop();
    dataSink.close();
    mediaProcessor.stop();
    mediaProcessor.close();
    public void setDataSource(DataSource ds) throws IOException,
    NoProcessorException, CannotRealizeException, NoDataSinkException {
    mediaProcessor = Manager.createRealizedProcessor(
    new ProcessorModel(ds, FORMATS, CONTENT_DESCRIPTOR));
    dataSink = Manager.createDataSink(mediaProcessor.getDataOutput(),
    mediaLocator);
    public static void main(String[] args) {
    try {
    MediaLocator locator = new MediaLocator("rtp://192.168.1.75:333/audio");
    MediaTransmitter transmitter = new MediaTransmitter(locator);
    System.out.println("-> Created media locator: '" +
    locator + "'");
    Vector devices=CaptureDeviceManager.getDeviceList ( null );
    CaptureDeviceInfo cdi= (CaptureDeviceInfo) devices.elementAt ( 0 );
    DataSource source = Manager.createDataSource(cdi.getLocator());
    transmitter.setDataSource(source);
    System.out.println("-> Set the data source on the transmitter");
    transmitter.startTransmitting();
    System.out.println("-> Transmitting...");
    System.out.println(" Press the Enter key to exit");
    System.in.read();
    System.out.println("-> Exiting");
    transmitter.stopTransmitting();
    } catch (Throwable t) {
    t.printStackTrace();
    System.exit(0);
    }

    OT
    Thanks for the suggestion . As soon as they hand me my laptop at the store  in 45 minutes time I shall try the disable and then re boot as you suggest.
    so far they sent me this; Disk  has no problem.They may have more to say to me re the flash drive and results of storage diagnostics and ASDs ( what is this? ) when I see them .
    The case repair is redundant to the problem I am having  but if they give me a new one worth $399 i will not complain,eh.
    Problem Description/Diagnosis
    Issue: MacBook Pro is running extremely slow. Specifically IPhoto
    Steps to Reproduce: Attempted to repair disk, no issues found.
    Cosmetic Condition: Scratches to enclosure and clamshell.
    Proposed Resolution: Tighten MagSafe board. Run storage diagnostics and ASDs if no trouble found with flash drive.
    Estimated Turn Around Time: We'll call you in 3 - 5 days
    Mac OS Version: 10.10.x
    Hard Drive Size: 251 GB
    Memory Size: 8 GB
    iLife Version: Unknown
    Employee 1178255246
    Repair Estimate
    Item Number
    Description
    Price
    Amount Due
    Customer KBB
    661-8154
    Housing, Top Case with Battery
    $ 399.00
    $ 0.00
    S1490LL/A
    Hardware Repair Labor
    $ 39.00
    $ 0.00
    Tax
    $ 0.00
    Total
    $ 438.00
    $ 0.00

  • APC UPS and true sine was output vs step approximated

    I have an APC UPS for my iMac and some external drives that has finally quit on me. I noticed that my iMac used to make a slight humming sound while running on battery power. The APC forums were telling the hum was because of the type power supply in the computer and its possible dislike for a step approximated sine wave. I was wondering if I need to upgrade to a UPS that produces a true sine wave output or is that hum just "a noise" and not damaging the system?

    Tom,
    That is not good news... for me.
    Just to be sure, do you not hear any buzzing when your BR1500LCD is in battery mode?
    I noticed that my adapter for the Airport Base Station also buzzes (low hum) when the BR1500LCD is in battery mode.

  • Capture login id of a user and based on that get other values

    I have worked on a module in which i developed some usecases
    Now its integrated with main module... where the user logs in through the main login page
    Now i need to capture that login id and use it in my usecases ... so that based on those login details i can get other values like user state, etc., which i can populate in the db through my vo whenever a transaction is done
    Can some one let me know how to proceed on this

    here are some handy codes that may help you.
    http://biemond.blogspot.com/2009/03/some-handy-code-for-backing-beans-adf.html

  • SSIS package works on one machine and gives conversion error on other machine

    Hi All,
    I have 150 + packages, I am fetching data from Oracle (11g) and loading in SQL Server. My problem is all the packages works fine on one machine whereas some of the packages give error "cannot convert between unicode and non-unicode string data types"
    on other machine. Please note I have implemented data conversion in all the relevant packages and I have used SSDT for the migration.
    My question is why the packages are working on one machine and not on another machine? How can I fix the issue without changing the packages (as it works on one machine) and where should I look for the problem?
    Thank you for your help!!

    One more observation, the machine on which all the packages are working reads char, varchar, nvarchar and nchar data type from source as DT_WSTR whereas on other machine it reads as DT_STR and DT_WSTR.
    Can you check the datatyype mapping definition file under
    <installationdrive>\Program Files\Microsoft SQL Server\110\DTS\MappingFiles
    and see if two systems have any difference in file contents for Oracle to SSIS mapping?
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Just downloaded the new IOS for my Iphone 3gs and now i cant get connected to the network. It only states "searching".  How do i fix this?

    I downloaded the new IOS last week and my phone can no longer find the network it only states "searching" How do I fix this for the 3gs?

    If you have important files that haven't been backup then you can try this by holding down power and home till it restarts and release when you see apple logo.
    If you have nothing to lose, you can do a fresh restore by holding down power and home for 10 seconds and after 10 seconds release power but keep holding home till iTunes recognize it is in recovery mode and restore iphone.

  • Sees other machines on Network, but no internet

    Hi,
    Suddenly my MacPro can't access the net but still can communicate on the network with my other Macs and PC.
    Straight into the modem it won't get on the internet, the G5 and others will, with the same cable.
    I reinstalled the 10.5.6 OS update, also boot from my Backup thinking it would be a software problem, but it does not work either.
    Any ideas ?
    Could it be a hardware problem, but then, how could the house network work ?
    Thanks in advance for any help.
    Sophia

    It sounds like there are a handful of issues here.
    First off, are you really having problems with DNS, or DHCP?
    If you're having problems with DNS, try setting your other machines up to use OpenDNS, as described here, except select the network interface you're actually using, rather than "Built In Ethernet", in step 2.
    If you're having problems with DHCP, that's likely the fault of your router.
    Finally, make sure your router also has the most up-to-date firmware installed; routers can sit on shelves in stores long enough that there have been multiple firmware updates released in the interim.
    Finally, how do you have your router and modem connected up?
    The way this should be done is the cable modem should be connected to the Internet or WAN port on your router, and your router should be set to share an IP address.
    One last thing you might want to try before you do all that is to unplug your cable modem and your router. Wait about a minute, then plug in your cable modem. Once all its lights are on, plug in your router. Then try your tests again.
    Also, what kind of cable modem is it? Some have built-in routers, and if yours is one of those we might need to take some extra steps to get things set up correctly.

  • Getting pop-ups and mac running slow

    my macbook air is running slow and I keep getting pop-ups. Does anyone know of a good anti-virus program for a macbook air computer.  Simple

    Does anyone know of a good anti-virus program for a macbook air computer.
    None are worthwhile and most will make a mess of an already bad situation.
    For the popups and a potential solution for what you describe, read How to install adware

  • APC UPS and the Quad

    Hy, soory, again another ups thread
    I'm about to buy this one
    -APC Back-UPS RS 1500 (Line-interactive)
    I'would like to know if it is a good choice to secure my Quad ?
    I also found some MGE 1500va ups with Off-line tech, is it a good way to go, or, is th line-interactive is the tech to go for ?
    thanks
    regards

    Check what your needs are going to be; watts, run-time; as the Quad on full-throttle (all four cpus), depending on even how much RAM, PCIe cards, can get much closer to the 865W of the RS-1500. The nice thing is you can extend run-time with an additional battery.
    Kill-A-Watt should give you an idea of what you are using.

  • Sony Handycam and Mac - how to get working?

    My Macbook does not recognise the Sony - any ideas?

    Yes, you definitely need to use FireWire for tape based cameras, such as miniDV. iMovie will not work with USB when connecting these cameras. USB is only used for hard drive and memory card cameras. You need either a 6 pin to 4 pin cable or a 9 pin to 4 pin cable, depending on whether your Mac has FireWire 400 or FireWire 800 respectively.
    John

  • Sir i was get only one mail at my permanent email id at rediffmail and i m not get other mail where the apple server to i login and finish the process whats going on there i suffering from last one week for this one id is it apple or what ?

    sir
    i was not get any mail at my permanent mail addres [email protected] and this mail id also same at apple so where the apple server for login and finish the process tell me is this way to apple to customer support and this is last mail for this  other wise i will go through the public protest comision and i will make
    statement for this type of fake process
    reply soon

    You are not addressing Apple here.
    This is a user to user forum, this is spelled out in the terms of service you agreed to when you joined.
    There is no Apple server for your email.
    servers are set up, used and maintained by whatever email service you use-such as rediffmail.
    Go threaten them.

  • Time Capsule and Mac disconnecting frequently while other devices connected

    I have had my Time Capsule and my MacBook (pre-2008 update) for some time now and it seems like once every week my Mac cannot see the Time Capsule and the utility claims that there are no wireless networks in range and it requires a powercycle and a few minutes to reconnect (usually making me re-enter my network since the SSID is not broadcasted due to security reasons where I live; even though I have it set as my only preferred network). My Xbox 360, PS3 and iPod Touch are all connected at this time and generally perform fine. The problem is only with my Mac and my Time Capsule.
    Is the Mac's wireless card faulty or is it something I'm not seeing right away? Any thoughts at all are totally welcome. I have Applecare and live near an Apple store, I'm just not sure which item would be at fault if any.
    Thanks much!

    I have similar issue with Time Capsule and Airport Extreme. They both worked fine until about 2 weeks ago, now they show green but do not show on the Airport Utility. If I unplug and replug the TC it works (50%) of the time, but the remote speakers on the Airport Extreme do not. I have done a hard reset on Both .. same results.

  • Finer takes too much memory on yosemite! and keeps taking more and more until it gets the machine to it's knees! What to do???

    Right after getting yosemite on my Macbook Pro with 16GB memory and SSD HDD. I find that after working for 30 minutes or so that the machine gets really slow, even switching between screens gets kinda of sluggish!!!
    So i looked into the Activity Monitor and to my surprise i find that Finder is taking more than 4GB of memory just by itself and high percentage of CPU.
    If i quit it, the machine goes back to being normal, but then Finder will restart, and again after 30 minutes or so, it does the same thing over and over.
    I am sure that it's some kind of a bug, but i don't know where to start to solve this problem!!!
    This never happened on previous OSXs.
    If anyone have a hint it will be appreciated.
    Thanks,

    Problem description:
    Finder keeps taking up too much memory thus slowing down the machine to it’s knees.
    MacBook Pro 16GB Ram, SSD HD, AMD 1024GB
    EtreCheck version: 2.1.2 (105)
    Report generated December 11, 2014 at 10:44:31 PM GMT+2
    Hardware Information: ℹ️
      MacBook Pro (17-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,3
      1 2.4 GHz Intel Core i7 CPU: 4-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 512 MB
      AMD Radeon HD 6770M - VRAM: 1024 MB
      Color LCD 1920 x 1200
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 4 days 1:40:55
    Disk Information: ℹ️
      Crucial_CT960M500SSD1 disk0 : (960.2 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 958.97 GB (319.19 GB free)
      Core Storage: disk0s2 959.34 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Western Digital Elements 10A8 1 TB
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      MacProBackup (disk2s2) /Volumes/MacProBackup : 999.83 GB (280.78 GB free)
      Apple Computer, Inc. IR Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/hosts - Count: 1
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Toast 11 Titanium/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.6.2 - SDK 10.6) [Support]
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMData (1.3.6) [Support]
      [not loaded] com.ZTE.driver.ZTEUSBMassStorageFilter (1.3.6) [Support]
      [not loaded] com.devguru.driver.SamsungComposite (1.2.44 - SDK 10.6) [Support]
      [not loaded] com.roxio.BluRaySupport (1.1.6) [Support]
      [not loaded] com.wacom.kext.pentablet (5.2.1) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.2.44 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungACMData (1.2.44 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungMTP (1.2.44 - SDK 10.5) [Support]
      [not loaded] com.devguru.driver.SamsungSerial (1.2.44 - SDK 10.6) [Support]
      /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
      [not loaded] com.roxio.TDIXController (2.0) [Support]
    Startup Items: ℹ️
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      MobileBrServ: Path: /Library/StartupItems/MobileBrServ
      StartOuc: Path: /Library/StartupItems/StartOuc
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [loaded] com.paragon.NTFS.notify.plist [Support]
    Launch Agents: ℹ️
      [invalid?] cn.com.zte.usbswapper.plist [Support]
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.CS4ServiceManager.plist [Support]
      [loaded] com.adobe.CS5ServiceManager.plist [Support]
      [loaded] com.divx.dms.agent.plist [Support]
      [running] com.divx.update.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [not loaded] com.teamviewer.teamviewer.plist [Support]
      [not loaded] com.teamviewer.teamviewer_desktop.plist [Support]
      [running] com.wacom.pentablet.plist [Support]
      [running] HWPortCfg.plist [Support]
    Launch Daemons: ℹ️
      [running] cn.com.zte.PPPMonitor.plist [Support]
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [not loaded] com.teamviewer.teamviewer_service.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.facebook.videochat.[redacted].plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      smcFanControl Application (/Applications/smcFanControl.app)
      gfxCardStatus Application (/Applications/gfxCardStatus.app)
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      KiesViaWiFiAgent UNKNOWNHidden (missing value)
      fuspredownloader ApplicationHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
    Internet Plug-ins: ℹ️
      WacomNetscape: Version: 1.1.0-4 [Support]
      OVSHelper: Version: 1.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Unity Web Player: Version: UnityPlayer version 4.6.0f2 - SDK 10.6 [Support]
      WacomSafari: Version: 1.1.0-4 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      DivX Web Player: Version: 3.0 - SDK 10.5 [Support]
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 [Support]
    Safari Extensions: ℹ️
      iGetter Extension
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Growl  [Support]
      Java  [Support]
      Paragon NTFS for Mac ® OS X  [Support]
    Bad Fonts: ℹ️
      Yelly.ttf: /Users/sambara/Library/Fonts/Yelly.ttf
      Friends.TTF: /Users/sambara/Library/Fonts/Friends.TTF
      Lush.ttf: /Users/sambara/Library/Fonts/Lush.ttf
      Margarosa.ttf: /Users/sambara/Library/Fonts/Margarosa.ttf
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 958.97 GB Disk used: 639.78 GB
      Destinations:
      MacProBackup [Local]
      Total size: 999.83 GB
      Total number of backups: 28
      Oldest backup: 2014-10-27 04:33:10 +0000
      Last backup: 2014-12-11 20:15:00 +0000
      Size of backup disk: Too small
      Backup size 999.83 GB < (Disk used 639.78 GB X 3)
    Top Processes by CPU: ℹ️
          8% com.apple.WebKit.Networking
          8% JavaApplicationStub
          7% WindowServer
          5% Unity
          1% coreaudiod
    Top Processes by Memory: ℹ️
      842 MB Finder
      584 MB iTunes
      529 MB com.apple.WebKit.Plugin.64
      447 MB Unity
      429 MB JavaApplicationStub
    Virtual Memory Information: ℹ️
      18 MB Free RAM
      7.40 GB Active RAM
      7.40 GB Inactive RAM
      2.07 GB Wired RAM
      133.47 GB Page-ins
      2.32 GB Page-outs
    Diagnostics Information: ℹ️
      Dec 11, 2014, 04:10:55 AM WindowServer_2014-12-11-041055_Sams-MacBook-Pro-2.cpu_resource.diag [Details]
      Dec 10, 2014, 08:20:17 PM Unity_2014-12-10-202017_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:19:27 PM Unity_2014-12-10-201927_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:11:16 PM Unity_2014-12-10-201116_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:11:00 PM Unity_2014-12-10-201100_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:10:26 PM Unity_2014-12-10-201026_Sams-MacBook-Pro-2.crash
      Dec 9, 2014, 08:58:42 PM Finder_2014-12-09-205842_Sams-MacBook-Pro-2.cpu_resource.diag [Details]

  • HP Laser Jet 400 Color Printer won't print from my mac but will from others on the network.

    My HP laser jet 400 color printer will not print from my mac except when I send a test page. The other printers on the network are printing with no problems. Has anyone else had this problem?  Help?

    Hello ElizabethF,
    Welcome to the HP Forums!
    I am sorry, but to get your issue more exposure I would suggest posting it, in the commercial forums since this is a commercial product. You can do this at HP Enterprise Business Community.
    Hope this helps!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Maybe you are looking for

  • If you want to access the PowerShell 3.0 Help in another language please vote for my Connect suggestion!

    All my Windows operating Systems are set to use the UI Culture: German With Update-Help or Save-Help you can download PowerShell help in different (any) language by use of the –UICulture parameter. Update-Help –UICulture en-US Because my Windows OS i

  • BAI file clearing cheque outgoing sub account - Electronic Bank Statement

    Hi, I am facing problem with clearing the cheque when uploaded bank statement through FF_5 (electronic) If I use the following file, there is no problem in clearing the cheque (this prepared by me for test purpose) 01,EBSTest,EBSTest,101005,0944,1,99

  • How to Create a File Structure

    HI experts! I want to create a file structure for testing purpose. Basically what i need to create is a 150 MB file and for that file i want to create a structure i.e my DT ,MT for testing purpose. Can you guide how should i create a 150 MB file and

  • How to publish applet on portlets??

    Hi, I try to publish an applet in a portlet, I put the applet class in the same directory which the pages are located but, when I load the page the applet don't load and the same error is displayed: load: class Pie_new nor found. I put the class in t

  • Support 4Gb files on Oracle 9.0.1

    Why new version of Oracle Database 9.0.1 on Linux has no support for files more than 4Gb (bug 1759839)? Linux works with large files and modern hard disks are 45-60Gb in size. Oracle 9i on Linux still is a disabled...