Questions tagged [solaris-10]

Solaris 10 UNIX-based Operating System

Related to the Solaris 10 UNIX-based Operating System. Also known as "SunOS 5.10". Initially released by Sun Microsystems in 2005 and now maintained by Oracle as of 2010. The operating system supports both "SPARC" and "x86"-based CPU architecture, however those tags should only be used when a question depends on functionality specifically related to those CPU architectures.

Example of "Solaris-10" topics that would benefit from "SPARC" or "x86" tags

  • OpenBoot PROM (OBP) settings (SPARC)
  • Boot-device configuration (SPARC or x86)
  • Hardware diagnostics (SPARC or x86)
193 questions
16
votes
5 answers

How do I recover free space on deleted files without restarting the referencing processes?

When big files are deleted on a server, the files might still be referenced by processes, so the file system doesn't have more free space. I tried to use lsof, but it seems it didn't list the deleted files. fuser -c did better work, but the list of…
ujjain
  • 4,123
11
votes
2 answers

Used memory on Solaris 10

One more question about memory on Solaris 10. A top shows me that I have 672 MB free memory : 130 processes: 126 sleeping, 2 zombie, 2 on cpu CPU states: 95.1% idle, 3.9% user, 1.0% kernel, 0.0% iowait, 0.0% swap Memory: 16G phys mem, 672M free…
Jeremy C.
  • 238
11
votes
1 answer

NFS v3 versus v4

I am wondering why NFS v4 would be so much faster than NFS v3 and if there are any parameters on v3 that could be tweaked. I mount a file system sudo mount -o 'rw,bg,hard,nointr,rsize=1048576,wsize=1048576,vers=4' toto:/test /test and then run …
6
votes
2 answers

How to remove a "door" in solaris

I have a file of type "door" in solaris 10 (that is a means of interprocess communication). It is somehow left over and I would like to get rid of it. I can not just remove it with rm ... ls -l total 0 Dr--r--r-- 1 root root 0 Oct 12…
Isaac
  • 1,235
  • 3
  • 28
  • 46
6
votes
2 answers

syslog-ng on Solaris 10 (how to install and configure)

If anyone has got syslog-ng working on Solaris 10, do you have a set of instructions I could follow to get it installed and working? I tried following this http://opensystems.wordpress.com/2006/06/01/replacing-syslog-on-solaris-10-with-syslog-ng/…
NickB
  • 293
5
votes
1 answer

Solaris 10 NFS client mount error "NFS compound failed for server 10.0.2.18: error 5 (RPC: Timed out)"

I have a Solaris 5.10 (I think that's considered Solaris 10) server - we'll call it "Bill" - which I own, but a vendor supports the additional software installed. They have to manually stop services and make sure data is flushed to its local…
user38537
  • 303
5
votes
0 answers

ZFS restarts resilvering over and over again. Also very slow

Here's one of my Solaris 10 servers after a couple of disk replacements in a zpool pool: volume state: ONLINE status: One or more devices is currently being resilvered. The pool will continue to function, possibly in a degraded…
Pavel
  • 1,098
5
votes
1 answer

Sun sparc vii m9000

I wanted to understand the CPU architecture of SUN SPARC VII M9000 series servers. prtdiag command shows that it has 8 core attached to a physical CPU. Are these physical cores ? What is L1, L2 and L3 caches architecture for this ? What is the…
anand
  • 51
4
votes
2 answers

Request user to change password upon login after account reset in Solaris 10

How can I request user to change his password upon login after I reset his account in Solaris 10?
conandor
  • 239
4
votes
1 answer

How is uptime tracked in UNIX?

I'm asking because I recently restored a system from a backup using NetBackup and uptime now reports that the system has only been up since the restore finished, despite the fact that it has been running for several days. Last reboot also reports…
D34DM347
  • 1,471
4
votes
0 answers

Can't read ACL on NFS4 share, Solaris 10 client, CentOS 7 server

First off, please excuse me if my question isn't well formed, this is my first post on serverfault :) I have successfully deployed LDAP and Kerberos authentication in a mixed Linux/Windows/Solaris network. I have CentOS 7 server serving NFS4 with…
4
votes
0 answers

solaris : useradd does not work but has exit code 0

One of my Solaris 10 servers will not add new users. Existing users are able to log in. The useradd command appears to work normally but it does not add the user. I checked my other Solaris servers and verified file permissions on /etc/passwd and…
Don
  • 41
4
votes
3 answers

Perl virtual environments?

Background (not a mandatory read) I started my current job as a web development intern. The guy who was teaching me left half way through and I have basically been left up sh*t creek with only a Google paddle since there is almost no documentation…
4
votes
1 answer

Strong Cryptography in Solaris Zone

I'm trying to setup a Kerberos KDC on a Solaris zone but ran into a bit of a problem with the Cryptographic Framework on Solaris 10 even though the packages for strong encryption (SUNWcry & SUNWcryr) are installed the stronger keys seem only to be…
Marcel G
  • 2,459
4
votes
4 answers

Explain load averages on Solaris 10

I understand load averages on Linux, but am a bit mystified by the load averages on a legacy Solaris 10 machine my app runs on. The load averages seem impossibly high. Here's the output. [netcool1 (root)/]$ uptime 11:49am up 580 day(s), 10:51, …
1
2 3
12 13