Questions tagged [sunos]

"SunOS" (aka "Solaris") refers to the UNIX-based Operating System produced by Sun Microsystems and acquired by Oracle in 2010

Related to the UNIX-based Operating System produced by Sun Microsystems since the 1980's and acquired by Oracle in 2010.

Both the terms "SunOS" and "Solaris" are frequently interchanged in today's vernacular. However, historically, "SunOS" used to refer to the UNIX-based OS prior to version 2.6.

The term "SunOS" is also seen as the "Operating System Type" when queried by various compilers & built-in commands (such as uname)

The operating system supports both "SPARC" & "x86"-based CPU architecture.

38 questions
0
votes
1 answer

How can I deploy Django, FCGI or otherwise, to an old SunOS Apache server?

I have a somewhat stodgy Apache server, running under SunOS, and I would like an appropriate way to deploy a Django application based at /shop/ or some other URL. The server seems set up to allow FastCGI in some form; there is an /fcgi-bin/…
Christos Hayward
  • 1,152
  • 3
  • 15
  • 35
0
votes
2 answers

cat or vi a file, hangs

we're having some issue on a SUN 5.8 machine. first of all, the server is on his network (i.e. 10.x.x.x) and we can login using an ssh server which is on another network (196.x.x.x), so there're firewalls openings, in the middle, which allow us to…
rpiga
  • 3
  • 2
0
votes
2 answers

Cannot reverse tunnel between my local machine and my open solaris server

I want to reverse tunnel connection to my SunOS (Joyent) so that any connections coming to 12043 on this server will be served by my local development server running at localhost:8843. Edit: I don't know why but SO is not formatting my post properly…
Phuong Nguyen
  • 703
  • 1
  • 11
  • 27
0
votes
1 answer

Unable to apply patch generated with diff on SunOS server

I generated a patchfile of 2 directories using this command: diff -ur source-20110125 source > mailpatch3.patch Now I would like to apply the patch, doing this: patch -p1 < mailpatch3.patch But it then asks me for the file to patch. Why? Something…
Jelle De Loecker
  • 1,055
  • 6
  • 16
  • 29
0
votes
1 answer

Strangeness using /usr/xpg4/bin/tr and /usr/bin/tr on Solaris 9

I have a file looking like this, "xxxxxx" "yyyyyy" "aaaaaa" "cccccc" "bbbbbb" "eeeeee" "oooooo" "zzzzzz" Wanting to replace each \n in this file I use: tr '\n' ',' < INPUT > OUTPUT Which works fine. The output is to be…
Anders
  • 273
  • 1
  • 4
  • 12
-1
votes
1 answer

Removing all hw raid from Sun server

This post is about the same server as this post, where multiple disks were in a LUN, and then ZFS was used to make the ZFS pools. I would like to use the 6140 disk arrays as JBOD's on either Linux or OmniOS, so now I have deleted all RAID pools…
Jasmine Lognnes
  • 2,490
  • 8
  • 31
  • 51
-3
votes
1 answer

Solaris - How to tell whether machine is running SPARC or Intel Chip

What command can I run to tell whether SunOS 5.10 is running a SPARC or Intel chip?
-4
votes
1 answer

How do I extend unix “ps -ef” command to see more info

I need to grep process by information containing in CMD column, but this column strings is cut(limited) and needed info is lost. Please suggest how can I enlarge string size allowed for CMD column. The OS is Solaris 2.1/SunOS 5.1
user590444
  • 101
  • 2
1 2
3