SlideShare a Scribd company logo
Solaris 10
Advanced Features
Prepared by Aram Avetisyan
Contents
2
Introduction
Solaris Management Facility (SMF)
IPMP and Link Aggregation
Solaris Zones
Ինչ կստանաք այս դասընթացի արդյունքում
 Ինֆորմացիա Solaris10 համակարգի նոր և առաջադեմ
հնարավորությունների մասին
 Նոր փորձ
 Նոր ծանոթություններ և ընկերներ
3
Ինչ նոր գիտելիքներ ձեռք կբերեք
 SMF ծառայության հիմունքները Solaris10 համակարգում
 Ինչպես միացնել, անջատել և վերաբեռնավորել ծառայությունները
 IPMP և Link Aggregation տեխնոլոգիաների մասին սկզբնական
գիտելիքներ
 Որ դեպքերում են օգտագործվում այս տեխնոլոգիաները
 Ինչպես կոնֆիգուրացնել IPMP և Link Aggregation տեխնոլոգիաները
 Solaris Zone-ի առավելությունները
 Ինչ խնդիրների լուծման համար կարող է օգտագործվել
 Ինչպես ստեղծել և կոնֆիգուրացնել
4
Contents
5
Introduction
Solaris Management Facility (SMF)
IPMP and Link Aggregation
Solaris Zones
SMF Features
 Services are represented as first-class objects that can be viewed and managed.
 Failed services are automatically restarted in dependency order.
 More information is available about misconfigured or misbehaving services.
 Problems during the boot process are easier to debug.
 Snapshots of service configurations are taken automatically,.
 Services can be enabled and disabled using a supported tool.
 Administrators can securely delegate tasks to non-root users more easily.
 Large systems boot faster by starting services in parallel according to their dependencies.
6
The process “Refusing to Die”
7
UID PID PPID C STIME TTY TIME CMD
root 330 1 0 14:21:05 ? 0:00 /usr/lib/sendmail -bd -q15m
smmsp 331 1 0 14:21:05 ? 0:00 /usr/lib/sendmail -Ac -q15m
UID PID PPID C STIME TTY TIME CMD
root 530 1 0 14:51:02 ? 0:00 /usr/lib/sendmail -bd -q15m
smmsp 531 1 0 14:51:02 ? 0:00 /usr/lib/sendmail -Ac -q15m
# ps -fp `pgrep -d, sendmail`
# pkill -9 sendmail
# ps -fp `pgrep -d, sendmail`
Service Names
FMRI (Fault Managed Resource Identifier)
• svc://localhost/system/system-log:default
• svc:/system/system-log:default
• system/system-log:default
• system-log:default
• system-log
8
% svcs -a
STATE STIME FMRI
...
online 11:19:35 svc:/network/nfs/status:default
offline 18:20:30 svc:/application/print/rfc1179:default
maintenance 18:20:26 svc:/network/ntp:default
Enabling and disabling services
Old method SMF method
mv /etc/rc2.d/S75cron /etc/rc2.d/x.S75cron svcadm disable system/cron:default
edit /etc/inet/inetd.conf, uncomment the finger line svcadm enable network/finger:default
9
Stopping, starting, and restarting services
Old method SMF method
/etc/init.d/sshd stop svcadm disable -t network/ssh:default
/etc/init.d/sshd start svcadm enable -t network/ssh:default
/etc/init.d/sshd stop; /etc/init.d/sshd start svcadm restart network/ssh:default
kill -HUP `cat /var/run/sshd.pid` svcadm refresh network/ssh:default
Discovering What's Going Wrong
10
[ network/ntp:default starting (network time protocol (NTP)) ]
Oct 25 13:58:42/49 ERROR: svc:/network/ntp:default:
Method "/lib/svc/method/xntp" failed with exit status 96.
Oct 25 13:58:42 svc.startd[4]: svc:/network/ntp:default:
Method "/lib/svc/method/xntp" failed with exit status 96.
[ network/ntp:default misconfigured (see 'svcs -x' for details) ]
# svcs -x
svc:/network/ntp:default (Network Time Protocol (NTP).)
State: maintenance since Mon Oct 18 13:58:42 2004
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
See: http://sun.com/msg/SMF-8000-KS
See: ntpq(1M)
See: ntpdate(1M)
See: xntpd(1M)
Impact: 0 services are not running.
Log Files
 The log files are located in /var/svc/log/ directory.
 The log file name is based on the short form of FMRI, with “/”s replaced by “-”s.
Example:
Log file for the svc:/network/ntp:default is var/svc/log/network-ntp:default
Observing Services
12
% svcs -p network/smtp:sendmail
STATE STIME FMRI
online 18:20:30 svc:/network/smtp:sendmail
18:20:30 655 sendmail
18:20:30 657 sendmail
% ps –fp 655,657
UID PID PPID C STIME TTY TIME CMD
root 655 1 0 18:21:05 ? 0:00 /usr/lib/sendmail -bd -q15m
smmsp 657 1 0 18:21:05 ? 0:00 /usr/lib/sendmail -Ac -q15m
The "-p" option shows all the processes associated with a service:
Observing Services
13
The "-d" option shows what other services this service depends on, and the "-D" option shows
what other services depend on this service:
% svcs -d network/smtp:sendmail
STATE STIME FMRI
online 18:20:14 svc:/system/identity:domain
online 18:20:26 svc:/network/service:default
online 18:20:27 svc:/system/filesystem/local:default
online 18:20:27 svc:/milestone/name-services:default
online 18:20:27 svc:/system/system-log:default
online 18:20:30 svc:/system/filesystem/autofs:default
% svcs -D network/smtp:sendmail
STATE STIME FMRI
online 18:20:32 svc:/milestone/multi-user:default
Contents
14
Introduction
Solaris Management Facility (SMF)
IPMP and Link Aggregation
Solaris Zones
IPMP Features
 Eliminates a single network adapter as a single point of failure in case of:
 Network adapter failure
 Network link failure
 Enables interfaces to fail over within approximately 10
 Can be configured by adjusting the parameters in the
/etc/default/mpathd file
 Can be configured for use with both IPv4 and IPv6
 Enables interfaces to be configured as standby interfaces
15
IPMP Failure Detection
 Probe based failure detection:
 Detects network error by sending ICMP ECHO_REQUEST messages
 Link based failure detection:
 Detects network error by checking the IFF_RUNING
