This option is only valid when backing up the data to a remote NFS file system. Display the help text for this command and exit.

Size: px
Start display at page:

Download "This option is only valid when backing up the data to a remote NFS file system. Display the help text for this command and exit."

Transcription

1 NAME bkconsdata - back up console data SYNOPSIS bkconsdata -r {dvd ftp nfs} [-h host-name] [-u user-id] [--passwd password] [-l mount-resource-location] [-o "mount-command-options"] [--help] DESCRIPTION bkconsdata backs up critical Hardware Management Console (HMC) data, which is HMC data that is stored on the HMC hard disk. This backup data may be used to restore the HMC if the HMC needs to be reinstalled from the HMC recovery CDs in the event of an HMC hard disk failure. OPTIONS -r The archive option for the backup data. Valid values are dvd for the DVD drive on the HMC, ftp for a remote FTP site, or nfs for an NFS mounted remote file system. -h The host name or IP address of the remote FTP or NFS server. This option is required when backing up the data to a remote FTP site or NFS file system. Otherwise, this option is not valid. -u The user ID to use to log in to the remote FTP site. This option is required when backing up the data to a remote FTP site. Otherwise, this option is not valid. --passwd The password to use to log in to the remote FTP site. If this option is omitted, you will be prompted to enter the password. This option is only valid when backing up the data to a remote FTP site. -l The mount resource location defined on the NFS server where the backup data will be written. This option is required when backing up the data to a remote NFS file system. Otherwise, this option is not valid. -o Options to be passed to the mount command used to mount the remote NFS file system where the backup data will be written. The options must be enclosed in double quotes. --help This option is only valid when backing up the data to a remote NFS file system. Display the help text for this command and exit. EXAMPLES Back up critical HMC data to DVD: bkconsdata -r dvd Back up critical HMC data to a remote FTP site: bkconsdata -r ftp -h ftpserver -u ftpuser --passwd ftppassword Back up critical HMC data to an NFS mounted remote file system: bkconsdata -r nfs -h l /home/hmc/backups Linux May

2 ENVIRONMENT BUGS AUTHOR IBM Austin Linux May

3 NAME bkprofdata - back up profile data SYNOPSIS bkprofdata -m managed-system -f file [--help] DESCRIPTION bkprofdata backs up profile data for the managed-system. The rstprofdata command can be used to restore profile data for the managed-system. OPTIONS -m The name of the managed system for which to back up profile data. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. The tttt-mmm*ssssssss form must be used if there are multiple managed systems with the same userdefined name. -f The name of the backup file where the profile data is to be written. If file is not fully qualified, file will be written to the /var/hsc/profiles/serial-number directory on the HMC (serial-number is the serial number of the managed system). --help Display the help text for this command and exit. EXAMPLES Back up the profile data to a file called myfile. A floppy diskette must have already been inserted into the diskette drive and the mount command must have already been issued: bkprofdata -m mysystem -f /mnt/floppy/myfile Back up the profile data to a file called backup1. The file will be written to the /var/hsc/profiles/ directory on the HMC: bkprofdata -m * f backup1 ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO rstprofdata Linux August

4 NAME chaccfg - change access control configuration SYNOPSIS chaccfg -t {resourcerole taskrole} {-f configuration-file -i "configuration-data"} [--help] DESCRIPTION chaccfg changes the configuration of an access control role. OPTIONS -t The type of access control role to change. Valid values are resourcerole for managed resource role and taskrole for task role. -f The name of the file containing the configuration data needed to change the access control role. The configuration data consists of attribute name/value pairs, which are in comma separated value (CSV) format. These attribute name/value pairs form a configuration record. A line feed marks the end of a configuration record. There can only be one configuration record in the file. The format of a configuration record is as follows: attribute-name=value,attribute-name=value,...<lf> Note that certain attributes accept a comma separated list of values, as follows: "attribute-name=value,value,...",...<lf> When a list of values is specified, the attribute name/value pair must be enclosed in double quotes. Depending on the shell being used, nested double quote characters may need to be preceded by an escape character, which is usually a \ character. If += is used in the attribute name/value pair instead of =, then the specified value is added to the existing value for the attribute if the attribute is numerical. If the attribute is a list, then the specified value(s) is added to the existing list. If -= is used in the attribute name/value pair instead of =, then the specified value is subtracted from the existing value for the attribute if the attribute is numerical. If the attribute is a list, then the specified value(s) is deleted from the existing list. The += and -= operators can only be used when changing a managed resource role. Attribute names for managed resource roles: name name of the managed resource role to change (required) resources comma separated list of managed resource objects (required) Attribute names for task roles: name name of the task role to change (required) resources comma separated list of tasks (required) parent Linux May

5 name of the parent task role on which to base this task role (optional). Valid values are hmcsuperadmin, hmcoperator, hmcviewer, hmcpe, hmcservicerep, ora user-defined task role. The -f and the -i options are mutually exclusive. -i This option allows you to enter configuration data on the command line, instead of using a file. Data entered on the command line must follow the same format as data in a file, and must be enclosed in double quotes. --help The -i and the -f options are mutually exclusive. Display the help text for this command and exit. EXAMPLES Change the managed resource objects for the managed resource role lpar_role where XXX is a resource name returned from lsaccfg -t resource --script: chaccfg -t resourcerole -i "name=lpar_role,resources=xxx" Add a managed resource object to the managed resource role mr1 where XXX is a resource name returned from lsaccfg -t resource --script: chaccfg -t resourcerole -i "name=mr1,resources+=xxx" Change the task role tr1: chaccfg -t taskrole -i "name=tr1,"resources= cec:chhwres+chsysstate,lpar:chhwres+chled+chsyscfg"" Change a task role using the configuration data in the file /tmp/cfgfile: chaccfg -t taskrole -f /tmp/cfgfile ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lsaccfg, mkaccfg, rmaccfg Linux May

6 NAME chcod - change Capacity on Demand SYNOPSIS To enter a CoD code: chcod -o e -m managed-system -k CoD-code To activate On/Off CoD resources: chcod -o a -m managed-system -c onoff -r {mem proc} -q quantity-of-resources -d number-of-days To activate Reserve CoD processors: chcod -o a -m managed-system -c reserve -r proc -q quantity-of-processors To deactivate all On/Off CoD, all Reserve CoD, or all Trial CoD resources: chcod -o d -m managed-system -c {onoff reserve trial} -r {mem proc} DESCRIPTION chcod performs Capacity on Demand (CoD) operations on the managed-system. chcod is used to enter a CoD code for the managed-system. It is also used to activate On/Off CoD and Reserve CoD resources, or to deactivate On/Off CoD, Reserve CoD, or Trial CoD resources. CoD resources are either memory or processors. OPTIONS -o The CoD operation to perform. Valid values are e to enter a CoD code, a to activate On/Off CoD or Reserve CoD resources, and d to deactivate all On/Off CoD, all Reserve CoD, or all Trial CoD resources. To change the number of Reserve CoD processors that are currently activated, specify an activate operation with this option, and specify the total number of activated Reserve CoD processors that you want with the -q option. An activate operation is to be used regardless of whether the total number of activated Reserve CoD processors is being increased or decreased. A deactivate operation is to be used only when you no longer want to have any activated Reserve CoD processors. A deactivate operation will deactivate all Reserve CoD processors. Note that CUoD and Trial CoD resources are activated by entering CoD codes. -m The name of the managed system for which the CoD operation is to be performed. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. The tttt-mmm*ssssssss form must be used if there are multiple managed systems with the same user-defined name. -k The CoD code (key) to enter. Letters may be entered in either upper case or lower case. -c The CoD type. Valid values are onoff for On/Off CoD, reserve for Reserve CoD, and trial for Trial CoD. -r The CoD resource type. Valid values are mem for memory and proc for processors. -q The quantity of On/Off CoD or Reserve CoD resources to activate. The value specified must be a whole number which is greater than 0. When activating On/Off CoD memory, the value specified must be in megabytes, and it must be a multiple of 1024 megabytes. Linux August

