LDOM COMMAND REFERENCE

Size: px
Start display at page:

Download "LDOM COMMAND REFERENCE"

Transcription

1 LDOM COMMAND REFERENCE Contents Display Default LDOM services 2 Creating Default LDOM services 3 Removing Default LDOM services 5 Start Default Services 6 Basic Guest Domain Administration 7 stop/break/unbind 11 Add/Create/Assign 12 Remove/Delete 14 Start 17 Save LDOM Config 17 Resources 18 Accessing Guest Domain 20 Support Data Collection Explorer 23 SP snapshot 23 Display LDOM Info 23 Crashdump: Control Domain 26 Guest Domain 27 Checked for failed components (CPU/Memory) 29

2 Display Default LDOM services Check ldom manager (ldmd) SPARC T3/T4/T5 : SPARC M5/M6: Check vntsd is running SPARC T3/T4/T5 : SPARC M5/M6: Check Default Services are running SPARC T3/T4/T5 : SPARC M5/M6: Check ldm software SPARC T3/T4/T5 : SPARC M5/M6: #svcs ldmd #svcs vntsd #ldm list-services primary Usage :ldm -V #ldm -V Logical Domains Manager (v ) Hypervisor control protocol v 1.11 Using Hypervisor MD v 1.4 System PROM: Hostconfig v c 2014/03/21 19:04 Hypervisor v b 2014/02/07 13:52 OpenBoot v a 2014/01/31 14:12

3 [ check ldoms manager package in Solaris 11 ] Usage: pkg info ldomsmanager eis@m10-1-syd04-a:~$ pkg info ldomsmanager Name: system/ldoms/ldomsmanager Summary: Logical Domains Manager Description: LDoms Manager - Virtualization for SPARC T-Series Category: System/Virtualization State: Installed Publisher: solaris Version: Build Release: 5.11 Branch: Packaging Date: March 3, :18:20 PM Size: 3.87 MB FMRI: pkg://solaris/system/ldoms/ ldomsmanager@ , : t141820z eis@m10-1-syd04-a:~$ eis@m10-1-syd04-a:~$ Creating Default LDOM services add virtual console concentrator (vcc) SPARC T3/T4/T5 : SPARC M5/M6: add virtual network switch (vsw) SPARC T3/T4/T5 : Usage: ldm add-vcc port-range=x-y <vcc-name> <ldom> #ldm add-vcc port-range= primary-vcc0 primary Usage: ldm add-vsw net-dev=<device> <vsw-name> <ldom-name> #ldm add-vsw net-dev=net0 primary-vsw0 primary

4 SPARC M5/M6: add virtual disk server (vds) Usage ldm add-vds <service-name> <ldom-name> SPARC T3/T4/T5 : SPARC M5/M6: add virtual storage device to virtual disk service SPARC T3/T4/T5 : SPARC M5/M6: #ldm add-vds primary-vds0 primary Usage: ldm add-vdsdev <backend> <volume@service> where backend: specify a physical disk path. In addition to a file, you can specify the path of a disk, disk slice etc for the backend. volume: specify a volume name that is unique within the virtual disk server service: specify a virtual disk service name : ### Primary domain. ### Add zfs filesystem to existing Guest domain root@m10-1-syd04-a:~# zfs create -V 5G rpool/ckt-disk2 root@m10-1-syd04-a:~# ls /dev/zvol/dsk/rpool ROOT VARSHARE ckt-disk2 dump export swap root@m10-1-syd04-a:~# ldm add-vdsdev /dev/zvol/dsk/rpool/cktdisk2 disk2@primary-vds0 In this example a 5G backend zfs partition is created called ckt-disk2 The volume name is ckt-disk2 The vds is called primary-vds0

5 Removing Default LDOM services remove virtual console concentrator (vcc) SPARC T3/T4/T 5 : SPARC M5/M6: remove virtual network switch (vsw) SPARC T3/T4/T 5 : SPARC M5/M6: remove virtual disk server (vds) SPARC T3/T4/T 5 : SPARC M5/M6: Usage: ldm remove-vcc [-f] <vcc_name> root@m5-32-sca11-a-pdom00:~# ldm list-services primary VCC NAME LDOM PORT-RANGE primary-vcc0 primary root@m5-32-sca11-a-pdom00:~# ldm remove-vcc primary-vcc0 root@m5-32-sca11-a-pdom00:~# ldm list NAME STATE FLAGS CONS VCPU MEMORY UTIL NORM UPTI ME primary active -n-c-- UART G 0.7% 0.6% 47m root@m5-32-sca11-a-pdom00:~# Usage: ldm remove-vsw <vsw-service-name> root@m5-32-sca11-a-pdom00:~# ldm list-services primary VSW NAME LDOM MAC NET-DEV ID DEVICE LINKPROP DEFAULT-VLAN-ID PVID VID MTU MODE INTER-VNET-LINK primaryvsw0 primary 00:14:4f:fa:ee:e1 net0 0 switch@ on root@m5-32-sca11-a-pdom00:~# ldm remove-vsw primary-vsw0 root@m5-32-sca11-a-pdom00:~# ldm list-services primary Usage: ldm remove-vds <service-name> root@m5-32-sca11-a-pdom00:~# ldm remove-vds primary-vds0 root@m5-32-sca11-a-pdom00:~# ldm list-services primary root@m5-32-sca11-a-pdom00:~#

6 remove virtual storage device to virtual disk service SPARC T3/T4/T 5 : SPARC M5/M6: Usage: ldm remove-vdsdev [-f] <volume_name>@<service_name> root@m5-32-sca11-a-pdom00:~# ldm list-services primary VDS NAME LDOM VOLUME OPTIONS MPGROUP DEVICE primary-vds0 primary dvd-iso /home/jack/sol-11_1- text-sparc.iso root@m5-32-sca11-a-pdom00:~# ldm remove-vdsdev dvd-iso@primary-vds0 root@m5-32-sca11-a-pdom00:~# ldm list-services primary VDS NAME LDOM VOLUME OPTIONS MPGROUP DEVI CE primary-vds0 primary root@m5-32-sca11-a-pdom00:~# Start Default Services start ldom manager SPARC T3/T4/T5 : SPARC M5/M6: start vntsd SPARC T3/T4/T5 : SPARC M5/M6: Usage: svcadm enable ldmd root@m5-32-sca11-a-pdom00:~# svcs grep ldmd online 18:37:13 svc:/ldoms/ldmd:default root@m5-32-sca11-a-pdom00:~# svcadm disable ldmd root@m5-32-sca11-a-pdom00:~# svcs grep ldmd root@m5-32-sca11-a-pdom00:~# root@m5-32-sca11-a-pdom00:~# svcadm enable ldmd root@m5-32-sca11-a-pdom00:~# svcs grep ldmd online 19:17:57 svc:/ldoms/ldmd:default root@m5-32-sca11-a-pdom00:~# Usage: svcadm enable vntsd jack@m5-32-sca11-a-pdom01:~$ svcs vntsd STATE STIME FMRI

7 disabled 18:49:36 svc:/ldoms/vntsd:default svcadm enable vntsd svcs vntsd STATE STIME FMRI online 19:23:59 svc:/ldoms/vntsd:default Basic Guest Domain Administration list resources binded to a Guest Domain SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: how to identify if the current domain? [Control,Guest,Servic e or Root] SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: how to check status of I/O device SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: Usage: ldm list-bindings <ldom-name> #ldm list-bindings guestdomain2 Usage: $virtinfo -a jack@m5-32-sca11-a-pdom01:~$ virtinfo -a Domain role: LDoms control I/O service root Domain name: primary Domain UUID: 5caf3abe-db20-cb75-8b2c-b4a62bef5a5f Control domain: Unknown Chassis serial#: Unknown jack@m5-32-sca11-a-pdom01:~$ Usage: ldm list-io root@m10-1-syd04-a:~# ldm list-io NAME TYPE BUS DOMAIN STATUS PCIE0 BUS PCIE0 primary IOV PCIE1 BUS PCIE1 primary IOV /SYS/MBU/NET0 PCIE PCIE0 primary OCC /SYS/PCI0 PCIE PCIE0 primary EMP /SYS/MBU/SASHBA PCIE PCIE0 primary OCC /SYS/MBU/NET2 PCIE PCIE1 primary OCC

