How Backup on DISK for Standby when Device "Tape" is alredy configured

hello Dba's
For 3 Weeks I've this issue and I start don't get
usualy this database ws backup on Disk but last month we decided to setup the DLL fro Netbackup on TAPE
and I've configured the RMAN for tape and it works fine.
Now I need to Backup on DISK to create my Standby Database, because the Secondary Server doesn't have the DLL/License for TAPE
So i decided to proceed as a backup on Disk but when I try it alyway gpo into TAPE !!!!!
Any help is welcome.
txs
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
CONFIGURE BACKUP OPTIMIZATION ON;
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/export/cf_%F_$ORACLE_SID';
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/backup/export/%d_%D%M%T_full_%U';
CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' FORMAT '%d_%D%M%T_full_%U';
CONFIGURE MAXSETSIZE TO UNLIMITED;
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/9.2/dbs/snapcf_SIEB.scf';
RMAN> allocate channel for maintenance device type 'DISK'
2> ;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ORA_MAINT_DISK_1 channel at 06/29/2010 15:14:44
ORA-19554: error allocating device, device type: DISK, device name:
ORA-27001: unsupported device type
Additional information: 1
RMAN> allocate channel for maintenance device type DISK;
allocated channel: ORA_MAINT_DISK_2
channel ORA_MAINT_DISK_2: sid=236 devtype=DISK
RMAN> run
2> 3> sql "Alter System Switch logfile";
4> sql "Alter System Archive Log Current";
5> Backup database plus archivelog format '/backup/%d_%D%M%T_full_%U';
6> sql "Alter System Switch logfile";
7> Backup current controlfile for standby format '/backup/%U_$ORACLE_SID';
8> sql "Alter System Switch logfile";
9> Backup filesperset 10 ArchiveLog all;
10> }
sql statement: Alter System Switch logfile
sql statement: Alter System Archive Log Current
Starting backup at 29-JUN-10
current log archived
allocated channel: ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: sid=118 devtype=SBT_TAPE
channel ORA_SBT_TAPE_1: Veritas NetBackup for Oracle - Release 7.0 (2010010419)
channel ORA_SBT_TAPE_1: starting archive log backupset
channel ORA_SBT_TAPE_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=2879 recid=688 stamp=722953267
input archive log thread=1 sequence=2880 recid=689 stamp=722960690
input archive log thread=1 sequence=2881 recid=691 stamp=722963294
input archive log thread=1 sequence=2882 recid=690 stamp=722963293
input archive log thread=1 sequence=2883 recid=692 stamp=722963296
input archive log thread=1 sequence=2884 recid=693 stamp=722963703
input archive log thread=1 sequence=2885 recid=694 stamp=722963703
input archive log thread=1 sequence=2886 recid=695 stamp=722963705
channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
piece handle=/backup/SIEB_290620100629_full_qelhf37t_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:56
Finished backup at 29-JUN-10
Starting backup at 29-JUN-10
using channel ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: starting full datafile backupset
channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
input datafile fno=00020 name=/u01/oradata/SIEB/data/tbs_siebel_data_01.dbf
input datafile fno=00002 name=/u02/oradata/SIEB/system/undotbs02_02.dbf
input datafile fno=00001 name=/u02/oradata/SIEB/system/system01.dbf
input datafile fno=00011 name=/u01/oradata/SIEB/data/tbs_siebview_01.dbf
input datafile fno=00025 name=/u01/oradata/SIEB/data/undotbs02_01.dbf
input datafile fno=00018 name=/u01/oradata/SIEB/data/tbs_siebel_empty.dbf
input datafile fno=00022 name=/u01/oradata/SIEB/data/users_01.dbf
input datafile fno=00019 name=/u01/oradata/SIEB/data/invoice_app_data01.dbf
input datafile fno=00015 name=/u01/oradata/SIEB/data/tbs_dwhview_01.dbf
input datafile fno=00010 name=/u01/oradata/SIEB/data/dm_casebase_docbase_01.dbf
input datafile fno=00014 name=/u01/oradata/SIEB/data/tbs_siebdw_data_01.dbf
input datafile fno=00016 name=/u01/oradata/SIEB/data/tbs_igd_01.dbf
input datafile fno=00017 name=/u01/oradata/SIEB/data/igd_eim_01.dbf
input datafile fno=00013 name=/u01/oradata/SIEB/data/dm_imdoc_docbase_01.dbf
input datafile fno=00023 name=/u01/oradata/SIEB/data/perfstat_01.dbf
input datafile fno=00012 name=/u01/oradata/SIEB/data/dm_imdoc_audit_01.dbf
input datafile fno=00021 name=/u01/oradata/SIEB/data/tools_01.dbf
input datafile fno=00009 name=/u01/oradata/SIEB/data/dm_casebase_audit_01.dbf
channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
piece handle=SIEB_290620100629_full_qflhf39l_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:12:36
channel ORA_SBT_TAPE_1: starting full datafile backupset
channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
input datafile fno=00006 name=/u03/oradata/SIEB/index/tbs_siebbig_index01.dbf
input datafile fno=00024 name=/u03/oradata/SIEB/index/tbs_siebel_index_01.dbf
input datafile fno=00004 name=/u03/oradata/SIEB/index/tbs_siebdw_index_01.dbf
input datafile fno=00005 name=/u03/oradata/SIEB/index/tbs_igd_index01.dbf
input datafile fno=00007 name=/u03/oradata/SIEB/index/dm_casebase_index_01.dbf
input datafile fno=00008 name=/u03/oradata/SIEB/index/dm_imdoc_index_01.dbf
input datafile fno=00003 name=/u03/oradata/SIEB/index/tbs_invoice_index01.dbf
channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
piece handle=SIEB_290620100629_full_qglhf419_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:07:15
Finished backup at 29-JUN-10
Starting backup at 29-JUN-10
current log archived
using channel ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: starting archive log backupset
channel ORA_SBT_TAPE_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=2887 recid=696 stamp=722964956
channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10
channel ORA_SBT_TAPE_1: finished piece 1 at 29-JUN-10
piece handle=/backup/SIEB_290620100629_full_qhlhf4es_1_1 comment=API Version 2.0,MMS Version 5.0.0.0
channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:57
Finished backup at 29-JUN-10
Starting Control File and SPFILE Autobackup at 29-JUN-10
piece handle=c-1097630847-20100629-04 comment=API Version 2.0,MMS Version 5.0.0.0
Finished Control File and SPFILE Autobackup at 29-JUN-10
sql statement: Alter System Switch logfile
Starting backup at 29-JUN-10
using channel ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: starting full datafile backupset
channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
including standby controlfile in backupset
channel ORA_SBT_TAPE_1: starting piece 1 at 29-JUN-10