7 -d The number of days to activate the On/Off CoD resources. The value specified must be a whole number which is greater than 0. --help Display the help text for this command and exit. EXAMPLES Enter a CoD code: chcod -m sys1 -o e -k AlphaNumericString12345 Activate 2 GB of On/Off CoD memory for 10 days: chcod -m *1001CA -o a -c onoff -r mem -q d 10 Activate 2 On/Off CoD processors for 5 days: chcod -m sys1 -o a -c onoff -r proc -q 2 -d 5 Activate 3 Reserve CoD processors: chcod -m *1001CA -o a -c reserve -r proc -q 3 Decrease the number of activated Reserve CoD processors from 3 to 1: chcod -m sys1 -o a -c reserve -r proc -q 1 Deactivate all On/Off CoD processors: chcod -m sys1 -o d -c onoff -r proc Deactivate all Reserve CoD processors: chcod -m sys1 -o d -c reserve -r proc Deactivate all Trial CoD memory and stop the trial: chcod -m *1001CA -o d -c trial -r mem ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lscod Linux August

8 NAME chhmc - change Hardware Management Console configuration information SYNOPSIS To change remote access settings: chhmc -c {ssh http websm xntp} -s {enable disable} [--help] To add or remove an entry in the syslog configuration file: chhmc -c syslog -s {add remove} {-a IP-address -h host-name} [--help] To add or remove an entry in the network time protocol configuration file: chhmc -c xntp -s {add remove} {-a IP-address -h host-name} {--ntpversion 1 2} [-nm network-mask] [-i interface] [--help] To configure whether keyboard mapping configuration will occur at the next reboot: chhmc -c kbdcfg -s {enable disable} [--help] To permit or deny IP addresses from utilizing HMC services: chhmc -c {ssh websm http service} -s {add remove} -a IP-address [-nm network-mask] [-i interface] [--help] If -nm is omitted, the default network mask will be If -i is omitted, the rule will be applied to all interfaces. To add or remove entries from the DNS server search order or the domain suffix search order: chhmc -c network -s {add remove} [-ns DNS-server] [-ds domain-suffix] [--help] To change network settings for a specific network interface: chhmc -c network -s modify -i interface [-a IP-address] Linux May

9 [-nm network-mask] [--lparcomm {on off}] [--help] To change other network settings: chhmc -c network -s modify [-h host-name] [-d network-domain-name] [-g gateway] [--help] DESCRIPTION chhmc changes Hardware Management Console (HMC) configuration information, such as remote access settings and network settings. OPTIONS -c The type of configuration to be modified. Valid values are ssh, websm, http, syslog, xntp, network, and service. -s The new state value of the configuration. Valid values are enable, disable, add, modify, and remove. -i The interface to configure, such as eth0. -a The network IP address. -nm The network mask. --lparcomm The LPAR communication setting for the network interface. -d The network domain name. -h The host name. -g The default gateway IP address. -ns -ds The nameserver IP address to add or remove. The domain suffix to add or remove. --ntpversion The ntp version if the server is not at NTP version 3 and above. --help Display the help text for this command and exit. EXAMPLES To change the Hardware Management Console host name: chhmc -c network -s modify -h mynewhost Linux May

10 To set the IP address and network mask for network interface eth0: chhmc -c network -s modify -i eth0 -a nm To enable remote access via ssh: chhmc -c ssh -s enable To disable remote access via http: chhmc -c http -s disable To enable remote access via websm: chhmc -c websm -s enable To add host myhost.company.com to the syslog configuration file, for remote logging: chhmc -c syslog -s add -a To enable keyboard mapping configuration to occur on the next reboot: chhmc -c kbdcfg -s enable To permit a single IP address to use the ssh service over network interface eth0: chhmc -c ssh -s add -a nm i eth0 To permit a range of IP addresses to use the http service over network interface eth1: chhmc -c http -s add -a nm i eth1 To permit a single IP address to use the websm service over all network interfaces: chhmc -c websm -s add -a nm To enable Network Time Protocol service: chhmc -c xntp -s enable To add a Network Time Protocol server to the configuration file: chhmc -c xntp -s add mytimeserver.company.com Specify the hostname will not change firewall rule settings. It is assumed that the user will use the Customize Network Settings to change firewall settings. To add a Network Time Protocol server to the configuration file, using IP address and at the same time enable firewall access through network interface eth0: chhmc -c xntp -s add -a i eth0 Linux May

11 To remove a Network Time Protocol server from the configuration file: chhmc -c xntp -s remove mytimeserver.company.com ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lshmc Linux May

12 NAME chhmcusr - change a Hardware Management Console user SYNOPSIS chhmcusr -u user-name -t {assign desc name passwd pwage taskrole} [-o {a r}] [-r {resource resourcerole}] [-v new-attribute-value] [--help] DESCRIPTION chhmcusr changes an attribute of a Hardware Management Console (HMC) user. OPTIONS -u The user name of the HMC user to change. -t The user attribute to change. Valid values are assign for the user s access control managed resource object assignment or managed resource role assignment, desc for the user s description, name for the user s user name, passwd for the user s password, pwage for the number of days until the user s password expires, and taskrole for the user s access control task role. -o The managed resource object or role assignment operation to perform. Valid values are a to add a managed resource object or role to the user and r to remove a managed resource object or role from the user. This option is required when changing the user s managed resource object assignment or managed resource role assignment. This option is not valid when changing any other user attribute. -r The type of access control assignment to change. Valid values are resource for managed resource object assignment and resourcerole for managed resource role assignment. This option is required when changing the user s managed resource object assignment or managed resource role assignment. This option is not valid when changing any other user attribute. -v The new value for the attribute being changed. When changing the user s managed resource object assignment, specify the managed resource object to be added or removed. When changing the user s managed resource role assignment, specify the managed resource role to be added or removed. When changing the user s description, specify the new description with this option. The new description can be any string. When changing the user s user name, specify the new user name with this option. The new user name must not be longer than 32 characters, and it must begin with a letter. When changing the user s password, you can either specify the new password with this option, or you can omit this option and you will be prompted to enter the password. The new password must be at least 7 characters in length. When changing the number of days until the user s password expires, specify the new number of days with this option. When changing the user s access control task role, specify the new task role with this option. Valid values are hmcsuperadmin, hmcoperator, hmcviewer, hmcpe, hmcservicerep, or a userdefined task role. This option is required when changing any user attribute other than the user s password. Linux May

13 --help Display the help text for this command and exit. EXAMPLES Add the managed resource role lpar_role to the user hmcuser1: chhmcusr -u hmcuser1 -t assign -o a -r resourcerole -v lpar_role Change the password for the user tester (the new password must be entered when prompted): chhmcusr -u tester -t passwd Change the number of days until the password expires for the user hmcuser1 to be 180: chhmcusr -u hmcuser1 -t pwage -v 180 Change the task role for the user tester to hmcoperator: chhmcusr -u tester -t taskrole -v hmcoperator ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lshmcusr, mkhmcusr, rmhmcusr, lsaccfg Linux May

14 NAME chhwres - change hardware resources SYNOPSIS To add, remove, or move a physical I/O slot: chhwres -r io -m managed-system -o {a r m} {-p partition-name --id partition-id} [{-t target-partition-name --tid target-partition-id}] -l slot-drc-index [-a "attributes"] [-w wait-time] [-d detail-level] [--force] To set physical I/O attributes: chhwres -r io -m managed-system -o s {-p partition-name --id partition-id} --rsubtype {iopool taggedio} -a "attributes" To add or remove a virtual I/O adapter: chhwres -r virtualio -m managed-system -o {a r} {-p partition-name --id partition-id} [--rsubtype {eth scsi serial}] -s virtual-slot-number [-a "attributes"] [-w wait-time] [-d detail-level] [--force] To set virtual I/O attributes: chhwres -r virtualio -m managed-system -o s [{-p partition-name --id partition-id}] --rsubtype {eth hsl virtualopti} -a "attributes" To add, remove, or move memory: chhwres -r mem -m managed-system -o {a r m} {-p partition-name --id partition-id} [{-t target-partition-name --tid target-partition-id}] -q quantity [-w wait-time] [-d detail-level] [--force] To add, remove, or move processing resources: chhwres -r proc -m managed-system -o {a r m} {-p partition-name --id partition-id} [{-t target-partition-name --tid target-partition-id}] [--procs quantity] [--procunits quantity] [--5250cpwpercent percentage] [-w wait-time] [-d detail-level] [--force] To set processing attributes: chhwres -r proc -m managed-system -o s {-p partition-name --id partition-id} -a "attributes" DESCRIPTION chhwres changes the hardware resource configuration of the managed-system. chhwres is used to perform dynamic logical partitioning (DLPAR) operations. Linux December

