Creating a Custom Oracle Solaris 11.3 CD (Installation Image)
http://www.oracle.com/pls/topic/lookup?ctx=solaris11&id=CCOSI
http://www.oracle.com/pls/topic/lookup?ctx=solaris11&id=CCOSI
After mirroring the device or zfs send install the bootblock installboot -F zfs /usr/platform/`uname -i`/lib/fs/zfs/bootblk /dev/rdsk/c0t1d0s0 First we need to get the lun paths, just run the below to get that {0} ok show-disks a) /pci@500/pci@0/pci@c/SUNW,qlc@0,1/fp@0,0/disk b) /pci@500/pci@0/pci@c/SUNW,qlc@0/fp@0,0/disk c) /iscsi-hba/disk q) NO SELECTION Next get the disk id’s, just run the below to get that. …
pginfo & pgstat https://blogs.oracle.com/d/entry/pginfo_pgstat
CPU statistics by core, sort by col idl, arithmetic numbering mpstat -A core -k idl -m 2 CPU statistics divided in 8, sort by col idl, total numbers mpstat -A 8 -k idl 2
http://people.seas.harvard.edu/~apw/stress/
# Primary domain config ldm add-vcc port-range=5000-5100 primary-vcc0 primary svcadm enable svc:/ldoms/vntsd:default ldm set-vcpu 56 primary ldm set-memory 240G primary # Primary network config ldm add-vswitch pvid=2016 net-dev=aggr1 primary-vsw0 primary # CCOW config ldm create bk2-srv ldm set-vcpu 8 bk2-srv ldm set-memory 14G bk2-srv ldm set-variable auto-boot?=false bk2-srv # Ccow network config ldm add-vnet pvid=2016 …
Enabling / Configuring a DNS Client in Solaris 11+ svccfg -s network/dns/client setprop config/search = astring:domain.com svccfg -s network/dns/client setprop config/nameserver = net_address: “(8.8.8.8 4.4.4.4)” svccfg -s name-service/switch ‘setprop config/host=”files dns”‘ svccfg -s network/dns/client setprop config/search=domain.com svccfg -s dns/client ‘setprop config/options = “timeout:1 attempts:1″‘ svcadm refresh network/dns/client name-service/switch svcadm restart network/dns/client name-service/switch You might also …
Getting FileZilla to work on Solaris 11 Download the latest available binary for solaris from FileZilla-3.2.4-x86 Extract the source on tar zxf FileZilla-3.2.4-x86-OpenSolaris_2008-11.tar.bz2 Note: On newer versions of Solairs 11(or 12), you might need to add/link some old library’s to the path, or even getting form an older release, and added to the LD_LIBRARY_PATH Something …
perl -e 'while (–$ARGV[0] and fork) {}; while () {}' 4
Solaris 11 metaset – allow remote rpcbind By default remote rpc bind is disabled in Solaris 11 (secure by default). Note: The remote workaround can be used with older versions of Metaset to form a cluster like working, or if you use Sun Cluster but its not working properly. To modify the remote rpc propriety. …