Install Unity (or CCM) in one HDD , then plug 2nd HDD to be synchronized?

Hello everyone,
I got one simple question:
There is a Cisco 78xx Server with 2 hot-swapped HDDs.
I will take out one HDD01, install Unity system on HDD02.
Right now could I plug HDD01 back , synchronize these two HDDs to make RAID0+1?
Should I change that Server BIOS configuration?
Thanks.
Howard

Hi,
Sorry for the deley.
Let me verify my question.
It is about "
mirror HDD from RAID 0 to RAID 1+0 procedure".
I got my co-worker's research as follows:
Take a look at this post (note it's for HP server). http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048925. Go to the second to last entry, which contains the instructions:
ACU allows you to migrate RAID for SCSI disk. All you need to do as below:
1. Original Array A with 36GB RAID 0.
2. Slot in the new disk.
3. In ACU highlight the Array A and choose Expand Array and add the new disk.
4. After expand the array, you should able to change your current RAID to 1+0.
Make sure the new disk size id equal or greater than old disk.
Please note that you have to careful to follow the steps, or you will mess up the HDD.
Howard

Similar Messages

  • I have 3 CD for install unity, what mean each one?

    Hello,
    I have to install the Uity 7.0(2), and I have 3 CDs for do it. whats mean each one and whats is the correct sequence of installation?
    1) Cisco Unity  (version 7.0(2), application and localizations: ENU, ENX, ARA, CHS, CHT, CSY and DEU)
    2) Cisco Unity Data Store 2000 (version ENU, with the cisco unity system, preparation assistant)
    3) Cisco Unity Message Store 2003 (version English)
    principally I need wich one i have to install first and there are a manual of installation for following.
    note: the platform operate systems 2003 (window server) is installed.
    thanks very much.

    Hi Oscar -
    1. Failover means a second Unity server, for which you need to purchase failover licensing.  Here is a link for reference - http://www.cisco.com/en/US/prod/collateral/voicesw/ps6789/ps5745/ps2237/data_sheet_c78-478111.html
    2. Voicemail - typically the Unity server is installed as its own AD infrastructure, with the Unity server acting as domain controller and global catalog server, runs Exchange on the Unity server (or can be separate server) and users access voicemail using a different account than the one used on their PCs.  The naming standard for user accounts MUST be different.  In the past I have used vm-xxxxx where xxxxx is the user alias.
    3. Unified Messaging - users access same inbox for email and voicemail.  Unity is installed as a member server in domain and integrates with existing AD and Exchange infrastructure.  Users use same account as their PC.
    In prior Unity versions, voicemail only licensing was cheaper than unified messaging.  Now it is up to you to decide.  If your users want same inbox for email and voicemail, you will want Unified Messaging.  Note Unity must be installed as member server in AD domain and integrate with a separate Exchange server.  If this is not your area of expertise, I recommend you contact your team members that provide this support to discuss with them.  The links you posted will discuss the differences in the two installs.
    Hope this helps!
    Ginger

  • Mac OSX 10.6.8 running Photoshop CS5. My hard drive went belly up. Installed a new one and then tried to install Photoshop from my backup. I get an error message 6 telling me to uninstall Photoshop and then reinstall from the original software. But I boug

    Mac OSX 10.6.8 running Photoshop CS5. My hard drive went belly up. Installed a new one and then tried to install Photoshop from my backup. I get an error message 6 telling me to uninstall Photoshop and then reinstall from the original software. But I bought from Adobe online. How do I go about this?

    Yes, the Old Master file has a folder for each year where I find all photos from that specific year. I am attaching a screen shot of the file.
    In the meantime i have managed to download all photos (it did not download any video files though in mpg, avi, 3gp, m4v,mp4 and mov format) to a new iphoto library. Unfortunately the photos are quite mixed and often doubled up. I ma considering to purchase iphoto library which checks all duplicates in iphoto. this will save me a lot of time. What do you think?

  • Attempting to install Unity, but I can't, possible install error

    Long story short, I've installed Arch 3 times, but I can't get it to work properly.  I followed the beginner's guide with everything that I thought was correct, but I couldn't get it to work.  Here is every command I did, with a bit of an explanation:
    nano /etc/locale.gen
    #Un-comment this en_US.UTF-8 UTF-8
    #And this de_DE.UTF-8 UTF-8
    locale-gen
    export LANG=de_DE.UTF-8
    ping google.com
    #works, good, if not, I run
    dhcpcd
    #try again, works, good, if not, well it's always worked after that...
    #I've decided to wait until I have a GUI to fully setup networking, as long as it works for this boot it's as good as if I fully set it up
    #Because I'm dual booting this, I go ahead and pre partition it using Gparted to make sure I'm not screwing myself over
    #Now I'm just making the directories again with Arch to make sure there's no conflicts or anything
    mkfs.ext4 /dev/sda5
    mkfs.ext /dev/sda7
    #Now for swap
    mkswap /dev/sda6
    swapon /dev/sda6
    #Using Legacy BIOS, not UEFI, so I will skip those steps
    lsblk -f
    #checking to make sure everything is correct
    mount /dev/sda5 /mnt
    mkdir /mnt/home
    mount /dev/sda7 /mnt/home
    #not messing with mirrors at the moment, I just want to get it working right.
    pacstrap -i /mnt base base-devel
    genfstab -U -p /mnt >> /mnt/etc/fstab
    nano /mnt/etc/fstab
    #It always looks good and looks just like I had planned it to look, so I move on.
    arch-chroot /mnt /bin/bash
    nano /etc/locale.gen
    #uncheck this
    en_US.UTF-8 UTF-8
    locale-gen
    echo LANG=en_US.UTF-8 > /etc/locale.conf
    export LANG=en_US.UTF-8
    #Leaving clocks, time zones, hostnames, etc all default, just running as root until I can get it working as desired, also leaving network still unconfigured, but working (even tried setting up network using
    systemctl enable dhcpcd@interface_name.service one time, but that didn't help)
    #I then install grub by doing
    pacman -S grub
    grub-install --target=i386-pc --recheck /dev/sda
    pacman -S os-prober
    grub-mkconfig -o /boot/grub/grub.cfg
    #At this point I am considered done, so I exit, restart, and use a GRUB liveUSB to get back to my Arch install, as for whatever reason grub has been failing to be detected lately, I'll resolve that later though. I want to get my OS working first.
    Once I get back into Arch, I open /etc/pacman.conf and add the appropriate entries as listed above several times (aka [Unity-for-Arch] and [Unity-for-Arch-Extras]). I then run
    pacman-key --init
    pacman-key --populate archlinux
    pacman -Syu/Syy
    When I run pacman -Syu, I get this error:
    error: failed to retrieving file 'Unity-for-Arch.db' from dl.dropbox.com : The requested URL returned error 404 Not Found
    error: failed to update Unity-for-Arch (download library error)
    Unity-for-Arch-Extra
    : : Starting full system upgrade...
    there is nothing to do
    Not sure what needs to be done next, but if I can't get a simple install of a package that is confirmed working (by a friend), then I guess I'm going to go looking for another distro.  No amount of googling helps me, and I am not sure at all what the issue could be.  If more information is needed, I can get it.  I am hoping that the issue is that I did not install it correctly, can someone confirm that?  Thanks.

    Arch is i686 or x86_64. Doesn't matter. Remove the url tags from pacman.conf, it should be "Server = http;//address".
    Ubuntu makes it quite hard for other distros to use Unity (they patch their packages a lot), so installing it in Arch might not be that easy. https://bbs.archlinux.org/viewtopic.php?id=125423&p=106 mentions recent problems with libgee. The only way to have a non-problematic Unity desktop is to use Ubuntu, I guess.
    Last edited by lucke (2014-09-27 00:31:13)

  • [SOLVED] ccsm not working after installing Unity from repo.

    Hi, I've been having this problem for a while now, I've been trying to fix it on my own for the last couple of weeks but I wasn't able to help my self searching on internet.
    As stated on the title, I've installed Unity for arch from the repository following the guide on the wiki https://wiki.archlinux.org/index.php/Unity.
    Since then I haven't been able to open the Compiz Config Settings Manager. I think that the problem may be that the ccsm I've got is the one for compiz 0.8.x
    not the 0.9.9 I've got after installing the package "compiz-ubuntu" for unity to work.
    This is the output I get when trying to run the command ccsm:
    [augusto@localhost ~]$ ccsm
    Traceback (most recent call last):
      File "/usr/bin/ccsm", line 126, in <module>
        context = compizconfig.Context(screens)
      File "compizconfig.pyx", line 1120, in compizconfig.Context.__cinit__
    TypeError: an integer is required
    I hope I can fix this soon with your help
    Thank you very much for taking your time to read.
    demencia.
    Last edited by demencia (2013-01-31 00:30:19)

    demencia wrote:
    Stebalien wrote:Use the 'unity.humbug.in' mirror instead, the other one is slightly out of date and the new compiz-ubuntu package includes ccsm.
    Okay, updating right now, this feels quite fine!!! Hope it works.
    Thank you very much man, you where the only one who tried to help me!
    edit: Just checked the wiki, I might have missed it the time I installed unity, or they added it after I installed it, I thought xe xe was the only repo.
    Still No luck
    this is the output of running ccsm on console
    [augusto@localhost ~]$ ccsm
    compizconfig - Info: Backend     : gsettings
    compizconfig - Info: Integration : true
    compizconfig - Info: Profile     : unity
    Violación de segmento (`core' generado)
    Violación del segmento = segmentation fault (`core' generated)
    Any ideas?

  • Setting up OSX after installing a new SSD and moving HDD to optical bay

    Hey all,
    I know there are a tonne of other posts similar to this one in here, but I couldn't find the specific answers I was looking for.
    Soon I'm going to remove my optical bay and put my current HDD in it's place, and install a brand new SSD where the original HDD once was.  I'm comfortable with the hardware installation but am wary about what to expect on first power up afterwards.
    I would like to ideally run OSX Mavericks and all of my apps (everything from Notepad to Premiere Pro) from the SSD, and leave all of my data on the HDD.  I have an early 2011 13" Macbook Pro, model number A1278.
    - When I first turn the computer on after the hardware switcheroo, what can I expect to see?  How do I re-install OSX Mavericks onto the new drive?  Am I right in thinking that Mavericks is merely an upgrade rather than a whole new OSX and that I will need to install Lion and then upgrade to Mavericks rather than just reboot immediately to Mavericks?
    - How can I then remove Mavericks from the original HDD?
    - Exactly which files do I need to move to completely relocate the apps to the new drive?  Is it as simple as moving the entire applications folder over, or are there hidden files dotted all over the place that I need to consider also?
    Thanks in advance,
    Adam

    Adam,
    if your current HDD is a SATA III (6.0 Gb/s maximum throughput) drive, then you might find that you’ll have problems with it in the Optibay position. If this is the case, you’d probably be better off putting your SATA III drive into an external enclosure, and purchasing a SATA II (3.0 Gb/s maximum) drive to install in the Optibay.
    If you have a SATA-to-USB or SATA-to-FireWire adapter, you can connect your SSD externally and format it with Disk Utility. After that, you could use a cloning utility to copy the contents of your internal HDD to your SSD (presuming that the SSD is at least as large as the amount of space currently used on your internal HDD), and then boot from the external SSD using Startup Manager to make sure that everything works well on it; that will save you from having to make sure that all of the scattered hidden files have been migrated. Once you’ve confirmed that your apps run well from the SSD, you can then install the SSD and move the HDD to wherever it’s going. An advantage of keeping Mavericks on your HDD is that you can boot from it if needed, e.g. should your SSD develop a problem.

  • Getting this error while opening a folder : This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel

    Hi,
    While trying to open a folder on my Windows 7 Home Premium, an error comes "This file does not have a program associated with it for performing this
    action.  Please install a program or, if one is already installed, create an association in the Default Programs control panel." I tried searching on the net but did not get great support for the issue when it happens with folder opening.

    Hi Nikunj Shah,
    First, I suggest you download
    Microsoft Safety Scanner or
    Malicious Software Removal Tool to run a full scan.
    The error messages here seems to be caused by the corrupted registries, which related with the folder association.
    You may take a try to merge the following registry settings to reset the folder association, before that, remember to backup your registry settings first:
    How to back up and restore the registry in Windows
    Copy and paste the following commands into Notepad, and save it to a .reg file:
    =================
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Folder]
    "ContentViewModeLayoutPatternForBrowse"="delta"
    "ContentViewModeForBrowse"="prop:~System.ItemNameDisplay;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;System.DateModified"
    "ContentViewModeLayoutPatternForSearch"="alpha"
    "ContentViewModeForSearch"="prop:~System.ItemNameDisplay;System.DateModified;~System.ItemFolderPathDisplay"
    @="Folder"
    "EditFlags"=hex:d2,03,00,00
    "FullDetails"="prop:System.PropGroup.Description;System.ItemNameDisplay;System.ItemTypeText;System.Size"
    "NoRecentDocs"=""
    "ThumbnailCutoff"=dword:00000000
    "TileInfo"="prop:System.Title;System.ItemTypeText"
    [HKEY_CLASSES_ROOT\Folder\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "MultiSelectModel"="Document"
    "ProgrammaticAccessOnly"=""
    "LaunchExplorerFlags"=dword:00000018
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "MultiSelectModel"="Document"
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
    "MUIVerb"="@shell32.dll,-8518"
    "MultiSelectModel"="Document"
    "Extended"=""
    "LaunchExplorerFlags"=dword:00000003
    "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
    "MUIVerb"="@shell32.dll,-8517"
    "MultiSelectModel"="Document"
    "OnlyInBrowserWindow"=""
    "LaunchExplorerFlags"=dword:00000001
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\BriefcaseMenu]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    @="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Offline Files]
    @="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}]
    @=""
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\BriefcasePage]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\Offline Files]
    @="{7EFA68C6-086B-43e1-A2D2-55A113531240}"
    [-HKEY_CLASSES_ROOT\Folder\ShellNew]
    [HKEY_CLASSES_ROOT\Folder\ShellNew]
    "Directory"=""
    "IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
      00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
      00,00
    "ItemName"="@shell32.dll,-30396"
    "MenuText"="@shell32.dll,-30317"
    "NonLFNFileSpec"="@shell32.dll,-30319"
    [HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
    "AllDrives"=""
    "IsFolder"=""
    "NoExtension"=""
    ==================
    Once done, right-click the REG file and choose Merge. Alternately, you can open the Registry Editor and then using the
    Import option from the File menu, to merge the REG file contents.
    Let me know if you need any further help.
    Best regards
    Michael Shao
    TechNet Community Support

  • I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you plea

    I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you please advise?

    You may need many other updates to retain compatibility with Lion. I suggest you reinstall Snow Leopard. Unfortunately, you will need to erase the drive first. Be sure to backup your data if you haven't done so already.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. After you finish Setup Assistant will complete the installation after which
             you will be running a fresh install of OS X.  You can now begin the update process
             by opening Software Update and installing all recommended updates to bring your
             installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • How do I install multiple KMS keys on one server?

    I currently am working at Phelps County Regional Medical Center in Rolla, MO and my question is: How do I install multiple KMS keys onto one server? This is very urgent and I have the KMS activating Windows 7 but, I also need all my Office keys, Windows
    8, and Windows 8.1  to be activated via KMS. the current KMS is a Windows Server 2008 R2 server. Please help me out and thank you for your time! :)

    you need to apply the following update (http://support.microsoft.com/kb/2885698)to your KMS server so you can license up to Windows 8.1.  From there your key for 8.1/2012R2 will license everything
    downwards and then you can also install your Office KMS key without issue.  If its Office 2013 then you need to download the files here (http://www.microsoft.com/en-us/download/details.aspx?id=35584) 
    Be kind and Mark as Answer if I helped.

  • My ipod 4 when i plug it to my pc Windows 7 had worked fine for 8 months then one day i plug it in and a message came USB device not recognized, i tried reset network settings and nothing called apple they did not know any help out there TX

    My ipod 4 when i plug it to my pc Windows 7 had worked fine for 8 months then one day i plug it in and a message came USB device not recognized, i tried reset network settings and nothing i did not install any software before this happend i called apple they did not know, any help out there TX

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • After trying to install 6500 Wireless all-in-one on my 3rd comp, it ceased to work

    While trying to install my (less than 2 year old) HP6500 Wireless all-in-one software on my 3rd networked computer, the software installation went into a loop and would not complete the installation.  After about an hour or so of waiting, I physically had to unplug the printer & eject the CD. Upon doing so, the printer became next to useless. The printer key pad no longer functions except when I first plug it in, and I can no longer access it from the other 2 original computers, even with USB.  The HP solution center says it’s on line, until I go to print via USB, then it says it’s offline. I can hook the USB up on the Widows 7 unit and force it to print Word Office documents, but when I try to print documents on it from either Internet Explorer or Fire Fox it wants to send a Fax??? I've uninstalled and reinstalled the software 3 times on my Windows 7 unit now to no avail. Is it my printer, the printer Firmware or what?  I have downloaded and run all the HP & Microsoft troubleshooting tools on the Windows 7 unit to no avail.  However; HP downloads will not successfully complete on my XP unit.  What should I do? Should I start over with a new wireless printer?
    Totally Confuzed

    Re: After trying to install 6500 Wireless all-in-one on my 3rd comp, it ceased to work
    Ref: 02-23-2012 08:53 AM
    12:38 AM 2/24/2012 UPDATE ON WHAT I HAVE TRIED AGAIN: 
    1. Power Reset on the Printer: Power off the printer. Unplug the power cable from the back of the unit. Wait 60 seconds. Replug the power cable to the printer and power it on. DONE
     2. Print a test page: Follow this document to print the test page. PRINTER SCREEN SAYS IT'S PRINTING AND THE POWER LIGHT IS FLASHING LIKE IT'S BUSY, BUT NOTHING IS HAPPENING. ONLY WAY TO USE IT NOW IS TO UNPLUG IT AND START OVER. THIS HAPPENS ALL THE TIME NOW. IT WILL NOT PRINT TEST REPORTS.
     3. Create a copy of the printed test page. CANNOT DO NOW - (PRINTER FREEZES UP WITH A BLINKING POWER LIGHT)
     4. Print the Wireless Network Test Report (To check if there are any errors) CANNOT DO
    Press the Setup button ( ). DOESN'T WORK EXCEPT MOMENTARILY...NOT LONG ENOUGH TO MAKE A SELECTION BEFORE IT HANGS AND FREEZES UP...
    Press the Right Arrow button ( ) to select Network Setup, and then press the OK button. CAN'T GET IT TO DO ANYTHING PRESSING THE OK BUTTON.
    Press the Right Arrow button ( ) to select Wireless Network Test , and then press the OK button. The Wireless Network Test Report prints. CAN'T GET IT TO DO ANYTHING PRESSING THE OK BUTTON.
    If you did not encounter any errors while performing the steps above then I think the hardware is OK. Test the software next. Let's use Windows 7 as the test platform. I DON'T THINK THE HARDWARE IS OK.
    1. Download the driver from HP.com. Once it gives you the option to either Run or Save make sure to select Save and then select Desktop as the target location where it will save the file. This is just to make it easier to find it. Once it finishes downloading the file, double click it to initiate the installation process. Follow the on screen instructions until you reach the "select how you want to connect the printer" window comes up. I ALREADY HAVE 3 COPIES ON MY DESKTOP & NONE OF THEM REACT ANY DIFFERENTLY.
     2. At the "select how you want to connect the printer" window select USB and then click Next (I think there is a next button). It should asks you to connect your printer but we are NOT going to do that. Place a checkmark on the option on the bottom of the window that gives you the option to bypass the connection phase of the installation. Click Next to proceed. Once the the installation process completes, restart your computer. I HAVE DONE IT BOTH WAYS BEFORE AND CANNOT GET THE INSTALLATION TO COMPLETE ON ANY OF THE 3 COMPUTERS NOW.
     If you did not encounter any errors at this point then it looks like the software installation process is good. Proceed to the next test. END OF TEST FOR TONIGHT. THANKS
    1. After the computer completely boots up, connect the USB cable to the printer and to the computer. The computer should detect the printer and initiate the HP installation process for it. Follow the onscreen instructions to complete the install.
    2. Try printing to test functionality.

  • I really need help. I try to contact support to no avail. There simply is no option on the site, You are always referred to a further topic which has notihing to do with my problem. I bougnt a full master pack CS6 which I had installed on a mac for one ye

    I really need help. I try to contact support to no avail. There simply is no option on the site, You are always referred to a further topic which has notihing to do with my problem. I bougnt a full master pack CS6 which I had installed on a mac for one year. Then, I decided to change it to another computer, so I sisintalled it according to instructions. In the meantime I got a free trial of creative cloud on that computer, but I gave up and decided to reinstall my cd-roms. However, everytime I try to use acrobat for instance it says that my trial period ran out! I disinstalled my cloud products, I am using my registered full master series items, they have nothing whatsoever to do with my creative cloud FREE subscription. If I try to cancel my free membership, it is to no avail, there simply is no such possiblity. I want to use the software I paid dearly for, not the cloud items I disinstalled and which do not interest me. How can I contact Adobe to fix it? It was no fault of mine, I did all I was supposed to, disintalling items before installing the right ones, but the system must have some error i am not responsible for.

    open an app and click help>activate.
    if you try to open an app and see a 'your trial has expired" window, click license this software and enter your serial number.
    if you can't do either, run the cleaner and make sure cc is cleaned from your computer, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Can't Install Unity 8.0.2 on VM

    MISSION:
    To install Unity Connection 8.0.2 using the vSphere Client
    PROBLEM:
    The "Product Deployment Selection" page of the installation does not give the option to select Unity Connection.  Under the section titled "Products not supported on current hardware:", Cisco Unity Connection is listed.
    HARDWARE:
    Dell PowerEdge Gen 3 Server
    3 TB SATA drives that a RAID 5 has been performed on. 
    INSTALL PARAMETERS:
    Configuration = Typical
    Name = UnityC1
    Guest Operating System = I tried both Red Hat Enterprise Linux 3 (32-bit) and Red Hat Enterprise Linux 5 (32-bit)
    # of NICs to connect = 1
    NIC 1 = VM Network
    Adapter = Flexible
    Connect at Power On = Checked
    Available space (GB) = 1338.4
    Virtual disk size = I tried 180 GB, 256 GB, Thin Provision, and Thick Provision Lazy Zeroed
    Memory Size = 4 GB
    Media Check performed = Yes = No errors
    REQUEST:
    Can someone kindly tell me the reason for not being able to select or install Unity Connection as described in the PROBLEM statement above?
    Please view attached screen shots of installation attempt results..
    Thank you kindly as I sincerely appreciate and desperately welcome your help.

    Match the EXACT specs outlined here and then try
    OVA Template Details for  Unity Connection Release 8.0
    http://docwiki.cisco.com/wiki/OVA_Template_Details_for_Unity_Connection_Release_8.0
    Also, before 8.6 releases we used RHEL 4, 8.6 and above are RHEL 5.
    RHEL 3 was never used.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Can I maually check for updates but prevent them from being automatically installed if it turns out one is available?

    Can I maually check for updates but prevent them from being automatically installed if it turns out one is available?
    Background:
    In options I have "check for updates, but let me choose whether to install them" ticked. This works fine, in that I periodically receive a notice of an available update, and it will ask me whether I want to I want to install it.
    But there are certain times -- for reasons I won't go into here (unless requested as part of seeking a solution) -- where I want to manually check for new versions, but RETAIN the ability to decide whether or not to install it. But if I click Help/About Firefox/Check for Updates, and it finds an update, it will immediately proceed to install it without asking for permission. While that seems quite inconsistent with my update preferences in Options, it is apparently normal behavior as described in https://support.mozilla.org/en-US/kb/update-firefox-latest-version#w_how-do-i-manually-check-for-updates.
    So is there any way I can manually check for new-update availability but then refuse the update if I so choose? Once an unwanted install begins, I'm concerned that if I click cancel I could end up with a partial installation or some "messed up," duplicated or corrupted FF files (e.g., multiple versions appended with (1), (2) etc, similar to what sometimes confusingly happens when I do an XP System Restore).
    Thanks.

    I think what needs to be made very clear here is that when a user clicks on "check for updates" the software should bloody well CHECK for updates and most certainly SHOULD NOT proceed to download and apply any updates. this is misleading and intrusive.
    I just wanted to check if there was an updated version but I DID NOT want to actually update at that moment. the software downloaded data, costing me money and tried to apply the update which could have potentially messed up my settings if I had not checked everything was ok first.
    I actually discovered how to prevent the update by searching through windows and manually deleting the files but why should anyone have to go to such lengths?
    the software should simply do as it is asked, not do things that have most certainly not been asked.

  • My hp 100 mobile printer will only print one page then quits. will not print all of the pages.

    my hp 100 mobile printer will only print one page then quits. will not print all of the pages.  i have rebooted, new install, and reset. still the same thing. when i look it shows that it is printing but there is nothing happing. i use this with my lap top.

    Hello colt1,
    Are you using Bluetooth or USB cable to connect to the printer?  Did you install from the disc, or from the online program?  When it sits there and doesn't print, does it eventually give error messages, lights flashing, etc.? 
    Thanks,
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Maybe you are looking for

  • Problem with connecting to Small Business server 2011 on Z10

    I cannot connect  my Z10 on Vodafone to my small business server 2011 to receive or send email. No problem with my IOS device. I understand this may be an active sync issue. Can anybody point me in the direction of some sensible advice /guidance to r

  • Dynamic DropDowns using Web Dynpro for ABAP

    Hi, I'm creating my first Web Dynpro for my new client. The requirement is this: There are three fields to be displayed on a screen - FieldA, FieldB, FieldC. All three should appear as DropDowns on the screen. FieldA determines the possible value lis

  • Data packets not updated in PSA

    Dear Friends, Can anybody help me on this topic. A process chain is in error and the error message is "Data records were marked as incorrect in the PSA" how can i maintenance the PSA to upload the relevant data packet or is there any other way to  ed

  • NEED NEW CARD! Please help

    Alright, well my dumbass roommate decided to plug in his super nintendo to my TV@nywhere card. To make a long story short, he messed something up. The computer wouldnt boot. It would get to the windows screen and freeze. I formatted, problem was no m

  • No Availability of iPhone4!  WTH?!

    I finally was able to buy out of my contract for a reasonable fee so I can get an iPhone4 but there are none available in Alberta, Canada! The stores get one or two trickling in every few days. Some stores/dealers will put you on a waiting list; some