Questions tagged [solaris]

Solaris is a Unix operating system originally developed by Sun Microsystems (currently owned by Oracle) as a rebranding of SunOS 4.1.x in 1991.

According to Wikipedia. Solaris was originally developed as a collaboration of Sun Microsystems with major UNIX variants to develop a common platform unifying BSD, System V, and Xenix that has become known as System V Release 4. The first release of Solaris was SunOS 4.1.x which was retroactively renamed Solaris 1. The variant we commonly know as Solaris is actually Solaris 2, which started as SunOS 5 and until version 7 was known as Solaris 2.x (since version 2.7 the prefix 2 has been dropped).

Solaris is a highly scalable Operating System well suited for symmetric multiprocessing systems, which currently includes native virtualization tools called zones.

A Solaris variant called OpenSolaris was released by Sun in 2005, which eventually gave birth to the OpenIndana Project

336 questions
8
votes
4 answers

How can I get numbers of CPU of Sun Solaris by command?

I can use 'prtdiag' to get number of CPU by prtdiag command. $ prtdiag System Configuration: Sun Microsystems sun4u Sun Fire 6800 System clock frequency: 150 MHz Memory size: 4096 Megabytes ========================= CPUs…
3
votes
1 answer

How to detect free memory slots in Solaris 9 using software?

I would like to know if there is any command which would tell me if there are any free memory slots in the server. The servers I would be looking would be Solaris 9 OS/Sparc.
3
votes
5 answers

milliseconds from solaris command line

This gnu date command lets me get milliseconds this way: date +%M:%S.%N; but this command doesn't work on solaris... any ideas?
2
votes
1 answer

Solaris - get the remote host associated with each TCP connection

On Solaris, how can I get the remote IP or hostname associated with each TCP connection?
52d6c6af
  • 4,170
2
votes
1 answer

Solaris + run my script after Solaris boot/reboot

I have Solaris machine ( Solaris installed on Netra-T2000 HW , Solaris version – 5.10 ) I write the script - update_after_solaris_already_boot.ksh This script will update automatically some files/configuration after Solaris completely finished the…
yael
  • 91
1
vote
3 answers

How to get total disk space available in Solaris 10

How do I get the total disk space available in Solaris 10? I used iostat -En, but it is not showing the correct data. df -h contains duplicate information. Is there any generic way to find the total disk space in Solaris 10?
prasanna
  • 181
  • 3
  • 4
  • 10
1
vote
1 answer

awk + fit syntax for SUN solaris & linux

need help about the following when I run the following command on linux its run fine awk -v NAME=MACHINE '$1 == NAME' /etc/hosts but on SUN Solaris I get the following: awk -v NAME=MACHINE '$1 == NAME' /etc/hosts awk: syntax error near…
lidia
  • 919
  • 1
  • 9
  • 9
1
vote
1 answer

"who -m" does not work

I want to find out which machine I have logged in to my current terminal from. But "who -m" does not work. It does on Linux, but not on Solaris. Any ideas what I might be doing wrong? myhost2:/home/myuser> who myuser pts/1 Aug 9 07:35 …
dogbane
  • 4,566
1
vote
0 answers

Why is this Solaris 8 SPARC install panicking on my Sun Blade 100?

I have a Sun Blade 100 with 2GB of NOS RAM, an NOS NVRAM module, and a recently shrink-wrapped set of Solaris 8 Installation CDROMs. When it comes up, the memory check passes OK and the system proceeds to wait for link on the NIC. When I STOP+A it…
1
vote
1 answer

What is the CDE/Motif keyboard shortcut for selecting all the text in a text box?

What is the keyboard shortcut for selecting all the text in a text box in CDE (or Motif generally)? In CDE, text boxes support Emacs/Readline style keyboard shortcuts, so for instance Ctrl+A moves the cursor the beginning of the line. However…
rakslice
  • 2,668
1
vote
3 answers

How to find Binary file in solaris?

I am working on Sun Netra T5220, and working on project Session border controller(SBC). In one of the step I had to follow this procedure "copy the binary to a folder and run OPenSBC". Can any body help me which binary file, I need to put on the…
akhs-007
0
votes
2 answers

How can I copy and rename files with the same file name

I have a directory structure that contains a number of files which are named the same as in: dir1/test dir2/test dir3/test I want to find each test file and copy it to another directory with a unique (arbitrary) file name so I can analyze the…
0
votes
1 answer

openboot no signal at the end of boot

While performing an opensolaris 8 boot on sparc machine I can see all the messages from the kernel and the openboot, but once the boot is finished the monitor does not display the x login manager and a "no signal" message appears. I suspect this is…
fluca1978
  • 163
0
votes
1 answer

Solaris user management: switching to other user account

I need to ensure that Solaris always requires user to enter the password when switching to other user accounts. What file contains the configuration for this? Is it actually possible to implement this e.g. for root user switching to regular user…
Mikhail S.
  • 3
  • 1
  • 2
0
votes
1 answer

Authenticating Solaris box against Open Directory

I've spent a few days looking for guides to this. The sites I've found was last touched upon in 2004 and gave no answers. I have an Open Directory server running on a Mac OSX 10.8 box. I want to have my solaris boxes authenticate users against this…
Eldamir
  • 315
1
2