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
0
votes
1 answer

LDD cannot find library on sol11_64 bit

We have been compiling with gcc successfully on Solaris 10. Now we are porting to 64-bit on Solaris 11 (sol11_64). We use a library developed in house called MSP and use -wl,rpath (equivalent to -R... also tried with -R) during compile to specify…
codenaugh
  • 145
  • 6
0
votes
1 answer

How to disable systat on Solaris 10 & 11

According to the Solaris server remediations listed in Solaris for ISPs Administration Guide, I want to disable systat on Solaris 10 and 11. Is there any command to disable systat in Solaris 10 and 11 via Command Line?
Larry
  • 1
0
votes
1 answer

Solaris Nags About "process.max-stack-size" while running "Java Processes"

I have a server running Solaris 10. It reports using 10% of total memory using prstat. I 've ran process using Java 1.7.0_80 in 64-bit mode. The problem is that System always nags about process.max-stack-size no matter how much I change the stack…
0
votes
1 answer

Where does Solaris 10 keep a log of pfexec attempts?

I assigned a user the "User Security" profile so that they could reset user passwords and unlock accounts. Does Solaris keep a record of whenever users execute pfexec? I didn't see any records in /var/adm/messages. I didn't see anything in the audit…
roartechs
  • 231
  • 1
  • 3
  • 10
0
votes
1 answer

SUDO command only works as root (Solaris 10)

After installing sudo in the system i am unable tu run sudo as a non-root user, when i try to execute any command i get: /usr/local/bin/sudo: cannot execute if i edit /etc/passwd to use a different shell i get: /usr/local/bin/sudo: permission…
Pablo
  • 1
  • 2
0
votes
0 answers

Conflicting libodbc.so for Teradata and Hive on solaris

We seem to have a situation where the ODBC drivers for solaris of Teradata (v 14.10 from Teradata) and the Simba Hive ODBC (v 2.0.3) are requiring different versions of the shared objects: libodbc.so and libodbcinst.so. Individually each driver…
user55570
  • 458
  • 6
  • 18
0
votes
0 answers

Wrong permission when accessing ZFS snapshot over NFS (Solaris server, Ubuntu client)

TL;DR: I don't understand why I can access one file but not an other (in the same directory), although they appear to have identical permissions. I have an NFS server running Solaris 10 10/08 and a client on Ubuntu 12.04. I mount a ZFS snapshot…
Pavel
  • 1,038
  • 1
  • 11
  • 30
0
votes
0 answers

SSH host-based authentication setup failed on Solaris 10

I wish to connect SSH from machine1 to machine2 without password. machine2 is using Solaris 10. I generate keypairs on machine1 using user user1 and transferred the public key to machine2 under user2. (not user1). Then I copied the contents of…
JinPangPang
  • 135
  • 6
0
votes
0 answers

Is there a solaris setting for making secondary group rights effective for subshells and subprocesses?

We have got a solaris server farm that runs lavastorm application. Each server on the form runs a lavastorm instance, and that instance takes care of creating subprocesses to run various work tasks. The lavastorm user has secondary group rights to…
user55570
  • 458
  • 6
  • 18
0
votes
0 answers

ERR TFS001: ID 604114 local2.error filesystem is 100% full MTS - what is causing these messages?

I'm seeing a lot of items in /var/adm/messages that say: Jul 23 10:31:01 server9008 *ERR TFS001: [ID 604114 local2.error] /mnt filesystem is 100% full (MTS) And they appear about every 15 minutes. I wonder what is causing them on this solaris 10…
user55570
  • 458
  • 6
  • 18
0
votes
1 answer

Looking for "PERC H730P Mini" driver for Solaris 10

I can't find the driver for PERC H730P Mini for Solaris 10. The installation in a Dell PowerEdge R730xd fails with "no disks found". Isn't this controller supported? Where can I get a compatible driver? Thanks!
Pavel
  • 1,038
  • 1
  • 11
  • 30
0
votes
2 answers

performing `cat` results in `Value too large for defined data type error`

I performed cat on a file in /proc/(pid)/map and got the error Value too large for defined data type error Of course the file is binary and I suppose its not the best idea to output a binary file into a terminal but I was actually redirecting the…
user55570
  • 458
  • 6
  • 18
0
votes
0 answers

Orca yearly graph is not showing correct results

We are using Orca for performance monitoring on a number of solaris servers. We've got plots for hourly, daily, weekly, monthly, quarterly and yearly. However, the yearly plot is displaying hour times on the x-axis, which is clearly incorrect. Is…
user55570
  • 458
  • 6
  • 18
0
votes
2 answers

What are the best ways to monitor and report disk usage on solaris?

df and du provides a total view of usage but the problem with these is that they are not broken down per user. Is there a tool that does this? I found quot but that only works on ufs. Is there an equivalent for zfs or nfs? To breakdown the usage, it…
user55570
  • 458
  • 6
  • 18
0
votes
2 answers

How do I make a Solaris 10 based NFS server get username data from a remote OpenLDAP server?

The problem is that the Solaris native LDAP client can't play nicely with an OpenLDAP server: http://docs.lucidinteractive.ca/index.php/Solaris_LDAP_client_with_OpenLDAP_server I could follow the steps to try to get the Solaris server working as a…
donatello
  • 746
  • 1
  • 9
  • 16