15 OPTIONS -r The type of hardware resources to change. Valid values are io for physical I/O, virtualio for virtual I/O, mem for memory, and proc for processing resources. --rsubtype The subtype of hardware resources to change. Valid physical I/O resource subtypes are slot for I/O slots, iopool for I/O pools, and taggedio for tagged I/O resources. Valid virtual I/O resource subtypes are eth for virtual ethernet, scsi for virtual SCSI, serial for virtual serial, hsl for High Speed Link (HSL) OptiConnect, and virtualopti for virtual OptiConnect resources. This option is required for physical I/O or virtual I/O set operations, and for virtual I/O add operations. This option is not valid for memory or processor operations. -m The name of the managed system for which the hardware resource configuration is to be changed. The name may either be the user-defined name for the managed system, or be in the form ttttmmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. The tttt-mmm*ssssssss form must be used if there are multiple managed systems with the same user-defined name. -o The operation to perform. Valid values are a to add hardware resources to a partition, r to remove hardware resources from a partition, m to move hardware resources from one partition to another, and s to set hardware resource related attributes for a partition or the managed-system. -p The name of the partition for which the operation is to be performed. For a move operation, this is the source partition (the partition the resources will be moved from) for the operation. To perform an add, remove, or move operation, the partition must be in the running state. You can either use this option to specify the name of the partition for which the operation is to be performed, or use the --id option to specify the partition s ID. The -p and the --id options are mutually exclusive. --id A partition is required to be specified with this option or the --id option for all operations except a virtual ethernet set operation. The ID of the partition for which the operation is to be performed. For a move operation, this is the source partition (the partition the resources will be moved from) for the operation. To perform an add, remove, or move operation, the partition must be in the running state. You can either use this option to specify the ID of the partition for which the operation is to be performed, or use the -p option to specify the partition s name. The --id and the -p options are mutually exclusive. A partition is required to be specified with this option or the -p option for all operations except a virtual ethernet set operation. -t The name of the target partition for a move operation. The partition must be in the running state. You can either use this option to specify the name of the target partition, or use the --tid option to specify the ID of the partition. The -t and the --tid options are mutually exclusive. --tid A target partition is required to be specified with this option or the --tid option for a move operation. This option is not valid for any other operation. The ID of the target partition for a move operation. The partition must be in the running state. You can either use this option to specify the ID of the target partition, or use the -t option to specify the name of the target partition. The --tid and the -t options are mutually exclusive. A target partition is required to be specified with this option or the -t option for a move operation. Linux December

16 This option is not valid for any other operation. -l The DRC index of the physical I/O slot to add, remove, or move. -s The virtual slot number of the virtual I/O adapter to add or remove. -q The quantity of memory to add, remove, or move. The quantity specified must be in megabytes, it must be a multiple of the memory region size for the managed-system, and it must be greater than 0. --procs When adding or removing processing resources to or from a partition using dedicated processors, or when moving processing resources from a partition using dedicated processors to another partition using dedicated processors, use this option to specify the quantity of dedicated processors to add, remove, or move. When adding or removing processing resources to or from a partition using shared processors, or when moving processing resources from a partition using shared processors to another partition using shared processors, use this option to specify the quantity of virtual processors to add, remove, or move. When moving processing resources from a partition using dedicated processors to a partition using shared processors, use this option to specify the quantity of dedicated processors to be moved from the source partition and added as shared processors to the target partition. This option is not valid when moving processing resources from a partition using shared processors to a partition using dedicated processors. The --procunits option must be used instead. The quantity of processing resources specified with this option must be a whole number greater than 0. --procunits When adding or removing processing resources to or from a partition using shared processors, or when moving processing resources from a partition using shared processors to another partition using shared processors, use this option to specify the quantity of processing units to add, remove, or move. When moving processing resources from a partition using shared processors to a partition using dedicated processors, use this option to specify the quantity of shared processors to be moved from the source partition and added as dedicated processors to the target partition. This option is not valid when moving processing resources from a partition using dedicated processors to a partition using shared processors. The --procs option must be used instead. When moving processing resources from a partition using shared processors to a partition using dedicated processors, the quantity of processing units specified with this option must be a whole number. Otherwise, the quantity of processing units specified with this option can have up to 2 decimal places. In either case, the quantity specified must be greater than cpwpercent The percentage of 5250 Commercial Processing Workload (CPW) to add, remove, or move. The percentage specified can have up to 2 decimal places, and it must be greater than 0. This option is only valid for i5/os partitions and can only be used when the managed-system supports the assignment of 5250 CPW percentages to partitions. -w The elapsed time, in minutes, after which an add, remove, or move operation will be aborted. wait-time must be a whole number. If wait-time is 0, the operation will not be timed out. Linux December

17 If this option is not specified, a default value of 5 minutes is used. This option is valid for all add, remove, and move operations for AIX, Linux, and virtual I/O server partitions. This option is also valid for memory add, remove, and move operations for i5/os partitions. -d The level of detail to be displayed upon return of an add, remove, or move operation. Valid values are 0 (none) through 5 (highest). If this option is not specified, a default value of 0 is used. --force This option is valid for all add, remove, and move operations for AIX, Linux, and virtual I/O server partitions. This option allows you to force an add, remove, or move operation to be performed for an AIX, Linux, or virtual I/O server partition that does not have an RMC connection. You will need to manually vary on or off the resources that are added, removed, or moved. This option also allows you to force a remove or move operation to be performed for a physical I/O slot that is currently in use (varied on) by an i5/os partition. -a The configuration data needed to create virtual I/O adapters or set hardware resource related attributes. The configuration data consists of attribute name/value pairs, which are in comma separated value (CSV) format. The configuration data must be enclosed in double quotes. The format of the configuration data is as follows: attribute-name=value,attribute-name=value,... Note that certain attributes accept a comma separated list of values, as follows: "attribute-name=value,value,...",... When a list of values is specified, the attribute name/value pair must be enclosed in double quotes. Depending on the shell being used, nested double quote characters may need to be preceded by an escape character, which is usually a \ character. If += is used in the attribute name/value pair instead of =, then the specified value is added to the existing list for the attribute if the attribute is a list. If -= is used in the attribute name/value pair instead of =, then the specified value is deleted from the existing list for the attribute if the attribute is a list. Valid attribute names for attributes that can be set when adding, removing, or moving a physical I/O slot: slot_io_pool_id Valid attribute names for setting I/O pool attributes: lpar_io_pool_ids comma separated Valid attribute names for setting tagged I/O resources (i5/os partitions only): load_source_slot DRC index of I/O slot, or virtual slot number alt_restart_device_slot Linux December

18 DRC index of I/O slot, or virtual slot number console_slot DRC index of I/O slot, virtual slot number, or the value hmc alt_console_slot DRC index of I/O slot, or virtual slot number op_console_slot DRC index of I/O slot, or virtual slot number Valid attribute names for adding a virtual ethernet adapter: ieee_virtual_eth Valid values: 0 - not IEEE 802.1Q compatible 1 - IEEE 802.1Q compatible Required port_vlan_id Required addl_vlan_ids is_trunk Valid values: 0 -no 1 - yes Valid attribute names for adding a virtual SCSI adapter: adapter_type Valid values are client or server (server adapters can only be added to i5/os partitions on IBM eserver i5 servers, or virtual I/O server partitions) Required remote_lpar_id remote_lpar_name One of these attributes is required for a client adapter remote_slot_num Required for a client adapter Valid attribute names for adding a virtual serial adapter: adapter_type Valid values are client or server (client adapters cannot be added to i5/os partitions on IBM eserver p5 servers, and server adapters can only be added to i5/os or virtual I/O server partitions) Required remote_lpar_id remote_lpar_name One of these attributes is required for a client adapter remote_slot_num Required for a client adapter Linux December