8 /SYS/PCI1 PCIE PCIE1 primary EMP /SYS/PCI2 PCIE PCIE1 primary EMP how to check logical domain (ldom) status SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: list the status of all the guest domains on the system SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: how to manually list the LDOM config on a system SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: list current save LDOM config in Solaris SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: Usage: ldm list-domain -o domain <guest-domain-name> root@m10-syd04-a:~# ldm list-domain -o domain guest-dom1 Usage: ldm list root@m10-1-syd04-a:~# root@m10-1-syd04-a:~# ldm list NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME primary active -n-cv- UART 8 8G 0.1% 13d 14m ldom1 active -n G 0.0% 19d 23h 21m ldom2 active -t G 25% 19d 23h 21m root@m10-1-syd04-a:~# Usage: ldm list-bindings / ldm list-bindings <ldom-name> #ldm list-bindings #ldm list-bindings guestdom2 Usage: ldm list-spconfig root@t5-8-sin06-a:~# ldm list-spconfig factory-default guestdom1 [next poweron] root@t5-8-sin06-a:~#

9 when do we need to initiate an LDOM reconfig reboot SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: Check CPU activation Usage: ldm start-reconf primary The "start-reconf" needs to be executed on the primary domain if changes [ add/remove ] is to be made to the resources [ cpu,io and memory] that is currently assigned to it. jack@t5-8-sin06-a:~$ ldm list NAME STATE FLAGS CONS VCPU MEMORY UTIL NORM UPTI ME primary active -n-c-- UART M 0.0% 0.0% 1h 8m jack@t5-8-sin06-a:~$ ldm start-reconf primary Initiating a delayed reconfiguration operation on the primary domain. All configuration changes for other domains are disabled until the primary domain reboots, at which time the new configuration for the primary domain will also take effect. jack@t5-8-sin06-a:~$ ldm set-core 4 primary Notice: The primary domain is in the process of a delayed reconfiguration. Any changes made to the primary domain will only take effect after it reboots jack@t5-8-sin06-a:~$ ldm set-memory 128G primary Cannot enable FILE_DAC_READ privilege jack@t5-8-sin06-a:~$ su Password: Jun 26 16:10:26 t5-8-sin06-a su: 'su root' succeeded for jack on /dev/console root@t5-8-sin06-a:~# ldm set-memory 128G primary Notice: The primary domain is in the process of a delayed reconfiguration. Any changes made to the primary domain will only take effect after it reboots root@t5-8-sin06-a:~# ldm ls NAME STATE FLAGS CONS VCPU MEMORY UTIL NORM UPTIM E primary active -ndc-- UART G 0.0% 0.0% 1h 10m root@t5-8-sin06-a:~# root@t5-8-sin06-a:~# reboot Jun 26 16:11:55 t5-8-sin06-a reboot: initiated by jack on /dev/console Jun 26 16:12:02 t5-8-sin06-a syslogd: going down on signal 15 syncing file systems... done Usage: ldm list-permits

10 SPARC T3/T4/T5 : No SPARC M5/M6: No SPARC M10: eis@m10-1-syd04-a:~$ uname -a SunOS m10-1-syd04-a.au.oracle.com sun4v sparc sun4v eis@m10-1-syd04-a:~$ su Password: root@m10-1-syd04-a:~# ldm list-permits CPU CORE PERMITS (PERMANENT) IN USE 16 (16) 8 8 REST Check Autoreplacement policy for CPU SPARC T3/T4/T5 : No SPARC M5/M6: No SPARC M10: Usage: svccfg -s ldmd listprop ldmd/autoreplacement_policy_cpu o display autoreplacement_policy_cpu property value use the following command: #svccfg -s ldmd listprop ldmd listprop ldmd/autoreplacement_policy_cpu (from M10-1 system) root@m10-1-syd04-a:~# svccfg -s ldmd listprop ldmd/autoreplacement_policy_cpu ldmd/autoreplacement_policy_cpu integer 1 root@m10-1-syd04-a:~# Note 1 == replacement policy enabled 0 == replacement policy disabled to change replacement policy : #svccfg -s ldmd listprop ldmd/autoreplacement_policy_cpu #svcadm disable ldmd #svccfg -s ldmd setprop ldmd/autoreplacement_policy_cpu=0 #svcadm refresh ldmd #svcadm enable ldmd

11 stop/break/unbind issue send break SPARC T3/T4/T5 : SPARC M5/M6: Usage: CTRL+] type send break followed by return then another return root@t5-8-sin06-a:~# telnet localhost 5000 Trying ::1... telnet: connect to address ::1: Connection refused Trying Connected to localhost. Escape character is '^]'. Connecting to console "guestdom1" in group "guestdom1"... Press ~? for control options.. telnet> send brk Debugging requested; hardware watchdog suspended. c)ontinue, s)ync, r)eset? s panic[cpu18]/thread=2a1018f1c60: sync initiated stop Guest Domain SPARC T3/T4/T5 : SPARC M5/M6: ubind Guest Domain Usage: ldm stop < guest domain name > root@t5-8-sin06-a:~# ldm stop guestdom2 LDom guestdom2 stopped root@t5-8-sin06-a:~# Usage: ldm unbind <guest-domain-name> SPARC T3/T4/T5 : SPARC M5/M6: root@t5-8-sin06-a:~# ldm unbind guest-dom1

12 Add/Create/Assign Add Guest Domain Usage :ldm add-domain <guest domain> SPARC T3/T4/T 5 : SPARC M5/M6: Support on assign cpu threads to Guest Domain SPARC T3/T4/T 5 : SPARC M5/M6: Support on assign vcpu units of cores SPARC T3/T4/T 5 : root@t5-8-sin06-a:/dev/dsk# ldm add-domain guestdom1 root@t5-8-sin06-a:/dev/dsk# ldm ls primary active -n-cv- UART G 0.2% 0.1% 40m guestdom1 inactive root@t5-8-sin06-a:/dev/dsk# Usage: ldm add-vcpu <number> <guest-domain-name> jack@m5-32-sca11-a-pdom01:~$ jack@m5-32-sca11-a-pdom01:~$ ldm list primary active -n-cv- UART M 0.3% 0.2% 4h 22m guest-dom1 active -n G 0.2% 0.2% 4m jack@m5-32-sca11-a-pdom01:~$ ldm add-vcpu 6 guest-dom1 jack@m5-32-sca11-a-pdom01:~$ ldm list primary active -n-cv- UART M 0.6% 0.5% 4h 23m guest-dom1 active -n G 1.2% 0.3% 5m jack@m5-32-sca11-a-pdom01:~$ Usage: ldm add-core, ldm set-core <number> <ldom> Note: CPUs cannot be assigned to an ldom in units of cores and in units of threads simultaneously. Choose either of these units of assignment for each ldom