16
Probe Based IPMP Requirements
17
Probe Based
IPMP
The Solaris 8 10/00
OS, as a minimum,
must be installed.
Unique MAC
addresses must be
configured on each
network interface.
Multiple network
adapter interfaces
must be connected on
each subnet.
An IPMP group
name must be
assigned to the
group of interfaces.
A test address is
assigned to an
interface.
Additional hosts or
devices must exist on
the same subnet.
Configuring Probe-Based IPMP
18
1 • Verify the Solaris OS release.
2 • Configure unique MAC addresses.
3 • Configure IP addresses.
4 • Configure one interface as part of an IPMP group.
5 • Configure a test address for the first interface.
6 • Configure a second interface as part of the same IPMP group.
7 • Configure a test address for the second interface.
8 • View the interface configuration.
Configuring Probe-Based IPMP
19
# cat /etc/release
Solaris 10 11/06 s10s_u3wos_10 SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 14 November 2006
# eeprom "localmacaddress?=true”
# ifconfig eri0 10.5.0.11 netmask + broadcast + up
# ifconfig eri0 group mptest1
# ifconfig eri0 addif 10.5.0.61 netmask + broadcast + -failover deprecated up
# ifconfig qfe2 10.5.0.21 netmask + broadcast + group mptest1 up
# ifconfig qfe2 addif 10.5.0.71 netmask + broadcast + -failover deprecated up
# ifconfig -a
Configuring Probe-Based IPMP using
configuration files
20
# cat /etc/hostname.eri0
10.5.0.11 netmask + broadcast + group mptest1 up 
addif 10.5.0.61 netmask + broadcast + -failover 
deprecated up
# cat /etc/hostname.qfe2
10.5.0.21 netmask + broadcast + group mptest1 up 
addif 10.5.0.71 netmask + broadcast + -failover 
deprecated up
# init 6
Link-Based IPMP Requirements
21
Link-Based
IPMP
Solaris 9 12/02
OS, at a minimum,
must be installed.
Network interfaces
must use any of the
following drivers:
hme, eri, ce, ge,
bge, qfe, dmfe
Unique MAC
addresses must be
configured on each
of the interfaces.
An IPMP group
name must be
assigned to
interfaces
Configuring Link-Based IPMP
22
1 • Verify the Solaris OS release.
2 • Configure unique MAC addresses.
3 • Define IP addresses.
4 • Configure the interfaces.
5 • View the interface configuration
Configuring Link-Based IPMP
23
# cat /etc/release
Solaris 10 11/06 s10s_u3wos_10 SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 14 November 2006
# eeprom "localmacaddress?=true”
# ifconfig eri0 10.5.0.11 netmask + broadcast + group lgrp up
# ifconfig hme0 10.5.0.21 netmask + broadcast + group lgrp up
# ifconfig -a
Configuring Link-Based IPMP Using
Configuration Files
24
# cat /etc/hostname.eri0
10.5.0.11 netmask + broadcast + group mptest1 up
# cat /etc/hostname.hme0
10.5.0.21 netmask + broadcast + group mptest1 up
# init 6
Configuring IPMP Parameters
25
# cat /etc/default/mpathd
#pragma ident "@(#)mpathd.dfl 1.2 00/07/17 SMI"
#
# Time taken by mpathd to detect a NIC failure in ms. The minimum time
# that can be specified is 100 ms.
#
FAILURE_DETECTION_TIME=10000
#
# Failback is enabled by default. To disable failback turn off this
option
#
FAILBACK=yes
#
# By default only interfaces configured as part of multipathing groups
# are tracked. Turn off this option to track all network interfaces
# on the system
#
TRACK_INTERFACES_ONLY_WITH_GROUPS=yes
Additional Resources
 man ifconfig
 man in.mpathd
 docs.sun.com
26
Features of Link Aggregations
 Increased bandwidth – The capacity of multiple links is combined into one logical link
 Automatic failover/failback – Traffic from a failed link is failed over to working links in
the aggregation
 Load balancing – Both inbound and outbound traffic is distributed according to user
selected load-balancing policies, such as source and destination MAC or IP addresses
 Support for redundancy – Two systems can be configured with parallel aggregations.
 Improved administration – All interfaces are administered as a single unit
 Less drain on the network address pool – The entire aggregation can be assigned
one IP address
27
Link Aggregation Basics
 For systems that run an application with distributed heavy traffic
 For sites with limited IP address space that nevertheless require large amounts of
bandwidth
 For sites that need to hide the existence of internal interfaces
28
You may use link aggregation in the following situations:
Basic Link Aggregation
Topology
29
Link Aggregation
Topology With a Switch
Back-to-Back Link
Aggregations
Policies and Load Balancing
 L2 – Determines the outgoing link by hashing the MAC (L2) header of
each packet
 L3 – Determines the outgoing link by hashing the IP (L3) header of
each packet
 L4 – Determines the outgoing link by hashing the TCP, UDP, or other
ULP (L4) header of each packet
30
Requirements for Link Aggregation
31
Link
Aggregation
You must use the
dladm command to
configure
aggregations.
An interface that has
been plumbed
cannot become a
member of an
aggregation.
Interfaces must be
of the GLDv3 type:
xge, e1000g, nge,
rge, ixrgb and bge. All interfaces in the
aggregation must
run at the same
speed and in full-
duplex mode.
You must set the
value for MAC
addresses to “true”
in the EEPROM
parameter local-
mac-address?
How to Create a Link Aggregation
32
1
• Assume the Primary Administrator role, or become superuser.
2
• Determine which interfaces are currently installed on your system.
3
• Determine which interfaces have been plumbed.
4
• Create an aggregation.
5
• Configure and plumb the newly created aggregation.
6
• Check the status of the aggregation you just created.
How to Create a Link Aggregation
33
% su root
# dladm show-link
ce0 type: legacy mtu: 1500 device: ce0
ce1 type: legacy mtu: 1500 device: ce1
bge0 type: non-vlan mtu: 1500 device: bge0
bge1 type: non-vlan mtu: 1500 device: bge1
bge2 type: non-vlan mtu: 1500 device: bge2
# ifconfig -a
lo0: flags=2001000849 <UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu
8232 index 1
inet 127.0.0.1 netmask ff000000
ce0: flags=1000843 <UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.84.253 netmask ffffff00 broadcast
192.168.84.255 ether 0:3:ba:7:84:5e
# dladm create-aggr -d bge0 -d bge1 1
# ifconfig aggr1 plumb 192.168.84.14 up
How to Create a Link Aggregation(continuing)
34
# dladm show-aggr
device address speed duplex link state
bge0 0:3:ba:7:b5:a7 1000 Mbps full up attached
bge1 0:3:ba:8:22:3b 0 Mbps unknown down standby
key: 1 (0x0001) policy: L4 address: 0:3:ba:7:84:5e (auto)
# ifconfig -a
lo0: flags=2001000849 <UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
ce0: flags=1000843 <UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.84.253 netmask ffffff00 broadcast
192.168.84.255 ether 0:3:ba:7:84:5e
aggr1: flags=1000843 <UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 192.168.84.14 netmask ff000000 broadcast
192.255.255.255
ether 0:3:ba:7:84:5e
Contents
35
Introduction
Solaris Management Facility (SMF)
IPMP and Link Aggregation
Solaris Zones
Zones Overview
The Solaris Zones partitioning technology is used to:
• Virtualize operating system services
• Provide an isolated and secure environment for running applications.
A zone is:
• A virtualized operating system environment created within a single
instance of the Solaris10 OS.
• An application execution environment in which processes are
isolated from the rest of the system.
Isolation prevents processes that are running in one zone
from monitoring or affecting processes that are running in
other zones.
36
When to Use Zones?
37
Two Types of Zones
 Global Zone
 Is assigned ID 0 by the system
 Provides the single instance of the Solaris kernel
 Contains a complete installation of the Solaris system software packages
 Can contain additional software packages or additional software
 Holds configuration information specific to the global zone only
 Is the only zone that is aware of all devices and all file systems
 Is the only zone with knowledge of non-global zone existence and configuration
 Is the only zone from which a non-global zone can be configured, installed,
