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)
192 questions
15
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
  • 3,963
  • 15
  • 50
  • 88
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
  • 1
  • 3
  • 10
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 …
Kyle Hailey
  • 275
  • 3
  • 10
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,195
  • 3
  • 25
  • 43
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
  • 273
  • 3
  • 6
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
  • 988
  • 1
  • 8
  • 29
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
  • 1
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
  • 229
  • 3
  • 7
  • 18
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,461
  • 2
  • 19
  • 32
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
  • 1
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…
JackalopeZero
  • 201
  • 2
  • 8
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, …
coding_hero
  • 221
  • 3
  • 5
  • 11
4
votes
6 answers

Viewing the loopback interface on Solaris 10 (using snoop or another tool)

I am trying to use snoop on solaris 10 to detect traffic between a client and server both located on my machine. Question: I just want to verify that I should use the loopback interface for this. So now for the real question. I have found a few…
sixtyfootersdude
  • 455
  • 1
  • 6
  • 15
3
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
  • 273
  • 3
  • 13
3
votes
2 answers

Where are the CA certs on Solaris 10

I want to find and update the ca certs on the machine but I don't know their location. They are not located under /etc/pki/tls/certs/ like for Linux machines
1
2 3
12 13