13 SPARC M5/M6: assign memory to Guest Domain SPARC T3/T4/T 5 : SPARC M5/M6: add vnet device to Guest Domain SPARC T3/T4/T 5 : SPARC M5/M6: Usage: ldm add-memory <number> <guest-domain-name> ldm set-memory <number> <guest-domain-name> Note that the Guest domain OS must be up and running to do memory DR. root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART 32 2G 0.2% 0.1% 15h 3m guestdomain1 active -n G 0.0% 0.0% 14h 9m root@t5-8-sin06-a:~# ldm add-memory 4G guestdomain1 root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART 32 2G 0.2% 0.2% 15h 4m guestdomain1 active -n G 2.2% 1.0% 14h 10m root@t5-8-sin06-a:~# Usage: ldm add-vnet <if-name> <vsw-name> <ldom-name> adds a virtual network device to a domain root@m10-1-syd04-a:~# ldm add-vnet vnet2 primary-vsw0 ldom1 root@m10-1-syd04-a:~# ldm list-bindings ldom1 KPROP vnet1 primaryvsw0@primary 0 network@0 00:14:4f:f9:bb:ca PEER MAC MODE PVID VID MTU MAXBW LINKPROP primary-vsw0@primary 00:14:4f:fa:21:9f vnet0@ldom2 00:14:4f:f9:08: vnet2@ldom1 00:14:4f:fa:66: NAME SERVICE ID DEVICE MAC MODE PVID VID MTU MAXBW LINKP ROP vnet2 primary-vsw0@primary 1 network@1 00:14:4f:fa:66: PEER MAC MODE PVID VID MTU MAXBW LINKPROP primary-vsw0@primary 00:14:4f:fa:21:9f vnet1@ldom1 00:14:4f:f9:bb:ca vnet0@ldom2 00:14:4f:f9:08:

14 assign disk resource to Guest Domain SPARC T3/T4/T 5 : SPARC M5/M6: Usage: ldm add-vdisk [timeout=<seconds>] [id=<diskid>] <disk_name> <volume_name>@<service_name> <ldom> root@t5-8-sin06-a:~# ldm ls -o disk primary NAME primary VDS NAME VOLUME OPTIONS MPGROUP DEVICE primary-vds0 S11iso /export/sol-11_1-text-sparc.iso guestdom1bootdisk /dev/dsk/c13t4d0s0 guestdom2bootdisk /dev/dsk/c13t4d1s2 root@t5-8-sin06-a:~# ldm ls -o disk guestdom3 NAME guestdom3 root@t5-8-sin06-a:~# root@t5-8-sin06-a:~# ldm add-vdisk cdromiso S11iso@primary-vds0 guestdom3 root@t5-8-sin06-a:~# ldm ls -o disk guestdom3 NAME guestdom3 DISK NAME VOLUME TOUT ID DEVICE SERVER MPGROUP cdromiso S11iso@primary-vds0 0 disk@0 primary root@t5-8-sin06-a:~# Remove/Delete Remove a Guest Domain Usage: ldm remove-domain (-a <ldom>...) SPARC T3/T4/ T5 : root@t5-8-sin06-a:~# ldm ls prim ary active -n-cv- UART G 0.1% 0.1% 1d 1h 13m guestdom1 bound G

15 SPARC M5/M6: guestdom2 inactive G guestdom3 inactive ldm remove-domain guestdom3 ldm ls primary active -n-cv- UART G 0.3% 0.3% 1d 1h 13m guestdom1 bound G guestdom2 inactive G Remove disk resource from Guest Domain SPARC T3/T4/ T5 : SPARC M5/M6: Usage: ldm remove-vdisk [-f] <disk_name> <ldom-name> root@m10-1-syd04-a:~# ldm remove-vdisk vdisk2 ldom1 root@m10-1-syd04-a:~# ldm list-bindings ldom1 NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME ldom1 active -n G 1.4% 2h 27m UUID 537e8abe-6bf5-cac6-b1d6-f a85b MAC... DISK NAME VOLUME TOUT ID DEVICE SERVER MPGROUP vdisk1 vol1@primary-vds0 0 disk@0 primary VCONS NAME SERVICE PORT LOGGING ldom1 primary-vcc0@primary 5000 on root@m10-1-syd04-a:~# Remove virtual network device from a Guest Domai n Usage: ldm remove-vnet [-f] <if_name> <ldom> jack@m5-32-sca11-a-pdom01:~$ jack@m5-32-sca11-a-pdom01:~$ ldm remove-vnet vnet2 guest-dom1

16 SPARC T3/T4/ T5 : SPARC M5/M6: Remove CPU threads from a Giuest Domain SPARC T3/T4/ T5 : SPARC M5/M6: Usage: ldm remove-vcpu [-f --force] [-c --core] <number> <ldom-name> root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART 32 2G 0.1% 0.1% 15h 8m guestdomain1 active -n G 0.1% 0.0% 14h 14m root@t5-8-sin06-a:~# ldm remove-vcpu 32 guestdomain1 root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART 32 2G 0.2% 0.1% 15h 8m guestdomain1 active -n G 1.3% 1.2% 14h 14m root@t5-8-sin06-a:~# Remove virtual cpu units in cores from a Guest Domain SPARC T3/T4/ T5 : SPARC M5/M6: Usage: ldm remove-core [-f --force] <number> cid=<id>[,<id>[,...]] <ldom-name> root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART G 0.3% 0.3% 1d 22h 29m guestdom1 bound G guestdom2 active -n G 0.0% 0.0% 21h 3m guestdom3 active -t G 1.6% 1.6% 9m root@t5-8-sin06-a:~# ldm remove-core 2 guestdom2 root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART G 0.2% 0.2% 1d 22h 29m guestdom1 bound G guestdom2 active -n G 0.8% 0.8% 21h 4m guestdom3 active -t G 1.6% 1.6% 9m root@t5-8-sin06-a:~#

17 Remove memory from a Guest Domain SPARC T3/T4/ T5 : SPARC M5/M6: Usage: ldm remove-memory <number> <ldom-name> root@m5-32-sca11-a-pdom01:~# ldm list primary active -n-cv- UART M 1.8% 1.7% 4h 55m guest-dom1 active -n G 1.1% 0.8% 4m root@m5-32-sca11-a-pdom01:~# ldm remove-memory 8G guest-dom1 root@m5-32-sca11-a-pdom01:~# ldm list primary active -n-cv- UART M 1.0% 1.1% 4h 58m guest-dom1 active -n G 0.2% 0.2% 6m root@m5-32-sca11-a-pdom01:~# Start start a Guest Domain Usage: ldm start (-a -i <file> <ldom>... SPARC T3/T4/T5 : SPARC M5/M6: #ldm start guest-dom1 Save LDOM Config save ldom configuration to the SP SPARC T3/T4/T5 : SPARC M5/M6: Usage: ldm add-spconfig [-r <autosave>] <config_name> root@t5-8-sin06-a:~# ldm list-spconfig factory-default guestdom1 [next poweron] root@t5-8-sin06-a:~# root@t5-8-sin06-a:~# ldm add-spconfig

18 backup of existing configuration from the control domain SPARC T3/T4/T5 : SPARC M5/M6: mynewconfiguration root@t5-8-sin06-a:~# ldm list-spconfig factory-default mynewconfiguration [current] root@t5-8-sin06-a:~# Usage: ldm list-constraints -x > < file.xml > # ldm list-constraints -x > /var/tmp/guest-domainname.xml # ldm list-bindings > /var/tmp/full-bindings # ldm ls -l > /var/tmp/guest-domain-list.xml Resources identitify physical resources bindings SPARC T3/T4/ T5 : SPARC M5/M6: usage: ldm list-constraints jack@m5-32-sca11-a-pdom01:~$ ldm list-constraints DOMAIN primary UUID 9d1d44bb-ec6e-41bb-f8e6-c56e8b8621d2 MAC 00:10:e0:24:6a:b1 HOSTID 0x86246a9d CONTROL failure-policy=ignore extended-mapin-space=on cpu-arch=native rc-add-policy= shutdown-group=0 VCPU

