Not UFS file system

After deleting all the partitions on my intel Pentium III computer.
I boot from the first (1/2) CD to start Solaris 8 installation. But
I got the following message:
not UFS file system
Then the computer halted.
Please help me to overcome the problem
Thank you!
Michael

Ever figure this out? I just DL'ed the CDs and get the same thing, even created a 2G DOS partition with same results!

Similar Messages

  • More than 1 million files on multi-terabyte UFS file systems

    How do you configure a UFS file system for more than 1 million files when it exceeds 1 terabyte? I've got several Sun RAID subsystems where this is necessary.

    Thanks. You are right on. According to Sun official channels:
    Paula Van Wie wrote:
    Hi Ron,
    This is what I've found out.
    No there is no way around the limitation. I would suggest an alternate
    file system if possible suggest ZFS as they would get the most space
    available as inodes are no longer used.
    Like the customer noted if the inode values were increased significantly
    and an fsck were required there is the possibility that the fsck could
    take days or weeks to complete. So in order to avoid angry customers
    having to wait a day or two for fsck to finish the limit was imposed.
    And so far I've heard that there should not be corruption using zfs and
    raid.
    Paula

  • UFS file system mount options

    I'm doing some performance tuning on a database server. In mounting a particular UFS file system, I need to enable the "forcedirectio" option. However, the "logging" option is already specified. Is there any problem mounting this file system with BOTH "logging" and "forcedirectio" at the same time? I can do it and the system boots just fine but I'm not sure if it's a good idea or not. Anybody know?

    Direct IO bypasses the page cache. Hence the name "direct".
    Thus, for large-block streaming operations that do not access the same data more than once, direct IO will improve performance while reducing memory usage - often significantly.
    IO operations that access data that could otherwise be cached can go MUCH slower with direct IO, especially small ones.

  • Is this PKGBUILD ok? (does not meet file system standards...)

    Hello,
    I am currently writing on a chess program (https://launchpad.net/klaus) of which I released the first alpha some weeks ago. It's written in Java (yes, I read the packaging guidelines about Java programs).
    Now I am trying to get a working PKGBUILD for this program. My current version (see below) is working, but instead of using the file system standards, it puts everything in /opt/klaus. I know this is not correct (and will try to get it working properly in the next alpha), but fixing it in the PKGBUILD seems to be very much trouble for me.
    So is this PKGBUILD version o. k. until I fixed the file structure and should I upload it to AUR, or will this be rejected?
    # Contributor: Stephan Hillebrand <stefh123 at yahoo dot de>
    pkgname=klaus
    pkgver=0.1
    pkgrel=1
    pkgdesc="A platform independent chess program"
    arch=('i686' 'x86_64')
    url="http://launchpad.net/klaus"
    license=('GPL')
    groups=("games")
    depends=("jre>=6u1")
    makedepends=("jdk>=6u1")
    optdepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    options=()
    install=
    source=(http://launchpad.net/klaus/trunk/0.1/+download/$pkgname-$pkgver-source.tar.gz)
    noextract=()
    md5sums=('5c47f31c0a61de4f213258932120ae16')
    build() {
    cd $srcdir/$pkgname-$pkgver
    make || return 1
    mkdir -p ${pkgdir}/opt/klaus
    cp -r bin lib share ${pkgdir}/opt/klaus
    # echo "#!/bin/bash\n/opt/klaus/bin/klaus" > /usr/bin/klaus
    mkdir -p ${pkgdir}/usr/bin
    cat > ${pkgdir}/usr/bin/klaus <<DELIM
    #!/bin/bash
    /opt/klaus/bin/klaus
    DELIM
    chmod a+x ${pkgdir}/usr/bin/klaus

    This works for me:
    PKGBUILD
    # Contributor: Stephan Hillebrand <stefh123 at yahoo dot de>
    pkgname=klaus
    pkgver=0.1
    pkgrel=1
    pkgdesc="A platform independent chess program"
    arch=('i686' 'x86_64')
    url="http://launchpad.net/klaus"
    license=('GPL')
    groups=("games")
    depends=('bash' 'java-runtime>=6u1')
    makedepends=("java-environment>=6u1")
    source=(http://launchpad.net/klaus/trunk/0.1/+download/$pkgname-$pkgver-source.tar.gz klaus.sh)
    md5sums=('5c47f31c0a61de4f213258932120ae16' '0205506613a36c1fc8ad3e87f3f9bd44')
    build() {
    cd $srcdir
    make || return 1
    package() {
    cd $srcdir
    install -d ${pkgdir}/usr/share/klaus
    cp -r bin lib share ${pkgdir}/usr/share/klaus
    install -Dm755 $srcdir/klaus.sh ${pkgdir}/usr/bin/klaus
    together with klaus.sh
    #!/bin/bash
    pushd /usr/share/klaus/bin
    ./klaus
    popd
    BTW, your program semms to have problems with german Umlauten and the ß. Is it unicode aware?

  • Can ZFS storage pools share a physical drive w/ the root (UFS) file system?

    I wonder if I'm missing something here, because I was under the impression ZFS offered ultimate flexability until I encountered the following fine print 50 pages into the ZFS Administration Guide:
    "Before creating a storage pool, you must determine which devices will store your data. These devices must be disks of at least 128 Mbytes in size, and _they must not be in use by other parts of the operating system_. The devices can be individual slices on a preformatted disk, or they can be entire disks that ZFS formats as a single large slice."
    I thought it was frustrating that ZFS couldn't be used as a boot disk, but the fact that I can't even use the rest of the space on the boot drive for ZFS is aggrivating. Or am I missing something? The following text appears elsewhere in the guide, and suggests that I can use the 7th slice:
    "A storage device can be a whole disk (c0t0d0) or _an individual slice_ (c0t0d0s7). The recommended mode of operation is to use an entire disk, in which case the disk does not need to be specially formatted."
    Currently, I've just installed Solaris 10 (6/11) on an Ultra 10. I removed the slice for /export/users (c0t0d0s7) from the default layout during the installation. So there's approx 6 GB in UFS space, and 1/2 GB in swap space. I want to make the 70GB of unused HDD space a ZFS pool.
    Suggestions? I read somewhere that the other slices must be unmounted before creating a pool. How do I unmount the root partition, then use the ZFS tools that reside in that unmounted space to create a pool?
    Edited by: MindFuq on Oct 20, 2007 8:12 PM

    It's not convenient for me to post that right now, because my ultra 10 is offline (for some reason the DNS never got set up properly, and creating an /etc/resolv.conf file isn't enough to get it going).
    Anyway, you're correct, I can see that there is overlap with the cylinders.
    During installation, I removed slice 7 from the table. However, under the covers the installer created a 'backup' partition (slice 2), which used the rest of the space (~74.5GB), so the installer didn't leave the space unused as I had expected. Strangely, the backup partition overlapped; it started at zero as the swap partition did, and it ended ~3000 cylinders beyond the root partition. I trusted the installer to be correct about things, and simply figured it was acceptible for multiple partitions to share a cylinder. So I deleted slice 2, and created slice 7 using the same boundaries as slice 2.
    So next I'll have to remove the zfs pool, and shrink slice 7 so it goes from cylinder 258 to ~35425.
    [UPDATE] It worked. Thanks Alex! When I ran zpool create tank c0t0d0s7, there was no error.
    Edited by: MindFuq on Oct 22, 2007 8:15 PM

  • Mounting a UFS file system using  NFS on Solaris 10

    Quick question: If I have a Solaris 10 server running ZFS can I just mount and read a UFS partition without any issues?

    NFS is filesystem agnostic.
    Your not mounting a UFS filesystem, you mounting an NFS filesystem.
    So the answer is yes.

  • How to create a 2 digit (gigabyte) file system to be used for 3 digit tiny size files and not running out of inodes

    I have a 83Gb file system that apparently is not full, but its actually full, because I have run out of inodes, and I have 10 million files in there, so I want to create another that will cater for this inode issue. My question is if I use the
    newfs -T
    option will it work? As its only going to be 90Gb?

    You use probably a UFS file system, right ? Then in this case, use the "-i" option with a value less as 8192. 8192 is the default value for a UFS filesystem that is between 3GB and 1 TB size.
    But if you want to store 10M of files, UFS will be limited to 1M per TB : 64-bit: Support of MultiterabyteUFS File Systems (System Administration Guide: Devices and File Systems)
    In this case, use instead UFS a ZFS filesystem that supports 2^48 entries !!!

  • File Systems are not shown in CCMS Monitoring

    Hi Gurus,
    We have installed all SAP components in Solaris 10 zones including Solution Manager.
    Solaris File Systems are not shown in CCMS Monitoring under FileSystem. It looks like SAPOSCOL is not sending the OS data to CCMS. It does not show file systems in OS06 also.
    The probles exists on Systems runnig in Solaris 10 zones only and NOT on systems running on individual Servers. [without Solaris zones]
    Thanks,
    Pj

    Hi,
    You need take some special considerations while installing SOLMAN on SOLARIS 10 zones. Check these notes
    Note 870652 - Installation of SAP in a Solaris 10 zone
    Note 724713 - parameter settings for Solaris 10
    Hope this will solve your problem.
    --Ragu

  • Convert ZFS root file system to UFS with data.

    Hi, I would need to covert my ZFS root file systems to UFS and boot from the other disk as a slice (/dev/dsk/c1t0d0s0)
    I am ok to split the hard disk from root pool mirror. any ideas on how this can be acheived?
    Please sugget. Thanks,

    from the same document that was quoted above in the Limitations section:
    Limitations
    Version 2.0 of the Oracle VM Server for SPARC P2V Tool has the following limitations:
    Only UFS file systems are supported.
    Only plain disks (/dev/dsk/c0t0d0s0), Solaris Volume Manager metadevices (/dev/md/dsk/dNNN), and VxVM encapsulated boot disks are supported on the source system.
    During the P2V process, each guest domain can have only a single virtual switch and virtual disk server. You can add more virtual switches and virtual disk servers to the domain after the P2V conversion.
    Support for VxVM volumes is limited to the following volumes on an encapsulated boot disk: rootvol, swapvol, usr, var, opt, and home. The original slices for these volumes must still be present on the boot disk. The P2V tool supports Veritas Volume Manager 5.x on the Solaris 10 OS. However, you can also use the P2V tool to convert Solaris 8 and Solaris 9 operating systems that use VxVM.
    You cannot convert Solaris 10 systems that are configured with zones.

  • Lucreate - „Cannot make file systems for boot environment“

    Hello!
    I'm trying to use LiveUpgrade to upgrade one "my" Sparc servers from Solaris 10 U5 to Solaris 10 U6. To do that, I first installed the patches listed on [Infodoc 72099|http://sunsolve.sun.com/search/document.do?assetkey=1-9-72099-1] and then installed SUNWlucfg, SUNWlur and SUNWluufrom the S10U6 sparc DVD iso. I then did:
    --($ ~)-- time sudo env LC_ALL=C LANG=C PATH=/usr/bin:/bin:/sbin:/usr/sbin:$PATH lucreate -n S10U6_20081207  -m /:/dev/md/dsk/d200:ufs
    Discovering physical storage devices
    Discovering logical storage devices
    Cross referencing storage devices with boot environment configurations
    Determining types of file systems supported
    Validating file system requests
    Preparing logical storage devices
    Preparing physical storage devices
    Configuring physical storage devices
    Configuring logical storage devices
    Analyzing system configuration.
    Comparing source boot environment <d100> file systems with the file
    system(s) you specified for the new boot environment. Determining which
    file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Searching /dev for possible boot environment filesystem devices
    Updating system configuration files.
    The device </dev/dsk/c1t1d0s0> is not a root device for any boot environment; cannot get BE ID.
    Creating configuration for boot environment <S10U6_20081207>.
    Source boot environment is <d100>.
    Creating boot environment <S10U6_20081207>.
    Creating file systems on boot environment <S10U6_20081207>.
    Creating <ufs> file system for </> in zone <global> on </dev/md/dsk/d200>.
    Mounting file systems for boot environment <S10U6_20081207>.
    Calculating required sizes of file systems              for boot environment <S10U6_20081207>.
    ERROR: Cannot make file systems for boot environment <S10U6_20081207>.So the problem is:
    ERROR: Cannot make file systems for boot environment <S10U6_20081207>.
    Well - why's that?
    I can do a "newfs /dev/md/dsk/d200" just fine.
    When I try to remove the incomplete S10U6_20081207 BE, I get yet another error :(
    /bin/nawk: can't open file /etc/lu/ICF.2
    Quellcodezeilennummer 1
    Boot environment <S10U6_20081207> deleted.I get this error consistently (I ran the lucreate many times now).
    lucreate used to work fine, "once upon a time", when I brought the system from S10U4 to S10U5.
    Would anyone maybe have an idea about what's broken there?
    --($ ~)-- LC_ALL=C metastat
    d200: Mirror
        Submirror 0: d20
          State: Okay        
        Pass: 1
        Read option: roundrobin (default)
        Write option: parallel (default)
        Size: 31458321 blocks (15 GB)
    d20: Submirror of d200
        State: Okay        
        Size: 31458321 blocks (15 GB)
        Stripe 0:
            Device     Start Block  Dbase        State Reloc Hot Spare
            c1t1d0s0          0     No            Okay   Yes
    d100: Mirror
        Submirror 0: d10
          State: Okay        
        Pass: 1
        Read option: roundrobin (default)
        Write option: parallel (default)
        Size: 31458321 blocks (15 GB)
    d10: Submirror of d100
        State: Okay        
        Size: 31458321 blocks (15 GB)
        Stripe 0:
            Device     Start Block  Dbase        State Reloc Hot Spare
            c1t0d0s0          0     No            Okay   Yes
    d201: Mirror
        Submirror 0: d21
          State: Okay        
        Submirror 1: d11
          State: Okay        
        Pass: 1
        Read option: roundrobin (default)
        Write option: parallel (default)
        Size: 2097414 blocks (1.0 GB)
    d21: Submirror of d201
        State: Okay        
        Size: 2097414 blocks (1.0 GB)
        Stripe 0:
            Device     Start Block  Dbase        State Reloc Hot Spare
            c1t1d0s1          0     No            Okay   Yes
    d11: Submirror of d201
        State: Okay        
        Size: 2097414 blocks (1.0 GB)
        Stripe 0:
            Device     Start Block  Dbase        State Reloc Hot Spare
            c1t0d0s1          0     No            Okay   Yes
    hsp001: is empty
    Device Relocation Information:
    Device   Reloc  Device ID
    c1t1d0   Yes    id1,sd@THITACHI_DK32EJ-36NC_____434N5641
    c1t0d0   Yes    id1,sd@SSEAGATE_ST336607LSUN36G_3JA659W600007412LQFN
    --($ ~)-- /bin/df -k | grep md
    /dev/md/dsk/d100     15490539 10772770 4562864    71%    /Thanks,
    Michael

    Hello.
    (sys01)root# devfsadm -Cv
    (sys01)root# To be on the safe side, I even rebooted after having run devfsadm.
    --($ ~)-- sudo env LC_ALL=C LANG=C lustatus
    Boot Environment           Is       Active Active    Can    Copy     
    Name                       Complete Now    On Reboot Delete Status   
    d100                       yes      yes    yes       no     -        
    --($ ~)-- sudo env LC_ALL=C LANG=C lufslist d100
                   boot environment name: d100
                   This boot environment is currently active.
                   This boot environment will be active on next system boot.
    Filesystem              fstype    device size Mounted on          Mount Options
    /dev/md/dsk/d100        ufs       16106660352 /                   logging
    /dev/md/dsk/d201        swap       1073875968 -                   -In the rebooted system, I re-did the original lucreate:
    <code>--($ ~)-- time sudo env LC_ALL=C LANG=C PATH=/usr/bin:/bin:/sbin:/usr/sbin:$PATH lucreate -n S10U6_20081207 -m /:/dev/md/dsk/d200:ufs</code>
    Copying.
    *{color:#ff0000}Excellent! It now works!{color}*
    Thanks a lot,
    Michael

  • How to configure a QFS file system on RAID5 disk in Sol 10 sparc

    Hi Forum,
    I am setting up Sun cluster 3.2 for oracle RAC on solaris Sparc system (2 node setup)
    I have a SAN disk of emc clarrion which is a RAID 5 disk.
    For Oracle clusterware to install it needs QFS file system so i also downloaded sun storedge QFS (refering to sun DOC)
    When i try to mount the samfs filesystem
    bash-3.00# samsharefs Data
    samsharefs: Filesystem Data not mounted
    bash-3.00# sammkfs Data
    Building 'Data' will destroy the contents of devices:
    /dev/dsk/c3t60060160F6B02000760677FF21FCDD11d0s4
    /dev/dsk/c3t60060160F6B02000760677FF21FCDD11d0s5
    Do you wish to continue? [y/N]y
    total data kilobytes = 104857600
    total data kilobytes free = 104857536
    total meta kilobytes = 104857600
    total meta kilobytes free = 104856192
    bash-3.00# samfsinfo Data
    name: Data version: 2
    time: Thu Feb 19 20:05:32 IST 2009
    count: 2
    capacity: 0000000006400000 DAU: 64
    space: 00000000063fffc0
    meta capacity: 0000000006400000 meta DAU: 16
    meta space: 00000000063ffa80
    ord eq capacity space device
    0 20 0000000006400000 00000000063ffa80 /dev/dsk/c3t60060160F6B02000760677FF21FCDD11d0s4
    1 21 0000000006400000 00000000063fffc0 /dev/dsk/c3t60060160F6B02000760677FF21FCDD11d0s5
    bash-3.00# mount /db_qfs
    mount_samfs: Non shared fs and shared are mutually exclusive.
    When i try to mount the file system i get the above message.
    Kindly suggest appropriate steps to resolve this issue.
    Regards
    Prakash

    As per the usual setup of a shared SAN disk. The file system used is UFS. when i started installing oracle clusterware i came to a point where i had to run root.sh. the error i got was UFS filesystem not supported.
    So now i get stuck in deciding which filesystem oracle clusterware would support. As i had the sun storedge QFS file system setup in the document i continued to follow it.
    If you have any steps for configuring oracle clusterware to use the UFS file system it would be an additional help. As i have the UFS file system setup ready at my end.
    Regards
    Prakash

  • Globaldevices file system

    Hi
    Solaris Cluster 3.3 u2 on Solaris 10 x86.
    I have dedicated slice for global device file system. During the cluster creation, i have not chosen the default method which is lofi method.
    For node "node1",
        Is it okay to use this default (yes/no) [yes]?  no
        Testing for "/globaldevices" on "node1" ... done
    For node "node2",
        Is it okay to use this default (yes/no) [yes]?  no
        Testing for "/globaldevices" on "node2" ... done
    After cluster creation, i am seeing lofi device for /global, i am not seeing the slice which i used for /globaldevices is used.
    # mount | grep lofi
    /global/.devices/node@1 on /dev/lofi/127 read/write/setuid/devices/rstchown/intr/largefiles/logging/noquota/global/xattr/nodfratime/onerror=panic/dev=240007f on Wed Oct  9 07:30:23 2013
    /global/.devices/node@2 on /dev/lofi/126 read/write/setuid/devices/rstchown/intr/largefiles/logging/noquota/global/xattr/nodfratime/onerror=panic/dev=240007e on Wed Oct  9 07:30:23 2013
    # mount | grep globaldevices
    /globaldevices on /dev/dsk/c0t0d0s3 read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=840083 on Wed Oct  9 07:30:07 2013
    # lofiadm
    Block Device             File
    /dev/lofi/126            /.globaldevices
    # du -h /.globaldevices
    1.0G   /.globaldevices
    Someone clarify me why the cluster used lofi? Since i have a dedicated slice for /globaldevice, why the cluster created lofi again ?
    Thanks & Regards,
    Shashi Kanth.

    Hi.
    According
    Planning the Oracle Solaris OS - Oracle Solaris Cluster Software Installation Guide
    In case you want have use /globaldevice as separated slice, you should:
    1.  Create UFS file systems on required device. You require at least 512 MB.
    2. Add record for this device to /etc/vfstab
    3.Mount /globaldevice.
    In this case cluster installation script will not create /globaldevice on lofi.
    Additional requirements:
    Planning the Global Devices, Device Groups, and Cluster File Systems - Oracle Solaris Cluster Software Installation Guid…
    You can use this procedure:
    Administering Device Groups - Oracle Solaris Cluster System Administration Guide
    for Migrate the Global-Devices Namespace From a lofi Device to a Dedicated Partition.
    Regards.

  • Java Card File System ...Please reply

    Hi all ,
    I am working on Java Card technology for last one year . Presently I am facing some problem regarding some file concept of java card .
    I know that Java Card 2.1 does not support file system . But I want to simulate the file system in java card using applets . i.e . I want to write an application(applet) , which can simulate the EF , DF in smart card . Whenever APDU command is send to the file system applet , it should generate a Elementary file (EF) or dedicated file (DF) etc and store data to that file.
    Can I do this type of thing using Java Card ? I am really in doubt .
    If you have any idea on this , please let me know your view on this . If you know any open source code for this type of simulated Java card file system , please let me know .
    I am desperately looking for a help .
    regards
    Dibyendu .
    you can contact me to this email
    [email protected]

    dear duran ,
    You have written that
    "Follow the guidelines for the different supported filesystems on the JC"
    But after Java Card version 2.0 , it does not support file system . I am using Java Card 2.1 .
    Could please some sample code to my mail Id , so that I can take a look at it .
    My mail id is : [email protected]
    Please share the idea , as I am really need some help.
    Regards ,
    Dibyendu.

  • Problem in Reducing the root file system space

    Hi All ,
    The root file system is reached 86%. We have cleared 1 GB data in /var file system. But the root file system still showing 86%. Please note that the /var file is not seprate file system.
    I have furnished the df -h output for your reference. Please provide solution as soon as possible.
    /dev/dsk/c1t0d0s0 2.9G 2.4G 404M 86% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 30G 1.0M 30G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    /dev/dsk/c1t0d0s3 6.7G 3.7G 3.0G 56% /usr
    /platform/SUNW,Sun-Fire-T200/lib/libc_psr/libc_psr_hwcap1.so.1
    2.9G 2.4G 404M 86% /platform/sun4v/lib/libc_psr.so.1
    /platform/SUNW,Sun-Fire-T200/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
    2.9G 2.4G 404M 86% /platform/sun4v/lib/sparcv9/libc_psr.so.1
    fd 0K 0K 0K 0% /dev/fd
    swap 33G 3.5G 30G 11% /tmp
    swap 30G 48K 30G 1% /var/run
    /dev/dsk/c1t0d0s4 45G 30G 15G 67% /www
    /dev/dsk/c1t0d0s5 2.9G 1.1G 1.7G 39% /export/home
    Regards,
    R. Rajesh Kannan.

    I don't know if the root partition filling up was sudden, and thus due to the killing of an in-use file, or some other problem. However, I have noticed that VAST amounts of space is used up just through the normal patching process.
    After I installed Sol 10 11/06, my 12GB root partition was 48% full. Now, about 2 months later, after applying available patches, it is 53% full. That is about 600 MB being taken up by the superseded versions of the installed patches. This is ridiculous. I have patched using Sun Update Manager, which by default does not use the patchadd -d option that would not back up old patch versions, so the superseded patches are building up in /var, wasting massive amounts of space.
    Are Solaris users just supposed to put up with this, or is there some other way we should manage patches? It is time consuming and dangerous to manually clean up the old patch versions by using patchrm to delete all versions of a patch and then using patchadd to re-install only the latest revision.
    Thank you.

  • Sendfilev() and file system interaction

    When transmitting a file over a TCP socket with sendfilev(), and the source being a regular file on a UFS file system, what exactly takes place in the filesystem locking subsystem?
    For example, if an HTTP server employs the sendfile system call, and the file is locked so that it may be read from properly, how does one update this file if the site is heavily trafficked, god forbid it's a Solaris 9 .iso and the user is downloading this file from a less than broadband connection. The file would be "locked" from updating for a potentially long time.
    /kris

    I think I answered your email. Also, you can have a look at these threads:
    Re: How to display bfile in Apex report
    Re: Linking to display an external file
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for

  • Free goods in purchase order

    hi guys: I got a problem. vendors will give me few goods for free when I purchase a material at a level of quantity.now I can creat a purchase order to purchase A with few quantity of A free, and the question is how can I purchase A with B free? wait

  • Unable to establish a for loop in custom rtf template for seeded xml file

    Hi Experts , I am Unable to establish a for loop in custom rtf template for seeded xml file. i am using <?:for-each:G_BSALINE?> FORM FIELD .....<?:FOR-EACH?END> .AM i missing something? Please help. Thanks

  • Automatically move all windows to external primary display?

    I'm using an external display as the primary display (the one with the menu bar) of my MacBook when in the office. With Tiger, when I would plug in the external display, all of the windows on the MacBook's internal display would jump to the external

  • Syncing contacts with iCloud and Outlook

    Hi, my iPhone is syncing one contact group ("from my PC") to Outlook and another ("iCloud") to iCloud. How can I merge everything and have all my contacts stored in MS Outlook and iCloud?

  • Validate SAML token with WSM

    I'v posted this thread in the [SOA Suite forum|http://forums.oracle.com/forums/thread.jspa?threadID=912083&tstart=0] in the first place, but maybe this forum is a better places, for this question. We're experiencing a lot of inconveniences using the