Thxs for Reply
But When I type Allocate Channel as you suggested I get Error
ORA-19502: write error on file "qslhf5sr_1_1", blockno 1 (blocksize=8192)
RMAN> run
2> {
3> allocate channel c1 type disk;
4> sql "Alter System Switch logfile";
5> sql "Alter System Archive Log Current";
6> Backup database plus archivelog format '/backup/%d_%D%M%T_full_%U';
7> sql "Alter System Switch logfile";
8> Backup current controlfile for standby format '/backup/%U_$ORACLE_SID';
9> sql "Alter System Switch logfile";
10> Backup filesperset 10 ArchiveLog all;
11> }
starting full resync of recovery catalog
full resync complete
released channel: ORA_SBT_TAPE_1
allocated channel: c1
channel c1: sid=12 devtype=DISK
sql statement: Alter System Switch logfile
sql statement: Alter System Archive Log Current
Starting backup at 29-JUN-10
current log archived
skipping archive log file /u03/archive/SIEB/1_2879.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2880.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2881.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2882.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2883.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2884.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2885.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2886.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2887.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2888.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2889.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2890.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2891.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2892.dbf; already backed up 1 time(s)
skipping archive log file /u03/archive/SIEB/1_2893.dbf; already backed up 1 time(s)
channel c1: starting piece 1 at 29-JUN-10
channel c1: finished piece 1 at 29-JUN-10
piece handle=/backup/SIEB_290620100629_full_qrlhf5on_1_1 comment=NONE
channel c1: backup set complete, elapsed time: 00:02:12
Finished backup at 29-JUN-10
Starting backup at 29-JUN-10
channel c1: starting full datafile backupset
channel c1: specifying datafile(s) in backupset
input datafile fno=00020 name=/u01/oradata/SIEB/data/tbs_siebel_data_01.dbf
input datafile fno=00002 name=/u02/oradata/SIEB/system/undotbs02_02.dbf
input datafile fno=00001 name=/u02/oradata/SIEB/system/system01.dbf
input datafile fno=00011 name=/u01/oradata/SIEB/data/tbs_siebview_01.dbf
input datafile fno=00025 name=/u01/oradata/SIEB/data/undotbs02_01.dbf
input datafile fno=00018 name=/u01/oradata/SIEB/data/tbs_siebel_empty.dbf
input datafile fno=00022 name=/u01/oradata/SIEB/data/users_01.dbf
input datafile fno=00019 name=/u01/oradata/SIEB/data/invoice_app_data01.dbf
input datafile fno=00015 name=/u01/oradata/SIEB/data/tbs_dwhview_01.dbf
input datafile fno=00010 name=/u01/oradata/SIEB/data/dm_casebase_docbase_01.dbf
input datafile fno=00014 name=/u01/oradata/SIEB/data/tbs_siebdw_data_01.dbf
input datafile fno=00016 name=/u01/oradata/SIEB/data/tbs_igd_01.dbf
input datafile fno=00017 name=/u01/oradata/SIEB/data/igd_eim_01.dbf
input datafile fno=00013 name=/u01/oradata/SIEB/data/dm_imdoc_docbase_01.dbf
input datafile fno=00023 name=/u01/oradata/SIEB/data/perfstat_01.dbf
input datafile fno=00012 name=/u01/oradata/SIEB/data/dm_imdoc_audit_01.dbf
input datafile fno=00021 name=/u01/oradata/SIEB/data/tools_01.dbf
input datafile fno=00009 name=/u01/oradata/SIEB/data/dm_casebase_audit_01.dbf
channel c1: starting piece 1 at 29-JUN-10
released channel: c1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 06/29/2010 16:00:34
ORA-19502: write error on file "qslhf5sr_1_1", blockno 1 (blocksize=8192)
ORA-27072: skgfdisp: I/O error
Linux-x86_64 Error: 2: No such file or directory
RMAN>

Similar Messages

  • How to uninstall Disk for iPhone?!?

    Hello everyone!
    I am a new mac user so I am not familiar with how to uninstall this type of program thru the Terminal. I have read through what followed with it but it was too difficult for me to understand unfortunately. Below is what it says about how to uninstall "Disk for iPhone":
    *Uninstalling Disk for iPhone*
    *1. Double-click the Disk for iPhone disk image file*
    *2. Open the Terminal application*
    *3. Run the uninstall script*
    Example:
    *$ sh "/Volumes/Disk for iPhone/uninstall.sh"*
    *4. Press Return to run the command and then type in your administrator password when prompted.*
    I have tried to run the uninstall commando for Terminal but failed removing it from my mac after typing my password. A guy from a different forum told me to add sudo before sh. Here is the result so far:
    *110:~ P$ sudo sh "/Volumes/Disk for iPhone/uninstall.sh"*
    *sh: /Volumes/Disk for iPhone/uninstall.sh: No such file or directory*
    *110:~ P$*
    Any experienced mac user out there who could help me out with this please?!?

    Celorius wrote:
    I do not see this file when I open the disk image.
    Then you either are opening the wrong disk image or you have an old or incomplete version. Download a new copy here:
    http://iphonedisk.googlecode.com/files/Disk%20for%20iPhone%2020100411.dmg
    (clicking that link will start the download)
    That copy will have the uninstall script. Then follow the previous instructions and that should do the job.
    Regards.

  • I put in my gift card code and at the top of my home page it says that I have 15 dollars. When I go to purchase it still makes me put in the code and says that it invalid. How do I pay for something when I already put in the code? please help

    I put in my gift card code and at the top of my home page it says that I have 15 dollars. When I go to purchase it still makes me put in the code and says that it invalid. How do I pay for something when I already put in the code? please help

    See Here  >  http://support.apple.com/kb/TS1646
    If no joy...
    Contact iTunes Customer Service
    Apple  Support  iTunes Store  Contact Us

  • How to manage apps for lots of devices

    Hi, I work @ all college in AU. We are implementing ipads as a study tool. Initially the ipads will be set up by the college, then distributed to the students to keep.
    My question is about how to manage apps for so many devices. For example we have 2 apps that need to be installed for 150 units to begin with. This could get quite messy I would think. Has anyone had any experience with this sort of volumes? Any and all input would be greatly appreciated.

    Look in the forum above this one...
    http://discussions.apple.com/thread.jspa?threadID=2594001&tstart=0

  • My mail, when reading an email, has an icon which is like a box with an arrow pointing down into it, what is it for?  When I tap it my email goes "somewhere" out of my inbox.  It still apperars in "all Mail" mailbox.

    My mail, when reading an email, has an icon which is like a box with an arrow pointing down into it, what is it for? 
    When I tap it my email goes "somewhere" out of my inbox. The email, which was moved from my inbox still apperars in "ALL Mail" mailbox.

    That is the "Move" the email icon. Tap on that icon and you can move the email to any box or folder that is in black type on the left side of the window - under the Mailboxes heading. If the type is in grey on the left side - that box or folder is not an option that you can use.

  • How to stop suggestions for words when texting

    How do I stop suggestions for words when texting?

    Settings>General>Keyboard>Auto-Correction>Off.

  • How to uninstall Disk for iPhone (x2) ?!?!

    someone already posted about this, but that thread is archived.  I'm new to mac and wanted my iphone to behave similar to that on a PC in the sense that it can be browsed via windows explorer to batch capture photos, etc. I installed MacFuse and Disk for iPhone, but now my macbook freezes whenever I plug it in. I tried to remove the Disk for iPhone program, but to no avail. It's probably a simple answer and I'm doing something wrong. Here is what I'm trying:
    MacBook-Air:~ urbanrobots$ sudo "/Volumes/Disk\ for\ iPhone/uninstall.sh"
    Password:
    sudo: /Volumes/Disk\ for\ iPhone/uninstall.sh: command not found
    MacBook-Air:~ urbanrobots$ /Volumes/Disk\ for\ iPhone/uninstall.sh
    Stopping org.thebends.iphonedisk.mobile_fs_util
    Unloading /Library/LaunchAgents/org.thebends.iphonedisk.mobile_fs_util.plist
    launchctl: Couldn't stat("/Library/LaunchAgents/org.thebends.iphonedisk.mobile_fs_util.plist"): No such file or directory
    nothing found to unload
    Removing /Library/LaunchAgents/org.thebends.iphonedisk.mobile_fs_util.plist
    Removing /Library/iphonedisk
    this should work, no? but it's not finding the volume, so I'm a bit confused as to how to remove this program.....

    Contact the developer for help in removal. You've mucked up your system trying to make a Windows machine out of your new Mac. Let the Mac do it's thing the way it's designed and get away from Windows.

  • Firewire or USB backup hard disk for Intel Mac?

    We are very happy with our Apple computers. Regularity I make backups on my and my family´s important files using at firewire hard disk. Now our neighbors bought an iMac with Intel processor. What backup hard disk should they buy?
    1.8 GHz PowerPC G5   Mac OS X (10.3.9)  

    Many external hard drives and hard drive enclosures (if you want to put together your own external drive) are now using Combination chip sets that support both USB and FW ports. So I suggest looking for a Combo External Hard Drive and then your neighbor can hook it up either way.
    Patrick

  • HT1430 how do i turn of apts when device is not in use?

    how do i turn off apts when not in use

    iOS 7 How to Close Apps
    Double Tap the Home Button... Then swipe the App (not the icon) Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211

  • How to create disks for disk group ?

    Hello Experts
    I am RHEL 5 with Oracle 10g, I am configuring ASM. What will be steps to create disks that can be used in disk group and I am using normal redundancy so how many disk groups are needed(min.)

    Sunil,
    Well to be honest, so far I have not tested ASM over RHEL/OEL 5. I demonstrate ASM over 10g using DD command , creating virtual devices than binding them as a raw decices. So far, this technique is very successful, though I have not tested the same over RHEL5.
    The article quoted uses asmlib driver. Its good but not mandatory to work with asm, at least for the learning purpose. So I wont' recommend to do the labor. What you can do is the following,
    # mkdir /asmdisks
    # chown oracle:dba /asmdisks
    # su - oracle
    $ dd if=/dev/zero of=/asmdisks/disk1 bs=1k count= 4000
    $ dd if=/dev/zero of=/asmdisks/disk2 bs=1k count=4000
    $ dd if=/dev/zero of=/asmdisks/disk3 bs=1k count=4000
    $ dd if=/dev/zero of=/asmdisks/disk4 bs=1k count=4000
    # losetup /dev/loop1 /asmdisks/disk1
    # losetup /dev/loop2 /asmdisks/disk2
    # losetup /dev/loop3 /asmdisks/disk3
    # losetup /dev/loop4 /asmdisks/disk4
    # raw /dev/raw/raw1 /dev/loop1
    # raw /dev/raw/raw2 /dev/loop2
    # raw /dev/raw/raw3 /dev/loop3
    # raw /dev/raw/raw4 /dev/loop4
    # chown oracle:dba /dev/raw/raw1
    # chown oracle:dba /dev/raw/raw2
    # chown oracle:dba /dev/raw/raw3
    # chown oracle:dba /dev/raw/raw4
    # chmod 660 /dev/raw/raw1
    # chmod 660 /dev/raw/raw2
    # chmod 660 /dev/raw/raw3
    # chmod 660 /dev/raw/raw4You should be able to see these logical devices with the DBCA. I have not tested the same over RHEL5 so far so no guarantee that it would work over there or not and I don't have a RHL5 box with me at the moment to test the same too. But over OEL4, RHEL4 this works dandy. Do give it a try and post the feedback.
    HTH
    Aman....

  • How To Check Disk For Failures

    It's more of a two part question.
    1. Is there a way to check and see if either of my two internal SATA drives are failing?
    2. How can I check and see if either disks have filesystem failures?
    [root@ghost ~]# fdisk -l
    Disk /dev/sdb: 250.1 GB, 250058268160 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488395055 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0005b294
    Device Boot Start End Blocks Id System
    /dev/sdb1 63 488395054 244197496 83 Linux
    Disk /dev/sda: 250.1 GB, 250058268160 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488395055 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00048e7c
    Device Boot Start End Blocks Id System
    /dev/sda1 63 8000369 4000153+ 82 Linux swap / Solaris
    /dev/sda2 * 8000370 8385929 192780 83 Linux
    /dev/sda3 8385930 488395054 240004562+ 83 Linux
    One or both drives are becoming more noticeably noisy. Thanks for any info / help!

    Try gsmartcontrol, it's a graphical frontend to smartmontools, which in turn display the SMART status of your hard drives.
    https://en.wikipedia.org/wiki/S.M.A.R.T.
    Post the log here, if you can't understand the values.

  • Qualified Disks for px-Series Devices

    Note: The following information pertains only to px-Series network devices. If you have any other StorCenter network device, including ix-Series devices, this does not apply to you. 
    Before adding new hard drives to your StorCenter px-Series network device, please be sure to familiarize yourself with the following information. If you still have any additional questions about this topic, feel free to post them below. 
    Supported Drives: 
    For the current list of drive brands and models that have been tested with the StorCenter px devices and are supported for use, please visit https://iomega-na-en.custhelp.com/app/answers/detail/a_id/26012. Our approved hard drive list is still growing! Please check back with the list often or subscribe for updates by clicking on the "Notify Me" button on the above link. 
    Important: All disks within a single storage pool must meet the following requirements: 
    Same manufacturer 
    Same rotational speed 
    Same capacity
    Failure to meet these requirements may result in unpredictable device behavior and will not be supported by Iomega. If you need technical assistance, please be prepared to backup your data and remove any unsupported drives or configurations. 
    Pre-Installed Drives: 
    If you purchased your px device either fully or partially populated with drives, the device’s operating system resides partially on the drives. To replace all of the drives from the original configuration, follow the steps here: https://iomega-na-en.custhelp.com/app/answers/detail/a_id/27190

    What model px4 do you have? Version 4.0.8.23976 is the latest LifeLine firmware release for the px2-300d and px4-300d network storage devices while Version 4.1.4.24001 is the latest for the px4-400d.
    There is not any supported way to disable or restrict the services you are referring to. Debian is the operating system of the device so it would not be able to disable that unless by turning the device off.
    Apache is the web interface of our devices so if you disable Apache you will not be able to access the web management console and would have to do any configuration by SSH at that point. It might be able to disable Apache if you really wanted to, but the device may just restart the service after disabling it as it is a main function of the device.
    I'm not sure about OpenSSL and PHP, but if you are concerned about the Heartbleed bug, it only affects the px4-400d and px4-400r. Please see the following release from Lenovo: OpenSSL Heartbleed security vulnerability
    Have questions and need answers?
    Search the database for answers to FAQ's, software/driver downloads, tutorials, news, features and more!
    LenovoEMC Support & Downloads
    LenovoEMC North America Support Contact Page

  • How to skip authorisation for infotype when using dynamic selection ?

    Hi folks,
    I have a problem here.
    When im using dynamic selection screen, i cannot skip authorisation for subtypes of an infotype. Eg. if my record for 0185 have records that do not have authorisation for the subtypes. Dynamic selection will filter away this record and will not get me into the Get Peras as id i use to run has authorisation configured. IT will skip out of Get Peras.
    However, if im not using dynamic selection screen, i will use the normal pnpce fields, i will be able to get the record, as i do my authorisation check using function module in the get peras, and i did not declare 0185 in the infotypes.
    May i know if there is any solution to this problem as dynamic selection screen is a standard...
    Thanks,
    lihui

    hi,
    however i cannot skip authorisation for the whole pernr as i need the authorisations for the processing reports.
    Currently the case is like this..
    i have a authorisations for infotype 0185. i have 2 subtypes records such as ZA and ZB. the user does not have authorisation to read ZB but has authorisation to read ZA.
    However, when use dynamic selection, it will skip out the pernr.
    If the pernr 0185 records has only ZA subtype but no ZB subtype, it will not skip this pernr when using dynamic selection.
    Anymore idea how to overcome this?

  • How to remove iPhoto auto open when device connects with USB?

    Hi
    When I connect any device using USB cable (mobile,tablet) on my Mac PC , iPhoto starts up and hangs my system for sometime ...
    Thank You.

    Hello there wasylultra,
    It sounds like your computer is becoming unresponsive whenever you plug in any USB device that has or takes photos, because iPhoto launches automatically and takes a while to open. You can change this preference in iPhoto itself to open either iPhoto, Image Capture, or no application at all when you connect a device:
    iPhoto '11: Change what happens when you connect a camera to your computer
    To choose the application that opens:
    Make sure no cameras are connected to your computer.
    Choose iPhoto > Preferences, and then click General.
    Choose an option from the “Connecting camera opens” pop-up menu.
    The title of the article mentions iPhoto '11 but the same steps hold true for iPhoto 2013.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • How to keep scale for height when resizing width?

    Hi i have a serious of images different sizes/ ratios, which need to display at a fixed width of 50. Great works... but how do I resize the height to keep it at its original ratio?
    this.attachMovie(small_image, "number1_mcs" + loop , this.getNextHighestDepth(), {_x:50 + (loop*50),_y:300,_width:50,_yscale:?????????????});}
    many thanks in advance
    Dee

    Thanks for your help, being new, "terms", practices etc which others may fully understand, can fly right over ones head... It doesn't mean its impossible to understand them just grasping the exact meaning and then the specifics of any technicality can cause one to pull out more hair, especially when tired...
    I fixed the problem using the following... i hope its not too ugly..!
    Dee
    this.attachMovie(small_image, "number1_mcs" + loop_n1 , this.getNextHighestDepth(), {_x:75 + (loop_n1*40),_y:350});
    var aspect_ratio_x = this["number1_mcs"+loop_n1]._width;
    var aspect_ratio_y = this["number1_mcs"+loop_n1]._height;
    var aspect_ratio = (aspect_ratio_x / aspect_ratio_y);
    this["number1_mcs"+loop_n1]._width = 40;
    this["number1_mcs"+loop_n1]._height = this["number1_mcs"+loop_n1]._width / aspect_ratio;

Maybe you are looking for

  • Changing date sequence in ical

    We have just moved back to England from the USA. I would like to change in ICAL the date month sequence from the US format, month first followed by date then year,to the European format, date first followed by month and year. Any help would be most w

  • Problems with PDF on Internet site for Indian visitors

    Hello, I'm administrator of a website with German und English contens (made with typo3). When I check my English sites online, everything is okay. But a visitor from India told me, he is not able to open the linked PDF-files. I checked the links and

  • Flash Caching - How to stop?!?

    Does anyone know the most full-proof method for ensuring Flash movies don't cache in both IE, FirefFox and Safari as I am constantly having to instruct clients to remove their temporary internet files every time we update their movies. I've tried the

  • I can't synchronize my FireFoox account at the smartphone Jiayu G4S: FireFox is stoped - how to solve this problem?

    I use the same e-mail address at the all of my devices: desktops, tablet, smartphones. Only Jiayu G4S (Android 4.2.2) is not synchronised! The system informs me that FireFox has been faced with problem, the mistake has occured, the application will b

  • Auto start up on airport question

    when i shut down my mac and turn it back on it, airport doesnt find my wireless router, unless i go to it and select it, how do i automatically set it so it finds it automatically when i start it up.