19 COUNT: 288 MEMORY SIZE: M CONSTRAINT threading=max-throughput VARIABLES 5cc5,0:a pm_boot_policy=disabled=0;ttfc=22746;ttmr=0; use-nvramrc?=true IO DEVICE pci_16 pci_17 pci_18 pci_19 pci_24 pci_25 pci_26 pci_27 pci_20 pci_21 pci_22 pci_23 OPTIONS bind resources to a Guest Domain SPARC T3/T4/ T5 : SPARC M5/M6: Usage: ldm bind [-f] [-q] (-i <file> <ldom>) root@m5-32-sca11-a-pdom01:~# ldm list primary active -n-cv- UART M 2.8% 1.6% 6m guest-dom1 inactive G root@m5-32-sca11-a-pdom01:~# root@m5-32-sca11-a-pdom01:~# ldm bind guest-dom1 root@m5-32-sca11-a-pdom01:~# ldm list primary active -n-cv- UART M 2.8% 1.7% 6m guest-dom1 bound G

20 unbind resources to a Guest Domain SPARC T3/T4/ T5 : SPARC M5/M6: Usage: ldm unbind <ldom-name> root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART G 0.4% 0.4% 22h 43m guestdom1 bound G guestdom2 bound G root@t5-8-sin06-a:~# ldm unbind guestdom2 root@t5-8-sin06-a:~# ldm ls primary active -n-cv- UART G 1.2% 1.2% 22h 44m guestdom1 bound G guestdom2 inactive G root@t5-8-sin06-a:~# Accessing Guest Domain login to the console of a Guest Domain SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: Usage: telnet localhost < console port # > root@m10-1-syd04-a:~# ldm list NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME primary active -n-cv- UART 8 8G 0.1% 22h 49m ldom1 active -n G 0.0% 22h 47m ldom2 active -t G 16% 4s root@m10-1-syd04-a:~# telnet localhost 5001 Trying ::1... telnet: connect to address ::1: Connection refused Trying Connected to localhost. Escape character is '^]'. Connecting to console "ldom2" in group "ldom2"... Press ~? for control options.. {0} ok

21 {0} ok {0} ok {0} ok Exit from a Guest Domain console SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: Usage: CTRL+] then q root@t5-8-sin06-a:~# telnet localhost 5001 Trying ::1... telnet: connect to address ::1: Connection refused Trying Connected to localhost. Escape character is '^]'. Connecting to console "guestdom2" in group "guestdom2"... Press ~? for control options.. {0} ok devalias vdisk0 /virtual-devices@100/channel-devices@200/disk@0 cdromiso /virtual-devices@100/channel-devices@200/disk@1 vnet0 /virtual-devices@100/channel-devices@200/network@0 net /virtual-devices@100/channel-devices@200/network@0 disk /virtual-devices@100/channel-devices@200/disk@1 virtual-console /virtual-devices/console@1 name aliases {0} ok boot vdisk0 Boot device: /virtual-devices@100/channel-devices@200/disk@0 File and args: SunOS Release 5.11 Version bit Copyright (c) 1983, 2012, Oracle and/or its affiliates. All rights reserved. Hostname: guestdom2 guestdom2 console login: telnet> quit Connection to localhost closed. root@t5-8-sin06-a:~# Enable/Disable console loggging function for a Guest Domain usage: ldm set-vcons log=off on <ldom-name> ldm ls - o console < guest domain >

22 Note: OVM 3.0 required SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: Display current console settings of a Guest Domain SPARC T3/T4/T5 : SPARC M5/M6: SPARC M10: The guest gomain console log will be stored in the following directory /var/log/vntsd usage: ldm list -o console <ldom-name> root@m10-1-syd04-a:~# ldm list -o console ldom1 NAME ldom1 VCONS NAME SERVICE PORT LOGGING ldom1 primary-vcc0@primary 5000 on root@m10-1-syd04-a:~# ldm list -o console NAME primary VCC NAME PORT-RANGE primary-vcc VCONS NAME SERVICE PORT LOGGING UART NAME ldom1 VCONS NAME SERVICE PORT LOGGING ldom1 primary-vcc0@primary 5000 on NAME ldom2 VCONS NAME SERVICE PORT LOGGING ldom2 primary-vcc0@primary 5001 on

23 Support Data Collection Explorer Collect System information via Explorer command SPARC T3/T4/T5 : SPARC M5/M6: T3,T4,T5 and M10 : #/usr/sbin/explorer -w default Mx-32 PDOM (primary) : #/usr/sbin/explorer -w default,\!ipmi -timeout 900 SP snapshot Data collection from SPARC M5/M6 SP (service processor) Data collection from SPARC M10 SP (service processor) Data collection from SPARC T3/T4/T5 SP (service processor) KM Document SPARC M5-32 Servers: M5-32 snapshot using ILOM b and beyond [Doc ID ] Fujitsu M10 Servers (Doc ID ) Collect ILOM snapshot on T3-x and T4-x systems without an active network management connection (Doc ID ) Troubleshooting data needed for T3-x, T4-x & T5-x servers (Doc ID ) Display LDOM Info list all Service Domains in the platform from Solaris Usage: ldm ls [-e] [-l] [-S] [-o <format>] [-p] [<ldom>...] format' is one or more of: console,core,cpu,crypto,disk,domain,memory,network,physio,resmgmt,serial, status

24 SPARC T3/T4/T5 : SPARC M5/M6: list all LDOM config from SP with timestamp SPARC T3/T4/T5 : SPARC M5/M6: No : root@m10-1-syd04-a:~# ldm ls -o console,network,disk Usage: [T3/T4/t5] show /HOST/domain/configs date_created -t Note: For SPARC T3/T4 and T5 "/HOST/domain/configs" will list all the saved configurations and "/HOST/bootmode config" for the current and active config. T3/T4/T5 -> show /HOST/domain/configs date_created -t Target Property Value /HOST/domain/configs/mydomain date_created :50:27 /HOST/domain/configs/guestdom1 date_created :26:58 -> Usage [M5/M6] show/hostx/domain/configs date_created -t [where x=0..3 ] Note: For SPARC M5/M6 "/HOSTx/domain/configs" will list all the saved configurations and "/HOSTx/bootmode config" for the current and active config. M5/M6 > show /HOST0/domain/configs date_created -t Target Property Value /HOST0/domain/configs/beba date_created :56:13 /HOST0/domain/configs/ date_created :09:55 /HOST0/domain/configs/final1 date_created :39:04 list current LDOM config from SP Usage [ T3/T4/T5] show /HOST/domain/config -t T3/T4/T5 -> show /HOST/bootmode config -t Target Property Value

25 SPARC T3/T4/T5 : SPARC M5/M6: /HOST/bootmode config guestdom1 -> Usage [M5/M6] show/hostx/domain/configs -t [where x=0..3 ] M5/M6 -> show /HOST0/domain/configs -t Target Property Value /HOST0/domain/configs/ date_created :09:55 /HOST0/domain/configs/ domains 2 Check virtualization info Usage: virtinfo -a The virtinfo utility provides current domain information Primary domain output SPARC T3/T4/T5 : SPARC M5/M6: eis@m10-1-syd04-a:~$ virtinfo -a Domain role: LDoms control I/O service root Domain name: primary Domain UUID: 78b8eb2a-6a60-4ce7-a383-4fd27aafeac5 Control domain: Unknown Chassis serial#: Unknown eis@m10-1-syd04-a:~$ Guest domain output root@bookable :~# virtinfo -a Domain role: LDoms guest Domain name: ldom1 Domain UUID: e ed41-e13d7aa79745 Control domain: m10-1-syd04-a Chassis serial#: PZ