managed, or uninstalled
38
Two Types of Zones
 Non-Global Zone
 Is assigned a zone ID by the system when the zone is booted
 Shares operation under the Solaris kernel booted from the global zone
 Contains an installed subset of the complete Solaris10 OS software
packages
 Can contain additional installed software packages
 Is not aware of the existence of any other zones
 Cannot install, manage, or uninstall other zones, including itself
 Has configuration information specific to that non-global zone only
 Can have its own time zone setting
39
Creating а New Zone
1
• Enter the zone configuration tool by using the zonecfg command.
2
• Create a new zone definition with the create command.
3
• Assign the zone to a file system, using the set zonepath command.
4
• Use set autoboot command to make zone boot automatically.
5
• Configure networking parameters, using the add net command and its subcommands.
6
• Verify the configuration is syntactically correct, using the verify command.
7
• Write the in-memory configuration to stable memory, using the commit command.
8
• Install the zone, using the zoneadm command.
9
• Boot the zone, using the zoneadm boot command.
10
• Log on to the zone Console using the zlogin command
40
Creating а New Zone
41
# zonecfg -z email-zone
email-zone: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:email-zone> create
zonecfg:email-zone> set zonepath=/export/home/zones/email-zone
zonecfg:my-zone> set autoboot=true
zonecfg:email-zone> add net
zonecfg:email-zone:net> set address=10.0.0.1
zonecfg:email-zone:net> set physical=eri0
zonecfg:email-zone:net> end
zonecfg:email-zone> verify
zonecfg:email-zone> commit
zonecfg:email-zone> exit
# zoneadm -z email-zone install
Preparing to install zone email-zone
Creating list of files to copy from the global zone.
[Some output was omitted here for brevity]
Zone email-zone is initialized.
# zoneadm -z email-zone boot
# zlogin -C email-zone
Solaris 10
Advanced Features
Prepared by Aram Avetisyan
Thank you...

More Related Content

What's hot

Transparent firewall filtering bridge - pf sense 2.0.2 by william tarrh
Transparent firewall filtering bridge - pf sense 2.0.2 by william tarrhTransparent firewall filtering bridge - pf sense 2.0.2 by william tarrh
Transparent firewall filtering bridge - pf sense 2.0.2 by william tarrh
Hichem Chehida
 
How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3 How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3
Saroj Sahu
 
CSM Storage Debugging
CSM Storage DebuggingCSM Storage Debugging
CSM Storage Debugging
zOSCommserver
 
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Cisco Russia
 
Ak13 upgrade
Ak13 upgradeAk13 upgrade
Ak13 upgrade
Accenture
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmaple
Chanaka Lasantha
 
Foreman and Puppet Master Install process - Customer Used Case
Foreman and Puppet Master Install process - Customer Used Case Foreman and Puppet Master Install process - Customer Used Case
Foreman and Puppet Master Install process - Customer Used Case
Kanwar Batra
 
Mac authentication amigopod radius
Mac authentication amigopod radiusMac authentication amigopod radius
Mac authentication amigopod radius
Aruba, a Hewlett Packard Enterprise company
 
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
legasu zemene
 
Analisis_avanzado_vmware
Analisis_avanzado_vmwareAnalisis_avanzado_vmware
Analisis_avanzado_vmware
virtualizacionTV
 
Advanced Root Cause Analysis
Advanced Root Cause AnalysisAdvanced Root Cause Analysis
Advanced Root Cause Analysis
Eric Sloof
 
Backup workflow for SMHV on windows 2008R2 HYPER-V
Backup workflow for SMHV on windows 2008R2 HYPER-VBackup workflow for SMHV on windows 2008R2 HYPER-V
Backup workflow for SMHV on windows 2008R2 HYPER-V
Ashwin Pawar
 
PFSENSE Load Balance with Fail Over From Version Beta3
PFSENSE Load Balance with Fail Over From Version Beta3PFSENSE Load Balance with Fail Over From Version Beta3
PFSENSE Load Balance with Fail Over From Version Beta3
series09
 
Automation of pheromone traps
Automation of pheromone trapsAutomation of pheromone traps
Automation of pheromone traps
sarvan k
 
Focus Softnet
Focus SoftnetFocus Softnet
Focus Softnet
Mirza Abid Ali Baig
 
How to shutdown and power up of the netapp cluster mode storage system
How to shutdown and power up of the netapp cluster mode storage systemHow to shutdown and power up of the netapp cluster mode storage system
How to shutdown and power up of the netapp cluster mode storage system
Saroj Sahu
 
JUNOS - Monitoring and Troubleshooting
JUNOS - Monitoring and TroubleshootingJUNOS - Monitoring and Troubleshooting
JUNOS - Monitoring and Troubleshooting
Zenith Networks
 
Practice Lab CSC
Practice Lab CSCPractice Lab CSC
Practice Lab CSC
Salachudin Emir
 
Remote VPN
Remote VPNRemote VPN
Remote VPN
Netwax Lab
 