19 supports_hmc The only valid value is 0 for no. Valid attribute names for setting virtual ethernet attributes: mac_prefix Valid attribute names for setting HSL OptiConnect attributes (i5/os partitions only): hsl_pool_id Valid values are: 0 - HSL OptiConnect is disabled 1 - HSL OptiConnect is enabled Valid attribute names for setting virtual OptiConnect attributes (i5/os partitions only): virtual_opti_pool_id Valid values are: 0 - virtual OptiConnect is disabled 1 - virtual OptiConnect is enabled Valid attribute names for setting processing attributes: sharing_mode Valid values are: keep_idle_procs - valid with dedicated processors share_idle_procs - valid with dedicated processors cap - valid with shared processors uncap - valid with shared processors uncap_weight --help Display the help text for this command and exit. EXAMPLES Add the I/O slot with DRC index to partition p1 and set the I/O pool ID for the slot to 3: chhwres -r io -m sys1 -o a -p p1 -l a "slot_io_pool_id=3" Add I/O pools 2 and 3 to the I/O pools in which partition p1 is participating: chhwres -r io --rsubtype iopool -m * A -o s -p p1 -a ""lpar_io_pool_ids+=2,3"" Add a virtual ethernet adapter to the partition with ID 3: chhwres -r virtualio -m * A -o a --id 3 --rsubtype eth -s 2 -a "ieee_virtual_eth=1, port_vlan_id=4,"addl_vlan_ids=5,6"" Remove the virtual adapter in slot 3 from partition p1: chhwres -r virtualio -m sys1 -o r -p p1 -s 3 Enable HSL OptiConnect for the i5/os partition i5_p1: chhwres -r virtualio -m sys1 -o s -p i5_p1 Linux December

20 --rsubtype hsl -a "hsl_pool_id=1" Add 128 MB of memory to the partition with ID 1, and time out after 10 minutes: chhwres -r mem -m sys1 -o a --id 1 -q 128 -w 10 Remove 512 MB of memory from the AIX partition aix_p1, return a detail level of 5, and force the operation to occur if there is no RMC connection: chhwres -r mem -m * A -o r -p aix_p1 -q 512 -d 5 --force Move 1 processor from partition p1 to partition p2 (both partitions are using dedicated processors): chhwres -r proc -m * A -o m -p p1 -t p2 --procs 1 Move.5 processing units from the partition with ID 1 to the partition with ID 2 (both partitions are using shared processors): chhwres -r proc -m sys1 -o m --id 1 --tid 2 --procunits.5 Add.25 processing units to the i5/os partition i5_p1 and add 10 percent 5250 CPW: chhwres -r proc -m sys1 -o a -p i5_p1 --procunits cpwpercent 10 ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lshwres, rsthwres, chsyscfg, lssyscfg Linux December

21 NAME chled - change LED SYNOPSIS chled -r sa -t {phys virtuallpar virtualsys} -m managed-system -o {on off} [{-p partition-name --id partition-id}] [--help] DESCRIPTION chled changes the state of an LED on the managed-system. OPTIONS -r The type of LED resource to change. The only valid value is sa for System Attention (SA) LED. -t The type of System Attention (SA) LED to change. Valid values are phys for the physical SA LED for the managed-system, virtuallpar for a virtual partition SA LED, or virtualsys for the virtual SA LED for the managed-system. -m The name of the managed system on which to change the LED. The name may either be the userdefined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. The tttt-mmm*ssssssss form must be used if there are multiple managed systems with the same userdefined name. -o The operation to perform on the LED. Valid values are on to activate the LED, and off to deactivate the LED. The value on is not valid when changing the physical SA LED for the managed-system. -p The name of the partition for which the virtual partition SA LED is to be changed. To change a virtual partition SA LED, you must either use this option to specify the name of the partition for which the LED is to be changed, or use the --id option to specify the partition s ID. The -p and the --id options are mutually exclusive. --id This option is not valid when changing the physical SA LED or the virtual SA LED for the managed-system. The ID of the partition for which the virtual partition SA LED is to be changed. --help To change a virtual partition SA LED, you must either use this option to specify the ID of the partition for which the LED is to be changed, or use the -p option to specify the partition s name. The --id and the -p options are mutually exclusive. This option is not valid when changing the physical SA LED or the virtual SA LED for the managed-system. Display the help text for this command and exit. EXAMPLES Deactivate the physical SA LED for the system: chled -m *100103C -r sa -t phys -o off Activate the virtual partition SA LED for partition lpar3: chled -m system1 -r sa -t virtuallpar -o on -p lpar3 Dectivate the virtual partition SA LED for the partition with ID 3: Linux May

22 chled -m system1 -r sa -t virtuallpar -o off --id 3 ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lsled Linux May

23 NAME chsacfg - change Service Agent configuration SYNOPSIS To change customer notification settings: chsacfg -t -o {enable disable setsmtp add remove test} [-a { -address all}] [--events {all callhome}] [-h host-name [-p port-number]] To change FTP firewall settings: chsacfg -t ftpfirewall [-o {add remove}] [-h host-name] [-p port-number] [-u user-id] [--passwd password] [--passive passive-mode] [--fwtype firewall-type] [-n name] To change FTP offload server settings: chsacfg -t ftpoffload [-o {enable disable}] [-h host-name] [-p port-number] [-u user-id] [--passwd password] [--passive passive-mode] [-d directory] DESCRIPTION chsacfg changes the Service Agent configuration. OPTIONS -t The type of Service Agent configuration information to change. Valid values are for customer notification settings, ftpfirewall for FTP firewall settings, and ftpoffload for FTP offload server settings. -o The operation to perform. Valid values are: enable - enable customer notification or FTP offload of service information disable - disable customer notification or FTP offload of service information setsmtp - set the SMTP server information for add customer notification - add a notification address or add a name to the exclusion list for the FTP firewall server remove - remove a notification address or remove a name from the exclusion list for the FTP firewall server test - send a test to a notification address -a The address to add, remove, or test for customer notification . When performing a remove or test operation for a customer notification address, all can be specified with this option instead of a specific address. If all is specified, then the remove or test operation will be performed for all notification addresses. Linux October

24 --events This option is required when adding, removing, or testing a customer notification address. This option is not valid for any other operation. The type of problem events for which the address is to be notified. Valid values are all for all problem events, and callhome for only call home problem events. This option is only valid when adding a customer notification address. If this option is not specified when adding a customer notification address, then the address will be notified for all problem events. -h When enabling customer notification or setting the SMTP server information for customer notification , use this option to specify the host name or IP address of the SMTP server. When changing the FTP firewall settings, use this option to specify the host name or IP address of the firewall server. When changing the FTP offload server settings, use this option to specify the host name or IP address of the FTP offload server. This option is required when setting the SMTP server information for customer notification . -p When setting the SMTP server information for customer notification , use this option to specify the port number to use on the SMTP server. The default port number for an SMTP server is 25. When changing the FTP firewall settings, use this option to specify the port number to use on the firewall server. When changing the FTP offload server settings, use this option to specify the port number to use on the FTP offload server. The default port number for an FTP offload server or firewall server is 21. -u When changing the FTP firewall settings, use this option to specify the user ID to use to log in to the firewall server. When changing the FTP offload server settings, use this option to specify the user ID to use to log in to the FTP offload server. --passwd When changing the FTP firewall settings, use this option to specify the password to use to log in to the firewall server. If this option is omitted, you will be prompted to enter the password. When changing the FTP offload server settings, use this option to specify the password to use to log in to the FTP offload server. If this option is omitted, you will be prompted to enter the password. -d The directory to use on the FTP offload server. --passive When changing the FTP firewall settings, use this option to specify the passive mode to use. Valid values are on for always use PASV, off for always use PORT, and optional for try PASV then PORT. When changing the FTP offload server settings, use this option to specify the passive mode to use. Valid values are on for always use PASV and off for always use PORT. Linux October