26 Crashdump: Control Domain SPARC T3/T4/T5 Control Domain from ILOM SPARC M5/M6 Control Domain from ILOM Usage: set /HOST/send_break_action=dumpcore Usage: set /HOSTn/send_break_action=dumpcore where n= > pwd Current default target: /HOST0 -> set send_break_action=dumpcore Set 'send_break_action' to 'dumpcore' -> start /HOST0/console Are you sure you want to start /HOST0/console (y/n)? y Serial console started. To stop, type #. panic[cpu508]/thread=2a108c77c60: sync initiated sched: trap type = 0x0 pid=0, pc=0x0, sp=0x0, tstate=0x0, context=0x0 o0-o7: 0, 0, 0, 0, 0, 0, 0, 0 SPARC M10 Control Domain XSCF Usage: XSCF>reset -p <ppar_id> -g primary panic

27 Guest Domain Crash a guest domain from the control domain SPARC T3/T4/T5 : SPARC M5/M6: Usage: ldm panic-domain <ldom-name> eis@m10-1-syd04-a:~$ ldm panic-domain ldom2 eis@m10-1-syd04-a:~$ ldm list NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME primary active -n-cv- UART 8 8G 0.6% 27d 1h 13m ldom1 active -n G 0.0% 11d 18h 57m ldom2 active -t G 100% 13d 21h 48m eis@m10-1-syd04-a:~$ telnet localhost 5001 Trying ::1... telnet: connect to address ::1: Connection refused Trying Connected to localhost. Escape character is '^]'. Connecting to console "ldom2" in group "ldom2"... Press ~? for control options.. bookable au.oracle.com console login: Jul 9 12:41: au.oracle.com savecore:decompress the crash dump with Jul 9 12:41: au.oracle.com 'savecore -vf /var/crash/vmdump.0' Crash Guesdt Domain from Service Processor SPARC T3/T4/T5 : No SPARC M5/M6: No Usage: reset [ [-q] -{y n}] -p ppar_id -g domainname sir reset [ [-q] -{y n}] -p ppar_id -g domainname panic where ppar_id = domainname = guest domain name sir = resets ldom panic = crashes the guest domain XSCF> reset -p 0 -g ldom2 panic PPAR-ID :00 GuestDomain to panic : ldom2 Be sure to execute "ldm add-spconfig" before using this command when you have changed the ldm configuration.

28 Otherwise, an unexpected domain might be reset. Continue? [y n] :y 00 ldom2 : Resetting Note: Use XSCF command "showdomainstatus" to check result of panic. Guest Domain Console # uname -a SunOS au.oracle.com 5.10 Generic_ sun4v sparc sun4v # panic[cpu0]/thread=2a10001fc80: Panic - Generated at user request a10001f6a0 unix:process_nonresumable_error+2d8 (2a10001f890,0,ff,40,5,40) %l0-3: c600 %l4-7: ffffffff a10001f7e0 unix:ktl0+64 (0,1,0,100, ,12) %l0-3: c aa4 %l4-7: a10001f a10001f930 unix:cpu_halt+f4 (180c000, 0, 19dd9b8,19dd888, 180c000, 0) %l0-3: d73a %l4-7: c a10001f9e0 unix:idle+128 (1866c00, 4, 180c000,ffffffffffffffff,1, ) %l0-3: d b ffffffffffffffff %l4-7: a6ec c bac syncing file systems... done dumping to /dev/zvol/dsk/rpool/dump, offset 65536, content:kernel 0:17 100% done 100% done: pages dumped, dump succeeded rebooting... Resetting... SPARC M10-1, No Keyboard Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. OpenBoot , 4096 MB memory available, Serial #xxxx1300. [ ] Ethernet address x:xx:xx:xx:96:24, Host ID: xxxxx624.

29 Checked for failed components (CPU/Memory) to check failed cpu or memory components from Control Domain Usage: ldm list-domain -l -S ldm list-devices -S mem cpu SPARC T3/T4/T5 : SPARC M5/M6:

How to install and configure LDOMs (Oracle VM for SPARC)

How to install and configure LDOMs (Oracle VM for SPARC) How to install and configure LDOMs (Oracle VM for SPARC) Virtualization has been a need of time over several past years as we have machines now even with 16 cores and memory in TBs. A single machine is

More information

An Oracle White Paper March 2014 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC

An Oracle White Paper March 2014 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC An Oracle White Paper March 2014 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC Introduction... 1 Running Oracle RAC on Oracle VM Server for SPARC... 2 Oracle VM Server for SPARC

More information

SPARC Enterprise Oracle VM Server for SPARC. Important Information

SPARC Enterprise Oracle VM Server for SPARC. Important Information SPARC Enterprise Oracle VM Server for SPARC Important Information C120-E618-02EN February 2011 Copyright 2007, 2011, Oracle and/or its affiliates and FUJITSU LIMITED. All rights reserved. Oracle and/or

More information

<Insert Picture Here> LDoms Deep Dive IO Best Practices for Oracle VM Server for SPARC

<Insert Picture Here> LDoms Deep Dive IO Best Practices for Oracle VM Server for SPARC LDoms Deep Dive IO Best Practices for Oracle VM Server for SPARC Stefan Hinker EMEA Hardware Principal Sales Consultant The following is intended to outline our general product direction.

More information

SPARC Enterprise Oracle VM Server for SPARC. Important Information

SPARC Enterprise Oracle VM Server for SPARC. Important Information SPARC Enterprise Oracle VM Server for SPARC Important Information C120-E618-05EN February 2012 Copyright 2007, 2012, Oracle and/or its affiliates and FUJITSU LIMITED. All rights reserved. Oracle and/or

More information

Logical Domains (LDoms)

Logical Domains (LDoms) Logical Domains (LDoms) Liam Merwick LDoms Developer Sun Microsystems SPARC Platform S/W Group Contents Background Features Architecture Components Future Roadmap Configuration Examples Q & A Page: 2 Background

More information

W H I T E P A P E R. Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains

W H I T E P A P E R. Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains W H I T E P A P E R Confidence in the connected world Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains Sajith C R, Senior Software Engineer Information Availability

More information

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes An Oracle White Paper June 2010 How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes Introduction...1 Overview...2 Prerequisites, Assumptions, and Defaults...3 Configuration

More information

RUNNING ORACLE REAL APPLICATION CLUSTERS (RAC) ON SUN LOGICAL DOMAINS

RUNNING ORACLE REAL APPLICATION CLUSTERS (RAC) ON SUN LOGICAL DOMAINS May 2009 RUNNING ORACLE REAL APPLICATION CLUSTERS (RAC) ON SUN LOGICAL DOMAINS Important note: this paper was originally published before the acquisition of Sun Microsystems by Oracle in 2010 The original

More information

an introduction to logical domains

an introduction to logical domains O c ta v e O r g e r o n an introduction to logical domains I n t h e F e b r u a r y 2 0 0 8 i s s u e o f ;login:, I discussed advanced topics concerning networking and storage for logical domains (LDoms).

More information

An Oracle White Paper May 2010 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC

An Oracle White Paper May 2010 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC An Oracle White Paper May 2010 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC ... 1 Running Oracle Real Application Clusters on Oracle VM Server for SPARC... 2 Oracle VM Server

More information

Building High Availability System on Fujitsu SPARC M12 and Fujitsu M10/ SPARC M10 Servers (System configuration)

Building High Availability System on Fujitsu SPARC M12 and Fujitsu M10/ SPARC M10 Servers (System configuration) Building High Availability System on Fujitsu SPARC M12 and Fujitsu M10/ SPARC M10 Servers (System configuration) April. 2017 Rev2.0 Fujitsu LIMITED Preface This document describes the high availability