Solaris 10 workshop service management facility
Solaris 10 workshop service management facilitySolaris 10 workshop service management facility
Solaris 10 workshop service management facility
Bui Van Cuong
 

What's hot (20)

Transparent firewall filtering bridge - pf sense 2.0.2 by william tarrh
Transparent firewall filtering bridge - pf sense 2.0.2 by william tarrhTransparent firewall filtering bridge - pf sense 2.0.2 by william tarrh
Transparent firewall filtering bridge - pf sense 2.0.2 by william tarrh
 
How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3 How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3
 
CSM Storage Debugging
CSM Storage DebuggingCSM Storage Debugging
CSM Storage Debugging
 
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
 
Ak13 upgrade
Ak13 upgradeAk13 upgrade
Ak13 upgrade
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmaple
 
Foreman and Puppet Master Install process - Customer Used Case
Foreman and Puppet Master Install process - Customer Used Case Foreman and Puppet Master Install process - Customer Used Case
Foreman and Puppet Master Install process - Customer Used Case
 
Mac authentication amigopod radius
Mac authentication amigopod radiusMac authentication amigopod radius
Mac authentication amigopod radius
 
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
 
Analisis_avanzado_vmware
Analisis_avanzado_vmwareAnalisis_avanzado_vmware
Analisis_avanzado_vmware
 
Advanced Root Cause Analysis
Advanced Root Cause AnalysisAdvanced Root Cause Analysis
Advanced Root Cause Analysis
 
Backup workflow for SMHV on windows 2008R2 HYPER-V
Backup workflow for SMHV on windows 2008R2 HYPER-VBackup workflow for SMHV on windows 2008R2 HYPER-V
Backup workflow for SMHV on windows 2008R2 HYPER-V
 
PFSENSE Load Balance with Fail Over From Version Beta3
PFSENSE Load Balance with Fail Over From Version Beta3PFSENSE Load Balance with Fail Over From Version Beta3
PFSENSE Load Balance with Fail Over From Version Beta3
 
Automation of pheromone traps
Automation of pheromone trapsAutomation of pheromone traps
Automation of pheromone traps
 
Focus Softnet
Focus SoftnetFocus Softnet
Focus Softnet
 
How to shutdown and power up of the netapp cluster mode storage system
How to shutdown and power up of the netapp cluster mode storage systemHow to shutdown and power up of the netapp cluster mode storage system
How to shutdown and power up of the netapp cluster mode storage system
 
JUNOS - Monitoring and Troubleshooting
JUNOS - Monitoring and TroubleshootingJUNOS - Monitoring and Troubleshooting
JUNOS - Monitoring and Troubleshooting
 
Practice Lab CSC
Practice Lab CSCPractice Lab CSC
Practice Lab CSC
 
Remote VPN
Remote VPNRemote VPN
Remote VPN
 
Solaris 10 workshop service management facility
Solaris 10 workshop service management facilitySolaris 10 workshop service management facility
Solaris 10 workshop service management facility
 

Viewers also liked

Consolidating Applications With Solaris Containers
Consolidating Applications With Solaris ContainersConsolidating Applications With Solaris Containers
Consolidating Applications With Solaris Containers
vaishal
 
solaris 10 administration training | solaris 10 training | solaris 10
solaris 10 administration training | solaris 10 training | solaris 10solaris 10 administration training | solaris 10 training | solaris 10
solaris 10 administration training | solaris 10 training | solaris 10
OnlineOracleTrainings
 
Smf deepdive-tran
Smf deepdive-tranSmf deepdive-tran
Smf deepdive-tran
udexvinda
 
Solaris 10 10 08 what's new customer presentation
Solaris 10 10 08 what's new customer presentationSolaris 10 10 08 what's new customer presentation
Solaris 10 10 08 what's new customer presentation
xKinAnx
 
Solaris 10 10 09 what's new customer presentation
Solaris 10 10 09 what's new customer presentationSolaris 10 10 09 what's new customer presentation
Solaris 10 10 09 what's new customer presentation
xKinAnx
 
10 tips to master the "new" Linkedin
10 tips to master the "new" Linkedin10 tips to master the "new" Linkedin
10 tips to master the "new" Linkedin
Julius Solaris
 
Solaris 10 workshop solaris 10 user commands
Solaris 10 workshop solaris 10 user commandsSolaris 10 workshop solaris 10 user commands
Solaris 10 workshop solaris 10 user commands
Bui Van Cuong
 
Solaris 10 administration 2 Configuring NFS
Solaris 10 administration 2 Configuring NFSSolaris 10 administration 2 Configuring NFS
Solaris 10 administration 2 Configuring NFS
AhmedEidNassef
 
GNAT Pro for ARM processors
GNAT Pro for ARM processorsGNAT Pro for ARM processors
GNAT Pro for ARM processors
AdaCore
 
Solaris 10 forget root password
Solaris 10 forget root passwordSolaris 10 forget root password
Solaris 10 forget root password
Md. Budrul Hasan Bhuiyan
 
Solaris 9 Installation Guide
Solaris 9 Installation GuideSolaris 9 Installation Guide
Solaris 9 Installation Guide
equalnull
 
Embedded programming in RTOS VxWorks for PROFIBUS VME interface card
Embedded programming in RTOS VxWorks for PROFIBUS VME interface cardEmbedded programming in RTOS VxWorks for PROFIBUS VME interface card
Embedded programming in RTOS VxWorks for PROFIBUS VME interface card
Rinku Chandolia
 
Solaris, OpenSolaris y Virtualización
Solaris, OpenSolaris y VirtualizaciónSolaris, OpenSolaris y Virtualización
Solaris, OpenSolaris y Virtualización
juandanielp
 
Solaris 10 virtualization presentation
Solaris 10 virtualization presentationSolaris 10 virtualization presentation
Solaris 10 virtualization presentation
xKinAnx
 
Sun solaris administration
Sun solaris administrationSun solaris administration
Sun solaris administration
lakshmisuj
 
2009 04.s10-admin-topics1
2009 04.s10-admin-topics12009 04.s10-admin-topics1
2009 04.s10-admin-topics1
Desmond Devendran
 
TinyOS
TinyOSTinyOS
Os solaris memory management
Os  solaris memory managementOs  solaris memory management
Os solaris memory management
Tech_MX
 
Wireless Communication And Mobile Network - ZigBee
Wireless Communication And Mobile Network - ZigBeeWireless Communication And Mobile Network - ZigBee
Wireless Communication And Mobile Network - ZigBee
Xaver Y.R. Chen
 