25 --fwtype The FTP firewall type to use when offloading service information. Valid values are: 0 - do not use a firewall 1 - connect to firewall server, but send "USER user@real.host.name" 2 - connect to firewall server, log in with "USER fwuser" and "PASS fwpassword", and then "USER user@real.host.name" 3 - connect to and log in to firewall server, and then use "SITE real.host.name" followed by "USER user" and "PASS password" 4 - connect to and log in to firewall server, and then use "OPEN real.host.name" followed by "USER user" and "PASS password" 5 - connect to firewall server, but send "USER user@fwuser@real.host.name" and "PASS pass@fwpass" to log in 6 - connect to firewall server, but send "USER fwuser@real.host.name" and "PASS fwpass" followed by "USER user" and "PASS password" to complete the login 7 - connect to firewall server, but send "USER user@real.host.name fwuser" and "PASS pass" followed by "ACCT fwpass" to complete the login This option is only valid when changing the FTP firewall settings. -n The host name or domain name to add to or remove from the exclusion list for the firewall server. The exclusion list is a list of domains or hosts where the firewall should not be used. --help This option is required when adding or removing a name in the exclusion list for the FTP firewall server. This option is not valid for any other operation. Display the help text for this command and exit. EXAMPLES Enable customer notification for problem events: chsacfg -t -o enable Set the SMTP server information for customer notification chsacfg -t -o setsmtp -h mycompany.com -p 30 Add an address to be notified when call home problem events occur: chsacfg -t -o add -a addr1@mycompany.com --events callhome Send a test to all customer notification addresses: chsacfg -t -o test -a all Enable the use of FTP to offload service information and set the FTP server information: Linux October

26 chsacfg -t ftpoffload -o enable -h ftphost -u ftpuser --passwd userpwd Set the FTP firewall server information to be used when offloading service information: chsacfg -t ftpfirewall --fwtype 1 -h ftpfirewall -u ftpuser --passwd userpwd Add a name to the exclusion list for the FTP firewall server: chsacfg -t ftpfirewall -o add -n excludedhost Disable the use of an FTP firewall when offloading service information: chsacfg -t ftpfirewall --fwtype 0 ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lssacfg Linux October

27 NAME chsvcevent - update a serviceable event on the HMC. SYNOPSIS chsvcevent -p problem number -h analyzing hmc -o close [--help] DESCRIPTION chsvcevent update a serviceable event on the HMC. OPTIONS -p The problem number, as displayed by the lssvcevents command. -h The analyzing HMC, as displayed by the lssvcevents command. -o The operation to perform. Valid values are close. --help Use the close operation to close the specified serviceable event. Display the help text for this command and exit. EXAMPLES To close a serviceable event: chsvcevent -p h 7315-C02/KLRMT0L -o close ENVIRONMENT BUGS AUTHOR IBM Austin SEE ALSO lssvcevents Linux November

28 NAME chsyscfg - change system resources SYNOPSIS chsyscfg -r {lpar prof sys sysprof frame} {-m managed-system -e managed-frame} {-f configuration-file -i "configuration-data"} [--help] DESCRIPTION chsyscfg changes the attributes of partitions, partition profiles, or system profiles for the managed-system. It can also change the attributes of the managed-system. chsyscfg can also change the attributes of the managed-frame. OPTIONS -r The type of resources to change. Valid values are lpar for partitions, prof for partition profiles, sys for the managed system, sysprof for system profiles, and frame for the managed frame. -m The name of either the managed system to be changed, or the managed system which has the system resources to be changed. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. The tttt-mmm*ssssssss form must be used if there are multiple managed systems with the same user-defined name. This option is required when changing the attributes of partitions, partition profiles, system profiles, or the managed system. This option is not valid otherwise. -e The name of the managed frame to be changed. The name may either be the user-defined name for the managed frame, or be in the form tttt-mmm*ssssssss, where tttt is the type, mmm is the model, and ssssssss is the serial number of the managed frame. The tttt-mmm*ssssssss form must be used if there are multiple managed frames with the same user-defined name. This option is required when changing the attributes of the managed frame. This option is not valid otherwise. -f The name of the file containing the configuration data needed to change the resources. The configuration data consists of attribute name/value pairs, which are in comma separated value (CSV) format. These attribute name/value pairs form a configuration record. A line feed marks the end of a configuration record. The file must contain one configuration record for each resource to be changed, and each configuration record must be for the same resource type. If the resource type is the managed system or the managed frame, then the file must contain only one configuration record. The format of a configuration record is as follows: attribute-name=value,attribute-name=value,...<lf> Note that certain attributes accept a comma separated list of values, as follows: "attribute-name=value,value,...",...<lf> When a list of values is specified, the attribute name/value pair must be enclosed in double quotes. Depending on the shell being used, nested double quote characters may need to be preceded by an escape character, which is usually a \ character. If += is used in the attribute name/value pair instead of =, then the specified value is added to the existing value for the attribute if the attribute is numerical. If the attribute is a list, then the Linux May

29 specified value(s) is added to the existing list. If -= is used in the attribute name/value pair instead of =, then the specified value is subtracted from the existing value for the attribute if the attribute is numerical. If the attribute is a list, then the specified value(s) is deleted from the existing list. Attribute names for partitions: name lpar_id name or ID of the partition to change (required) new_name default_profile ipl_source i5/os only Valid values are a, b, c, ord shared_proc_pool_util_auth Valid values are: 0 - do not allow authority 1 - allow authority work_group_id Attribute names for partition profiles: name name of the partition profile to change (required) lpar_name lpar_id name or ID of the partition for which the profile to change is defined (required) new_name min_mem megabytes desired_mem megabytes max_mem megabytes proc_mode Valid values are: ded - dedicated processors shared - shared processors min_procs desired_procs max_procs min_proc_units desired_proc_units max_proc_units min_5250_cpw_percent Only valid for i5/os partitions in managed systems that support the assignment of 5250 CPW percentages desired_5250_cpw_percent Only valid for i5/os partitions in managed systems that support the assignment of 5250 CPW percentages Linux May

30 max_5250_cpw_percent Only valid for i5/os partitions in managed systems that support the assignment of 5250 CPW percentages sharing_mode Valid values are: keep_idle_procs - valid with dedicated processors share_idle_procs - valid with dedicated processors cap - valid with shared processors uncap - valid with shared processors uncap_weight io_slots Comma separated list of I/O slots, with each I/O slot having the following format: slot-drc-index/slot-io-pool-id/ is-required Both / characters must be present, but optional values may be omitted. Optional values are slot-io-pool-id. Valid values for is-required: 0 -no 1 - yes For example: /3/1 specifies an I/O slot with a DRC index of , it is assigned to I/O pool 3, and it is a required slot. lpar_io_pool_ids comma separated load_source_slot i5/os only DRC index of I/O slot, or virtual slot number alt_restart_device_slot i5/os only DRC index of I/O slot, or virtual slot number console_slot i5/os only DRC index of I/O slot, virtual slot number, or the value hmc alt_console_slot i5/os only DRC index of I/O slot, or virtual slot number op_console_slot i5/os only DRC index of I/O slot, or virtual slot Linux May

31 number auto_start Valid values are: 0 -off 1 -on boot_mode AIX, Linux, and virtual I/O server only Valid values are: norm - normal dd - diagnostic with default boot list ds - diagnostic with stored boot list of - Open Firmware OK prompt sms - System Management Services power_ctrl_lpar_ids power_ctrl_lpar_names comma separated conn_monitoring Valid values are: 0 -off 1 -on hsl_pool_id i5/os only Valid values are: 0 - HSL OptiConnect is disabled 1 - HSL OptiConnect is enabled virtual_opti_pool_id i5/os only Valid values are: 0 - virtual OptiConnect is disabled 1 - virtual OptiConnect is enabled max_virtual_slots virtual_eth_adapters Comma separated list of virtual ethernet adapters, with each adapter having the following format: virtual-slot-number/is-ieee/ port-vlan-id/additional-vlan-ids/ is-trunk/is-required All 5 / characters must be present, but optional values may be omitted. Optional values are additional-vlan-ids, and is-trunk. Valid values for is-ieee, is-trunk, and is-required: 0 -no 1 - yes For example: 3/1/5/"6,7"/0/1 specifies a virtual ethernet adapter with a virtual slot number of 3, is IEEE 802.1Q compatible, has a port virtual LAN Linux May