More information

SPARC Enterprise Logical Domains. Important Information

SPARC Enterprise Logical Domains. Important Information SPARC Enterprise Logical Domains Important Information C120-E618-01EN June 2010 Copyright 2007-2010 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

More information

Increase Efficiency of Solaris Operations & Hardware Life Cycle

Increase Efficiency of Solaris Operations & Hardware Life Cycle Increase Efficiency of Solaris Operations & Hardware Life Cycle Marcel Hofstetter hofstetter@jomasoft.ch http://www.jomasoftmarcel.blogspot.ch CEO / Enterprise Consultant JomaSoft GmbH Oracle ACE Associate

More information

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) May. 2017 Rev 2.1 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example of HA

More information

an introduction to logical domains

an introduction to logical domains O C T A V E O R G E R O N an introduction to logical domains P A R T 3 : A D V A N C E D N E T W O R K - I N T H E O C T O B E R 2 0 0 7 I S S U E O F ;login:, I walked you through the installation and

More information

Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC

Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC An Oracle Technical White Paper July 2012 Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC This paper describes how to install Oracle Real Application Clusters

More information

Oracle VM Server for SPARC Best Practices O R A C L E W H I T E P A P E R A P R I L

Oracle VM Server for SPARC Best Practices O R A C L E W H I T E P A P E R A P R I L Oracle VM Server for SPARC Best Practices O R A C L E W H I T E P A P E R A P R I L 2 0 1 7 Table of Contents Table of Contents 0 Introduction 1 Oracle VM Server for SPARC Overview 1 Oracle VM Server for

More information

Linux on Sun Logical Domains

Linux on Sun Logical Domains Linux on Sun Logical Domains linux.conf.au, MEL8OURNE, 2008 Outline 1 Background SUN4V and Niagara Sun s Logical Domains 2 Userland Simulator 3 Implementation LDC: Logical Domain Channels VIO: Virtual

More information

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) September 2017 Rev 3.0 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example

More information

OpenBSD/sun4v: Porting OpenBSD to Sun s UltraSPARC T1 and T2 processors

OpenBSD/sun4v: Porting OpenBSD to Sun s UltraSPARC T1 and T2 processors OpenBSD/sun4v: Porting OpenBSD to Sun s UltraSPARC T1 and T2 processors Mark Kettenis kettenis@openbsd.org OpenBSD October 9, 2011 Mark Kettenis (OpenBSD) OpenBSD/sun4v October 9, 2011 1 / 34 Outline 1

More information

1z0-489.exam. Number: 1z0-489 Passing Score: 800 Time Limit: 120 min ORACLE. 1z SPARC M6-32 and SPARC M5-32 Servers Installation Essentials

1z0-489.exam. Number: 1z0-489 Passing Score: 800 Time Limit: 120 min ORACLE. 1z SPARC M6-32 and SPARC M5-32 Servers Installation Essentials 1z0-489.exam Number: 1z0-489 Passing Score: 800 Time Limit: 120 min ORACLE 1z0-489 SPARC M6-32 and SPARC M5-32 Servers Installation Essentials Exam B QUESTION 1 Email alert notifications have stopped working.

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 1Z0-877 Title : Oracle Solaris 10 System Administrator Certified Professional Exam,

More information

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions 1Z0-597 SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-597 Exam on SPARC T4-Based Server Installation Essentials... 2 Oracle 1Z0-597

More information

Notes for using Graphics, Keyboard and Mouse with Fujitsu SPARC M12 and Fujitsu M10 servers

Notes for using Graphics, Keyboard and Mouse with Fujitsu SPARC M12 and Fujitsu M10 servers Notes for using Graphics, Keyboard and Mouse with Fujitsu SPARC M12 and Fujitsu M10 servers December 2018 Revision 1.6 Fujitsu Limited 0 Notice Conditions of Use Copyright This document and its content

More information

Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y

Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y 2 0 1 6 Introduction This document describes hard partitioning with Oracle VM Server for SPARC, and how to use

More information

Maintenance Tasks CHAPTER

Maintenance Tasks CHAPTER CHAPTER 5 These topics describe the Maintenance tasks of Element Manager: Viewing Basic System Information, page 5-2 Configuring Basic System Information, page 5-3 Configuring Date and Time Properties,

More information

Best Practices for Oracle Solaris Network Performance with Oracle VM Server for SPARC

Best Practices for Oracle Solaris Network Performance with Oracle VM Server for SPARC Best Practices for Oracle Solaris Network Performance with Oracle VM Server for SPARC by Jon Anderson, Pradhap Devarajan, Darrin Johnson, Narayana Janga, Raghuram Kothakota, Justin Hatch, Ravi Nallan,

More information

An Oracle White Paper June Resource Management Case Study for Mixed Workloads and Server Sharing

An Oracle White Paper June Resource Management Case Study for Mixed Workloads and Server Sharing An Oracle White Paper June 2011 Resource Management Case Study for Mixed Workloads and Server Sharing Introduction... 3 Oracle Hardware Platforms and Virtualization Technologies...4 Oracle Offers the Ideal

More information

White Paper: Architecting for a Resilient and Cost Effective Logical Domain

White Paper: Architecting for a Resilient and Cost Effective Logical Domain Infrastructure k White Paper: Architecting for a Resilient and Cost Effective Logical Domain Architecting for a Resilient, Cost Effective Logical Domain Infrastructure A Guide to Maximizing the Investment

More information

Maintenance Tasks CHAPTER

Maintenance Tasks CHAPTER CHAPTER 5 These topics describe the Maintenance tasks of Element Manager: Viewing Basic System Information, page 5-2 Configuring Basic System Information, page 5-4 Configuring Date and Time Properties,

More information

Oracle Enterprise Manager Ops Center. Prerequisites. Installation. Readme 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Prerequisites. Installation. Readme 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Readme 12c Release 2 (12.2.2.0.0) E38532-03 December 2014 Oracle Enterprise Manager Ops Center Readme includes the following: Prerequisites Installation Upgrade Uninstallation

More information

SPARC Enterprise T5120/T5220 /T5140/T5240 /T5440

SPARC Enterprise T5120/T5220 /T5140/T5240 /T5440 C120-E534-04EN SPARC Enterprise T5120/T5220 /T5140/T5240 /T5440 Logical Domains Guide Copyright 2007-2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

More information

Configuration and Administration Guide 4.3 Redundant Line Control Function for Virtual NIC Mode

Configuration and Administration Guide 4.3 Redundant Line Control Function for Virtual NIC Mode PRIMECLUSTER Global Link Services Configuration and Administration Guide 4.3 Redundant Line Control Function for Virtual NIC Mode Oracle Solaris J2S2-1623-02ENZ0(04) October 2017 Preface This document

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Configure and Install Guest Domains 12c Release 3 (12.3.2.0.0) E60042-03 June 2016 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor The OVA package uses a default configuration that may not be suitable for your deployment. If you want to use multiple

More information

SPARC Enterprise T5440 Servers Firmware Installation Procedure

SPARC Enterprise T5440 Servers Firmware Installation Procedure C120-E604-02EN Fujitsu Limited August 4, 2009 SPARC Enterprise T5440 Servers Firmware Installation Procedure 1. Application Notes The firmware is made publicly available as required. Also, for stable operation,

More information

Fujitsu M10/ SPARC M10 Systems. Quick Guide

Fujitsu M10/ SPARC M10 Systems. Quick Guide Fujitsu M10/ SPARC M10 Systems Quick Guide Manual Code: C120-E677-12EN June 2016 Preface This document describes the basic specifications and system configurations that users need to be familiar with when

More information

Instruction for Upgrade Solaris 7 to Solaris 8