Solaris basics
Solaris basicsSolaris basics
Solaris basics
Ashwin Pawar
 

Viewers also liked (20)

Consolidating Applications With Solaris Containers
Consolidating Applications With Solaris ContainersConsolidating Applications With Solaris Containers
Consolidating Applications With Solaris Containers
 
solaris 10 administration training | solaris 10 training | solaris 10
solaris 10 administration training | solaris 10 training | solaris 10solaris 10 administration training | solaris 10 training | solaris 10
solaris 10 administration training | solaris 10 training | solaris 10
 
Smf deepdive-tran
Smf deepdive-tranSmf deepdive-tran
Smf deepdive-tran
 
Solaris 10 10 08 what's new customer presentation
Solaris 10 10 08 what's new customer presentationSolaris 10 10 08 what's new customer presentation
Solaris 10 10 08 what's new customer presentation
 
Solaris 10 10 09 what's new customer presentation
Solaris 10 10 09 what's new customer presentationSolaris 10 10 09 what's new customer presentation
Solaris 10 10 09 what's new customer presentation
 
10 tips to master the "new" Linkedin
10 tips to master the "new" Linkedin10 tips to master the "new" Linkedin
10 tips to master the "new" Linkedin
 
Solaris 10 workshop solaris 10 user commands
Solaris 10 workshop solaris 10 user commandsSolaris 10 workshop solaris 10 user commands
Solaris 10 workshop solaris 10 user commands
 
Solaris 10 administration 2 Configuring NFS
Solaris 10 administration 2 Configuring NFSSolaris 10 administration 2 Configuring NFS
Solaris 10 administration 2 Configuring NFS
 
GNAT Pro for ARM processors
GNAT Pro for ARM processorsGNAT Pro for ARM processors
GNAT Pro for ARM processors
 
Solaris 10 forget root password
Solaris 10 forget root passwordSolaris 10 forget root password
Solaris 10 forget root password
 
Solaris 9 Installation Guide
Solaris 9 Installation GuideSolaris 9 Installation Guide
Solaris 9 Installation Guide
 
Embedded programming in RTOS VxWorks for PROFIBUS VME interface card
Embedded programming in RTOS VxWorks for PROFIBUS VME interface cardEmbedded programming in RTOS VxWorks for PROFIBUS VME interface card
Embedded programming in RTOS VxWorks for PROFIBUS VME interface card
 
Solaris, OpenSolaris y Virtualización
Solaris, OpenSolaris y VirtualizaciónSolaris, OpenSolaris y Virtualización
Solaris, OpenSolaris y Virtualización
 
Solaris 10 virtualization presentation
Solaris 10 virtualization presentationSolaris 10 virtualization presentation
Solaris 10 virtualization presentation
 
Sun solaris administration
Sun solaris administrationSun solaris administration
Sun solaris administration
 
2009 04.s10-admin-topics1
2009 04.s10-admin-topics12009 04.s10-admin-topics1
2009 04.s10-admin-topics1
 
TinyOS
TinyOSTinyOS
TinyOS
 
Os solaris memory management
Os  solaris memory managementOs  solaris memory management
Os solaris memory management
 
Wireless Communication And Mobile Network - ZigBee
Wireless Communication And Mobile Network - ZigBeeWireless Communication And Mobile Network - ZigBee
Wireless Communication And Mobile Network - ZigBee
 
Solaris basics
Solaris basicsSolaris basics
Solaris basics
 

Similar to Solaris 10 Advanced Features.

Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security AssessmentPositive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days
 
How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7
VCP Muthukrishna
 
Firewalld : A New Interface to Your Netfilter Stack
Firewalld : A New Interface to Your Netfilter StackFirewalld : A New Interface to Your Netfilter Stack
Firewalld : A New Interface to Your Netfilter Stack
Mahmoud Shiri Varamini
 
Linux internet server security and configuration tutorial
Linux internet server security and configuration tutorialLinux internet server security and configuration tutorial
Linux internet server security and configuration tutorial
annik147
 
CentOS Linux Server Hardening
CentOS Linux Server HardeningCentOS Linux Server Hardening
CentOS Linux Server Hardening
MyOwn Telco
 
The SaltStack Pub Crawl - Fosscomm 2016
The SaltStack Pub Crawl - Fosscomm 2016The SaltStack Pub Crawl - Fosscomm 2016
The SaltStack Pub Crawl - Fosscomm 2016
effie mouzeli
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and Database
Nikhil Kumar
 
26.1.7 lab snort and firewall rules
26.1.7 lab   snort and firewall rules26.1.7 lab   snort and firewall rules
26.1.7 lab snort and firewall rules
Freddy Buenaño
 
/etc/rc.d配下とかのリーディング勉強会
/etc/rc.d配下とかのリーディング勉強会/etc/rc.d配下とかのリーディング勉強会
/etc/rc.d配下とかのリーディング勉強会
Naoya Nakazawa
 
UKOUG Tech17 - Stay Secure With Oracle Solaris
UKOUG Tech17 - Stay Secure With Oracle SolarisUKOUG Tech17 - Stay Secure With Oracle Solaris
UKOUG Tech17 - Stay Secure With Oracle Solaris
JomaSoft
 
cFrame framework slides
cFrame framework slidescFrame framework slides
cFrame framework slides
kestasj
 
Отчет Audit report RAPID7
 Отчет Audit report RAPID7 Отчет Audit report RAPID7
Отчет Audit report RAPID7
Sergey Yrievich
 
Report PAPID 7
Report PAPID 7Report PAPID 7
Report PAPID 7
Sergey Yrievich
 
Banv
BanvBanv
Banv
netvis
 