32 ID of 5, additional virtual LAN IDs of 6 and 7, it is not a trunk adapter, and it is required. virtual_scsi_adapters Comma separated list of virtual SCSI adapters, with each adapter having the following format: virtual-slot-number/client-or-server/ remote-lpar-id/remote-lpar-name/ remote-slot-number/is-required All 5 / characters must be present, but optional values may be omitted. Optional values for server adapters are remote-lpar-id, remote-lpar-name, and remote-slot-number. Optional values for client adapters are remote-lpar-id or remote-lpar-name (one of those values is required, but not both). Valid values for client-or-server: client server i5/os partitions on IBM eserver i5 servers, and virtual I/O server partitions only Valid values for is-required: 0 -no 1 - yes For example: 4/client/2//3/0 specifies a virtual SCSI client adapter with a virtual slot number of 4, a remote (server) partition ID of 2, a remote (server) slot number of 3, and it is not required. virtual_serial_adapters Comma separated list of virtual serial adapters, with each adapter having the following format: virtual-slot-number/client-or-server/ supports-hmc/remote-lpar-id/ remote-lpar-name/remote-slot-number/ is-required All 6 / characters must be present, but optional values may be omitted. Optional values for server adapters are supports-hmc, remote-lpar-id, remote-lpar-name, and remote-slot-number. Linux May

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface.

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface. NAME asmmenu - launch Advanced System Management menu SYNOPSIS asmmenu --ip IP-address [--help] DESCRIPTION asmmenu launches the Advanced System Management (ASM) interface for a managed system using the

More information

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface.

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface. NAME asmmenu - launch Advanced System Management menu SYNOPSIS asmmenu --ip IP-address [--help] DESCRIPTION asmmenu launches the Advanced System Management (ASM) interface for a managed system using the

More information

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface.

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface. NAME asmmenu - launch Advanced System Management menu SYNOPSIS asmmenu --ip IP-address [--help] DESCRIPTION asmmenu launches the Advanced System Management (ASM) interface for a managed system using the

More information

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface.

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface. NAME asmmenu - launch Advanced System Management menu SYNOPSIS asmmenu --ip IP-address [--help] DESCRIPTION asmmenu launches the Advanced System Management (ASM) interface for a managed system using the

More information

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface.

OPTIONS The IP address or host name of the service processor for the managed system for which to launch the ASM browser interface. NAME asmmenu - launch Advanced System Management menu SYNOPSIS asmmenu --ip IP-address [--help] DESCRIPTION asmmenu launches the Advanced System Management (ASM) interface for a managed system using the

More information

HMC The New Console on the Block John Still

HMC The New Console on the Block John Still HMC The New Console on the Block John Still Objectives Console History Introducing the Hardware Management Console (HMC) Planning for HMC and i5 Guided Setup Wizard HMC Management Remote Access System

More information

AIX. In this issue. March Xephon Inc 2004

AIX. In this issue. March Xephon Inc 2004 101 AIX March 2004 In this issue 3 Hardware Management Console: using remote commands with secure shell from AIX 3 The power of awk 13 LPAR memory management 27 Using HMC command line interface to manage

More information

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ]

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] s@lm@n IBM Exam A4040-101 Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] IBM A4040-101 : Practice Test Question No : 1 Which of the following IOS commands displays

More information

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version : IBM 000-062 p5 Virtualization Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-062 A. Virtual Ethernet B. Micro-Partitioning C. Virtual I/O Server D.

More information

System i and System p. Managing the Integrated Virtualization Manager

System i and System p. Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager Note Before using this information and the product it supports,

More information

C IBM. Virtualization Technical Support for AIX and Linux V2

C IBM. Virtualization Technical Support for AIX and Linux V2 C4040-109 Dumps C4040-109 Braindumps C4040-109 Real Questions C4040-109 Practice Test C4040-109 dumps free IBM C4040-109 Virtualization Technical Support for AIX and Linux V2 http://killexams.com/pass4sure/exam-detail/c4040-109

More information

System p. Partitioning with the Integrated Virtualization Manager

System p. Partitioning with the Integrated Virtualization Manager System p Partitioning with the Integrated Virtualization Manager System p Partitioning with the Integrated Virtualization Manager Note Before using this information and the product it supports, read the

More information

Putting the pieces together: HMC, FSP, firmware, ASMI, and OS.

Putting the pieces together: HMC, FSP, firmware, ASMI, and OS. Putting the pieces together: HMC, FSP, firmware, ASMI, and OS. Pete Massiello itech Solutions pmassiello@itechsol.com 203-744-7854 itech Solutions because IBM i (AS/400 s) didn t come with System Administrators.

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

Power Systems. Overview of SDMC

Power Systems. Overview of SDMC Power Systems Overview of SDMC Power Systems Overview of SDMC te Before using this information and the product it supports, read the information in tices on page 33. This edition applies to IBM Systems

More information

System i and System p. Creating a virtual computing environment

System i and System p. Creating a virtual computing environment System i and System p Creating a virtual computing environment System i and System p Creating a virtual computing environment Note Before using this information and the product it supports, read the information

More information

NN Nortel Communication Server 1000 Linux Platform Base and Applications Installation and Commissioning

NN Nortel Communication Server 1000 Linux Platform Base and Applications Installation and Commissioning Linux Platform Base and Applications Installation and Commissioning Release: Release 5.5 Document Revision: 02.09 www.nortel.com NN43001-315. Release: Release 5.5 Publication: NN43001-315 Document release

More information

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection HS1 HS2 OK1 OK2 PS 1 2 3 4 5 6 7 8 9 101112 COL- ACT- STA.- CONSOLE SD Installing a Network-Based Intrusion Detection created by: Rainer Bemsel Version 1.0 Dated: Apr/10/2003 The purpose of this document

More information

POWER Block Course Assignment 2: System Management. Hasso-Plattner Institute

POWER Block Course Assignment 2: System Management. Hasso-Plattner Institute POWER Block Course Assignment 2: System Management Hasso-Plattner Institute Agenda 1. General Information 2. Assignment 2 System Management 3. Helpful Links / Troubleshooting Assignment 2 System management

More information

Installing Cisco StadiumVision Director Software from a DVD

Installing Cisco StadiumVision Director Software from a DVD Installing Cisco StadiumVision Director Software from a DVD First Published: May 29, 2012 Revised: August 2, 2012 This module describes how to install the Cisco StadiumVision Director Release 3.0 software

More information

Integrated Virtualization Manager. ESCALA Power7 REFERENCE 86 A1 41FF 08

Integrated Virtualization Manager. ESCALA Power7 REFERENCE 86 A1 41FF 08 Integrated Virtualization Manager ESCALA Power7 REFERENCE 86 A1 41FF 08 ESCALA Models Reference The ESCALA Power7 publications concern the following models: Bull Escala E1-700 / E3-700 Bull Escala E1-705

More information

IBM Power Systems Sales for the IBM I Operating System. Download Full Version :

IBM Power Systems Sales for the IBM I Operating System. Download Full Version : IBM 000-973 Power Systems Sales for the IBM I Operating System Download Full Version : http://killexams.com/pass4sure/exam-detail/000-973 is running an 810 2-way a nd is experiencing performance problems.

More information

Installation Instruction REDDOXX Virtual Appliance (VA) 2015, January 9th

Installation Instruction REDDOXX Virtual Appliance (VA) 2015, January 9th Installation Instruction REDDOXX Virtual Appliance (VA) 2015, January 9th WWW.REDDOXX.COM Table of Contents 1 Supported Virtual Appliance Products...3 1.1 vmware...3 1.2 CITRIX XEN...3 1.3 Hyper-V...3

More information

pseries Partitioning AIX 101 Jaqui Lynch USERblue 2004

pseries Partitioning AIX 101 Jaqui Lynch USERblue 2004 pseries Partitioning AIX 0 Jaqui Lynch USERblue 2004 Jaqui.lynch@mainline.com http://www.circle4.com/papers/ubaixpart04.pdf Agenda Partitioning Concepts Hardware Software Planning Hints and Tips References

More information

iseries Tech Talk Linux on iseries Technical Update 2004

iseries Tech Talk Linux on iseries Technical Update 2004 iseries Tech Talk Linux on iseries Technical Update 2004 Erwin Earley IBM Rochester Linux Center of Competency rchlinux@us.ibm.com Agenda Enhancements to the Linux experience introduced with i5 New i5/os

More information

HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements

HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements August 2017 Table of Contents Contributing Author: Karyn Corneli Co-Author: Jacobo Vargas Introduction...

More information

Hardware Management Console Readme

Hardware Management Console Readme Hardware Management Console Readme For use with Version 4 Release 3 Date: February 28, 2005 (C) Copyright International Business Machines Corp., 2004 All rights reserved. Introduction This Readme contains

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance CounterACT 7.0 Quick Installation Guide for a Single Virtual CounterACT Appliance Table of Contents Welcome to CounterACT Version 7.0... 3 Overview... 4 1. Create a Deployment Plan... 5 Decide Where to

More information

IBM i5 iseries Technical Solutions Designer V5R3. Download Full Version :

IBM i5 iseries Technical Solutions Designer V5R3. Download Full Version : IBM 000-866 i5 iseries Technical Solutions Designer V5R3 Download Full Version : http://killexams.com/pass4sure/exam-detail/000-866 Answer: A QUESTION: 116 A customer's production and test environments

More information

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version : IBM 000-180 p5 and pseries Enterprise Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-180 A. The LPAR Configuration backup is corrupt B. The LPAR Configuration

More information

Platform Administration

Platform Administration CHAPTER 6 Cisco provides these tools to manage the Cisco MobilityManager server platform: Cisco IPT web pages that provide complete platform administration functions. Command Line Interface (CLI) that

More information

Live Partition Mobility Update

Live Partition Mobility Update Power Systems ATS Live Partition Mobility Update Ron Barker Power Advanced Technical Sales Support Dallas, TX Agenda Why you should be planning for partition mobility What are your options? Which is best

More information

HP Supporting the HP ProLiant Storage Server Product Family.

HP Supporting the HP ProLiant Storage Server Product Family. HP HP0-698 Supporting the HP ProLiant Storage Server Product Family https://killexams.com/pass4sure/exam-detail/hp0-698 QUESTION: 1 What does Volume Shadow Copy provide?. A. backup to disks B. LUN duplication

More information

Monitoring Agent for Unix OS Version Reference IBM

Monitoring Agent for Unix OS Version Reference IBM Monitoring Agent for Unix OS Version 6.3.5 Reference IBM Monitoring Agent for Unix OS Version 6.3.5 Reference IBM Note Before using this information and the product it supports, read the information in

More information

CounterACT 7.0 Single CounterACT Appliance

CounterACT 7.0 Single CounterACT Appliance CounterACT 7.0 Single CounterACT Appliance Quick Installation Guide Table of Contents Welcome to CounterACT Version 7.0....3 Included in your CounterACT Package....3 Overview...4 1. Create a Deployment

More information

Preface. Install ConsoleWorks

Preface. Install ConsoleWorks Preface IBM pseries servers running logical partitioning (LPAR) or dynamic logical partitioning (DLPAR) capable versions of AIX provide customers a highly scalable virtualization ability that can configure

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

[Date] Internet for Guests 1 / 29

[Date] Internet for Guests 1 / 29 [Year] PSE [Document HSC Hot title] Spot [Author PSE d.o.o. name] PSE 1/1/2014 d.o.o. [Date] Internet for Guests 1 / 29 1 Internet for Guests 1.1 Your Registration Number: 1.2 Disclaimer Copyright 2003-2013

More information

Lenovo NE1032 and NE1032T Switch

Lenovo NE1032 and NE1032T Switch Lenovo NE1032 and NE1032T Switch Quickstart Guide Document Version 1.0: 10/2018 Scale Computing 2018 1 Table of Contents Introduction 3 Requirements 3 Connect to the Switch 4 Over the Network 4 Console

More information

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0 ForeScout CounterACT Single CounterACT Appliance Version 8.0 Table of Contents Welcome to CounterACT Version 8.0... 4 CounterACT Package Contents... 4 Overview... 5 1. Create a Deployment Plan... 6 Decide

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

MT LoadMaster - Dell R-Series. Multi-Tenant LoadMaster for the Dell R-Series. Installation Guide

MT LoadMaster - Dell R-Series. Multi-Tenant LoadMaster for the Dell R-Series. Installation Guide Multi-Tenant LoadMaster for the Dell R-Series Installation Guide VERSION: 8.0 UPDATED: MARCH 2016 Table of Contents 1 Introduction... 3 2 Connect the Dell R-Series... 4 2.1 Install the Multi-Tenant LoadMaster...

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

CA NetQoS Multi-Port Collector Setup Guide

CA NetQoS Multi-Port Collector Setup Guide CA NetQoS Multi-Port Collector Setup Guide The CA NetQoS Multi-Port Collector is a powerful appliance that captures and processes data at an extremely high rate, making more data available for faster reporting

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

This option lets you reset the password that you use to log in if you do not remember it. To change the password,

This option lets you reset the password that you use to log in if you do not remember it. To change the password, User s Guide Overview IDrive offers the most cost-effective BMR functionality with onsite disk image backup for SMBs. You can store entire data of hard disks including the operating system (OS) and application

More information

VMware vsphere Storage Appliance Installation and Configuration

VMware vsphere Storage Appliance Installation and Configuration VMware vsphere Storage Appliance Installation and Configuration vsphere Storage Appliance 1.0 vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

IBM Security QRadar SIEM Version 7.2. Installation Guide

IBM Security QRadar SIEM Version 7.2. Installation Guide IBM Security QRadar SIEM Version 7.2 Installation Guide Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page 45. Copyright IBM Corp.

More information

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0 Clearswift SECURE Exchange Gateway Installation & Setup Guide Version 1.0 Copyright Revision 1.0, December, 2013 Published by Clearswift Ltd. 1995 2013 Clearswift Ltd. All rights reserved. The materials

More information

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3 Table of Contents 1 V & V4 Appliance Quick Start...1 1.1 Quick Start...1 1.2 Accessing Appliance Menus...1 1. Updating Appliance...1 1.4 Webmin...1 1.5 Setting Hostname IP Address...2 1.6 Starting and

More information

IBM C IBM AIX Administration V1. Download Full Version :

IBM C IBM AIX Administration V1. Download Full Version : IBM C9010-022 IBM AIX Administration V1 Download Full Version : http://killexams.com/pass4sure/exam-detail/c9010-022 QUESTION: 251 Consider the following screen capture. The administrator needs to add

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

System i and System p. Capacity on Demand

System i and System p. Capacity on Demand System i and System p Capacity on Demand System i and System p Capacity on Demand Note Before using this information and the product it supports, read the information in Notices on page 65 and the IBM

More information

Upgrading the Server Software

Upgrading the Server Software APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.5.0, page B-2 Obtaining

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide. Release 3.1 and 3.1.1

Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide. Release 3.1 and 3.1.1 Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide Release 3.1 and 3.1.1 Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide Legal Notice Copyright 2018 Veritas Technologies

More information

Deployment Guide: Routing Mode with No DMZ

Deployment Guide: Routing Mode with No DMZ Deployment Guide: Routing Mode with No DMZ March 15, 2007 Deployment and Task Overview Description Follow the tasks in this guide to deploy the appliance as a router-firewall device on your network with

More information

Cluster Management Workflows for OnCommand System Manager

Cluster Management Workflows for OnCommand System Manager ONTAP 9 Cluster Management Workflows for OnCommand System Manager June 2017 215-11440-C0 doccomments@netapp.com Updated for ONTAP 9.2 Table of Contents 3 Contents OnCommand System Manager workflows...

More information

Common Criteria Installation Instructions for IBM Logical Partitioning Architecture on System i and System p

Common Criteria Installation Instructions for IBM Logical Partitioning Architecture on System i and System p Common Criteria Installation Instructions for IBM Logical Partitioning Architecture on System i and System p 1 About This Information This information will tell you how to plan, install, set up and manage

More information

Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide

Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide Release 2.7.3 NetBackup 52xx and 5330 Veritas NetBackup Appliance Decommissioning and Reconfiguration Guide Last updated: 2016-05-04

More information

Monitoring and Reporting for an ONTAP Account

Monitoring and Reporting for an ONTAP Account This chapter contains the following sections: About, page 1 About Disks, page 2 Managing Filers, page 3 Managing Virtual Machines, page 3 Managing Interfaces, page 6 Managing IP Spaces, page 7 Managing