Instruction for Upgrade Solaris 7 to Solaris 8 Instruction for Upgrade Solaris 7 to Solaris 8 By: Loc Huynh Date: 22 October 2003 1. Foreword This instruction lays out primary step for upgrade Solaris 7 to Solaris 8 on the Sun Ultra 10 Creator 3D.

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Configure and Install Root Domains 12c Release 3 (

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Configure and Install Root Domains 12c Release 3 ( Oracle Enterprise Manager Ops Center Configure and Install Root Domains 12c Release 3 (12.3.0.0.0) E60040-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

C120-E534-08EN. SPARC Enterprise Logical Domains 1.3 Guide

C120-E534-08EN. SPARC Enterprise Logical Domains 1.3 Guide C120-E534-08EN SPARC Enterprise Logical Domains 1.3 Guide Copyright 2007-2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. FUJITSU LIMITED provided

More information

SPARC Enterprise Preinstall Information

SPARC Enterprise Preinstall Information SPARC Enterprise Preinstall Information June 2009 Fujitsu Ltd. Trademarks All SPARC trademarks are used under license from SPARC International Inc. All products which name include SPARC trademarks are

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

SPARC/Solaris GUI Management Guide

SPARC/Solaris GUI Management Guide October 04 Revision.0 Fujitsu Limited Conditions of Use Copyright This document and its content are protected under applicable copyrights, trademarks, registered trademarks and other proprietary rights.

More information

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1 BIG-IP Virtual Edition and Linux KVM: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on KVM...5 Steps to deploy BIG-IP VE...5 Prerequisites for BIG-IP

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

C120-E534-06EN. SPARC Enterprise Logical Domains 1.2 Guide

C120-E534-06EN. SPARC Enterprise Logical Domains 1.2 Guide C120-E534-06EN SPARC Enterprise Logical Domains 1.2 Guide Copyright 2007-2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. FUJITSU LIMITED provided

More information

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February 2009 SPARC Enterprise Preface Preface Purpose This book provides you with procedures to construct the environment

More information

Maintenance Tasks. About A/B Partition CHAPTER

Maintenance Tasks. About A/B Partition CHAPTER CHAPTER 4 These topics describe the Chassis Manager maintenance tasks: About A/B Partition, page 4-1 Configuring Basic System Information, page 4-2 Configuring System Global Settings, page 4-4 Configuring

More information

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration.

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration. Course Summary Description This course teaches basic to intermediate topics in Solaris 10 system administration. The operating system will be Oracle Solaris 10 (SunOS 5.10 Release 1/13 U11). Objectives

More information

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris PRIMECLUSTER GDS 4.3A20B Installation Guide Oracle Solaris J2S2-1607-04ENZ0(00) September 2013 Preface Purpose This manual explains how to install PRIMECLUSTER GDS. Target Readers This manual is written

More information

Migrating Data from Cisco Security MARS 4.x to 6.0.x

Migrating Data from Cisco Security MARS 4.x to 6.0.x Migrating Data from Cisco Security MARS 4.x to 6.0.x Revised: March 24, 2009, Cisco Security MARS 6.0.x runs on all MARS Appliance models, specifically: 20, 20R, 50, 100, 100e, 200, GC, and GCm 1 25, 25R,

More information

BIG-IP Virtual Edition and VMware ESXi: Setup. Version 12.1

BIG-IP Virtual Edition and VMware ESXi: Setup. Version 12.1 BIG-IP Virtual Edition and VMware ESXi: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on ESXi...5 Steps to deploy BIG-IP VE...5 Prerequisites for BIG-IP

More information

Implementing Root Domains with Oracle VM Server for SPARC O R A C L E T E C H N I C A L W H I T E P A P E R N O V E M B E R

Implementing Root Domains with Oracle VM Server for SPARC O R A C L E T E C H N I C A L W H I T E P A P E R N O V E M B E R Implementing Root Domains with Oracle VM Server for SPARC O R A C L E T E C H N I C A L W H I T E P A P E R N O V E M B E R 2 0 1 5 Table of Contents Table of Contents 1 Introduction 4 Overview of Virtualization

More information

Oracle VM Server for SPARC 3.5 Administration Guide

Oracle VM Server for SPARC 3.5 Administration Guide Oracle VM Server for SPARC 3.5 Administration Guide Part No: E80109 November 2017 Oracle VM Server for SPARC 3.5 Administration Guide Part No: E80109 Copyright 2007, 2017, Oracle and/or its affiliates.

More information

Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide

Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

napp-it on OpenIndiana

napp-it on OpenIndiana napp-it on OpenIndiana Setup and First steps published: 2017-Apr-24 (c) napp-it.org Licence: CC-BY-SA see http://creativecommons.org/licenses/by-sa/2.0/ Content: 1. Setup options for OpenIndiana (Hipster)

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 1z0-821 Title : Oracle Solaris 11 System Administrator Vendor : Oracle Version : DEMO Get Latest & Valid 1Z0-821 Exam's

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need Oracle Enterprise Manager Ops Center Enabling Single Root Input Output Virtualization in Exalogic Elastic Cloud 12c Release 1 (12.1.2.0.0) E35262-01 November 2012 This guide provides an end-to-end example

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

PRIMECLUSTER Clustering Base 4.3A20B. Installation Guide. Oracle Solaris

PRIMECLUSTER Clustering Base 4.3A20B. Installation Guide. Oracle Solaris PRIMECLUSTER Clustering Base 4.3A20B Installation Guide Oracle Solaris J2S2-1605-04ENZ0(03) December 2014 Preface Purpose This manual explains how to install PRIMECLUSTER Clustering Base. Target Readers

More information

Solaris Engineered Systems

Solaris Engineered Systems Solaris Engineered Systems SPARC SuperCluster Introduction Andy Harrison andy.harrison@oracle.com Engineered Systems, Revenue Product Engineering The following is intended to outline

More information

Maintaining the MGX RPM-PR

Maintaining the MGX RPM-PR APPENDIX A This appendix describes maintenance procedures you might need to perform as your internetworking needs change. It contains the following sections: Reading Front Panel LEDs Recovering a Lost

More information

Oracle Exam 1z0-821 Oracle Solaris 11 System Administration Version: 12.0 [ Total Questions: 234 ]

Oracle Exam 1z0-821 Oracle Solaris 11 System Administration Version: 12.0 [ Total Questions: 234 ] s@lm@n Oracle Exam 1z0-821 Oracle Solaris 11 System Administration Version: 12.0 [ Total Questions: 234 ] Topic break down Topic No. of Questions Topic 1: Volume A 100 Topic 2: Volume B 134 2 Topic 1,

More information

User and System Administration

User and System Administration CHAPTER 5 This chapter provides information about performing user and system administration tasks in Cisco Prime Network Analysis Module 5.1and generating diagnostic information for obtaining technical

More information

Deploy the ASAv Using KVM

Deploy the ASAv Using KVM You can deploy the ASAv using the Kernel-based Virtual Machine (KVM). About ASAv Deployment Using KVM, on page 1 Prerequisites for the ASAv and KVM, on page 2 Prepare the Day 0 Configuration File, on page

More information

Logical Domains 1.3 Administration Guide

Logical Domains 1.3 Administration Guide Logical Domains 1.3 Administration Guide Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 821 0406 10 January 2010 Copyright 2010 Sun Microsystems, Inc. 4150 Network Circle,

More information

Oracle VM. Installation and Upgrade Guide for Release 3.3

Oracle VM. Installation and Upgrade Guide for Release 3.3 Oracle VM Installation and Upgrade Guide for Release 3.3 E50247-08 September 2016 Oracle Legal Notices Copyright 2011, 2016 Oracle and/or its affiliates. All rights reserved. This software and related

More information

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1 Version 1 1. (20 Points) Given the class A network address 121.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 8,100 subnets? b. (5 Points) What is

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions 1Z0-879 Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-879 Exam on Oracle Certified Professional Oracle Solaris

More information

Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine

Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine When you turn on a router the first time, the JUNOS Software automatically boots and starts. You must enter basic

More information

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00 Installation Guide Oracle Solaris J2S2-1668-01ENZ0(01) December 2017 Preface Purpose This manual explains how to install PRIMECLUSTER Clustering Base.

More information

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections:

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections: This chapter contains the following sections: Backing up the Monitoring Database in a Multi-Node Setup, page 1 Pinging the Hostname and IP Address, page 2 Viewing Tail Inframgr Logs, page 2 Collecting

More information

Configuring the Fibre Channel Gateway

Configuring the Fibre Channel Gateway CHAPTER 6 This chapter describes Fibre Channel gateway configuration and includes the following sections: Before You Begin, page 6-1 Administering the Fibre Channel Gateway, page 6-1 Pre-configuration

More information

Oracle 1Z Oracle Solaris 11 System Administration.

Oracle 1Z Oracle Solaris 11 System Administration. Oracle Oracle Solaris 11 System Administration http://killexams.com/exam-detail/ QUESTION: 147 Review the boot environments displayed on your system: Which option describes the solaris-1 BE? A. It is active

More information

Configuring Virtual Blades

Configuring Virtual Blades CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use

More information

Software Requirement for Virtual Services Platform 9010

Software Requirement for Virtual Services Platform 9010 Release 3.4 NN46250-111 (700507325 Rev 03) Issue 01.03 October 2015 Avaya Virtual Services Platform 9000 Software Requirement for Virtual Services Platform 9010 The Control Processor (CP) modules in the

More information

boot PROM 11.1 boot PROM

boot PROM 11.1 boot PROM 11.1 boot PROM boot PROM PROM programmable read-only memory, SUN 11.2 NVRAM NVRAM- Non-volatile random access memory, EEPROM(electronically erasable programmable read-only memory) boot PROM 11.3 PROM

More information

ZN-DN312XE-M Quick User Guide

ZN-DN312XE-M Quick User Guide ZN-DN312XE-M Quick User Guide This manual provides instructions for quick installation and basic configuration of your IP device. Step1. Connect cables to IP device Connect required cables to the device

More information

Post-Installation and Maintenance Tasks

Post-Installation and Maintenance Tasks Log In to the Cisco ISE Web-Based Interface, on page 1 Cisco ISE Configuration Verification, on page 2 VMware Tools Installation Verification, on page 4 Return Material Authorization, on page 6 Reset a

More information

Embedded lightweight unix

Embedded lightweight unix Embedded lightweight unix ELWIX its free now! Universal embedded system http://www.elwix.org/ Michael Pounov Since 2004 like propriatary OS Give best practices and features from *BSD

More information

Apple Exam 9L0-402 Support Essentials 10.5 Version: 5.0 [ Total Questions: 100 ]

Apple Exam 9L0-402 Support Essentials 10.5 Version: 5.0 [ Total Questions: 100 ] s@lm@n Apple Exam 9L0-402 Support Essentials 10.5 Version: 5.0 [ Total Questions: 100 ] Topic break down Topic Topic 0: A 100 No. of Questions 2 Topic 0, A A Question No : 1 - (Topic 0) You work as an

More information

<Insert Picture Here> Getting Started with Solaris

<Insert Picture Here> Getting Started with Solaris Getting Started with Solaris W Brian Leonard Principal Software Engineer Program Agenda About Installation Java Desktop System Where is Everything? Users, Profiles

More information

II+/II+TS/II+10GE/III/IV/V/V 10GE

II+/II+TS/II+10GE/III/IV/V/V 10GE Password Recovery Procedure for the Catalyst 4500/4000 Supervisor Engine II+/II+TS/II+10GE/III/IV/V/V 10GE Module and Catalyst 4900 Switches that Run Cisco IOS Software Document ID: 21229 Contents Introduction

More information

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 13.1

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 13.1 BIG-IP Virtual Edition and Citrix XenServer: Setup Version 13.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition in XenServer... 5 About single NIC and multi-nic configurations...5

More information

Logical Domains (LDoms) Administration Guide

Logical Domains (LDoms) Administration Guide Logical Domains (LDoms) 1.0.1 Administration Guide Sun Microsystems, Inc. www.sun.com Part No. 820-3268-10 September 2007, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

LANE, CES, and VBR PVCs in Shaped VP Tunnels

LANE, CES, and VBR PVCs in Shaped VP Tunnels LANE, CES, and VBR PVCs in Shaped VP Tunnels Document ID: 10493 Contents Introduction Prerequisites Requirements Components Used Conventions Assumptions Configure Network Diagram Configurations Troubleshoot

More information

Managing Broadband Access Center

Managing Broadband Access Center CHAPTER 9 This chapter describes the various subcomponents within Cisco Broadband Access Center (BAC) that you can use to manage the system. These include: BAC Process Watchdog, page 9-1 Administrator

More information

Using Cisco IOS XE Software

Using Cisco IOS XE Software This chapter describes the basics of using the Cisco IOS XE software and includes the following section: Accessing the CLI Using a Router Console, on page 1 Accessing the CLI Using a Router Console Before

More information

BIG-IP Virtual Edition Setup Guide for VMware ESXi. Version 11.5

BIG-IP Virtual Edition Setup Guide for VMware ESXi. Version 11.5 BIG-IP Virtual Edition Setup Guide for VMware ESXi Version 11.5 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition...5 What is BIG-IP Virtual Edition?...5 About BIG-IP VE

More information

Basic Router Configuration using SDM

Basic Router Configuration using SDM Basic Router Configuration using SDM Document ID: 71305 Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Interface Configuration NAT Configuration Routing Configuration

More information

Lab Advanced Telnet Operations Instructor Version 2500

Lab Advanced Telnet Operations Instructor Version 2500 Lab 4.2.4 Advanced Telnet Operations Instructor Version 2500 Objective Use the telnet command to remotely access other routers. Verify that the application layer between the source and the destination

More information

Downloading and Installing Cisco UCS VIC Drivers

Downloading and Installing Cisco UCS VIC Drivers Downloading and Installing Cisco UCS VIC Drivers This chapter contains the following sections: Downloading Cisco UCS VIC Drivers, page 1 Installing Cisco UCS VIC Drivers, page 2 Installing the snic Driver

More information

Maintaining the System Software

Maintaining the System Software CHAPTER 2 This chapter covers the tasks required for maintaining a Content Engine. Upgrading the System Software, page 2-1 Recovering the System Software, page 2-2 Maintaining the Hard Disk Storage, page

More information

C120-E087-05EN. Partition Operation Guide

C120-E087-05EN. Partition Operation Guide C120-E087-05EN Partition Operation Guide May 2003 FOR SAFE OPERATION This manual contains important information for using this product. Read thoroughly before using the product. Use this product only

More information

Oracle Solaris 11 Virtualization

Oracle Solaris 11 Virtualization Oracle Solaris 11 Virtualization 1 Introduction This lab will introduce us to the basics of Oracle Solaris 11 virtualization, also known as Zones. You will become familiar with the basic operations of

More information

American Dynamics RAID Storage System iscsi Software User s Manual

American Dynamics RAID Storage System iscsi Software User s Manual American Dynamics RAID Storage System iscsi Software User s Manual Release v2.0 April 2006 # /tmp/hello Hello, World! 3 + 4 = 7 How to Contact American Dynamics American Dynamics (800) 507-6268 or (561)

More information