CTF File

I like to override the default value of 50 for errors option in SQL loader. I have following in my CTF file:
LOAD DATA
INFILE 'testTable.data'
BADFILE '../bad/test.bad'
DISCARDFILE '../bad/test.dsc'
DISCARDMAX 100
ERRORS 100
APPEND
PRESERVE BLANKS
INTO TABLE AGENT
Everything works if I take out ERRORS option. With it on I get the following message:
"SQL*Loader-350: Syntax error at line 7.
Expecting keyword INTO, found "ERRORS".
ERRORS 100
^"
Any ideas?
Thanks

You have to specify ERRORS at command line. See
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch04.htm#1004593

Similar Messages

  • SimpleSave sd320

    I was wondering if someone could help me in setting up my HP SimpleSave backup drive. Whilst it all works fine I have asked it to save .ctf files in the custom locations. Unfortuanately when I explore the drive I do not see these files. What do I have to do to be able to back up these files? What are the .ctf files? they are catalogues from a program called 'Whereisit' that catalogues the contents of cd's DVD's etc. These catalogues are located in the C drive - program files - Whereisit - Catalogues.
    I would be very grateful for any help regarding this as I do not want to lose these files.
    many thanks

    Sorry to ask again, but can no one help with this?

  • DTrace on Ubuntu ocelot

    I have Ubuntu ocelot and I have build DTrace from http://liberumvir.com/2012/06/01/zfs-and-dtrace-running-on-ubuntu.html
    The build is successful except for this
    build/ctfconvert not available - so not building the linux.ctf file
    NOTE: The build is complete, but build/ctfconvert is not available.
    This means you will get run time errors from the io.d and sched.d files
    due to undefined kernel structure definitions. Simply delete or rename
    these files until a fix can be put in place to handle older
    distros which do not have the required libdwarf dependencies.
    (Typical error is references to undefined struct definitions such
    as dtrace_cpu_t).
    Trying to run :
    ~/statistics/DTrace/DTraceToolkit-0.99$ ./iosnoop
    : probe description io:genunix::start does not match any probes
    ~/statistics/DTrace/DTraceToolkit-0.99$ dtrace -ln io:genunix::start
    ID PROVIDER MODULE FUNCTION NAME
    dtrace: failed to match io:genunix::start: No probe matches descriptionWhat could be the problem ? Is there a simple setup missing ? I am basically trying to measure disk IO and CPU usage at a sub-second level using Dtrace.
    Thanks.

    Dtrace and zfs have their origin in Sun Solaris OS. Attempts to port dtrace to Linux have been floating around since 2008, but as far as I remember it is not complete and not fully functional. I'm afraid you will have to find some alternative to Dtrace and iosnoop under Ubuntu.
    Oracle is porting Dtrace to Linux, which is currently in Beta stage, available as a technology preview for Oracle Linux. https://events.linuxfoundation.org/images/stories/pdf/lfcs2012_zannoni_hees.pdf

  • Disk free listing no longer work after rsync overwritten system files /etc

    Hi All,
    I am having difficulty running some key critical commands on this Solaris 10 server (Sun Fire X2200, M2 x64 Server) called SERVERB. This SERVERB is a disaster recovery system identical to our production server known as SERVERA. We recently scheduled an regular rsync cron job to copy everything from SERVERA to SERVERB, but feared that this process has also overwritten some of our system files in /etc which prevented these commands from working.
    Below is the output when attempting to run these commands:
    $ hostname                                                                     
    SERVERB                                                                        
    $ id                                                                           
    uid=12345(jack) gid=6789(staff)                                            
    $ df -k                                                                        
    $ df /home                                                                     
    df: Could not find mount point for /home                                       
    $ pwd                                                                          
    /tmp                                                     
    $ df -k .                                                                      
    df: Could not find mount point for .                                           
    $ which df                                                                     
    /usr/bin/df
    $ top                                                                          
    top: cannot find/execute "top" in ISA subdirectories                           
    $ which top                                                                    
    /usr/local/bin/top     I have re-installed 'top' but it did not make much difference.
    We have also splitted up physical SERVERB into multiple regions using Solaris Zoning, but not sure whether we have correctly partitioned/sized the filesystems correctly amongst each zones.
    Any advice would be appreciated.
    Thanks,
    Jack

    Hi rogerfujii,
    Thank you very much for responding to my call for advice.
    Does /etc/mnttab gets regenerated during reboot, or do we need to restore the orginal file (going to be difficult) prior to rebooting? I thought that this file is dynamically build (from /etc/vfstab) during startup but need your confirmation.
    Below is listing of "zfs list" which may shed some light on what the filesystems were configured to:
    $ zfs list
    NAME                   USED  AVAIL  REFER  MOUNTPOINT
    dr-zpool               133G  51.5G    18K  /dr-zpool
    dr-zpool-old           129G  55.2G    18K  /dr-zpool-old
    dr-zpool-old/dr-db     121G  29.2G   121G  /old/prod/db
    dr-zpool-old/dr-inst  6.34G  23.7G  6.34G  /old/prod/inst
    dr-zpool-old/dr-lg    1.74G  2.26G  1.74G  /old/prod/lg
    dr-zpool-old/dr-pl    1.04M  4.00G  1.04M  /old/prod/pl
    dr-zpool-old/logs       18K  55.2G    18K  /old/dr/logs
    dr-zpool/dr-db         118G  31.8G   118G  /prod/db
    dr-zpool/dr-inst      9.21G  20.8G  9.21G  /prod/inst
    dr-zpool/dr-lg        2.86G  1.14G  2.86G  /prod/lg
    dr-zpool/dr-logs      1.90G  51.5G  1.90G  /prod/logs
    dr-zpool/dr-pl         377M  3.63G   377M  /prod/pl
    The following is the content of /etc/vfstab which I suspect may have also been clobberred:
    $ more 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/d20 -       -       swap    -       no      -
    /dev/md/dsk/d10 /dev/md/rdsk/d10        /       ufs     1       no      logging
    /dev/md/dsk/d30    /dev/md/rdsk/d30     /var    ufs     1       no      logging
    /devices        -       /devices        devfs   -       no      -
    ctfs    -       /system/contract        ctfs    -       no      -
    objfs   -       /system/object  objfs   -       no      -
    swap    -       /tmp    tmpfs   -       yes     -
    #dr-UFS-tuned
    /dev/dsk/c4t600A0B800029FC220000073D49C29FD9d0s6 /dev/rdsk/c4t600A0B800029FC2200
    00073D49C29FD9d0s6 /apps ufs 2 yes logging
    #dr-UFS-tuned
    /dev/dsk/c4t600A0B800029FC220000073D49C29FD9d0s5 /dev/rdsk/c4t600A0B800029FC2200
    00073D49C29FD9d0s5 /prod/3g ufs 2 yes logging
    #dr-UFS
    /dev/dsk/c4t600A0B800029FC220000067E48345A45d0s6 /dev/rdsk/c4t600A0B800029FC2200
    00067E48345A45d0s6 /backup ufs 2 yes logging
    #dev-regions
    /dev/dsk/c4t600A0B800029FC2200000681483462BFd0s6 /dev/rdsk/c4t600A0B800029FC2200
    000681483462BFd0s6 /regions ufs 2 yes logging
    sharefs         -       /etc/dfs/sharetab       sharefs -       no      -
    Output of "truss -f -o /tmp/df.out /usr/local/bin/df":
    13858:     execve("/usr/sbin/df", 0xFFBFE964, 0xFFBFE970)  argc = 2
    13858:     resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    13858:     resolvepath("/usr/sbin/df", "/usr/sbin/df", 1023) = 12
    13858:     stat("/usr/sbin/df", 0xFFBFE740)          = 0
    13858:     open("/var/ld/ld.config", O_RDONLY)          Err#2 ENOENT
    13858:     stat("/product/lib/libcmd.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/local/lib/libcmd.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/local/lib/libcmd.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/lib/libcmd.so.1", 0xFFBFE1F8)     = 0
    13858:     resolvepath("/usr/lib/libcmd.so.1", "/lib/libcmd.so.1", 1023) = 16
    13858:     open("/usr/lib/libcmd.so.1", O_RDONLY)          = 3
    13858:     mmap(0x00010000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    13858:     mmap(0x00010000, 90112, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF380000
    13858:     mmap(0xFF380000, 9948, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF380000
    13858:     mmap(0xFF394000, 1027, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 16384) = 0xFF394000
    13858:     munmap(0xFF384000, 65536)               = 0
    13858:     memcntl(0xFF380000, 3336, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    13858:     close(3)                         = 0
    13858:     stat("/product/lib/libc.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/local/lib/libc.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/local/lib/libc.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/lib/libc.so.1", 0xFFBFE1F8)          = 0
    13858:     resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    13858:     open("/usr/lib/libc.so.1", O_RDONLY)          = 3
    13858:     mmap(0xFF3A0000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    13858:     mmap(0x00010000, 1351680, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF200000
    13858:     mmap(0xFF200000, 1229381, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF200000
    13858:     mmap(0xFF33E000, 35801, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 1236992) = 0xFF33E000
    13858:     mmap(0xFF348000, 1576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF348000
    13858:     munmap(0xFF32E000, 65536)               = 0
    13858:     mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF3F0000
    13858:     memcntl(0xFF200000, 144964, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    13858:     close(3)                         = 0
    13858:     stat("/product/lib/libc.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/local/lib/libc.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     stat("/usr/local/lib/libc.so.1", 0xFFBFE1F8)     Err#2 ENOENT
    13858:     mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF370000
    13858:     munmap(0xFF3A0000, 32768)               = 0
    13858:     getcontext(0xFFBFE430)
    13858:     getrlimit(RLIMIT_STACK, 0xFFBFE410)          = 0
    13858:     getpid()                         = 13858 [13857]
    13858:     setustack(0xFF372A88)
    13858:     brk(0x000290D0)                         = 0
    13858:     brk(0x0002B0D0)                         = 0
    13858:     stat("/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1", 0xFFBFE0F0) = 0
    13858:     resolvepath("/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1", "/platform/sun4v/lib/libc_psr.so.1", 1023) = 33
    13858:     open("/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1", O_RDONLY) = 3
    13858:     mmap(0x00010000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    13858:     munmap(0xFF3A2000, 24576)               = 0
    13858:     close(3)                         = 0
    13858:     ioctl(1, TCGETA, 0xFFBFE88C)               = 0
    13858:     open("/etc/mnttab", O_RDONLY)               = 3
    13858:     llseek(3, 0, SEEK_CUR)                    = 0
    13858:     llseek(3, 0, SEEK_SET)                    = 0
    13858:     ioctl(3, (('m'<<8)|7), 0xFFBFE6EC)          Err#25 ENOTTY
    13858:     llseek(3, 0, SEEK_CUR)                    = 0
    13858:     close(3)                         = 0
    13858:     zone_lookup("")                         = 0
    13858:     zone_lookup("")                         = 0
    13858:     zone_list(0x00000000, 0xFFBFE76C)          = 0
    13858:     zone_list(0x0002A188, 0xFFBFE76C)          = 0
    13858:     brk(0x0002B0D0)                         = 0
    13858:     brk(0x0002D0D0)                         = 0
    13858:     zone_getattr(9, ZONE_ATTR_ROOT, 0x0002A57C, 1024) = 26
    13858:     _exit(0)Looks like I will need some training in this area.
    Any suggestion would be very much appreciated.
    Thanks again,
    Jack

  • Expanding root file system size

    Hi,
    I am using Solaris 10 in VMware.
    I have increased the virtual disk size in Vmware console from 10 GB to 18GB. What commands should i run to affect this changes in my / file system.
    Below is the df -h output.
    bash-3.00# df -h
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c0d1s0 6.4G 3.4G 3.0G 54% /
    /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 1.1G 960K 1.1G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    fd 0K 0K 0K 0% /dev/fd
    swap 1.1G 40K 1.1G 1% /tmp
    swap 1.1G 28K 1.1G 1% /var/run
    /dev/dsk/c0d1s7 2.8G 2.9M 2.8G 1% /export/home
    bash-3.00#
    Thanks in Advance
    Raja Challagulla

    Hi Bob,
    Thanks for giving reply.
    Below is the output.
    bash-3.00# prtvtoc /dev/rdsk/c0d1s2
    * /dev/rdsk/c0d1s2 partition map
    * Dimensions:
    * 512 bytes/sector
    * 63 sectors/track
    * 255 tracks/cylinder
    * 16065 sectors/cylinder
    * 1304 cylinders
    * 1302 accessible cylinders
    * Flags:
    * 1: unmountable
    * 10: read-only
    * Unallocated space:
    * First Sector Last
    * Sector Count Sector
    * 0 1124550 1124549
    * First Sector Last
    * Partition Tag Flags Sector Count Sector Mount Directory
    0 2 00 1124550 13687380 14811929 /
    1 3 01 48195 1076355 1124549
    2 5 00 0 20916630 20916629
    7 8 00 14811930 6088635 20900564 /export/home
    8 1 01 0 16065 16064
    9 9 01 16065 32130 48194
    bash-3.00#
    Please let me know if you need any details.
    Thanks
    Raja Challagulla

  • Problem with swap files after reboot.

    Hello
    I have installed Solaris 10 10/09 s10x_u8wos_08a on a Sun Fire X4140.
    The file system is UFS.
    I wish to add more swap space
    I have created these two files under /export/home:
    -rw------T 1 root root 5368709120 Jun 16 10:12 newswap
    -rw------T 1 root root 2147483648 Jun 16 10:38 newswap2
    When I enter swap -a /export/home/newswap, the command succeeds and I can see the additional swapspace with swap -l.
    I have the following configuration in /etc/vfstab
    # 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/dsk/c1t5d0s1 - - swap - no -
    /dev/dsk/c1t5d0s0 /dev/rdsk/c1t5d0s0 / ufs 1 no -
    /dev/dsk/c1t5d0s7 /dev/rdsk/c1t5d0s7 /export/home ufs 2 yes -
    /export/home/newswap - - swap - no -
    /export/home/newswap2 - - swap - no -
    /devices - /devices devfs - no -
    sharefs - /etc/dfs/sharetab sharefs - no -
    ctfs - /system/contract ctfs - no -
    objfs - /system/object objfs - no -
    swap - /tmp tmpfs - yes -
    Although it is supposed to work, after reboot, the only mounted swap file is /dev/dsk/c1t5d0s1.
    The two file under /export/home aren't mounted as swap. Why?
    Can anybody give me some help on this issue?
    Thanks

    Actually you don't have to create a dedicated slice/filesystem for swap.
    You can create files and then use them as swap.
    Here is the link from the documentation of Solaris
    http://docs.sun.com/app/docs/doc/817-5093/fsswap-59089?a=view
    My issue is that although I have configured /etc/vfstab according to the documentation, the swap files aren't automatically mounted on boot. I can only mount them as swap manually with swap -a.
    Can anybody help?

  • 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.

  • Solaris 10 - File System Size / Layout

    Hello, I�m very new to Solaris OS � UNIX world and have a question around the file system.
    I have SUN System with a single 36GB of Hard Disk, and eventually I want to install Oracle 10g on it as a development server for myself.
    My question is around the file system size and layout
    I have installed Solaris 10 and accepted the default file system, which is as below:
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c1t1d0s0 5.0G 3.4G 1.6G 69% /
    /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 1.5G 1.1M 1.5G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1 5.0G 3.4G 1.6G 69% /platform/sun4u-us3/lib/libc_psr.so.1
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1 5.0G 3.4G 1.6G 69% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    fd 0K 0K 0K 0% /dev/fd
    swap 1.5G 136K 1.5G 1% /tmp
    swap 1.5G 88K 1.5G 1% /var/run
    /dev/dsk/c1t1d0s7 28G 28M 28G 1% /export/home
    What I don�t understand is when I eventually install Oracle, where will the directory go for it?
    The /home/export folder is aprrox: 28GB which is now taking up most of the space, and I understand that this is for users, therefore my question is:
    1.Should I have allocated a more space to the root file system for oracle during the OS install?
    2. If so what should I do? (its not a production system and I know it will have to go somewhere on the single drive, I�m happy to rebuild as I�m still learning the OS).
    Any suggestions?
    Rgds
    D

    Thanks, I do have this but needed info on the file system layout... but I have the info now...
    If you select the auto file system layout on Solaris 10 then it gives the remaining space to the home/export . I have since re-installed, customised the file system layout and have space for the database.
    D

  • Unable to create any files under '/' and /export/home as root user

    Dear Forum,
    Please help me on this problem.
    In my server I cant create any files under / and /export/home . But I can save files under /var, /tmp ,/opt
    #cd /
    #touch tempfile
    touch: tempfile cannot create
    #cd /export/
    # ls -lp
    total 2
    drwxr-xr-x   9 root     root         512 Oct 20 11:09 home/
    # cd home
    # touch testfile
    touch: testfile cannot create
    # id
    uid=0(root) gid=0(root)
    # df -kh
    Filesystem             size   used  avail capacity  Mounted on
    /dev/md/dsk/d0         9.9G   5.5G   4.2G    57%    /
    /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                    22G   1.2M    22G     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    /dev/md/dsk/d3         9.9G   6.8G   3.0G    70%    /usr
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1
                           9.9G   5.5G   4.2G    57%    /platform/sun4u-us3/lib/libc_psr.so.1
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1
                           9.9G   5.5G   4.2G    57%    /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    /dev/md/dsk/d5         7.9G   2.5G   5.3G    33%    /var
    swap                    22G   400K    22G     1%    /tmp
    swap                    22G    48K    22G     1%    /var/run
    /dev/md/dsk/d4          20G   4.7G    15G    25%    /opt
    /dev/md/dsk/d6          63G    36G    26G    58%    /data
    # more /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/d1  -       -       swap    -       no      -
    /dev/md/dsk/d0  /dev/md/rdsk/d0 /       ufs     1       no      -
    /dev/md/dsk/d3  /dev/md/rdsk/d3 /usr    ufs     1       no      -
    /dev/md/dsk/d5  /dev/md/rdsk/d5 /var    ufs     1       no      -
    /dev/md/dsk/d6  /dev/md/rdsk/d6 /data   ufs     2       yes     -
    /dev/md/dsk/d4  /dev/md/rdsk/d4 /opt    ufs     2       yes     -
    #10.183.103.11:/backup  -       /backup nfs     -       yes     rw
    /devices        -       /devices        devfs   -       no      -
    ctfs    -       /system/contract        ctfs    -       no      -
    objfs   -       /system/object  objfs   -       no      -
    swap    -       /tmp    tmpfs   -       yes     -
    10.183.103.11:/nfs_backup/NCMDB1 - /rman_backup nfs 0 yes rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768
    Regards,

    Please have the output of /etc/mnttab
    /dev/md/dsk/d0  / ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540000 1382602314
    /devices /devices        devfs dev=5400000     1382602306
    ctfs /system/contract ctfs    dev=5440001     1382602306
    proc    /proc proc    dev=5480000     1382602306
    mnttab  /etc/mnttab mntfs   dev=54c0001     1382602306
    swap /etc/svc/volatile       tmpfs xattr,dev=5500001       1382602306
    objfs   /system/object  objfs dev=5540001     1382602306
    /dev/md/dsk/d3  /usr ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540003 1382602315
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1 /platform/sun4u-us3/lib/libc_psr.so.1   lofs dev=1540000     1382602313
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1 /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1 lofs    dev=1540000     1382602313
    fd      /dev/fd fd      rw,dev=5700001  1382602315
    /dev/md/dsk/d5  /var ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540005 1382602315
    swap    /tmp tmpfs   xattr,dev=5500002 1382602315
    swap /var/run        tmpfs xattr,dev=5500003       1382602315
    /dev/md/dsk/d4  /opt ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540004 1382602318
    /dev/md/dsk/d6  /data ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1540006 1382602318
    -hosts  /net    autofs nosuid,indirect,ignore,nobrowse,dev=57c0001     1382602321
    auto_home /home   autofs  indirect,ignore,nobrowse,dev=57c0002 1382602321
    NCM1:vold(pid393) /vol    nfs ignore,noquota,dev=5780001      1382602322

  • [Installation of DB Instance] Can't find the file specified R3load.exe

    Hi All,
    I would like to install the SAP Web AS 6.40.
    I copied the DVDs to my HDD. I have assigned 60Gigs to my VM Ware instance.
    I installed the following do far:
    1. MS SQL Server 2000
    2. ABAP->MS SQL Server->Unicode->"Central Instance" successfully
    Then I tried installing the ABAP->MS SQL Server->Unicode->"Database Instance" thereafter, however I got the following error:
    ERROR 2006-10-19 00:12:53
    FSL-06002  Error 2 (The system cannot find the file specified.
    ) in execution of a 'CreateProcess' function, line (278), with parameter (C:\usr\sap\L02\SYS\exe\run/R3load.exe -ctf I C:/SAP/DVDs/EXPORT/EXP1/DATA/SAPSSEXC.STR C:/SAP/DVDs/EXPORT/EXP1/DB/DDLMSS.TPL "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_MSS_UC\DB/SAPSSEXC.TSK" MSS -l "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_MSS_UC\DB/SAPSSEXC.log").
    INFO 2006-10-19 00:12:53
    Working directory changed to C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_MSS_UC\DB.
    ERROR 2006-10-19 00:12:53
    MSC-01007  ESyException: ESAPinstException: error text undefined
    WARNING 2006-10-19 00:25:34
    An error occurred during the installation.
    Are perhaps my installation steps wrong or something?
    Any clues would be much appreciated.
    Regards,
    -Alen Ribic

    Hello Alen,
    -Please confirm that you've insatlled SQL SP3A or higher
    -It seems like it is looking for file in:
    C:/SAP/DVDs/EXPORT/EXP1/DATA/ directory. Please check that the path is okay.
    -in what phase this error happens ?
    Regards,
    Dimitry Haritonov

  • ERROR: invalid checksum in data file (log file SAPDOKCL.log)

    Hi All,
    I am trying to install SAP4.7 IDES on Windows 2003 server with oracle9.2 as database
    I am getting this error from a long time. Let me know how to troubleshoot this.
    I have replaced the Export file 5 with a new one but agin the same error
    Thanks in Advance
    Rakesh
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131032746
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -ctf I E:\Exports\51019635_1--export5/DATA/SAPDOKCL.STR C:\SAPinst/DDLORA.TPL C:\SAPinst/SAPDOKCL.TSK ORA -l C:\SAPinst/SAPDOKCL.log
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job completed
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131032746
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131032808
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst/SAPDOKCL.cmd -l C:\SAPinst/SAPDOKCL.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\ora92 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=014C5914,svrhp=014C7B4C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    Sun Jan 31 03:28:14 2010
    ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    (DB) INFO: connected to DB
    (DB) INFO: DOKCLU created
    (RFF) ERROR: invalid checksum in data file "E:\Exports\51019635_1--export5/DATA/SAPDOKCL.001"
                 current table was "DOKCLU"
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=014C5914,srvhp=014C7B4C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131033807
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131093619
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst/SAPDOKCL.cmd -l C:\SAPinst/SAPDOKCL.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\ora92 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=014C5914,svrhp=014C7B4C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    (DB) INFO: connected to DB
    (DB) INFO: DOKCLU deleted/truncated
    (RFF) ERROR: invalid checksum in data file "E:\Exports\51019635_1--export5/DATA/SAPDOKCL.001"
                 current table was "DOKCLU"
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=014C5914,srvhp=014C7B4C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131094626
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131103530
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst/SAPDOKCL.cmd -l C:\SAPinst/SAPDOKCL.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\ora92 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=014C5914,svrhp=014C7B4C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    (DB) INFO: connected to DB
    (DB) INFO: DOKCLU deleted/truncated
    (RFF) ERROR: invalid checksum in data file "E:\Exports\51019635_1--export5/DATA/SAPDOKCL.001"
                 current table was "DOKCLU"
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=014C5914,srvhp=014C7B4C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131104452

    and to add: you're not following SAPs suggestions according to the installation guide.
    > D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    Kernel 6.20 is out of support already for a long time. You should get an updated installation CD with a 6.40 kernel.
    > DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    9.2.0.1 was never supported. If you read the installation you will notice, that you should install the database plus the latest patchset plus the latest interim patches before you continue with the installation.
    Markus

  • The file migration_monitor_cmd.properties have not created

    Hi,
    I am working on TDMS with shell creation.
    upto phase "Modify Control Files with Exclude Table Information" have worked fine.
    But during phase "Export the Database" the file migration_monitor_cmd.properties have not created.
    i have modified the file "export_monitor_cmd.properties" as per our setup but after it when
    i am executing the file "export_monitor.sh" it gives the below error.
    [root@repbkp EXP]# sh export_monitor.sh
    The dbms_type environment variable is not defined.
    This environment variable is needed to run this program.
    [root@repbkp EXP]#
    SAP Basis Release : 700 & Patch level : 15
    Kernel Release : 700 & Patch Level : 201
    Kindly suggest me what do to resolve this i will be highly appreciate for your kind response
    Below are the files created in respective folders, kindly have a look on it ...
    [root@repbkp shellinst]# pwd
    /oracle/REP/shellinst
    [root@repbkp shellinst]# ll
    total 88972
    -rw-rr 1 repadm sapsys    66923 Aug 30 07:47 control.log
    -rw-rr 1 repadm sapsys      714 Aug 30 07:47 DDLADA.TPL
    -rw-rr 1 repadm sapsys 12452727 Aug 30 07:47 DDLDB2_LRG.TPL
    -rw-rr 1 repadm sapsys 12452741 Aug 30 07:47 DDLDB2.TPL
    -rw-rr 1 repadm sapsys      778 Aug 30 07:47 DDLDB4_LRG.TPL
    -rw-rr 1 repadm sapsys      792 Aug 30 07:47 DDLDB4.TPL
    -rw-rr 1 repadm sapsys     3404 Aug 30 07:47 DDLDB6_LRG.TPL
    -rw-rr 1 repadm sapsys     3418 Aug 30 07:47 DDLDB6.TPL
    -rw-rr 1 repadm sapsys     1627 Aug 30 07:47 DDLINF.TPL
    -rw-rr 1 repadm sapsys      998 Aug 30 07:47 DDLMSS.TPL
    -rw-rr 1 repadm sapsys      823 Aug 30 07:47 DDLMYS.TPL
    -rw-rr 1 repadm sapsys     5222 Aug 30 07:47 DDLORA_LRG.TPL
    -rw-rr 1 repadm sapsys  1086406 Aug 31 15:15 DDLORA.TPL
    -rw-rr 1 repadm sapsys     1048 Aug 30 07:47 SAP0000.STR
    -rw-rr 1 repadm sapsys 18579033 Aug 30 07:46 SAPAPPL0.STR
    -rw-rr 1 repadm sapsys 17786078 Aug 30 07:45 SAPAPPL1.STR
    -rw-rr 1 repadm sapsys 20022030 Aug 30 07:47 SAPAPPL2.STR
    -rw-rr 1 repadm sapsys    24430 Aug 30 07:47 SAPCLUST.STR
    -rw-rr 1 repadm sapsys      222 Aug 30 07:47 SAPDDIM.STR
    -rw-rr 1 repadm sapsys      951 Aug 30 07:47 SAPDFACT.STR
    -rw-rr 1 repadm sapsys     2252 Aug 30 07:47 SAPDODS.STR
    -rw-rr 1 repadm sapsys    43723 Aug 30 07:47 SAPPOOL.STR
    -rw-rr 1 repadm sapsys   248051 Aug 30 07:45 SAPSDIC.STR
    -rw-rr 1 repadm sapsys    65187 Aug 30 07:47 SAPSDOCU.STR
    -rw-rr 1 repadm sapsys     6130 Aug 30 07:47 SAPSLEXC.STR
    -rw-rr 1 repadm sapsys    11091 Aug 30 07:47 SAPSLOAD.STR
    -rw-rr 1 repadm sapsys   188625 Aug 30 07:47 SAPSPROT.STR
    -rw-rr 1 repadm sapsys   216832 Aug 30 07:47 SAPSSEXC.STR
    -rw-rr 1 repadm sapsys   145222 Aug 30 07:47 SAPSSRC.STR
    -rw-rr 1 repadm sapsys      676 Aug 30 07:47 SAPSTR.LST
    -rw-rr 1 repadm sapsys      226 Aug 30 07:47 SAPUSER1.STR
    -rw-rr 1 repadm sapsys    11459 Aug 30 07:45 SAPUSER.STR
    -rw-rr 1 repadm sapsys  7590794 Aug 30 07:47 SAPVIEW.STR
    -rw-rw---- 1 repadm sapsys     5150 Aug 31 15:15 SAVEDDLORA.TPL
    [root@repbkp shellinst]#
    [root@repbkp EXP]# pwd
    /tmp/sapinst_instdir/ERP/LM/COPY/ORA/EXP/CENTRAL/AS-ABAP/EXP
    [root@repbkp EXP]# ll
    total 82568
    -rw-rr 1 root   sapinst    45386 Nov 17  2007 activation.jar
    -rwxr-x--- 1 root   sapinst     2292 Dec 15  2006 catalog.dtd
    -rwxr-x--- 1 root   sapinst     7260 Jan 24  2008 control.dtd
    -rwxr-x--- 1 root   sapinst  7222577 Feb 28  2008 control.xml
    -rw-rr 1 repadm sapsys     28509 Aug 31 16:02 DBSIZE.XML
    -rw-rr 1 repadm sapsys      5222 Aug 31 16:01 DDLORA_LRG.TPL.bck
    -rw-rr 1 repadm sapsys      5158 Aug 31 16:01 DDLORA.TPL.bck
    -rwxr-x--- 1 root   sapinst   880983 Feb 28  2008 dialog.xml
    -rwxr-x--- 1 root   sapinst     3436 Jan 24  2008 doc.dtd
    -rwxr-x--- 1 root   sapinst     9663 Oct 25  2007 exportcds.xml
    -rw-rr 1 root   sapinst     1052 Nov 17  2007 export_monitor.bat
    -rw-rw-rw- 1 root   sapinst     1585 Aug 31 17:49 export_monitor_cmd.properties
    -rw-rr 1 root   root        3373 Aug 31 17:56 ExportMonitor.console.log
    -rw-rr 1 root   root       57158 Aug 31 17:56 export_monitor.log
    -rw-rr 1 root   root           0 Aug 31 17:54 export_monitor.log.lck
    -rwxr-xr-x 1 root   sapinst      856 Nov 17  2007 export_monitor.sh
    -rw-rr 1 root   root        1161 Aug 31 17:56 export_state.properties
    -rw-rr 1 root   sapinst     1052 Nov 17  2007 import_dirs.bat
    -rwxr-xr-x 1 root   sapinst     1034 Nov 17  2007 import_dirs.sh
    -rw-rr 1 root   sapinst     1052 Nov 17  2007 import_monitor.bat
    -rw-rw-rw- 1 root   sapinst     1215 Nov 17  2007 import_monitor_cmd.properties
    -rwxr-xr-x 1 root   sapinst      856 Nov 17  2007 import_monitor.sh
    -rw-r----- 1 root   sapinst      186 Aug 31 15:47 inifile.1.xml
    -rw-r----- 1 root   sapinst    11358 Aug 31 16:00 inifile.xml
    -rwxr-x--- 1 root   sapinst    16175 Dec 15  2006 jexclude.xml
    -rwxr-x--- 1 root   sapinst   250447 Feb 28  2008 keydb.1.xml
    -rwxr-x--- 1 root   sapinst     1717 Jan 24  2008 keydb.dtd
    -rwxr-x--- 1 root   sapinst   533609 Aug 31 16:02 keydb.xml
    -rw-rr 1 root   sapinst   280984 Nov 17  2007 mail.jar
    -rwxr-x--- 1 root   sapinst     1321 Jan 24  2008 messages.dtd
    -rwxr-x--- 1 root   sapinst   760094 Jan 24  2008 messages.xml
    -rw-rr 1 root   sapinst   221815 Nov 17  2007 migmon.jar
    -rw-rr 1 root   sapinst   197831 Nov 17  2007 MigrationMonitor.pdf
    -rwxr-x--- 1 root   sapinst      266 Jan 24  2008 packages.dtd
    -rw-r----- 1 root   sapinst      123 Aug 31 16:02 package_splitter_cmd.properties
    -rw-rr 1 repadm sapsys      1858 Aug 31 16:02 PackageSplitter.console.log
    -rwxr-x--- 1 root   sapinst     4213 Aug 19  2008 packages.xml
    -rwxr-x--- 1 root   sapinst     1100 Dec 15  2006 product.1.xml
    -rwxr-x--- 1 root   sapinst     1079 Aug 31 15:47 product.xml
    -rw-r----- 1 root   sapinst        0 Aug 31 16:00 R3ldctl.exe.log
    -rw-rr 1 repadm sapsys     66923 Aug 31 16:01 R3ldctlExport.log
    -rw-r----- 1 root   sapinst      675 Aug 31 16:00 R3load.exe.log
    -rw-r----- 1 root   sapinst      246 Aug 31 15:48 R3load.log
    -rw-r----- 1 root   sapinst        0 Aug 31 16:02 R3szchk.exe.log
    -rw-rr 1 repadm sapsys      2609 Aug 31 16:02 R3szchkExport.log
    -rw-rr 1 root   sapinst      642 Nov 17  2007 res_check.bat
    -rw-rr 1 root   sapinst    45558 Nov 17  2007 rescheck.jar
    -rwxr-xr-x 1 root   sapinst      460 Nov 17  2007 res_check.sh
    -rwxr-x--- 1 root   sapinst   581944 Feb 28  2008 resourcepool.xml
    -rwxr-x--- 1 root   sapinst     1084 Jan 24  2008 resources.dtd
    -rw-rr 1 repadm sapsys        54 Aug 31 16:02 SAP0000.EXT.old
    -rw-rr 1 repadm sapsys      1048 Aug 31 16:01 SAP0000.STR.old
    -rw-rr 1 repadm sapsys   1217263 Aug 31 16:02 SAPAPPL0.EXT.old
    -rw-rr 1 repadm sapsys  18579033 Aug 31 16:01 SAPAPPL0.STR.old
    -rw-rr 1 repadm sapsys    867672 Aug 31 16:02 SAPAPPL1.EXT.old
    -rw-rr 1 repadm sapsys  17786078 Aug 31 16:01 SAPAPPL1.STR.old
    -rw-rr 1 repadm sapsys   2183197 Aug 31 16:02 SAPAPPL2.EXT.old
    -rw-rr 1 repadm sapsys  20022030 Aug 31 16:01 SAPAPPL2.STR.old
    -rw-rr 1 repadm sapsys      2206 Aug 31 16:02 SAPCLUST.EXT.old
    -rw-rr 1 repadm sapsys     24430 Aug 31 16:01 SAPCLUST.STR.old
    -rw-rr 1 repadm sapsys        58 Aug 31 16:02 SAPDDIM.EXT.old
    -rw-rr 1 repadm sapsys       222 Aug 31 16:01 SAPDDIM.STR.old
    -rw-rr 1 repadm sapsys       184 Aug 31 16:02 SAPDFACT.EXT.old
    -rw-rr 1 repadm sapsys       951 Aug 31 16:01 SAPDFACT.STR.old
    -rw-rr 1 repadm sapsys       380 Aug 31 16:02 SAPDODS.EXT.old
    -rw-rr 1 repadm sapsys      2252 Aug 31 16:01 SAPDODS.STR.old
    -rw-r----- 1 root   sapinst  1093353 Aug 31 16:02 sapinst_dev.log
    -rwxr-x--- 1 root   sapinst     9616 Jan 24  2008 sapinstgui.dtd
    -rw-r----- 1 root   sapinst    72376 Aug 31 16:02 sapinst.log
    -rw-rr 1 repadm sapsys      6020 Aug 31 16:02 SAPPOOL.EXT.old
    -rw-rr 1 repadm sapsys     43723 Aug 31 16:01 SAPPOOL.STR.old
    -rw-rr 1 repadm sapsys     22315 Aug 31 16:02 SAPSDIC.EXT.old
    -rw-rr 1 repadm sapsys    248051 Aug 31 16:00 SAPSDIC.STR.old
    -rw-rr 1 repadm sapsys      5569 Aug 31 16:02 SAPSDOCU.EXT.old
    -rw-rr 1 repadm sapsys     65187 Aug 31 16:01 SAPSDOCU.STR.old
    -rw-rr 1 repadm sapsys       567 Aug 31 16:02 SAPSLEXC.EXT.old
    -rw-rr 1 repadm sapsys      6130 Aug 31 16:01 SAPSLEXC.STR.old
    -rw-rr 1 repadm sapsys      1246 Aug 31 16:02 SAPSLOAD.EXT.old
    -rw-rr 1 repadm sapsys     11091 Aug 31 16:01 SAPSLOAD.STR.old
    -rw-rr 1 repadm sapsys     12169 Aug 31 16:02 SAPSPROT.EXT.old
    -rw-rr 1 repadm sapsys    188625 Aug 31 16:01 SAPSPROT.STR.old
    -rw-rr 1 repadm sapsys     18552 Aug 31 16:02 SAPSSEXC.EXT.old
    -rw-rr 1 repadm sapsys    216832 Aug 31 16:01 SAPSSEXC.STR.old
    -rw-rr 1 repadm sapsys     12984 Aug 31 16:02 SAPSSRC.EXT.old
    -rw-rr 1 repadm sapsys    145222 Aug 31 16:01 SAPSSRC.STR.old
    -rw-rr 1 repadm sapsys      4443 Aug 31 16:02 SAPSTR.LST
    -rw-rr 1 repadm sapsys        66 Aug 31 16:02 SAPUSER1.EXT.old
    -rw-rr 1 repadm sapsys       226 Aug 31 16:01 SAPUSER1.STR.old
    -rw-rr 1 repadm sapsys      1011 Aug 31 16:02 SAPUSER.EXT.old
    -rw-rr 1 repadm sapsys     11459 Aug 31 16:00 SAPUSER.STR.old
    -rw-rr 1 repadm sapsys   7590794 Aug 31 16:01 SAPVIEW.STR.old
    -rw-rr 1 root   sapinst   124467 Nov 17  2007 split.jar
    -rw-r----- 1 root   sapinst       71 Aug 31 15:47 start_dir.cd
    -rw-r----- 1 root   sapinst      198 Aug 31 15:47 statistic.1.xml
    -rw-r----- 1 root   sapinst     1716 Aug 31 15:47 statistic.2.xml
    -rw-r----- 1 root   sapinst  2014784 Aug 31 16:02 statistic.xml
    -rw-r----- 1 root   sapinst      964 Aug 31 16:02 str_splitter.java.log
    -rw-rr 1 repadm sapsys     18689 Aug 31 16:02 str_splitter.log
    -rw-rr 1 repadm sapsys         0 Aug 31 16:02 str_splitter.log.lck
    -rw-r----- 1 root   sapinst     4000 Aug 31 16:00 summary.html
    drwxr-x--- 2 root   sapinst     4096 Aug 31 15:47 SUPPORT_CONTAINER
    -rwxr-x--- 1 root   sapinst     9324 Jan 24  2008 toplevel.xml
    -rwxr-x--- 1 root   sapinst    91833 Oct 25  2007 usages_data2.xml
    -rwxr-x--- 1 root   sapinst    91801 Feb 14  2008 usages_data.xml
    [root@repbkp EXP]#
    Regards,
    Mushtaque

    Hi,
    Below are the log of "export_monitor.log"
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:15 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_3' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_3.cmd -datacodepage 4103 -l SAPSSEXC_3.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC_3.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_5' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_4' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_5' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPSSEXC_5.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPSSEXC_5.TSK ORA -l SAPSSEXC_5.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_4' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPSSEXC_4.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPSSEXC_4.TSK ORA -l SAPSSEXC_4.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_6' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_7' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPUSER' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSRC' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_9' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_7' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPSSEXC_7.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPSSEXC_7.TSK ORA -l SAPSSEXC_7.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_8' export package is started.
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_6' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPSSEXC_6.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPSSEXC_6.TSK ORA -l SAPSSEXC_6.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPUSER' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPUSER.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPUSER.TSK ORA -l SAPUSER.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_9' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPSSEXC_9.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPSSEXC_9.TSK ORA -l SAPSSEXC_9.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSRC' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPSSRC.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPSSRC.TSK ORA -l SAPSSRC.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_8' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPSSEXC_8.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPSSEXC_8.TSK ORA -l SAPSSEXC_8.log
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPSSEXC_7' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_7.cmd -datacodepage 4103 -l SAPSSEXC_7.log -stop_on_error
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPSSEXC_5' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_5.cmd -datacodepage 4103 -l SAPSSEXC_5.log -stop_on_error
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPSSEXC_4' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_4.cmd -datacodepage 4103 -l SAPSSEXC_4.log -stop_on_error
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPSSEXC_6' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_6.cmd -datacodepage 4103 -l SAPSSEXC_6.log -stop_on_error
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPUSER' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPUSER.cmd -datacodepage 4103 -l SAPUSER.log -stop_on_error
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPSSEXC_9' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_9.cmd -datacodepage 4103 -l SAPSSEXC_9.log -stop_on_error
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPSSEXC_8' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_8.cmd -datacodepage 4103 -l SAPSSEXC_8.log -stop_on_error
    TRACE: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPSSRC' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPSSRC.cmd -datacodepage 4103 -l SAPSSRC.log -stop_on_error
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_7' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_7.cmd -datacodepage 4103 -l SAPSSEXC_7.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC_7.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_5' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_5.cmd -datacodepage 4103 -l SAPSSEXC_5.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC_5.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPUSER' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPUSER.cmd -datacodepage 4103 -l SAPUSER.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPUSER.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_4' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_4.cmd -datacodepage 4103 -l SAPSSEXC_4.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC_4.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_6' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_6.cmd -datacodepage 4103 -l SAPSSEXC_6.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC_6.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSRC' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSRC.cmd -datacodepage 4103 -l SAPSSRC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSRC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_8' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_8.cmd -datacodepage 4103 -l SAPSSEXC_8.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC_8.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:01:45 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPSSEXC_9' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPSSEXC_9.cmd -datacodepage 4103 -l SAPSSEXC_9.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC_9.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    TRACE: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPUSER1' export package is started.
    TRACE: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask run
    Unloading of 'WBBP' export package is started.
    TRACE: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'WBBP' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/WBBP.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL WBBP.TSK ORA -l WBBP.log
    TRACE: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPUSER1' export package:
    /usr/sap/REP/SYS/exe/run/R3load -ctf E /oracle/REP/shellexport/ABAP/DATA/SAPUSER1.STR /oracle/REP/shellexport/ABAP/DB/DDLORA_LRG.TPL SAPUSER1.TSK ORA -l SAPUSER1.log
    TRACE: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'WBBP' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e WBBP.cmd -datacodepage 4103 -l WBBP.log -stop_on_error
    TRACE: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'SAPUSER1' export package from database:
    /usr/sap/REP/SYS/exe/run/R3load -e SAPUSER1.cmd -datacodepage 4103 -l SAPUSER1.log -stop_on_error
    ERROR: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask run
    Unloading of 'WBBP' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e WBBP.cmd -datacodepage 4103 -l WBBP.log -stop_on_error' exited with return code 2.
    For mode details see 'WBBP.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-09-01 13:02:15 com.sap.inst.migmon.LoadTask run
    Unloading of 'SAPUSER1' export package is interrupted with R3load error.
    Process '/usr/sap/REP/SYS/exe/run/R3load -e SAPUSER1.cmd -datacodepage 4103 -l SAPUSER1.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPUSER1.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    INFO: 2009-09-01 13:02:45
    All export packages are generated.
    INFO: 2009-09-01 13:02:45
    All export packages are processed.
    WARNING: 2009-09-01 13:02:45
    90 error(s) during processing of packages.
    INFO: 2009-09-01 13:02:45
    Export Monitor is stopped.

  • Solaris file system space

    Hi All,
    While trying to use df -k command in my solaris box, I am getting output shown as below.
    Filesystem 1024-blocks Used Available Capacity Mounted on
    rpool/ROOT/solaris-161 191987712 6004395 140577816 5% /
    /devices 0 0 0 0% /devices
    /dev 0 0 0 0% /dev
    ctfs 0 0 0 0% /system/contract
    proc 0 0 0 0% /proc
    mnttab 0 0 0 0% /etc/mnttab
    swap 4184236 496 4183740 1% /system/volatile
    objfs 0 0 0 0% /system/object
    sharefs 0 0 0 0% /etc/dfs/sharetab
    /usr/lib/libc/libc_hwcap1.so.1 146582211 6004395 140577816 5% /lib/libc.so.1
    fd 0 0 0 0% /dev/fd
    swap 4183784 60 4183724 1% /tmp
    rpool/export 191987712 35 140577816 1% /export
    rpool/export/home 191987712 32 140577816 1% /export/home
    rpool/export/home/123 191987712 13108813 140577816 9% /export/home/123
    rpool/export/repo 191987712 11187204 140577816 8% /export/repo
    rpool/export/repo2010_11 191987712 31 140577816 1% /export/repo2010_11
    rpool 191987712 5238974 140577816 4% /rpool
    /export/home/123 153686630 13108813 140577816 9% /home/12
    My question here is why /usr/lib/libc/libc_hwcap1.so.1 file system is having same size as that of / root filesystem? and what is the significance of /usr/lib/libc/libc_hwcap1.so.1 file system..
    Thanks in Advance for your help..

    You must have a lot of small files on the file system.
    There are couple of ways, the simplest is to increase the size of the filesystem.
    Or if you can create a new filesystem, but increase the inode count so you can utilize the space and still have enough inodes. Check out the man page mkfs_ufs and the option nbpi=n
    my 2 bits

  • Tracing scsi commands with dtrace / wrong ctf data on S-x86?

    This is probably a bug, either in the kernel's CTF symbol information, or in dtrace:
    I'm trying to trace scsi commands in the Solaris 10 b63 x86 kernel with dtrace, including any request sense
    data received for failed scsi commands.
    I've noticed that my D script (included below) prints bogus "sense key" values on S10_b63 (x86),
    when the "es_key" member from a "struct scsi_extended_sense" is printed (see the
    <sys/scsi/generic/sense.h> header file).
    For example, when the first three bytes of a "struct scsi_extended_sense" are filled with the bytes
    0x70, 0x00, 0x05, printing scb->sts_sensedata.es_key gives the output "1" instead of the expected "5".
    Example:
    dtrace: script 'scsi2.d' matched 3 probes
    CPU     ID                    FUNCTION:NAME
      0  16099             scsi_transport:entry 46 02 00 00 00 00 00 00 08 00
      0  16387                     sdintr:entry state 37, reason 0, t/ms 2, to/s 5, arq sk/asc/ascq 1 20 0The user level command that has send the "0x46" scsi GET CONFIGURATION command via an USCSI
    ioctl prints the correct correct sense data ("5 20 0"):
    get configuration: scsi command failed with status illegal request, invalid command operation code (sk/asc/ascq 5 20 00)Here's my D script:
    #!/usr/sbin/dtrace -s
    fbt::scsi_transport:entry
            pkt = (struct scsi_pkt *)arg0;
            cdb = pkt->pkt_cdbp;
            printf("%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x",
                    cdb[0], cdb[1], cdb[2], cdb[3], cdb[4],
                    cdb[5], cdb[6], cdb[7], cdb[8], cdb[9]);
            this->start_time = timestamp;
    fbt::sdintr:entry
            tim = (timestamp - this->start_time) / 1000000;
            pkt = (struct scsi_pkt *)arg0;
            scb = (struct scsi_arq_status *)pkt->pkt_scbp;
            printf("state %x, reason %x, t/ms %d, to/s %d, %sarq sk/asc/ascq %x %x %x",
                    pkt->pkt_state, pkt->pkt_reason, tim, pkt->pkt_time,
                    pkt->pkt_state & 0x20 ? "" : "no ",
                    pkt->pkt_state & 0x20 ? scb->sts_sensedata.es_key : 0,              /* <<<<<<<<< */
                    pkt->pkt_state & 0x20 ? scb->sts_sensedata.es_add_code : 0,
                    pkt->pkt_state & 0x20 ? scb->sts_sensedata.es_qual_code : 0);

    This is indeed a bug: thanks for finding it and sorry for the trouble. There is an issue with
    the way the D compiler is trying to decode bit-fields of length greater than one byte on x86,
    of which es_key is such a bit-field. We'll get a bug filed on this for you and get it fixed.
    -Mike

  • Delete File From Mounted Volume

    Hey,
    I am trying to delete the "Calendar Cache" files on both my laptop PowerBook G4 and the Mac Pro Quad that I sync my calendars with. I am using ChronoSync and the individual calendars sync fine, but there is a little house keeping needed with the cache file. They need to be deleted on both systems in order to "refresh" the views of the calendars.
    So after the sync of calendars, I have the software initiating an AppleScript that deletes both. Here's the script:
    +(* PowerBook Files / delete cache file *)+
    +(* Please note that both systems have the same username. This may be arise a conflict *)+
    +tell application "Finder"+
    + activate+
    + tell application "Finder" to delete file "Calendar Cache" of folder "Calendars" of folder "Library" of disk "useranthony"+
    +end tell+
    +(* Mac Pro Quad/ delete cache file *)+
    +tell application "Finder"+
    + mount volume "afp://10.10.10.1/anthonyabraira"+
    + tell application "Finder" to delete file "Calendar Cache" of folder "Calendars" of folder "Library" of disk "/volumes/useranthony"+
    +end tell+
    I am having trouble addressing a deletion on the networked Mac Pro Quad.

    why send it to the trash — just delete it...
    (* PowerBook Files / delete cache file )
    try
            do shell script "rm -rf /Library/Calendars/Calendar\\ Cache"
    end try
    you may need a delay for the Mac Pro Quad to mount
    ( Mac Pro Quad/ delete cache file *)
    --the mount and then the delay
    delay 4
    try
            do shell script "rm -rf /THE-CORRECT/PATH-HERE/Library/Calendars/Calendar\\ Cache"
    end try
    Tom

Maybe you are looking for

  • 5761 Trigger Leads Analog CH 0 by 10.16 usec

    Hi LV Developers, I am having a bit of a headache here working with my FlexRIO.  I have a 5761 AC Coupled Digitizer connected to a 7954r FPGA.  All of this is mounted on a PXI Chassis 1031DC and I am running the system remotely through Ethernet.  I a

  • GOLive to DWCS2

    I have recently upgraded our software to CS3 and it seem to have successfully migrated my GoLive file into DW (selected original site as root folder). Now my question is, if I upload to server, will it overwrite everything on the server or continue a

  • Sample workflow for Create new user in IDM

    Hi, I'm new to Identity Manager. I had obtain task to create new workflow with this requirements: - create new user - make some approvals - deploy this user to some resource (AD, LDAP, SQL) I have problem with first step. I tried to create user by th

  • Hp pavilion g6 1301tx- Shutting down automatically at 30% Battery

    My Laptop is shutting down automatically at 30% of battery.Shutting down in the sense the screen goes off and gets swtiched off without showing shutdown screen.I experienced less battery life between charges so, I used HP support Assistant software,i

  • Idoc material needed

    Hi this is the first project iam going to work in idocs can anybody please send me the materials step by step process. my requirement is we are going to use outbound idoc for material master (matmas05) and order 03.this are the tow main idocs we are