Revision [3896]
Last edited on 2011-02-16 06:10:10 by HunnieHog (unregistered user)Additions:
=====Support=====
[[http://www.techienow.com/ Online PC Support]]
[[http://www.techienow.com/ Online PC Support]]
Revision [3723]
Edited on 2010-06-01 02:58:02 by KenFongAdditions:
Identify hardware architecture
isainfo -v
isainfo -v
Revision [3678]
Edited on 2010-03-31 23:49:57 by KenFongAdditions:
# ndd -get /dev/e1000g1 link_status
0
# ndd -get /dev/e1000g1 link_speed
0
0
# ndd -get /dev/e1000g1 link_speed
0
Revision [3673]
Edited on 2010-03-19 02:56:56 by KenFongAdditions:
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
Unlock user and set it to never expire
passwd -x -1
Deletions:
Revision [3668]
Edited on 2010-03-10 19:58:34 by KenFongAdditions:
Increase ulimit
projadd -U oracle -K “process.max-file-descriptor=(priv,10240,deny)” user.oracle
projadd -U oracle -K “process.max-file-descriptor=(priv,10240,deny)” user.oracle
Revision [3501]
Edited on 2009-08-24 18:33:25 by WikiAdminAdditions:
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
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 WikiAdminAdditions:
===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
# 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 WikiAdminAdditions:
~ [[SolarisLibrarySearchPath Library search path]]
Revision [2323]
Edited on 2009-06-23 03:02:44 by WikiAdminAdditions:
==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.
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 WikiAdminAdditions:
===Hardware===
lspci = prtdiag
lspci = prtdiag
Revision [2277]
Edited on 2009-04-14 20:16:09 by WikiAdminAdditions:
And/or create a permanent entry in vfstab:
server1:/share - /server1 nfs - yes rw,soft
server1:/share - /server1 nfs - yes rw,soft
Revision [2064]
Edited on 2008-10-28 22:26:45 by WikiAdminAdditions:
~ [[SolarisSvcMadness Svc Madness]]
Revision [2060]
Edited on 2008-10-27 20:31:33 by WikiAdminAdditions:
===ftp===
http://sharetab.com/?p=17
http://sharetab.com/?p=17
Revision [1856]
Edited on 2008-07-31 07:51:31 by WikiAdminAdditions:
~ [[SolarisPostInstall PostInstallation]]
Revision [1604]
Edited on 2008-04-04 04:40:38 by WikiAdminAdditions:
{{parent page="GeneralUNIX"}}
Deletions:
Revision [1603]
Edited on 2008-04-04 04:39:54 by WikiAdminAdditions:
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:
Revision [1602]
Edited on 2008-04-04 04:38:50 by WikiAdminAdditions:
===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.
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:
Revision [1601]
Edited on 2008-04-04 04:35:26 by WikiAdminAdditions:
===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
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 WikiAdminAdditions:
===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
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