More information

ESX Server 3i Embedded Setup Guide ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

ESX Server 3i Embedded Setup Guide ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 ESX Server 3i Embedded Setup Guide ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 ESX Server 3i Embedded Setup Guide ESX Server 3i Embedded Setup Guide Revision: 20090612 Item: VI-ENG-Q407-446

More information

Lenovo Flex System SI Gb System Interconnect Module. Release Notes. for Networking OS 8.2

Lenovo Flex System SI Gb System Interconnect Module. Release Notes. for Networking OS 8.2 Lenovo Flex System SI4091 10Gb System Interconnect Module Release Notes for Networking OS 8.2 Note: Before using this information and the product it supports, read the general information in the Safety

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

IBM System p5 570 POWER5+ processor and memory features offer new options

IBM System p5 570 POWER5+ processor and memory features offer new options Hardware Announcement February 14, 2006 IBM System p5 570 POWER5+ processor and memory features offer new options Overview The System p5 570 offers new POWER5+ processor options with 64-bit 1.9 GHz and

More information

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 The Cisco Network Analysis Module (NAM) is an integrated module that enables network managers

More information

Maintaining Cisco Unity Connection Server

Maintaining Cisco Unity Connection Server Migrating a Physical Server to a Virtual Machine, on page 1 Migrating from Cisco Unity 4.x and Later to Unity Connection 7.x and Later, on page 4 Replacing the Non-Functional Server, on page 5 Changing

More information

Virtual Appliance Installation Guide

Virtual Appliance Installation Guide > In This Chapter Document: : Installing the OpenManage Network Manager Virtual Appliance 2 Virtual Appliance Quick Start 2 Start the Virtual Machine 6 Start the Application 7 The Application is Ready

More information

Installation. Power on and initial setup. Before You Begin. Procedure

Installation. Power on and initial setup. Before You Begin. Procedure Power on and initial setup, page 1 Customize ESXi host for remote access, page 4 Access and configure ESXi host, page 6 Deploy virtual machines, page 13 Install applications on virtual machines, page 14

More information

CipherMail Gateway Virtual Appliance Guide

CipherMail Gateway Virtual Appliance Guide CIPHERMAIL EMAIL ENCRYPTION CipherMail Gateway Virtual Appliance Guide April 4, 2016, Rev: 9537 Copyright 2008-2016, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 3 2 Virtual machine requirements

More information

Cluster Management Workflows for OnCommand System Manager

Cluster Management Workflows for OnCommand System Manager ONTAP 9 Cluster Management Workflows for OnCommand System Manager August 2018 215-12669_C0 doccomments@netapp.com Table of Contents 3 Contents OnCommand System Manager workflows... 5 Setting up a cluster

More information

Message Networking 5.2 Maintenance print guide

Message Networking 5.2 Maintenance print guide Page 1 of 304 Maintenance print guide This print guide is a collection of system topics provided in an easy-to-print format for your convenience. Note: The links shown in this document do not work online,

More information

SSL VPN Reinstallation

SSL VPN Reinstallation SSL VPN Reinstallation This software reinstallation procedure describes how to reinstall the software onto a previously formatted and programmed hard disk drive (HDD) on the Contivity SSL VPN 1000 card.

More information

Installation of Cisco HCM-F

Installation of Cisco HCM-F CHAPTER 2 This chapter includes information about installing and configuring Cisco HCM-F. The HCM-F installation is new for Cisco HCS 8.6(2) and introduces new functionality that is used by service fulfillment

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Imaging & Deployment User Guide Version 1.0 August 16, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Collaboration Management Suite. Installation manual

Collaboration Management Suite. Installation manual Collaboration Management Suite Installation manual R5900021/03 30/03/2017 Barco NV Beneluxpark 21, 8500 Kortrijk, Belgium Phone: +32 56.23.32.11 Fax: +32 56.26.22.62 Support: www.barco.com/en/support Visit

More information

NetQoS Multi-Port Collector Setup Guide

NetQoS Multi-Port Collector Setup Guide NetQoS Multi-Port Collector Setup Guide The NetQoS Multi-Port Collector is a powerful appliance that captures and processes data at an extremely high rate, making more data available for faster reporting

More information

INSTALLATION AND CONFIGURATION GUIDE. Webwasher Appliances.

INSTALLATION AND CONFIGURATION GUIDE. Webwasher Appliances. INSTALLATION AND CONFIGURATION GUIDE Webwasher Appliances www.securecomputing.com Part Number: 86-0946281-B All Rights Reserved, Published and Printed in Germany 2006 Secure Computing Corporation. This

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

IBM System I Technical Solutions Design (including i5/os V5R4) Download Full Version :

IBM System I Technical Solutions Design (including i5/os V5R4) Download Full Version : IBM 000-868 System I Technical Solutions Design (including i5/os V5R4) Download Full Version : https://killexams.com/pass4sure/exam-detail/000-868 QUESTION: 136 At i5/os V5R4, what is the minimum Microsoft

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

Forescout. Quick Installation Guide. Single Appliance. Version 8.1

Forescout. Quick Installation Guide. Single Appliance. Version 8.1 Forescout Version 8.1 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Endian Proxy / Firewall

Endian Proxy / Firewall Endian Proxy / Firewall Created October 27, 2006 by Bruce A. Westbrook Revisions: Introduction This document describes the step by step process of installing and configuring the Endian Firewall, Community

More information

IBM EXAM - C AIX 7 Administration. Buy Full Product.

IBM EXAM - C AIX 7 Administration. Buy Full Product. IBM EXAM - C4040-221 AIX 7 Administration Buy Full Product http://www.examskey.com/c4040-221.html Examskey IBM C4040-221 exam demo product is here for you to test the quality of the product. This IBM C4040-221

More information

IBM - C AIX 7 Administration Version: 7.1

IBM - C AIX 7 Administration Version: 7.1 IBM - C4040-221 AIX 7 Administration Version: 7.1 1 Topic 1, Volume A QUESTION: 1 The following information has been reported in an AIX error log: How can the administrator prevent the error from reoccurring?

More information

Appliance Guide. Version 1.0

Appliance Guide. Version 1.0 Appliance Guide Version 1.0 Contents Contents 1 Revision history 2 Getting Started 3 Getting to Know the R7-3000/5000/5000x 5 Getting to Know the R7-1000 6 Setting Up the Appliance 7 Logging in to the

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

Reinstalling the Operating System on the Dell PowerVault 745N

Reinstalling the Operating System on the Dell PowerVault 745N Reinstalling the Operating System on the Dell PowerVault 745N This document details the following steps to reinstall the operating system on a PowerVault 745N system: 1. Install the Reinstallation Console

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

More information

Cisco UCS C-Series. Installation Guide

Cisco UCS C-Series. Installation Guide Installation Guide UPDATED: 04 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Installing Red Hat Enterprise Linux AS 4 Update 3 on the IBM System p5 185 or IBM Intellistation POWER 185

Installing Red Hat Enterprise Linux AS 4 Update 3 on the IBM System p5 185 or IBM Intellistation POWER 185 Installing Red Hat Enterprise Linux AS 4 Update 3 on the IBM System p5 185 or IBM Intellistation POWER 185 A change in the IBM (R) System p5 (TM) 185 and IBM Intellistation (R) POWER (TM) 185 requires

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 : C9010-022 Title : IBM AIX Administration V1 Vendor : IBM Version : DEMO Get Latest & Valid C9010-022 Exam's Question

More information

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo Vendor: IBM Exam Code: C4040-108 Exam Name: Enterprise Technical Support for AIX and Linux -v2 Version: Demo QUESTION 1 Which power reduction technology requires a software component in order to be activated?

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information

Configuring the Cisco NAM 2220 Appliance

Configuring the Cisco NAM 2220 Appliance CHAPTER 5 This section describes how to configure the Cisco NAM 2220 appliance to establish network connectivity, configure IP parameters, and how to perform other required administrative tasks using the

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

IBM Remote Support Manger for Storage

IBM Remote Support Manger for Storage IBM Remote Support Manger for Storage Installation Hints and Tips Version 4.273, December 1, 2011 This document is updated frequently. If viewing a hardcopy version of this document, please visit the RSM

More information