[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR
OpenStack Korea Community
 
Advanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkAdvanced RAC troubleshooting: Network
Advanced RAC troubleshooting: Network
Riyaj Shamsudeen
 
Osol Netadmin Solaris Administrator
Osol Netadmin Solaris AdministratorOsol Netadmin Solaris Administrator
Osol Netadmin Solaris Administrator
Opeyemi Olakitan
 
AIX Advanced Administration Knowledge Share
AIX Advanced Administration Knowledge ShareAIX Advanced Administration Knowledge Share
AIX Advanced Administration Knowledge Share
.Gastón. .Bx.
 
Solaris multipathing
Solaris multipathingSolaris multipathing
Solaris multipathing
Bui Van Cuong
 
SaltConf14 - Ben Cane - Using SaltStack in High Availability Environments
SaltConf14 - Ben Cane - Using SaltStack in High Availability EnvironmentsSaltConf14 - Ben Cane - Using SaltStack in High Availability Environments
SaltConf14 - Ben Cane - Using SaltStack in High Availability Environments
SaltStack
 

Similar to Solaris 10 Advanced Features. (20)

Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security AssessmentPositive Hack Days. Pavlov. Network Infrastructure Security Assessment
Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
 
How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7
 
Firewalld : A New Interface to Your Netfilter Stack
Firewalld : A New Interface to Your Netfilter StackFirewalld : A New Interface to Your Netfilter Stack
Firewalld : A New Interface to Your Netfilter Stack
 
Linux internet server security and configuration tutorial
Linux internet server security and configuration tutorialLinux internet server security and configuration tutorial
Linux internet server security and configuration tutorial
 
CentOS Linux Server Hardening
CentOS Linux Server HardeningCentOS Linux Server Hardening
CentOS Linux Server Hardening
 
The SaltStack Pub Crawl - Fosscomm 2016
The SaltStack Pub Crawl - Fosscomm 2016The SaltStack Pub Crawl - Fosscomm 2016
The SaltStack Pub Crawl - Fosscomm 2016
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and Database
 
26.1.7 lab snort and firewall rules
26.1.7 lab   snort and firewall rules26.1.7 lab   snort and firewall rules
26.1.7 lab snort and firewall rules
 
/etc/rc.d配下とかのリーディング勉強会
/etc/rc.d配下とかのリーディング勉強会/etc/rc.d配下とかのリーディング勉強会
/etc/rc.d配下とかのリーディング勉強会
 
UKOUG Tech17 - Stay Secure With Oracle Solaris
UKOUG Tech17 - Stay Secure With Oracle SolarisUKOUG Tech17 - Stay Secure With Oracle Solaris
UKOUG Tech17 - Stay Secure With Oracle Solaris
 
cFrame framework slides
cFrame framework slidescFrame framework slides
cFrame framework slides
 
Отчет Audit report RAPID7
 Отчет Audit report RAPID7 Отчет Audit report RAPID7
Отчет Audit report RAPID7
 
Report PAPID 7
Report PAPID 7Report PAPID 7
Report PAPID 7
 
Banv
BanvBanv
Banv
 
[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR
 
Advanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkAdvanced RAC troubleshooting: Network
Advanced RAC troubleshooting: Network
 
Osol Netadmin Solaris Administrator
Osol Netadmin Solaris AdministratorOsol Netadmin Solaris Administrator
Osol Netadmin Solaris Administrator
 
AIX Advanced Administration Knowledge Share
AIX Advanced Administration Knowledge ShareAIX Advanced Administration Knowledge Share
AIX Advanced Administration Knowledge Share
 
Solaris multipathing
Solaris multipathingSolaris multipathing
Solaris multipathing
 
SaltConf14 - Ben Cane - Using SaltStack in High Availability Environments
SaltConf14 - Ben Cane - Using SaltStack in High Availability EnvironmentsSaltConf14 - Ben Cane - Using SaltStack in High Availability Environments
SaltConf14 - Ben Cane - Using SaltStack in High Availability Environments
 

Recently uploaded

Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
BibashShahi
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
saastr
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
Pablo Gómez Abajo
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Pitangent Analytics & Technology Solutions Pvt. Ltd
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Neo4j
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 

Recently uploaded (20)

Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Artificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic WarfareArtificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic Warfare
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 

Solaris 10 Advanced Features.

  • 2. Contents 2 Introduction Solaris Management Facility (SMF) IPMP and Link Aggregation Solaris Zones
  • 3. Ինչ կստանաք այս դասընթացի արդյունքում  Ինֆորմացիա Solaris10 համակարգի նոր և առաջադեմ հնարավորությունների մասին  Նոր փորձ  Նոր ծանոթություններ և ընկերներ 3
  • 4. Ինչ նոր գիտելիքներ ձեռք կբերեք  SMF ծառայության հիմունքները Solaris10 համակարգում  Ինչպես միացնել, անջատել և վերաբեռնավորել ծառայությունները  IPMP և Link Aggregation տեխնոլոգիաների մասին սկզբնական գիտելիքներ  Որ դեպքերում են օգտագործվում այս տեխնոլոգիաները  Ինչպես կոնֆիգուրացնել IPMP և Link Aggregation տեխնոլոգիաները  Solaris Zone-ի առավելությունները  Ինչ խնդիրների լուծման համար կարող է օգտագործվել  Ինչպես ստեղծել և կոնֆիգուրացնել 4
  • 5. Contents 5 Introduction Solaris Management Facility (SMF) IPMP and Link Aggregation Solaris Zones
  • 6. SMF Features  Services are represented as first-class objects that can be viewed and managed.  Failed services are automatically restarted in dependency order.  More information is available about misconfigured or misbehaving services.  Problems during the boot process are easier to debug.  Snapshots of service configurations are taken automatically,.  Services can be enabled and disabled using a supported tool.  Administrators can securely delegate tasks to non-root users more easily.  Large systems boot faster by starting services in parallel according to their dependencies. 6
  • 7. The process “Refusing to Die” 7 UID PID PPID C STIME TTY TIME CMD root 330 1 0 14:21:05 ? 0:00 /usr/lib/sendmail -bd -q15m smmsp 331 1 0 14:21:05 ? 0:00 /usr/lib/sendmail -Ac -q15m UID PID PPID C STIME TTY TIME CMD root 530 1 0 14:51:02 ? 0:00 /usr/lib/sendmail -bd -q15m smmsp 531 1 0 14:51:02 ? 0:00 /usr/lib/sendmail -Ac -q15m # ps -fp `pgrep -d, sendmail` # pkill -9 sendmail # ps -fp `pgrep -d, sendmail`
  • 8. Service Names FMRI (Fault Managed Resource Identifier) • svc://localhost/system/system-log:default • svc:/system/system-log:default • system/system-log:default • system-log:default • system-log 8 % svcs -a STATE STIME FMRI ... online 11:19:35 svc:/network/nfs/status:default offline 18:20:30 svc:/application/print/rfc1179:default maintenance 18:20:26 svc:/network/ntp:default
  • 9. Enabling and disabling services Old method SMF method mv /etc/rc2.d/S75cron /etc/rc2.d/x.S75cron svcadm disable system/cron:default edit /etc/inet/inetd.conf, uncomment the finger line svcadm enable network/finger:default 9 Stopping, starting, and restarting services Old method SMF method /etc/init.d/sshd stop svcadm disable -t network/ssh:default /etc/init.d/sshd start svcadm enable -t network/ssh:default /etc/init.d/sshd stop; /etc/init.d/sshd start svcadm restart network/ssh:default kill -HUP `cat /var/run/sshd.pid` svcadm refresh network/ssh:default
  • 10. Discovering What's Going Wrong 10 [ network/ntp:default starting (network time protocol (NTP)) ] Oct 25 13:58:42/49 ERROR: svc:/network/ntp:default: Method "/lib/svc/method/xntp" failed with exit status 96. Oct 25 13:58:42 svc.startd[4]: svc:/network/ntp:default: Method "/lib/svc/method/xntp" failed with exit status 96. [ network/ntp:default misconfigured (see 'svcs -x' for details) ] # svcs -x svc:/network/ntp:default (Network Time Protocol (NTP).) State: maintenance since Mon Oct 18 13:58:42 2004 Reason: Start method exited with $SMF_EXIT_ERR_CONFIG. See: http://sun.com/msg/SMF-8000-KS See: ntpq(1M) See: ntpdate(1M) See: xntpd(1M) Impact: 0 services are not running.
  • 11. Log Files  The log files are located in /var/svc/log/ directory.  The log file name is based on the short form of FMRI, with “/”s replaced by “-”s. Example: Log file for the svc:/network/ntp:default is var/svc/log/network-ntp:default
  • 12. Observing Services 12 % svcs -p network/smtp:sendmail STATE STIME FMRI online 18:20:30 svc:/network/smtp:sendmail 18:20:30 655 sendmail 18:20:30 657 sendmail % ps –fp 655,657 UID PID PPID C STIME TTY TIME CMD root 655 1 0 18:21:05 ? 0:00 /usr/lib/sendmail -bd -q15m smmsp 657 1 0 18:21:05 ? 0:00 /usr/lib/sendmail -Ac -q15m The "-p" option shows all the processes associated with a service:
  • 13. Observing Services 13 The "-d" option shows what other services this service depends on, and the "-D" option shows what other services depend on this service: % svcs -d network/smtp:sendmail STATE STIME FMRI online 18:20:14 svc:/system/identity:domain online 18:20:26 svc:/network/service:default online 18:20:27 svc:/system/filesystem/local:default online 18:20:27 svc:/milestone/name-services:default online 18:20:27 svc:/system/system-log:default online 18:20:30 svc:/system/filesystem/autofs:default % svcs -D network/smtp:sendmail STATE STIME FMRI online 18:20:32 svc:/milestone/multi-user:default
  • 14. Contents 14 Introduction Solaris Management Facility (SMF) IPMP and Link Aggregation Solaris Zones
  • 15. IPMP Features  Eliminates a single network adapter as a single point of failure in case of:  Network adapter failure  Network link failure  Enables interfaces to fail over within approximately 10  Can be configured by adjusting the parameters in the /etc/default/mpathd file  Can be configured for use with both IPv4 and IPv6  Enables interfaces to be configured as standby interfaces 15
  • 16. IPMP Failure Detection  Probe based failure detection:  Detects network error by sending ICMP ECHO_REQUEST messages  Link based failure detection:  Detects network error by checking the IFF_RUNING 16
  • 17. Probe Based IPMP Requirements 17 Probe Based IPMP The Solaris 8 10/00 OS, as a minimum, must be installed. Unique MAC addresses must be configured on each network interface. Multiple network adapter interfaces must be connected on each subnet. An IPMP group name must be assigned to the group of interfaces. A test address is assigned to an interface. Additional hosts or devices must exist on the same subnet.
  • 18. Configuring Probe-Based IPMP 18 1 • Verify the Solaris OS release. 2 • Configure unique MAC addresses. 3 • Configure IP addresses. 4 • Configure one interface as part of an IPMP group. 5 • Configure a test address for the first interface. 6 • Configure a second interface as part of the same IPMP group. 7 • Configure a test address for the second interface. 8 • View the interface configuration.
  • 19. Configuring Probe-Based IPMP 19 # cat /etc/release Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 14 November 2006 # eeprom "localmacaddress?=true” # ifconfig eri0 10.5.0.11 netmask + broadcast + up # ifconfig eri0 group mptest1 # ifconfig eri0 addif 10.5.0.61 netmask + broadcast + -failover deprecated up # ifconfig qfe2 10.5.0.21 netmask + broadcast + group mptest1 up # ifconfig qfe2 addif 10.5.0.71 netmask + broadcast + -failover deprecated up # ifconfig -a
  • 20. Configuring Probe-Based IPMP using configuration files 20 # cat /etc/hostname.eri0 10.5.0.11 netmask + broadcast + group mptest1 up addif 10.5.0.61 netmask + broadcast + -failover deprecated up # cat /etc/hostname.qfe2 10.5.0.21 netmask + broadcast + group mptest1 up addif 10.5.0.71 netmask + broadcast + -failover deprecated up # init 6
  • 21. Link-Based IPMP Requirements 21 Link-Based IPMP Solaris 9 12/02 OS, at a minimum, must be installed. Network interfaces must use any of the following drivers: hme, eri, ce, ge, bge, qfe, dmfe Unique MAC addresses must be configured on each of the interfaces. An IPMP group name must be assigned to interfaces
  • 22. Configuring Link-Based IPMP 22 1 • Verify the Solaris OS release. 2 • Configure unique MAC addresses. 3 • Define IP addresses. 4 • Configure the interfaces. 5 • View the interface configuration
  • 23. Configuring Link-Based IPMP 23 # cat /etc/release Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 14 November 2006 # eeprom "localmacaddress?=true” # ifconfig eri0 10.5.0.11 netmask + broadcast + group lgrp up # ifconfig hme0 10.5.0.21 netmask + broadcast + group lgrp up # ifconfig -a
  • 24. Configuring Link-Based IPMP Using Configuration Files 24 # cat /etc/hostname.eri0 10.5.0.11 netmask + broadcast + group mptest1 up # cat /etc/hostname.hme0 10.5.0.21 netmask + broadcast + group mptest1 up # init 6
  • 25. Configuring IPMP Parameters 25 # cat /etc/default/mpathd #pragma ident "@(#)mpathd.dfl 1.2 00/07/17 SMI" # # Time taken by mpathd to detect a NIC failure in ms. The minimum time # that can be specified is 100 ms. # FAILURE_DETECTION_TIME=10000 # # Failback is enabled by default. To disable failback turn off this option # FAILBACK=yes # # By default only interfaces configured as part of multipathing groups # are tracked. Turn off this option to track all network interfaces # on the system # TRACK_INTERFACES_ONLY_WITH_GROUPS=yes
  • 26. Additional Resources  man ifconfig  man in.mpathd  docs.sun.com 26
  • 27. Features of Link Aggregations  Increased bandwidth – The capacity of multiple links is combined into one logical link  Automatic failover/failback – Traffic from a failed link is failed over to working links in the aggregation  Load balancing – Both inbound and outbound traffic is distributed according to user selected load-balancing policies, such as source and destination MAC or IP addresses  Support for redundancy – Two systems can be configured with parallel aggregations.  Improved administration – All interfaces are administered as a single unit  Less drain on the network address pool – The entire aggregation can be assigned one IP address 27
  • 28. Link Aggregation Basics  For systems that run an application with distributed heavy traffic  For sites with limited IP address space that nevertheless require large amounts of bandwidth  For sites that need to hide the existence of internal interfaces 28 You may use link aggregation in the following situations:
  • 29. Basic Link Aggregation Topology 29 Link Aggregation Topology With a Switch Back-to-Back Link Aggregations
  • 30. Policies and Load Balancing  L2 – Determines the outgoing link by hashing the MAC (L2) header of each packet  L3 – Determines the outgoing link by hashing the IP (L3) header of each packet  L4 – Determines the outgoing link by hashing the TCP, UDP, or other ULP (L4) header of each packet 30
  • 31. Requirements for Link Aggregation 31 Link Aggregation You must use the dladm command to configure aggregations. An interface that has been plumbed cannot become a member of an aggregation. Interfaces must be of the GLDv3 type: xge, e1000g, nge, rge, ixrgb and bge. All interfaces in the aggregation must run at the same speed and in full- duplex mode. You must set the value for MAC addresses to “true” in the EEPROM parameter local- mac-address?
  • 32. How to Create a Link Aggregation 32 1 • Assume the Primary Administrator role, or become superuser. 2 • Determine which interfaces are currently installed on your system. 3 • Determine which interfaces have been plumbed. 4 • Create an aggregation. 5 • Configure and plumb the newly created aggregation. 6 • Check the status of the aggregation you just created.
  • 33. How to Create a Link Aggregation 33 % su root # dladm show-link ce0 type: legacy mtu: 1500 device: ce0 ce1 type: legacy mtu: 1500 device: ce1 bge0 type: non-vlan mtu: 1500 device: bge0 bge1 type: non-vlan mtu: 1500 device: bge1 bge2 type: non-vlan mtu: 1500 device: bge2 # ifconfig -a lo0: flags=2001000849 <UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 ce0: flags=1000843 <UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 192.168.84.253 netmask ffffff00 broadcast 192.168.84.255 ether 0:3:ba:7:84:5e # dladm create-aggr -d bge0 -d bge1 1 # ifconfig aggr1 plumb 192.168.84.14 up
  • 34. How to Create a Link Aggregation(continuing) 34 # dladm show-aggr device address speed duplex link state bge0 0:3:ba:7:b5:a7 1000 Mbps full up attached bge1 0:3:ba:8:22:3b 0 Mbps unknown down standby key: 1 (0x0001) policy: L4 address: 0:3:ba:7:84:5e (auto) # ifconfig -a lo0: flags=2001000849 <UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 ce0: flags=1000843 <UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 192.168.84.253 netmask ffffff00 broadcast 192.168.84.255 ether 0:3:ba:7:84:5e aggr1: flags=1000843 <UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3 inet 192.168.84.14 netmask ff000000 broadcast 192.255.255.255 ether 0:3:ba:7:84:5e
  • 35. Contents 35 Introduction Solaris Management Facility (SMF) IPMP and Link Aggregation Solaris Zones
  • 36. Zones Overview The Solaris Zones partitioning technology is used to: • Virtualize operating system services • Provide an isolated and secure environment for running applications. A zone is: • A virtualized operating system environment created within a single instance of the Solaris10 OS. • An application execution environment in which processes are isolated from the rest of the system. Isolation prevents processes that are running in one zone from monitoring or affecting processes that are running in other zones. 36
  • 37. When to Use Zones? 37
  • 38. Two Types of Zones  Global Zone  Is assigned ID 0 by the system  Provides the single instance of the Solaris kernel  Contains a complete installation of the Solaris system software packages  Can contain additional software packages or additional software  Holds configuration information specific to the global zone only  Is the only zone that is aware of all devices and all file systems  Is the only zone with knowledge of non-global zone existence and configuration  Is the only zone from which a non-global zone can be configured, installed, managed, or uninstalled 38
  • 39. Two Types of Zones  Non-Global Zone  Is assigned a zone ID by the system when the zone is booted  Shares operation under the Solaris kernel booted from the global zone  Contains an installed subset of the complete Solaris10 OS software packages  Can contain additional installed software packages  Is not aware of the existence of any other zones  Cannot install, manage, or uninstall other zones, including itself  Has configuration information specific to that non-global zone only  Can have its own time zone setting 39
  • 40. Creating а New Zone 1 • Enter the zone configuration tool by using the zonecfg command. 2 • Create a new zone definition with the create command. 3 • Assign the zone to a file system, using the set zonepath command. 4 • Use set autoboot command to make zone boot automatically. 5 • Configure networking parameters, using the add net command and its subcommands. 6 • Verify the configuration is syntactically correct, using the verify command. 7 • Write the in-memory configuration to stable memory, using the commit command. 8 • Install the zone, using the zoneadm command. 9 • Boot the zone, using the zoneadm boot command. 10 • Log on to the zone Console using the zlogin command 40
  • 41. Creating а New Zone 41 # zonecfg -z email-zone email-zone: No such zone configured Use 'create' to begin configuring a new zone. zonecfg:email-zone> create zonecfg:email-zone> set zonepath=/export/home/zones/email-zone zonecfg:my-zone> set autoboot=true zonecfg:email-zone> add net zonecfg:email-zone:net> set address=10.0.0.1 zonecfg:email-zone:net> set physical=eri0 zonecfg:email-zone:net> end zonecfg:email-zone> verify zonecfg:email-zone> commit zonecfg:email-zone> exit # zoneadm -z email-zone install Preparing to install zone email-zone Creating list of files to copy from the global zone. [Some output was omitted here for brevity] Zone email-zone is initialized. # zoneadm -z email-zone boot # zlogin -C email-zone
  • 42. Solaris 10 Advanced Features Prepared by Aram Avetisyan Thank you...