/tmp in Solaris

Hi Friends,
I want to clear the doubt abt /tmp in solaris and swap space.
as df -k /tmp showing its on swap and swap -l is showing different figures.
Say for eg:- In my configuration I have Physical Mem= 16GB
swap -l = showing =14 Gb
and /tmp is varying according to the load.
I mean when /tmp is heavely used(say 98 %) df -k /tmp o/p showing less vaule in Kbytes(around 4Gb) and when its not heavly used (say 30 %) this value is shoots up and showing around 12 GB.
let me know from where this space (df -k /tmp) is coming.
How to diagnose the problem when /tmp is heavely used.
Any Suggestons are most welcome and would be appreciated.
Thanks and Regards,
Munish

swap -l
swapfile dev swaplo blocks free
/dev/vx/dsk/bootdg/swapvol 256,5 16 16780208
16410832
/dev/vx/dsk/rootdg/swapvol3 256,9 16 4194288
3928704
/dev/vx/dsk/rootdg/swapvol4 256,10 16 8388592
8057632
swap -s
total: 7243608k bytes allocated + 710376k reserved =
7953984k used, 17988808k available
prtconf |grep -i memory
Memory size: 16384 Megabytes
df -k /tmp
Filesystem kbytes used avail capacity
Mounted on
wap 18072040 87944 17984096 1%
/tmp
Now in this Swap Configured is 14Gb (swap -l)Yes. You have 14GB of disk backing store. 14 + 16 => 30 G of swap. The system reserves some of the RAM, so not all of it is pageable.
swap -s showing 17.15 GB is avalable and 7.58 Gb is
in use. (i.e total swap is 17.15+7.58=24.73Gb)Seems a bit low for some reason (I wouldn't expect to lose 5G here).
Physical memory= 16 Gb
df -k /tmp showing 18 Gb which is on swap.Ignore df for now.
what is the link between these values.
Now, this /tmp (i.e 18 Gb value)changes according to
the memory usage (Load i said before) taken by the
processes.The term "load" is not normally associated with memory usage.
tmpfs filesystems can only use swap that is not otherwise occupied. So the free space of a tmpfs filesystems should be very near available swap (unless you're explicitly limiting the space usable by a tmpfs filesystem).
And in your case that is true. Both are 18G.
Darren

Similar Messages

  • How to monitor /tmp in solaris in OEM 12c

    Oracle says by default they don't monitor swap file system and only metric available is swap utilization %
    I would like to monitor /tmp and warning alert when it reaches 80% and 95% as a critical alert.
    Any thoughts... Oracle suggests to do metric extension and I don't think for a simple thing like this we need to create a metric extension...

    Check the monitoring under Host for Filesystem Space Available (%), this should be monitoring all filesystems by default. 

  • Solaris 10 NFS client with FreeBSD server

    Hello,
    I have an issue about Solaris 10 and a FreeBSD server (currently running 5.4-STABLE). This server exports several NFS shares (3TB each) to various machines including Linux (which works fine) and Solaris (which worked fine on 9 but not 10).
    The last progress was that if you link .sunw in the /home/$USER
    directory to /tmp on Solaris 10, you can then use applications and ssh out from the server. It looks to me like a pure Solaris issue but i still have failed to find a way to fix it.
    The mount options i currently have on solaris are :
    rw,bg,nosuid,nfsver=3,tcp,intr,-w=32768,-r=32768
    Also modified /etc/default/nfs to force NFS3 thinking it might have been the issue : NFS_CLIENT_VERSMAX=3
    I have searched forums and search engines hoping to find an answer but have failed to see anything yet. As far as i can tell, it is a Solaris 10 issue but have no idea how to fix it.
    Thanks for any help,
    Steph

    I also have this problem with FreeBSD 6.2 and Solaris 10 (was OK with Solaris 7 and 9).
    The file system shared is about 30GB, and is FreeBSD on Sparc64.

  • Installation on Gentoo / Can't find JRE

    I'm trying to install JSC 2 on my Gentoo machine. But, it complains it cannot find the JRE :
    This application requires a Java Run Time Environment (JRE)
    to run. Searching for one on your computer was not successful.
    Please use the command line switch -is:javahome to specify
    a valid JRE. For more help use the option -is:help.
    So, I try to specify my java home like:
    ./creator-2-linux-ml.bin -is:javahome /opt/blackdown-jre-1.4.2.02/
    I tried Sun's java distribution as well with no luck. Any Ideas?

    % cat jsc.log
    Log file created by MultiPlatform installer @Mon Mar 6 19:11:53 EST 2006
    INSTALLER_PATH=
    command line switch -is:javahome is specified. Verifying the JVM with the JVM files specifed with the launcher.
    JVM specified with -is:javahome cannot be verified with the JVM files specified with the launcher. Environment Variables will be checked next...
    Checking the environment variables specifed in the JVM files to find the JVM...
    No JVM can be found using the shell environment variable. Searching JVM will continue with Path Hints specified in the JVM Files...
    jvm files not specified. Searching a JVM cannot be performed.
    Extracting bundled JRE...
    checking disk space on the parition /linus/tmp/istemp26198065191153 for /linus/tmp/istemp26198065191153/Solaris-Sun-1.4.2_04.bin
    54133 512 bytes disk blocks required.
    7356474 512 bytes disk blocks available on the partition /linus/tmp/istemp26198065191153
    Disk space check on the parition /linus/tmp/istemp26198065191153 succeeded.
    /linus/tmp/istemp26198065191153/Solaris-Sun-1.4.2_04.bin is not found. Error extracting bundled JRE. Failed to launch the application.

  • Refresh report properties through RAS Report Service

    hello,
    We are trying to deploy a two different report files through BusinessObjects SDK. One with Input Parameter and one without input parameters.
    We are able to run the report with no input parameters using BusinessObjects SDK but in case of report having input parameters, the report parameters are shown on CMC as "unused parameters" and the filter condition is not saved.
    If we deploy the report with parameters through CMC we are able to view the parameters and also the filter condition defined.
    What could be the change in code required to identify the report parameters when deployed using the SDK code.
    The code used for deploying the report is
           IReport oReport = (IReport) oInfoObjectNewReport;
    oInfoStore.commit(oInfoObjects);
           IReportAppFactory raf = (IReportAppFactory) oEnterpriseSession.getService("", "RASReportService");
           ReportClientDocument rcd = raf.openDocument(oReport, 0, java.util.Locale.ENGLISH);
           rcd.save();
           rcd.close();
    One are able to deploy the report using the IReport.refreshProperties through java code but we have a limitation.
    This method creates a .pid file within the folder /tmp in solaris. The owner of this file is the user that installed crystal server.
    This file has only rw permissions to the owner.
    In our application the crystal installer user and the application user are different. Hence we are unable to publish the report using refreshProperties method.
    Requesting an appropriate solution for the above issues.
    thank you,
    regards
    Lakshmi Anasapurapu

    hello,
    Did anyone face the issue that is described above? Please let me know the possible solutions.
    Appreciate your help
    regards
    Lakshmi Anasapurapu

  • Hsperfdata_ USER dirctories

    From googling the net and searching these forums I understand the JVM needs to create the hsperfdata files. I can live with that I guess. My problem is that the JVM always creates them in /tmp on my SuSE Enterprise 9 server. I need to be able to specify the location of these files. I tried setting environment variables, TMP and TEMP. That did not work. I tried a -Djava.io.tmpdir=/mydir and that did not work.
    I went to the JVM source and found in perfMemory_linux.cpp:
    static char* get_user_tmp_dir(const char* user) {
    const char* tmpdir = os::get_temp_directory();
    const char* perfdir = PERFDATA_NAME;
    size_t nbytes = strlen(tmpdir) + strlen(perfdir) + strlen(user) + 2;
    char* dirname = NEW_C_HEAP_ARRAY(char, nbytes);
    // construct the path name to user specific tmp directory
    snprintf(dirname, nbytes, "%s%s_%s", tmpdir, perfdir, user);
    return dirname;
    I then tracked down this get_temp_directory function and found this in os_linux.cpp:
    const char* os::get_temp_directory() { return "/tmp/"; }
    So this means the JVM is hard coded to access /tmp. There is no reason the JVM should be hardcoded to such a location, it should be customizable through some sort of parameter. Anyone have ideas?

    Yes, the location is hard coded to /tmp on Solaris and Linux. The jvmstat infrastructure is just using the HotSpot JVM's default tmp location. Overriding with -Djava.io.tmpdir is insufficient because java.io.tmpdir only changes the JDK's notion of where the tmp directory is located. It does not interact with the JVM's notion of the location of /tmp. Setting the TMP or TEMP variables on Windows just happens to work because both the JVM and the JDK use the same underlying Windows GetTempPath() API to select the default location. UNIX system don't have a corresponding API.
    If you'd like to see a change to this behavior, I'd suggest that you file a bug at
    http://bugs.sun.com/services/bugreport/index.jsp.
    Out of curiosity, where would you redirect /tmp to? The jvmstat files are backing store files for named shared memory segments, one for each running JVM. On Solaris with a tmpfs based /tmp file system, the OS treats such shared memory files rather specially and doesn't write the data to disk until the application terminates (while still providing the coherent access to the data from any app that would access it). I'm not sure if Linux provides similar treatment. If you redirect these to a remote file system, that could result in some performance issues as the OS will periodically synchronize the in-memory data with the backing store file.
    Brian

  • Set-tmp-permission is not running in my Solaris 10 Netra CP3060 blade serve

    Hi All,
    In my Solaris 10 - Netra CP3060, the following particular script is not running:
    lrc:/etc/rc2_d/S00set-tmp-permissions
    lrc:/etc/rc2_d/S07set-tmp-permissions
    Above script is to set the default permission of /tmp & /var/tmp while rebooting if it found any inconsistencies. I changed the file permission of /tmp and rebooted my server. As the above scripts are not running, it shouldn't change the file permission to default. But the file permission changed after reboot.
    Please let me know is there any other service running related to this in my server. Was this script incorporated in SMF facility, if so whats that service name?
    Thanks,
    Ram.

    OS: UNIX Solaries, Oracle Application Server 10g
    To run shell script from Oracle Forms, I used the following host('/bin/bash /u01/compile.sh') and it works well
    Now, I need to run unix command something like
    host('mv form1.fmx FORM1.FMX') but it's not working
    I tried to append the command mv form1.fmx FORM1.FMX' to the compile.sh shell script but also it's not working although the rest lines of the shell script is running well

  • Mounting /tmp as a filesystem on Solaris 10?

    Hi,
    Does anyone know if it's possible to mount /tmp as a filesystem in Solaris 10? My server is running Veritas Volume Manager 5.0 and the boot drive is encapsulated. After I change vfstab to mount /tmp as a standard filesystem, the server goes into single user mode whenever I reboot. It complains that it is unable to find the volume device for the /tmp filesystem. I also notice that the diskgroup where the /tmp volume resides is not imported so it seems like Veritas is not initialized at this point.
    On a side note, I have been able to mount /tmp as a filesystem in the past in Solaris 9.
    Any help would be appreciated.
    Thanks.

    dxchea wrote:
    Hi,
    Does anyone know if it's possible to mount /tmp as a filesystem in Solaris 10? That's the default. I'm guessing you mean to mount it as a UFS filesystem instead?
    My server is running Veritas Volume Manager 5.0 and the boot drive is encapsulated. After I change vfstab to mount /tmp as a standard filesystem, the server goes into single user mode whenever I reboot. It complains that it is unable to find the volume device for the /tmp filesystem. I also notice that the diskgroup where the /tmp volume resides is not imported so it seems like Veritas is not initialized at this point.How did you create the filesystem you want to use for /tmp? What does your vfstab entry look like? Almost certainly the error is there.
    On a side note, I have been able to mount /tmp as a filesystem in the past in Solaris 9./tmp is a filesystem by default on all versions of Solaris. I think you're trying to say something else here.
    Darren

  • /tmp partition size for Solaris 10

    Hi,
    We are trying to install Oracle Enterprise Manager 10G release 5 on Solaris 10 machine and install is failing. Looking at installation guide for OEM 10.2.0.5, I find /tmp requirement for AIX and HP-UX but for Solaris it is not mentioned. How to find what is /tmp requirement for Solaris 10 ?
    $ uname -a
    SunOS xxxxxxx Generic_144500-19 sun4v sparc sun4v
    This is error shown when emctl secure agent command is run from command line
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Thanks !!

    yakub21 wrote:
    I have a solaris server with 16gb of RAM that will subsequently be zoned into three zones to support three separate database instances, one for each zone. Given that physically there is only 16Gb of ram, It is my understanding and experience that I should have 1.5-2 * 4Gb should be at least 6Gb of SWAP per Local Zone.
    Please advise. ThanksI'd look at it like this .....
    Your Phyiscal Memory will be used somewhat as follows:-
    - Lets say 1GB for the OS ...
    - 1.5GB for zfs arc cahce if your useing ZFS.
    - The sum of your PGAs and SGA's should fit within the remainder of ram.
    - And your may want a little more to be sure and for other things; monitroting software agents, em etc.
    In order that you can use more virtual memoy than you have physical memory for your will porably want to add a swap file, and for a 16GB machine this would probably be 4 / 8 or perhaps up to 16GB depending if would will occasionally have higher virutal memory demands or if poeple but big files in /tmp. In general swap -s can be used to monitor a shortage, though it can foolled if zfs_arc_cache is not limited.
    The situation for zones not different unless you are using zone.max-swap and the physical capped memory.
    If you have zone with a physical capped memory of 5GB, and a zone.max-swap of 8GB with is af the zone has a swapfile of 3GB; and you have to make sure:
    - The global zone is able to give that amount of memory to the non-global zone.
    - The global zone can provider the zone.max.swap from its virutal memory.
    - That the sga+pga and /tmp usage and other will fit in zone.max-swap ... use swap -s in the zone to monitor.

  • Installation problem on Solaris 10

    Dear All,
    We are trying to install j2sdk 1.4.2_13 on solaris server zone. I have downloaded j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin
    But when I try to execute this:
    #./j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin
    It gives me error: The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag
    Tried with -console:
    The wizard cannot continue because of the following error: Invalid command line option: console is not supported (10
    01) (403)
    WARNING: could not delete temporary file /tmp/ismp001/2599368
    WARNING: could not delete temporary file /tmp/ismp001/6183226
    WARNING: could not delete temporary file /tmp/ismp001/1222839
    Then tried with -silent:
    This time command just completed w/o any output at all.
    Please suggest what can I do?
    regards, Sean.

    Dear Siddhesh,
    Thanks for your reply.
    I tried using X Manager GUI for my Solaris. But when I double click the j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin file to run it, it simply denies saying:
    The filename "j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin" indicates that this file is of type "Unknown type". The contents of the file indicate that the file is of type "Shell script". If you open this file, the file might present a security risk to your system.
    Do not open the file unless you created the file yourself, or received the file from a trusted source. To open the file, rename the file to the correct extension for "Shell script", then open the file normally. Alternatively, use the Open With menu to choose a specific application for the file.
    Also /tmp has full authorizations:
    drwxrwxrwt   7 root     sys          557 Jun 24 08:34 tmp
    I dont have Hummingbird for X11 forwarding with this client. Do I have any other option??
    regards, Sean.

  • New to Solaris, Some Samba and NTFS issues.

    Hi Im new to solaris and trying out ZFS which has been great.
    Im haivng some trouble that I cant find up to date info on so here goes:
    First how do you mount an NTFS volume in Solaris 11 Express?
    I need to access the data on an NTFS drive to populate my new ZFS tank.
    Secondly, I have read only access on my samba shares from windows machines but my smb.conf looks right. a copy of my smb.conf will follow
    Any suggestions would be appreciated.
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # For a step to step guide on installing, configuring and using samba,
    # read the Samba-HOWTO-Collection. This may be obtained from:
    # http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
    # Many working examples of smb.conf files can be found in the
    # Samba-Guide which is generated daily and can be downloaded from:
    # http://www.samba.org/samba/docs/Samba-Guide.pdf
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = WORKGROUP
    # server string is the equivalent of the NT Description field
    server string = Samba Server
    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = share
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ; hosts allow = 192.168.1. 192.168.2. 127.
    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    load printers = yes
    # you may wish to override the location of the printcap file
    ; printcap name = /etc/printcap
    # on SystemV system setting printcap name to lpstat should allow
    # you to automatically obtain a printer list from the SystemV spool
    # system
    ; printcap name = lpstat
    # It should not be necessary to specify the print system type unless
    # it is non-standard. Currently supported print systems include:
    # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    ; printing = cups
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/samba/log/log.%m
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Use password server option only with security = server
    # The argument list may include:
    # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
    # password server = *
    ; password server = <NT-Server-Name>
    # Use the realm option only with security = ads
    # Specifies the Active Directory realm the host is part of
    ; realm = MY_REALM
    # Backend to store user information in. New installations should
    # use either tdbsam or ldapsam. smbpasswd is available for backwards
    # compatibility. tdbsam requires no further configuration.
    passdb backend = smbpasswd
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting.
    # Note: Consider carefully the location in the configuration file of
    # this line. The included file is read at that point.
    ; include = /usr/sfw/lib/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    #     Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one     WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The default is NO.
    dns proxy = no
    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g
    #============================ Share Definitions ==============================
    [homes]
    comment = Home Directories
    browseable = no
    writable = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /usr/sfw/lib/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /usr/local/samba/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    [printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
    # Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
    # This one is useful for people to share files
    ;[tmp]
    ; comment = Temporary file space
    ; path = /tmp
    ; read only = no
    ; public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; writable = no
    ; printable = no
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    [Series]
    comment = TV Series
    path = /home/Kirby/Series
    public = yes
    only guest = yes
    writable = yes
    printable = no

    875739 wrote:
    Hi Im new to solaris and trying out ZFS which has been great.
    Im haivng some trouble that I cant find up to date info on so here goes:
    First how do you mount an NTFS volume in Solaris 11 Express?
    I need to access the data on an NTFS drive to populate my new ZFS tank.I never had a need for it but I think you'll have to compile fuse ntfs-3g manually.
    http://web.archiveorange.com/archive/v/u46DbWSGcIzl7pexf4hQ
    >
    Secondly, I have read only access on my samba shares from windows machines but my smb.conf looks right. a copy of my smb.conf will follow
    Any suggestions would be appreciated.You don't need to use Samba in Solaris 11 Express.
    http://download.oracle.com/docs/cd/E19963-01/html/821-1448/gaynd.html#gayne

  • Solaris 2.8 on Intel Installation Problem

    When attempting to install Solaris on Intel 2.8, everythin g goes fine and the files are copied, but it fails at the end with the following message:
    Customizing system files
    - Mount Point table (etc/vfstab)
    - Network host address (etc/hosts)
    Error: Could not copy file (tmp/root/etc/openwin/etc/devdata/SUNWaccel/monitors/pnp/edidgen.vda) to
    (/a/etc/openwin/etc/devdata/SUNWaccel/monitors/pnp/edidgen.vda)
    Error: Unable to copy a temporary file to it's final location
    I have tried this time and time again, should I disable PNP in my Bios or what could be the cause of my problems?
    Thanks in advance

    Looks like the failure that you are having is when the install program is trying to copy the PNP moniter spec from the /tmp location to the /etc location. May be for some reason the edidgen.vda never got created in the first place.
    Can you please mention the version of Solaris 8 you are installing and if you have a plug and play monitor.
    Regards
    Angelo
    Sun Developer Support

  • Installation problems on Solaris 9

    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp/ttainst_1/ttapkg.15978/pkg>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

    from the diagnostic details:
    Architecture           spso0509
    Host           SunOS e220r 5.9 Generic_117171-17 sun4u sparc SUNW,Ultra-60
    Package           Tarantella Secure Global Desktop Enterprise Edition for
    SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Andrew
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Hangul
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Platform
    Identity Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Security
    Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Windows
    Connectivity Pack for SPARC Solaris 2.8+ (4.10.903)
    Bill Weir wrote:
    Gavin,
    Glad you're sorted. Can you confirm that it is 4.10.903 you are using
    (not 4.00.903)? I'm concerned if this installation problem is still
    present in the later version.
    Bill
    Gavin Westermann wrote on 31/08/2005 05:00:
    Bill - that seems to have done the trick! the installation is now running.
    Thanks so much for this.I am running a pair of Sun Ray 170's on my desk
    here at home mated to an E220R. I am hoping to use Tarantella to be able
    to access and run apps on a win3k server in the same rack.
    Gavin
    Bill Weir wrote:
    Gavin,
    This looks like a known problem with TTA 4.00.903 and some Solaris
    patches which were distributed at about the same time. However, you say
    you're using 4.10.903, and as far as I know the problem should be fixed
    in that version.
    You could try the workaround described in
    http://www.tarantella.com/documentation/sgd/ee/4.0/install.html - search
    for "tta_pkgadd" on that page and follow the instructions given there.
    Regards,
    Bill Weir, Sun Microsystems Inc.
    Gavin Westermann wrote on 30/08/2005 05:06:
    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

  • Can you help me?the config error about ORACLE Web Application Server3.0 for Solaris,

    hello anyone
    i install oracle7.3.4 server
    in Sun Sparcstation20 Solaris2.6 Japanese
    everything is ok,
    and i want to install ORACLE
    WEB appliation server 3.0too
    the installer is ok too,
    i startup the serivce
    >owsctl start wrb
    >owsctl start admin
    but when i open the netscape and
    CRAETE and START a new LISTENER
    there is something wrong.
    **************************error message*******
    OWS-05721: The Web Listener www failed to start:
    Oracle Web Listener 3.0.1 Production (Export), Version 2.14FC1
    Copyright 1997 Oracle Corp. All Rights Reserved.
    Error: A failure occurred ( Permission denied ) when assigning a port ( domain: INTERNET01, address: 0.0.0.0, port: 80 ).
    Error: Failed to start the server.
    Error: The server could not initialize
    Information: The server is exiting
    OWS-08811: Unable to startup Oracle Web Listener `www'.
    Oracle Web Listener Home Page
    From here, you can do the following:
    Create a new Oracle Web Listener to run on your machine by clicking the Create Listener... button.
    Modify existing Oracle Web Listeners by selecting the Configure link below.
    Start, Stop or Delete existing Oracle Web Listeners by selecting the appropriate link below.
    can anyone help me , it is too difficult for me.
    the startup file of Solaris is here
    # @(#)cshrc 1.11 89/11/29 SMI
    umask 022
    set path=(/bin /usr/bin /usr/ucb /etc .)
    if ( $?prompt ) then
    set history=32
    endif
    setenv ORACLE_BASE /oracle/app/oracle
    setenv ORACLE_HOME /oracle/app/oracle/product/7.3.4
    setenv ORACLE_SID hlp3
    setenv ORAWEB_HOME $ORACLE_HOME/ows/3.0
    setenv ORAWEB_SITE www
    setenv ORAWEB_BASE $ORACLE_HOME/ows
    setenv ORAWEB_ADMIN $ORACLE_BASE/admin
    setenv ORAWEB_CARTX $ORACLE_HOME/ows/cartx
    setenv DEF_INSTALL TRUE
    setenv ORA_CSM_MODE line
    setenv LD_LIBRARY_PATH $ORACLE_HOME/lib:/usr/openwin/lib:/usr/dt/lib:
    setenv ORACLE_TERM xsun5
    setenv TMPDIR /var/tmp
    setenv PATH .:$ORACLE_HOME/bin:$ORACLE_HOME/obackup/bin:/opt/bin:/usr/local/bin:/bin:/usr/bin:/usr/css/bin:/usr/openwin/bin:/usr/sbin:/usr/ucb:$ORAWEB_HOME/bin
    setenv ORA_NLS32 $ORACLE_HOME/ocommon/nls/admin/data
    setenv DEF_INSTALL TRUE
    setenv MANPATH /opt/SUNWspro/man:/opt/SUNWste/licence_tools/man
    # setenv LANG
    # setenv TWO_TASK
    set ORAENV_ASK = NO
    source /opt/bin/coraenv
    unset ORAENV_ASK
    source /oracle/app/oracle/product/7.3.4/ows/3.0/install/owsenv_csh.sh
    # @(#)local.login 1.3 93/09/15 SMI
    stty -istrip
    # setenv TERM `tset -Q -`
    # if possible, start the windows system. Give user a chance to bail out
    if ( `tty` == "/dev/console" ) then
    if ( $TERM == "sun" &#0124; &#0124; $TERM == "AT386" ) then
    if ( ${?OPENWINHOME} == 0 ) then
    setenv OPENWINHOME /usr/openwin
    endif
    echo ""
    echo -n "Starting OpenWindows in 5 seconds (type Control-C to interrupt)"
    sleep 5
    echo ""
    $OPENWINHOME/bin/openwin
    clear # get rid of annoying cursor rectangle
    logout # logout after leaving windows system
    endif
    endif
    setenv ORACLE_HOME /oracle/app/oracle/product/7.3.4
    setenv PATH /bin:/usr/bin:/etc:/usr/etc:/usr/openwin/bin:/usr/ucb:/oracle/app/oracle/product/734/bin:$ORAWEB_HOME/bin
    setenv NLS_LANG japanese_japan.ja16euc
    setenv LANG japanese
    setenv ORACLE_TERM xsun5
    setenv ORAWEB_HOME $ORACLE_HOME/ows/3.0
    setenv ORAWEB_SITE www
    setenv TNS_ADMIN /oracle/app/oracle/product/7.3.4/network/admin
    can anyone help me and tell me how to solve it or any aother way book doc to do it,
    thank you
    i am very nervious
    my email address:
    [email protected]
    [email protected]

    see http://www.oracle.com/support/products/oas/sparc30/html/ows08811.html

  • Problem with coldfusion installation on Solaris

    Dear all,
    Can any of you please help on installing coldfusion 8 setup on solaris.
    I am getting the following error when I perform coldfusion installation
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    ../coldfusion-61-sol.bin:
    /tmp/install.dir.1997/Solaris/resource/jre/bin/java: cannot execute
    Please help...It is an urgent issue.

    Hi
    Thank you for replay
    This is happened exactly when I zlogin for first time to complete installation.
    The installation procedure flow flawless.I set terminal type 13 (dt terminal) and everything is OK, but when I try to setup hostname I�ve got this error.
    I try this with 3 different zones on this machine with same result
    I have old x86 machines with solaris 11/06 zones installed , everything works fine (1 year uptime)
    This is not the first zone in my life :)
    Best Regards
    DJ JAM

Maybe you are looking for