Revision [3896]

Last edited on 2011-02-16 06:10:10 by HunnieHog (unregistered user)
Additions:
=====Support=====
[[http://www.techienow.com/ Online PC Support]]


Revision [3723]

Edited on 2010-06-01 02:58:02 by KenFong
Additions:
Identify hardware architecture
isainfo -v


Revision [3678]

Edited on 2010-03-31 23:49:57 by KenFong
Additions:
# ndd -get /dev/e1000g1 link_status
0
# ndd -get /dev/e1000g1 link_speed
0


Revision [3673]

Edited on 2010-03-19 02:56:56 by KenFong
Additions:
I honestly don't care who is using it or why would anyone prefers it. Avoid it, trash it even. It's built to over-complicate things. It has zero advantage over Linux. Stable is a big word - DOS is stable, that doesn't make it a good OS. IBM managed to deliver great products like Eclipse, most of its other products stinks. If you have experience on DB2, WebSphere, IHS.. you know what I mean. Sun pushed out Java which revolutionized the software industry. But yet its other products simply has no value of existence.
Unlock user and set it to never expire
passwd -x -1
Deletions:
Avoid it. It's built to over-complicate things. It has zero advantage over Linux. Like IBM managed to deliver great products like Eclipse, most of its other products stinks. If you have experience on DB2, WebSphere, IHS.. you know what I mean. Sun pushed out Java which revolutionalized the software industry. But yet its other products simply has no value of existence.


Revision [3668]

Edited on 2010-03-10 19:58:34 by KenFong
Additions:
Increase ulimit
projadd -U oracle -K “process.max-file-descriptor=(priv,10240,deny)” user.oracle


Revision [3501]

Edited on 2009-08-24 18:33:25 by WikiAdmin
Additions:
If one use ZFS on solaris, the default settings allocates a lot of ram for zfs arc cache. To set up a limit (512M in the following example), add to /etc/system:
set zfs:zfs_arc_max = 5368709120
Check usage with
kstat zfs:0:arcstats:size


Revision [3497]

Edited on 2009-08-20 21:20:29 by WikiAdmin
Additions:
===Memory Usage===
# list top 30 virtual memory usage
prstat -s size -n 30
# sort by rss
prstat -s rss
# sort by cpu use
prstat -s cpu
# ps with rss
ps -efly
# Displaying Solaris kernel memory usage
$ mdb -k
> ::memstat
Page Summary Pages MB %Tot
------------ ---------------- ---------------- ----
Kernel 13834 108 11%
Anon 15663 122 12%
Exec and libs 2040 15 2%
Page cache 7827 61 6%
Free (cachelist) 14248 111 11%
Free (freelist) 75882 592 59%
Total 129494 1011
Physical 127634 997


Revision [3434]

Edited on 2009-07-22 18:43:20 by WikiAdmin
Additions:
~ [[SolarisLibrarySearchPath Library search path]]


Revision [2323]

Edited on 2009-06-23 03:02:44 by WikiAdmin
Additions:
==mtu==
Not surprisingly, this is also stupid.
%%(/kernel/drv/e1000g.conf)
# change all 0 to 3 to allow jumbo frame. man e1000g for more detail
MaxFrameSize=3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3;
Reboot and you will be able to change mtu with ifconfig.


Revision [2314]

Edited on 2009-06-22 22:45:31 by WikiAdmin
Additions:
===Hardware===
lspci = prtdiag


Revision [2277]

Edited on 2009-04-14 20:16:09 by WikiAdmin
Additions:
And/or create a permanent entry in vfstab:
server1:/share - /server1 nfs - yes rw,soft


Revision [2064]

Edited on 2008-10-28 22:26:45 by WikiAdmin
Additions:
~ [[SolarisSvcMadness Svc Madness]]


Revision [2060]

Edited on 2008-10-27 20:31:33 by WikiAdmin
Additions:
===ftp===
http://sharetab.com/?p=17


Revision [1856]

Edited on 2008-07-31 07:51:31 by WikiAdmin
Additions:
~ [[SolarisPostInstall PostInstallation]]


Revision [1604]

Edited on 2008-04-04 04:40:38 by WikiAdmin
Additions:
{{parent page="GeneralUNIX"}}
Deletions:
{{parent page="UNIX"}}


Revision [1603]

Edited on 2008-04-04 04:39:54 by WikiAdmin
Additions:
Avoid it. It's built to over-complicate things. It has zero advantage over Linux. Like IBM managed to deliver great products like Eclipse, most of its other products stinks. If you have experience on DB2, WebSphere, IHS.. you know what I mean. Sun pushed out Java which revolutionalized the software industry. But yet its other products simply has no value of existence.
Deletions:
Avoid it. It's built to over-complicate things. It has zero advantage over Linux. Like IBM managed to deliver great products like Eclipse, most of its other products stinks. If you have experience on DB2, WebSphere, IHS.. you know what I mean. Sun pushed out Java which revolutionalized the software industry. But yet its other products suck like hell.


Revision [1602]

Edited on 2008-04-04 04:38:50 by WikiAdmin
Additions:
===Solaris is shit===
Avoid it. It's built to over-complicate things. It has zero advantage over Linux. Like IBM managed to deliver great products like Eclipse, most of its other products stinks. If you have experience on DB2, WebSphere, IHS.. you know what I mean. Sun pushed out Java which revolutionalized the software industry. But yet its other products suck like hell.
Deletions:
Solaris is shit. Avoid it. It's built to over-complicate things.


Revision [1601]

Edited on 2008-04-04 04:35:26 by WikiAdmin
Additions:
===NFS===
On the server, edit /etc/dfs/dfstabe
share -F nfs -o rw=1.2.3.4 -d "my share" /my/share
run "svcadm enable network/nfs/server" or "/etc/init.d/nfs.server start" to start nfs server
On the client
mount -F nfs -o vers=2 1.2.3.5:/my/share /my/nfs/mount


Revision [1480]

Edited on 2008-03-12 01:04:56 by WikiAdmin
Additions:
===Network configuration===
Solaris has got to be the most stupid OS on earth.
==configure interface==
ifconfig e1000g1 plumb
ifconfig e1000g1 192.168.75.195 netmask 255.255.252.0 up
==config files==
Edit /etc/netmasks, /etc/hosts, and /etc/hostname.e1000g1
%%(netmasks)
192.168.1.0 255.255.255.0
%%(hosts)
192.168.1.1 solaris.sucks.com
%%(hostname.e1000g1)
solaris.sucks.com


Revision [1422]

The oldest known version of this page was created on 2008-02-27 18:30:00 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki