Solaris download manager help

on the instructions to install and run the SDM, its says unzip and then click the desktop icon (windows 2k pro) and follow the on screen instructions.............there are no on screen instructions. I unziped the download. There is a icon on my desktop but the icon only wants to unzip another file and that is all that it does and I am not finding any info within these files to do anything else. Can someone please clarify/finish the windows instuctions for running this?

Doesn't it unzip the files in a folder and start the install from some setup.exe in that folder? Check for hints on extractfolder.

Similar Messages

  • Solaris Volume Manager help needed...

    I am new to Solaris Volume Manager and need some assistance. I suspect that the mirroring was no setup correctly on a server I am concerned with. Here is some output:
    metadb -i
    flags first blk block count
    a m p luo 16 8192 /dev/dsk/c1t0d0s7
    a p luo 8208 8192 /dev/dsk/c1t0d0s7
    ================================================
    metastat
    d4: Mirror
    Submirror 0: d50
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 5905116 blocks (2.8 GB)
    d50: Submirror of d4
    State: Okay
    Size: 5905116 blocks (2.8 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s5 0 No Okay Yes
    d3: Mirror
    Submirror 0: d40
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 6292242 blocks (3.0 GB)
    d40: Submirror of d3
    State: Okay
    Size: 6292242 blocks (3.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s4 0 No Okay Yes
    d2: Mirror
    Submirror 0: d30
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 8389656 blocks (4.0 GB)
    d30: Submirror of d2
    State: Okay
    Size: 8389656 blocks (4.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s3 0 No Okay Yes
    d1: Mirror
    Submirror 0: d20
    State: Okay
    Pass: 0
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 33555735 blocks (16 GB)
    d20: Submirror of d1
    State: Okay
    Size: 33555735 blocks (16 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s1 0 No Okay Yes
    d0: Mirror
    Submirror 0: d10
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 16779312 blocks (8.0 GB)
    d10: Submirror of d0
    State: Okay
    Size: 16779312 blocks (8.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s0 0 No Okay Yes
    Device Relocation Information:
    Device Reloc Device ID
    c1t0d0 Yes id1,ssd@n20000004cf6f7b96
    =============================================
    metastat -p
    d4 -m d50 1
    d50 1 1 c1t0d0s5
    d3 -m d40 1
    d40 1 1 c1t0d0s4
    d2 -m d30 1
    d30 1 1 c1t0d0s3
    d1 -m d20 0
    d20 1 1 c1t0d0s1
    d0 -m d10 1
    d10 1 1 c1t0d0s0
    ========================================
    format of c1t0d0 (rootdisk)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 11615 - 17422 8.00GB (5808/0/0) 16779312
    1 swap wu 0 - 11614 16.00GB (11615/0/0) 33555735
    2 backup wm 0 - 24619 33.92GB (24620/0/0) 71127180
    3 home wm 17423 - 20326 4.00GB (2904/0/0) 8389656
    4 unassigned wm 20327 - 22504 3.00GB (2178/0/0) 6292242
    5 var wm 22505 - 24548 2.82GB (2044/0/0) 5905116
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 24549 - 24619 100.16MB (71/0/0) 205119
    =======================================================
    format of c1t1d0 (rootmirror)
    Current partition table (original):
    Total disk cylinders available: 24620 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 1 - 14519 20.00GB (14519/0/0) 41945391
    1 swap wu 14520 - 17423 4.00GB (2904/0/0) 8389656
    2 backup wu 0 - 24619 33.92GB (24620/0/0) 71127180
    3 - wu 0 - 0 1.41MB (1/0/0) 2889
    4 - wu 1 - 24619 33.91GB (24619/0/0) 71124291
    5 unassigned wm 0 0 (0/0/0) 0
    6 var wm 17424 - 23231 8.00GB (5808/0/0) 16779312
    7 unassigned wm 0 0 (0/0/0) 0
    Any help and/or links to information for proper setup of mirroring when using Solaris Volume Manager would be appreciated. I should mention that the system also uses Veritas Volume Manager 4.1, but only Solaris Volume Manager is in control of the mirroring.

    Duplicate slicing: prtvtoc /dev/rdsk/c1t0d0s7|fmthard -s - /dev/rdsk/c1t1d0s7
    Lather, rinse, repeat for each file system:
    metainit the bootable side of the mirror: metainit -f d71 1 1 c1t0d0s7.
    metainit the other side: metainit d72 1 1 c1t1d0s7.
    Attach one side of the mirror: metainit d70 -m d71
    When done: lockfs -fa;init 6
    Lather, rinse, repeat for each file system:
    After reboot attach the other side of the mirror: metattach d70 d72
    bash-3.00# metastat -p
    d70 -m d71 d72 1
    d71 1 1 c1t0d0s7
    d72 1 1 c1t1d0s7
    d50 -m d51 d52 1
    d51 1 1 c1t0d0s5
    d52 1 1 c1t1d0s5
    d10 -m d11 d12 1
    d11 1 1 c1t0d0s1
    d12 1 1 c1t1d0s1
    d0 -m d1 d2 1
    d1 1 1 c1t0d0s0
    d2 1 1 c1t1d0s0
    d60 -m d61 d62 1
    d61 1 1 c1t0d0s6
    d62 1 1 c1t1d0s6
    bash-3.00# cat /etc/vfstab
    #device         device          mount           FS      fsck    mount   mount
    #to mount       to fsck         point           type    pass    at boot options
    fd      -       /dev/fd fd      -       no      -
    /proc   -       /proc   proc    -       no      -
    /dev/md/dsk/d10 -       -       swap    -       no      -
    /dev/md/dsk/d0  /dev/md/rdsk/d0 /       ufs     1       no      -
    /dev/md/dsk/d70 /dev/md/rdsk/d70        /usr    ufs     1       no      -
    /dev/md/dsk/d50 /dev/md/rdsk/d50        /var    ufs     1       no      -
    /dev/md/dsk/d60 /dev/md/rdsk/d60        /opt    ufs     2       yes     -
    /devices        -       /devices        devfs   -       no      -
    ctfs    -       /system/contract        ctfs    -       no      -
    objfs   -       /system/object  objfs   -       no      -
    swap    -       /tmp    tmpfs   -       yes     -

  • Cannot abort a download on Adobe Download Manager - Help!

    Hi there,
    I'm have an EXTREMELY FRUSTRATING problem. I spent a good few hours downloading the trial for After Effects. It got to the 'extracting' stage on the Download Manager and showed an error saying that the disk image couldn't be opened. No idea why this happened, but that's not even my problem. I deleted the downloaded .dmg file for After effects and tried to stop the current download which was still stuck on the 'extracting' message, but I can't actually click the little 'x' to stop it, it won't let me. So, I've uninstalled and then re-installed the Adobe Download Manager about 3 times, and every time i open it it's STILL there, stuck on 'extracting' this AE download that I've already deleted anyway. I just want to restart the whole thing, start downloading AE again, but I can't get off this download for the life of me!
    Anyone know how I can just force this download to abort in the Download Manager without having to press the little 'x' on the right, which appears to be frozen/inaccessible since I can't click it....
    HELP THIS IS REALLY FRUSTRATING! It's urgent I get the trial up and running as soon as possible...
    I'm on a Mac running Lion.

    Jobenmardoukas I would recommend deleting the following folders after uninstalling the Adobe Download Assistant:
    /[user name]/Library/Preferences/com.adobe.downloadassistant.AdobeDownloadAssistant
    /[user name]/Library/Caches/com.adobe.downloadassistant.AdobeDownloadAssistant 
    This should resolve your difficulties with the download continually trying to extract.

  • Akamai download manager really crap

    Folks,
    Long ago in ancient times Microsoft provided a genuinely useful tool for downloading evaluation and TechNet software, the Microsoft Download Manger.  It seems folks most interested in their cubical photos then customer are now in charge.  Akamai
    download manager is slow, prone to crashing and altogether crap.  Been in the biz over a quarter of a century.  Does anyone give a damn?

    Sorry to hear your experience.I did use this download manager earlier (in early 2013) but fortunately didn't face any issue with it.
    Make sure that firewall or any internet security thing is not  trying to block it.
    For more assistance:
    Akamai Download Manager help
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Unable to clear a specific file from the Download Manager. This file (type: .flv) download is "paused" and I cannot Resume or Clear from the history. Help anyone ?

    I noticed a certain file is "stuck" in the Download Manager. The file download appears to be Paused and all attempts to remove / clear / resume have not worked. The file is a .flv type. The mouse-over info does show the url address and it shows 40MB /40MB complete. Help anyone ?

    Delete the file downloads.sqlite in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    See:
    * http://kb.mozillazine.org/Unable_to_save_or_download_files#Manually_delete_download_history

  • Flash player 10.1 Help ( ActiveX control and Download manager)

    I've been trying for several hours to download the new flash player 10.1. I tried everything in the FAQ and still nothing. I tried un-installing the older version that I had (9.3.3),   and still nothing.Then when the download manager gets to the end of the download, it keeps saying Error: Installation failed but Adobe Air was still able to download so the problem is obviously flash 10.1. Then it tries to finish installing it and when its done it says that it couldn't register ActiveX control and that error 19166 occured. I already enabled ActiveX so I dont know what the problem could be.
    Help would be appreciated and could someone explain what error 19166 is and how to register or install activex
    ps. I had this problem a while back but somehow I was able to download flash version 9.3.3, so even if I can't download 10.1, can someone give me a link to download version 9 instead.
    System information: Windows 7
                                  Internet explorer 8
                                  32-bit
                                  Norton 360

    Thanks for your reply.I've tried/done everything on that page and I'm still having issues. And I've already disabled Norton and windows firewall and still nothing works.

  • Akamai Download Manager does not start...Help!

    I purchased the downloadable versions of Adobe Photoshop Elements 10 & Adobe Premiere Elements 10.  The Akami download manager appears to either not start or gets hung up when initializing.  I let the computer sit for 45 minutes to see if it would eventually start making progress.  No luck. 
    Can anyone provide any hints on how to get it to work?
    Thanks!
    C

    This might help :-
    http://helpx.adobe.com/creative-suite/kb/cant-download-store-purchase.html

  • Some options disappeared, and Download Manager doesn't show up on Nightly. Help?

    Hello. I'm going to try to make this as short as possible. I'm under the Nightly program. Currently, I have version 21, that came out today. But, since last week, with version 20, I noticed something. Whenever I downloaded something, tried to open the Download Manager, or pressed Ctrl + J, the Download Manager we all know didn't appear. Instead, the "Library" shows up. I don't want to see the Library, as it is not so "pretty" as a normal download manager. Also, under Options, under General, Downloads, the option to select where to save files is missing. Under Security, I can't see my Saved Passwords. Why are all these things "missing"? Did I do something I wasn't supposed to? Is this an addon's work? I left my information below for you to see anything you need to. Please, help me?

    I don't really like the Library window, but I guess there's no way to change it. The new toolbar isn't quite useful either. But thanks for the answer. I saw the other options too. I guess they were moved from where I thought they were. Thanks.

  • Solaris volume manager -- where?

    Where is the solaris volume manger for solaris 10 located?
    On what disk?
    Can I download it?

    $ pkginfo | grep -i volume
    system SUNWdthev CDE HELP VOLUMES
    system SUNWdthez Desktop Power Pack Help Volumes
    system SUNWmdar Solaris Volume Manager Assistant (Root)
    system SUNWmdau Solaris Volume Manager Assistant (Usr)
    system SUNWmdr Solaris Volume Manager, (Root)
    system SUNWmdu Solaris Volume Manager, (Usr)
    system SUNWvolr Volume Management, (Root)
    system SUNWvolu Volume Management, (Usr)
    $
    bbr

  • Problem with openJDK and Sun Download Manager

    Hi.
    I try run SDM in Fedora 9 and Ubuntu 8.10 with openJDK-6-JRE but i can´t, when run sdm.sh it´s show "Using Java Look & feel" in console but no window is show.
    Can anybody help me?
    Thanks

    Yes and works well. But I'd like to know why it does not work with openJDK. In addition Fedora only has packages for opeJDK so I was more comfortable using openJDK.
    The complete output of the console is:
    [angel@m30 sdm]$ ./sdm.sh
    Sun (TM) Download Manager
    Copyright (c) 2001-2004 by Sun Microsystems, Inc.
    All rights reserved.
    Starting Java interpreter...
    java version "1.6.0"
    OpenJDK  Runtime Environment (build 1.6.0-b09)
    OpenJDK Client VM (build 1.6.0-b09, mixed mode)
    Using Java look & feel
    Configuration file created.Shows the license agreement window but after that I accepts the license is not showing any window.
    After type "Ctrl + C":
    ERROR: Java interpreter reported a problem. Please, check the
    ERROR: output log.Thanks.
    Edited by: elPilli on Nov 9, 2008 10:59 AM

  • I can not download any files, i think i by misstake put the download manager in the trash and then deleted it, what should i do? I am not so shore what the program is called in English( in Swedish:filhämtare) but it looks like a little grey box

    Hi, i really need help... I think i by accident deleted the "download manager" i´m not shore what the program is called in English ( Swedish : filhämtaren), but its symbol looks like a grey little box and when you download a file it appears on a list and is then saved in this program. I don`t know how i didn´t see it in the trash, but somehow i deleted this program by mistake. And as a consequence i can no longer open/download any files. I just got my macbook pro and i do love the system but i am now unsure about what i should do with this problem since i am not that terribly good with computers.... Is there any way you can fix this?

    soffi h wrote:
    Hi, i really need help... I think i by accident deleted the "download manager" i´m not shore what the program is called in English ( Swedish : filhämtaren), but its symbol looks like a grey little box
    If it looks like this:
    It's called an "installer.app"
    You can custom install the "installer.app" directly from your System DVD that originally came w/your computer.  It will be either inside the "Bundled Software" folder or inside the "Applications" folder.

  • Safari won't open a file for mactree download manager beginning with "gto

    I am trying to download gametree mac download manager and the page will not open because it states it cannot open links that begin with "gto:"

    Seems the software is not fully compatible with Mountain Lion >  https://gametreemac.com/help/

  • How do you change volume permissions with Solaris Volume Manager?

    (Previously posted in "Talk to the Sysop" - no replies)
    I'm trying to set up Solaris 9 to run Oracle on raw partitions. I have my design nailed down and I have built all the raw partitions I need as soft partitions on top of RAID 1 volumes. All this is built using Solaris Volume Manager (SVM).
    However, all the partitions are still owned by root. Before I can create my Oracle database, I need to change the owner of the Oracle partitions to oracle:oinstall. The only reference I found telling me how to do this was in a Sun Blueprint and it essentially said "You can't change volume permissions directly or permanently using SVM and chown will only remain effective until the next reboot. To make the changes permanent, you must modify /etc/minor_perm". Unfortunately, I can't find an example of how to do this anywhere and the online man pages are not particularly helpful (at least not to me).
    I'd appreciate a quick pointer, either to a good online resource or, even better, a simple example. For background, the volumes Oracle needs to own are:
    /dev/md/rdsk/d101-109
    /dev/md/rdsk/d201-203
    /dev/md/rdsk/d301-303
    /dev/md/rdsk/d401-403
    /dev/md/rdsk/d501-505
    I provide this information because I'd like to assign some, but not all, of the devices under /dev/md/rdsk to the oracle user and I was hoping some smart person out there could illustrate an approach using simle regular expressions, at which I'm horribly poor.
    Thanks in advance,
    Adrian

    Ron, I feel your pain.  I just came from an HTC also and a lot of stuff with this iPhone is bugging the crap out of me.  Who makes a phone where you can't adjust the ringer and alert volumes independently?  Instead, I have to adjust the alert volume when it is active.  C'mon guys.  Get with the program.  You won a bunch of Android users over with the 4S, but you're going to chase us all back when we're done with our contract.  Frustrating.  

  • Is there any way to resume downloading part files if the download manager says itts complete, but the size of the file is 350 bytes?

    I have been trying to download the trail for Adobe Master Collection CS5. I had to restart the download several times due to an issue with the download manager. Recently i got to about 2.5 GB out of 4.5, and firefox crashed and I could not resume the downloa0d. I have a part file at the directory, but its only 759MB. Any help on how to resume?

    I dont really see the reason to try to restart the download if this problem is gonna occur all the time...

  • How do I re-enable showing the download files history in the download manager window?

    System: Windows XP
    I am trying to re-enable showing/retaining the list of downloaded files in the download manager window. I want to be able to drag and drop directly from that window into a folder of my choosing. (I used to be able to do this, but apparently I messed that up...)
    I have tried the suggestions that could easily be found, including setting Firefox to remember all history in the Privacy tab of Options.
    I also deleted the mimeTypes.rdf file to "reset" the browser defaults, but to no avail.
    Any ideas/help?
    Thanks.

    By the way, a few other things you probably know:
    (1) The setting to keep the downloads list displayed after a download is here:
    orange Firefox button ''or'' classic Tools menu > Options > General
    Check "Show the Downloads window..." and ''uncheck'' "Close it..."
    (2) You can always show the list by pressing Ctrl+j
    The mimeTypes.rdf file isn't particularly relevant to this problem; it affects what application Firefox uses to open a particular type of file.
    However, there is a database file which stores your download history which might be corrupted. You could rename that file and have Firefox start building a new one.
    (1) Open your personal settings (AKA Firefox profile) folder
    Help (or Alt+h) > Troubleshooting Information > "Show Folder" button
    (2) Switch back to Firefox and exit the program (e.g., File > Exit)
    (3) Wait a few moments for Firefox to finish updating files in your settings folder, then rename '''downloads.sqlite''' to something else, like downloads.old. Alternately, you can delete the file.
    (4) You're done with your profile folder and you can restart Firefox now.
    Any improvement?

Maybe you are looking for