020 Network Install. Linux on POWER Red Hat Edition

Size: px
Start display at page:

Download "020 Network Install. Linux on POWER Red Hat Edition"

Transcription

1 020 Network Install Linux on POWER Red Hat Edition 1

2 RHEL 6.5 Network Install Your first (odd) RHEL installed LPAR will become a network install server Bring over sk_rh65 script Run sk_rh65 s for install server setup on odd LPAR Checks for and makes directories Checks mounts Checks NFS exports Places network boot image Installs RPMS Brings over kickstart template Brings over /etc/dhcp/dhcpd.conf file chkconfig sets run levels for a number of services sed /etc/selinux/config to disable SELINUX Prompts for reboot of odd LPAR y Reboot odd LPAR 2

3 RHEL 6.5 Network Install Run sk_rh65 with other command line flags on odd LPAR, to enable client install Creates client stanza in /var/lib/tftpboot/etc/yaboot.conf Runs ssh lpar_netboot onto HMC to retrieve client MAC address Links client MAC address to /var/lib/tftpboot/etc/yaboot.conf Parses kickstart template to create unique file /export/kickstart/ks_snn.cfg for your client Inserts client stanza in /etc/dhcp/dhcpd.conf, restarts dhcpd Activate the even LPAR, network install client, to Open Firmware Open Firmware 0 > boot syntax Several tftp transfers automatically RHEL install starts automatically RHEL install packages complete RHEL post installation Post install checks Convenient HMC commands 3

4 RHEL 6.5 Network Install Same desktop tools required - terminal, then ssh for login into Hardware Management Console (HMC) and Linux LPARs (VMs) - VNC viewer for graphical network install if desired Your LPARs are created for you, see your student worksheet odd LPAR (s21, s67, etc) is media installed, will be install server even LPAR (s22, s68, etc) for network install client 4

5 Bring over sk_rh65 script On the odd LPAR # mount :/export/config_files /mnt # cp /mnt/sk_rh65 sk_rh65 # umount /mnt #./sk_rh65 (see usage message) #./sk_rh65 s Setup complete. Reboot required. Reboot now? (y/n) y 5

6 Enable the client install from odd LPAR After reboot, on your ODD LPAR #./sk_rh65 H <hmc ip> u <hmc user> \ m <managed server> \ c <client hostname> \ p <partition name> \ f <profile name> Managed_server from worksheet, 73nP Profile name snn, same as your EVEN partition name EVEN partition name snn EVEN client_hostname snn If dhcpd restart fails see instructor You will be prompted for student password on hmc twice The next 21 slides represent the manual config that the script has replaced. They are included for reference. The button below will skip forward to ssh into the HMC, for booting the client LPAR and opening its console Skip forward to ssh into HMC 6

7 Network boot image ssh to your odd install server LPAR (you just media installed it) We will prepare a somewhat indirect network boot with yaboot Name yaboot in such a way, that we know what it is 6 months from now # mkdir p /var/lib/tftpboot/etc # mkdir p /var/lib/tftpboot/ppc/ppc64 # cp /export/rhel65dvd/ppc/chrp/yaboot /var/lib/tftpboot/yaboot_rhel65 # cp /export/rhel65dvd/ppc/ppc64/yaboot.conf /var/lib/tftpboot/etc # cp /export/rhel65dvd/ppc/ppc64/initrd.img /var/lib/tftpboot/ppc/ppc64 # cp /export/rhel65dvd/ppc/ppc64/vmlinuz /var/lib/tftpboot/ppc/ppc64 sh_rh65 script skips this slide 7

8 Network boot image Check your work # ls -la /var/lib/tftpboot total 276 drwxr-xr-x. 4 root root 4096 Apr 29 11:39. drwxr-xr-x. 43 root root 4096 Apr 29 11:38.. drwxr-xr-x. 2 root root 4096 Apr 29 11:40 etc drwxr-xr-x. 3 root root 4096 Apr 29 11:38 ppc -r--r--r--. 1 root root Apr 29 11:39 yaboot_rhel65 # ls -la /var/lib/tftpboot/etc total 12 drwxr-xr-x. 2 root root 4096 Apr 29 11:40. drwxr-xr-x. 4 root root 4096 Apr 29 11:39.. -r--r--r--. 1 root root 221 Apr 29 11:40 yaboot.conf # ls -la /var/lib/tftpboot/ppc/ppc64 total drwxr-xr-x. 2 root root 4096 Apr 29 11:41. drwxr-xr-x. 3 root root 4096 Apr 29 11:38.. -r--r--r--. 1 root root Apr 29 11:41 initrd.img -r-xr-xr-x. 1 root root Apr 29 11:41 vmlinuz sh_rh65 script skips this slide 8

9 Edit client stanza into /var/lib/tftpboot/etc/yaboot.conf # vi /var/lib/tftpboot/etc/yaboot.conf init-message = "\nwelcome to the 64-bit Red Hat Enterprise Linux 6.5 installer!\nhit <TAB> for boot options.\n\n" timeout=6000 default=linux Note the stanza for the default label image=/ppc/ppc64/vmlinuz label=linux initrd=/ppc/ppc64/initrd.img read-only Create one stanza for your client even LPAR, with a specific label for your client, and a specific append for your client image=/ppc/ppc64/vmlinuz label=snn initrd=/ppc/ppc64/initrd.img append="ks=nfs:<oddlparip>:/export/kickstart/ks_snn.cfg ksdevice=eth0 ip=<evenlparip> netmask= gateway= noipv6" read-only sh_rh65 script skips this slide snn is your EVEN LPAR All one line. No newline, no enter I was not excited about editing this file for EVERY client. But adding a unique stanza for each client is not too complicated, saves a lot of error prone typing at Open Firmware, and supports the idea of multiple install clients. I am scripting up a mass config 9

10 Client MAC and IP Address At HMC login, use lpar_netboot command to collect MAC address from your client (even) LPAR. LPAR name and profile name are identical. lpar_netboot -M -n -t ent snn snn 73nP # Connecting to snn # Connected # Checking for power off. # Power off complete. # Power on snn to Open Firmware. # Power on complete. # Getting adapter location codes. # Type Location Code MAC Address Full Path Name Ping Result Device Type ent U8233.E8B P-V26-C2-T1 e683616c7502 /vdevice/l-lan@ n/a virtual If you get a cannot connect error, you have console open to even LPAR in another window. Close that console and retry LPAR name, profile name (same as LPAR name), server name Back on your install server (odd) LPAR, link yaboot.conf to a MAC address filename # cd /var/lib/tftpboot/etc # ln s yaboot.conf 01-e c sh_rh65 script skips this slide # ls 01-e d yaboot.conf We will also use MAC address when editing dhcpd.conf file important 01- prefix here Write the MAC address on your student worksheet. 10

11 Kickstart info We use a ks.cfg file to automate behavior of a RHEL install The media install of your odd LPAR left a representative kickstart file /root/anaconda-ks.cfg I used this as a basis for <instructor server>:/export/config_files/ks_template.cfg Copy it to your odd LPAR, and also copy it to name that matches your client hostname On the odd LPAR # mkdir p /export/kickstart # echo /export/kickstart *(ro,no_root_squash) >>/etc/exports # mount <instructorserver>:/export/config_files /mnt # cp /mnt/ks_template.cfg /export/kickstart # umount /mnt # cd /export/kickstart # cp ks_template.cfg ks_snn.cfg snn, your even LPAR hostname Into the template, many parameters were added from Red Hat Chapter 31.4 Kickstart options US/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/s1-kickstart2-options.html sh_rh65 script skips this slide 11

12 Kickstart info snn, your even LPAR hostname Make edits to your /export/kickstart/ks_snn.cfg file Arrowheads are NOT part of an ip address # Kickstart file automatically generated by anaconda. #version=devel install #cdrom nfs --server=<install server ip> --dir=/export/rhel64dvd lang en_us.utf-8 keyboard us logging --host=<install server ip> --level=debug network --onboot yes --device eth0 --bootproto static --ip <yourclientip> --netmask gateway nameserver noipv6 hostname <yourclienthostname> rootpw --iscrypted $6$tkUSTyREWqY6wLxg$zH92ZhUgG/h71zU2hChHXEDICngTNJPobh2Fo.7G GQZ/TDuOjft8XBy3A9Wp2frgzktWZNdWwZlOmjJinGU.D0 #firewall service=ssh firewall disabled #authconfig enableshadow passalgo=sha512 authconfig enablemd5 --enableshadow sh_rh65 script skips this slide Don t close the file after these edits, there are more 12

13 Kickstart info snn, your even LPAR hostname Make edits to your /export/kickstart/ks_snn.cfg file 13 #selinux enforcing sh_rh65 script skips this slide selinux disabled timezone --utc America/Chicago bootloader --location=partition --driveorder=mpatha -- append="crashkernel=auto console=hvc0 rhgb quiet # The following is the partition information you requested Caution with initlabel if # Note that any partitions you deleted are not expressed you have data on # here so unless you clear all partitions first, this some is LUNs # not guaranteed to work zerombr clearpart --all -initlabel --drives=mpatha,mpathb part prepboot --fstype=prepboot --size=4 -ondisk=mpatha part /boot --fstype=ext4 --size=500 -ondisk=mpatha part pv grow --size=1 -ondisk=mpatha volgroup vg_snn --pesize=4096 pv partitions logvol / --fstype=ext4 --name=lv_root --vgname=vg_snn --grow -- size= maxsize=51200 logvol swap --name=lv_swap --vgname=vg_snn --grow --size= maxsize=1984 Logical volumes created in vg 3 partitions created on mpatha vg created on 1 of the

14 Kickstart info Make edits to your /export/kickstart/ks_snn.cfg file # define additional repositories repo --name=ibm_power_tools --baseurl= POWER/Linux/yum/IBM/RHEL/6/ppc64 repo --name=ibm_power_sdk_tools -- baseurl= repo --name=advance_toolchain --baseurl=ftp://ftp.unicamp.br/pub/linuxpatch/tool chain/at/redhat/rhel6 services --disabled NetworkManager,bluetooth,ip6tables,iptables --enabled httpd,nfs #vnc --password=abcd1234 sh_rh65 script skips this slide 14

15 Kickstart info Make edits to your /export/kickstart/ks_snn.cfg @basic-desktop krb5-workstation libxmu perl-dbd-sqlite sh_rh65 script skips this slide 15

16 Kickstart info Make edits to your /export/kickstart/ks_snn.cfg file %post #!/bin/sh mount <instructor server ip>:/export/config_files /mnt cd /mnt rpm -ivh ibm-power-repo* cd umount /mnt mkdir -p /export/rhel64dvd mount <install server ip>:/export/rhel65dvd /export/rhel65dvd echo "[RHEL65DVD]" >/etc/yum.repos.d/rhel65dvd.repo echo "name=the_rhel65dvd" >>/etc/yum.repos.d/rhel65dvd.repo echo "baseurl=file:///export/rhel65dvd" >>/etc/yum.repos.d/rhel65dvd.repo echo "enabled=1" >>/etc/yum.repos.d/rhel65dvd.repo echo "gpgcheck=0" >>/etc/yum.repos.d/rhel65dvd.repo yum -y install ibm-power-managed-rhel6 yum -y install nmon %end sh_rh65 script skips this slide 16

17 On the Install server, some DHCP doc Some detailed information to read carefully later /usr/share/doc/dhcp-common-4.1.1/readme /usr/share/doc/dhcp-common-4.1.1/relnotes Initially, no manpage for dhcpd, no dhcpd.conf file # man dhcpd No manual entry for dhcpd # ls /etc/dhcp dhclient.d dhclient-eth0.confh sh_rh65 script skips this slide 17

18 Install dhcp, and tftp server from iso media Install rpms on your install server (odd) LPAR # rpm ivh /export/rhel65dvd/packages/dhcp-4.1.1* # rpm ivh /export/rhel65dvd/packages/dhcp-common* # rpm ivh /export/rhel65dvd/packages/tftp-0* # rpm ivh /export/rhel65dvd/packages/xinetd* # rpm ivh /export/rhel65dvd/packages/tftp-server* Now check # ls /etc/dhcp dhclient.d dhclient-eth0.conf dhcpd6.conf dhcpd.conf # man dhcpd See the sample file # view /usr/share/doc/dhcp-4.1.1/dhcpd.conf.sample common likely already installed You could just yum install these sh_rh65 script skips this slide 18

19 Bring over dhcpd.conf file from instructor server # mount :/export/config_files /mnt # cp /mnt/dhcpd.conf /etc/dhcp/dhcpd.conf # umount /mnt sh_rh65 script skips this slide 19

20 Edit up dhcpd.conf file vi /etc/dhcp/dhcpd.conf # # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # see 'man 5 dhcpd.conf # default-lease-time 600; max-lease-time 7200; # # see /etc/rsyslog.conf for local7 log direct log-facility local7; # # A subnet we are not using subnet netmask { } We ll look at rsyslog entry for local7 later This first page is identical for every student # Your workshop network - do NOT use dynamic-bootp - do NOT use a range # Any range seems to DHCPOFFER dynamic addresses to requests; not what we want # We are assigning specific IP to specific client MAC subnet netmask { option routers ; } sh_rh65 script skips this slide 20

21 Edit up dhcpd.conf file vi /etc/dhcp/dhcpd.conf host snn{ hardware ethernet nn:nn:nn:nn:nn:nn; fixed-address your.inst.client.ip; filename "yaboot_rhel65"; server-name your.inst.server.ip"; } Hostname of YOUR even LPAR install client MAC address of YOUR install client here IP address of YOUR install client here, no quotes Just the bootfile name, NO path. dhcpd starts up with a default path sh_rh65 script skips this slide IP address of YOUR install server 21

22 Start dhcpd # service dhcpd start Starting dhcpd: [FAILED] OK, what problems do I have with syntax in dhpcd.conf? Try it on the command line # dhcpd -cf /etc/dhcp/dhcpd.conf Internet Systems Consortium DHCP Server P1 Copyright Internet Systems Consortium. All rights reserved. For info, please visit WARNING: Host declarations are global. They are not limited to the scope you declared them in. /etc/dhcp/dhcpd.conf line 23: expecting numeric value. hardware ethernet E6:83:6D:0A:29:nn; sh_rh65 script skips this slide ^ /etc/dhcp/dhcpd.conf line 26: semicolon expected. server-name ^ /etc/dhcp/dhcpd.conf line 26: expecting a parameter or declaration server-name " "; ^ /etc/dhcp/dhcpd.conf line 28: unexpected end of file } ^ Configuration file errors encountered -- exiting 22

23 Start dhcpd Make edits, try again # dhcpd -cf /etc/dhcp/dhcpd.conf Internet Systems Consortium DHCP Server P1 Copyright Internet Systems Consortium. All rights reserved. For info, please visit WARNING: Host declarations are global. They are not limited to the scope you declared them in. Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file Wrote 0 deleted host decls to leases file. Wrote 0 new dynamic host decls to leases file. Wrote 0 leases to leases file. Listening on LPF/eth0/e6:83:60:11:22:02/ /20 Sending on Sending on LPF/eth0/e6:83:60:11:22:02/ /20 Socket/fallback/fallback-net Just fyi Host does not have to be defined within a Subnet # service --status-all grep dhcp dhcpd (pid 6001) is running... dhcpd is stopped sh_rh65 script skips this slide It is running. Not sure what stopped means 23

24 dhcpd logging About that log-facility local7; entry # grep local7 /etc/rsyslog.conf local7.* /var/log/boot.log # tail -f /var/log/boot.log Oct 24 16:18:47 m1-stu01 dhcpd: DHCPDISCOVER from 00:21:d7:31:ae:40 via eth0: network /20: no free leases Oct 24 16:20:01 m1-stu01 dhcpd: DHCPDISCOVER from 00:21:d7:31:ae:40 via eth0: network /20: no free leases Oct 24 16:20:04 m1-stu01 dhcpd: DHCPDISCOVER from 00:21:d7:31:ae:40 via eth0: network /20: no free leases sh_rh65 script skips this slide That s right, do NOT give out dynamic addresses to DHCPDISCOVER requests. If you are still watching this later, you will see BOOTREQUEST from your install client, and BOOTREPLY from your install server 24

25 Set services on for restart chkconfig command, run levels 3, 4, and 5 # chkconfig -level 345 dhcpd on # chkconfig -level 345 xinetd on # chkconfig -level 345 nfs on # chkconfig -level 345 tftp on sh_rh65 script skips this slide Inserts disable = no into /etc/xinetd.d/tftp Start xinetd # service xinetd start Make NFS export # service nfs start # exportfs /export/rhel65dvd <world> /export/kickstart <world> Recall in module 010, we put /export/rhel65dvd in /etc/exports, and /export/kickstart in this module 25

26 Reduce security config on Install Server Verify that iptables, ip6tables not running # service --status-all grep tables ip6tables: Firewall is not running. iptables: Firewall is not running. Check status of selinux # sestatus SELinux status: enabled SELinuxfs mount: /selinux Current mode: enforcing Mode from config file: enforcing Policy version: 24 Policy from config file: targeted If these service status checks return nothing, it is likely firewall is running. Run setup and turn it off sh_rh65 script skips this slide 26

27 Reduce security config on Install Server Set SELINUX=disabled # vi /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection. SELINUXTYPE=targeted Set SELINUX=disabled Do NOT change SELINUXTYPE sh_rh65 script skips this slide # shutdown r now Wait until server is back up, before proceeding on next slide We have concluded the install server needs a reboot after SELINUX change 27

28 ssh into HMC # ssh student@ nn Login student, password from student worksheet 28

29 Activate even LPAR, open its console At the HMC. chsysstate m 73nP r lpar o shutdown --immed n snn chsysstate m 73nP -r lpar o on n snn f snn b of lpar name profile name Your EVEN LPAR Boot mode open firmware At the HMC mkvterm m 73nP p snn Open in progress Memory Open Completed. Keyboard Network SCSI Speaker ok 0 > 29

30 Open firmware 0 > prompt At the 0 > prompt 0 > boot network:oddlparip,,,, snn Even LPAR name matches the label for this specific client in /var/lib/tftpboot/etc/yaboot.conf Boot-spacenetwork-colon Four commas, space, even LPAR name You should not have to do this, but you could put more on the 0 > prompt. As it happens, you already included it in the append in /var/lib/tftpboot/etc/yaboot.conf 0 > boot network:oddlparip,,evenlparip,gatewayip snn 30

31 First tftp transfer This comes from /etc/dhcp/dhpcd.conf 31

32 tftp error 0 > boot network: odd,,,, snn Response to the First BOOTP request was not received BOOTP Parameters: chosen-network-type = ethernet,auto,none,auto server IP = client IP = gateway IP = device = /vdevice/l-lan@ MAC address = 5e 15 eb d loc-code = U8233.E8B P-V33-C2-T1 BOOTP request retry attempt: 1 BOOTP request retry attempt: 2 BOOTP request retry attempt: 3 If you DON T get Filename yaboot_rhel65 Check that client IP and MAC here against what you put in /etc/dhcp/dhcpd.conf 32

33 Second tftp transfer This the filename linked to /var/lib/tftpboot/etc/yaboot.conf recall your 01- prefix Type in your label snn and Enter or just hit Enter 33

34 Third tftp transfer vmlinuz 34

35 Fourth tftp transfer Initrd.img 35

36 Lots of initialization 36

37 Configuring eth0 37

38 Disk Re-initialize all If you get this Error, tab to Re-initialize all and hit space 38

39 Writing the disk configuration 39

40 RHEL Install 40

41 RHEL install 41

42 RHEL install 42

43 RHEL install 43

44 RHEL install, packages completed 44

45 RHEL install, post-installation 45

46 RHEL install complete Hit space to reboot 46

47 Installed LPAR rebooting Hit 1 for SMS when the word Keyboard appears 47

48 SMS, configure boot device order At SMS Main Menu on reboot, 5 Select Boot Options 48

49 SMS Boot Device Order 2. Configure Boot Device Order 49

50 SMS Boot Device Order 1. Select 1 st Boot Device, 5. Hard Drive 50

51 SMS Boot Device Order 1. SCSI 51

52 SMS Boot Device Order 1. The first Media Adapter 52

53 SMS Boot Device Order Type the number of your installed SCSI Harddisk and enter 53

54 Configure 1 st Boot Device 2, Set Boot Sequence: Configure as 1 st Boot Device 54

55 exit System Management Services x to exit System Management Services 55

56 exit System Management Services 1 and enter, watch for boot, and RHEL setup to run 56

57 boot: (no typing here) 57

58 boot: 58

59 RHEL login: The root pw was encrypted in the kickstart file, same as we used in odd LPAR install 59

60 Did we get what we expected? m1-sysnn login: root Password: ~]# rpm -qa grep managed ibm-power-managed-rhel ppc64 ~]# rpm -qa grep nmon nmon-14i-1.el6.ppc64 ~]# sestatus SELinux status: disabled Login with the expected, encrypted password from kickstart Ibm-power-managed and nmon installed SE Linux disabled 60

61 Some convenient HMC commands lpar_netboot -M -n -t ent m1-snn snn 73nP chsysstate -m <managed server> -r lpar -o shutdown --immed -n <lparname> chsysstate m <managed server> -r lpar o on n <lparname> f <profilename> b of vtmenu rmvterm -m <managed server> -p <lparname> 61

62 Unexpected echo of commands or password at console If you find strange echo of password or commands on the console of your new Red Hat instance, you should remove the console specifier on the bootloader statement in your kickstart files # grep bootloader your-ks.cfg bootloader --location=partition --driveorder=mpatha --append="crashkernel=auto console=hvc0 rhgb quiet" Remove console=hvc0 from your kickstart files 62

Linux Automation. Thomas Cameron. Red Hat. Colorado Software Summit: October 19 24, Copyright 2008, Copyright holder.

Linux Automation. Thomas Cameron. Red Hat. Colorado Software Summit: October 19 24, Copyright 2008, Copyright holder. Linux Automation Thomas Cameron Red Hat Slide 1 Welcome! Thanks for taking the time to attend this presentation! I want this to be very interactive, questions are encouraged! This deck is available with

More information

Installation and configuration of Linux Cluster. Addisu Gezahegn University of Trieste ICTP,Trieste

Installation and configuration of Linux Cluster. Addisu Gezahegn University of Trieste ICTP,Trieste Installation and configuration of Linux Cluster Addisu Gezahegn University of Trieste ICTP,Trieste asemie@ictp.it What is Cluster computer? It is a single logical unit consisting of multiple computers

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot Using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

DYNES: Building a Distributed Virtual Instrument

DYNES: Building a Distributed Virtual Instrument DYNES: Building a Distributed Virtual Instrument Shawn McKee University of Michigan TIP2013, January 15 2013 Shawn McKee DYNES Talk Overview Introduction to DYNES and current status How we deploy, monitor

More information

George Beech Stack Exchange,

George Beech Stack Exchange, George Beech Stack Exchange, Inc. @GABeech Image Based Deployment Ghost RDS CloneZilla Manual Do I need to go into this? Really? Kickstart/Seeding/etc Image Based Deployment Updates SSID Drivers HALs Windows

More information

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File The topics covered in this chapter are: Boot using USB Drive, on page 1 Boot Using ipxe, on page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Spacewalk. Installation Guide RHEL 5.9

Spacewalk. Installation Guide RHEL 5.9 Spacewalk Installation Guide RHEL 5.9 Contents Spacewalk Overview... 3 Spacewalk Project Architecture... 3 System Prerequisites... 3 Installation... 4 Spacewalk Components... 4 Prerequisites Install for

More information

EL Serial Port Server Installation Guide Errata

EL Serial Port Server Installation Guide Errata EL Serial Port Server Installation Guide Errata This errata supplies additions to EL Serial Port Server Installation Guide (91000932B). EL stands for EtherLite. To operate your Silicon Graphics Ethernet

More information

Spacewalk. Installation Guide for CentOS 6.4

Spacewalk. Installation Guide for CentOS 6.4 Spacewalk Installation Guide for CentOS 6.4 Contents Spacewalk Overview... 3 Spacewalk Project Architecture... 3 System Prerequisites... 3 Installation... 4 Spacewalk Components... 4 Prerequisites Install

More information

Virtuozzo Storage 2.3. Installation Using PXE

Virtuozzo Storage 2.3. Installation Using PXE Virtuozzo Storage 2.3 Installation Using PXE February 19, 2018 Virtuozzo International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 https://virtuozzo.com

More information

Acronis Storage 2.4. Installation Using PXE

Acronis Storage 2.4. Installation Using PXE Acronis Storage 2.4 Installation Using PXE July 18, 2018 Copyright Statement Acronis International GmbH, 2002-2016. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis

More information

Linux Diskless iscsi Boot HowTo ( V1.0)

Linux Diskless iscsi Boot HowTo ( V1.0) Linux Diskless iscsi Boot HowTo ( V1.0) This document describes using the Cisco Linux 3.4.2 iscsi initiator for diskless booting of Red Hat Linux 9 (RH9). EqualLogic has enhanced the initiator to provide

More information

Installing Red Hat Enterprise Linux Advanced Server 3 on IBM ~ BladeCenter JS20

Installing Red Hat Enterprise Linux Advanced Server 3 on IBM ~ BladeCenter JS20 Advanced Server 3 on IBM BladeCenter JS20 October 19, 2004 Written By: Erik Salander IBM Corporation salander@us.ibm.com Contributor: Kevin McCombs IBM Corporation mccombsk@us.ibm.com Page 2 of 35 I. Introduction...

More information

Remote Initialization and Configuration of Cluster Nodes

Remote Initialization and Configuration of Cluster Nodes Remote Initialization and Configuration of Cluster Nodes February 11 th, 2003 Thomas Jefferson National Accelerator Facility Walt Akers, Jie Chen, Chip Watson, Ying Chen, Kelvin Edwards 1. OVERVIEW AND

More information

Virtuozzo 7. PXE Installation Guide

Virtuozzo 7. PXE Installation Guide Virtuozzo 7 PXE Installation Guide December 05, 2017 Virtuozzo International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 https://virtuozzocom Copyright

More information

Red Hat Operating System Installation Tips

Red Hat Operating System Installation Tips APPENDIXA Date: 9/24/10 This appendix describes the recommended Red Hat operating system installation procedure in three parts and includes the following sections: Red Hat Installation Procedure, page

More information

Installation Tools for Clusters. Rajesh K., Computer Division, BARC

Installation Tools for Clusters. Rajesh K., Computer Division, BARC Installation Tools for Clusters Rajesh K., Computer Division, BARC Outline of the presentation Cluster Intro Steps involved in a cluster installation Different approaches to installation Issues in cluster

More information

SysadminSG RHCSA Study Guide

SysadminSG RHCSA Study Guide SysadminSG RHCSA Study Guide This is the RHCSA Study Guide for the System Administration Study Group. The study guide is intended to be printed by those who wish to study common tasks performed by many

More information

FastTrack to Red Hat Linux System Administrator Course Overview

FastTrack to Red Hat Linux System Administrator Course Overview Course Overview This highly practical instructor led training course is designed to give experienced LINUX/UNIX administrators practical experience in the administration of a LINUX system to a level required

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.3 Document Revision 1.0 Copyright Revision 1.1, March, 2016 Published by Clearswift Ltd. 1995 2016 Clearswift Ltd. All rights

More information

DHCP prevents IP address Conflicts and helps conserve the use of client IP Address on the Network

DHCP prevents IP address Conflicts and helps conserve the use of client IP Address on the Network What is? It gives IP Addresses Automatically to the s who is requesting for an IP Address Centralized IP Address Management prevents IP address Conflicts and helps conserve the use of client IP Address

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5 Contents 1 Description 2 2 Supported Devices 3 3 Connection, Shell 4 3.1 Serial Connection over Console Port...................... 4 3.2 SSH Connection................................. 4 3.3 Internet Connection...............................

More information

ITEC451 Network Design & Analysis Laboratory Guide: Appendix

ITEC451 Network Design & Analysis Laboratory Guide: Appendix Linux Guide Accessing the command prompt Before you can access the command prompt, you must login to the system. The administrative user on Linux machines is named root. On most Linux distributions, you

More information

How to Install a DHCP Server in Ubuntu and Debian

How to Install a DHCP Server in Ubuntu and Debian How to Install a DHCP Server in Ubuntu and Debian Source : https://www.tecmint.com/install-dhcp-server-in-ubuntu-debian/ Dynamic Host Configuration Protocol (DHCP) is a network protocol that is used to

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

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

"Charting the Course... Enterprise Linux System Administration Course Summary

Charting the Course... Enterprise Linux System Administration Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

Installing or Recovering Cisco APIC Images

Installing or Recovering Cisco APIC Images Installation s, on page 1 Usage Guidelines, on page 2 Conditions for Recovering or Installing Cisco APIC Software Image, on page 5 Installing Cisco APIC Software Using a PXE Server, on page 5 Installing

More information

Nested Home Lab Setting up Shared Storage

Nested Home Lab Setting up Shared Storage Nested Home Lab Setting up Shared Storage Andy Fox VCI VCAP-DCA VCP3 VCP4 Over the years teaching vsphere, several peers, colleagues and students have asked me how I setup shared storage in my nested test

More information

IBM Storage Configuration Manager Planning, Installation, and Configuration Guide

IBM Storage Configuration Manager Planning, Installation, and Configuration Guide IBM Storage Configuration Manager 2.20.0 Planning, Installation, and Configuration Guide IBM Storage Configuration Manager 2.20.0 Planning, Installation, and Configuration Guide Note Before using this

More information

Capstone PXE Server Documentation

Capstone PXE Server Documentation Capstone PXE Server Documentation Thomas Borowiec Taylor Beeson Tyler Cobb Jared Jones Capstone PXE Spring 2011 Page 1 Section I. Build: II. III. Table of Contents Page(s) Requirements. 3 Configuration

More information

CIT 470: Advanced Network and System Administration. Topics. Workstation Management. Workstations

CIT 470: Advanced Network and System Administration. Topics. Workstation Management. Workstations CIT 470: Advanced Network and System Administration Workstations CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Machine Lifecycle 2. Automated Installs 3. Updates 4. Network Configuration

More information

Learn new features of Red Hat Enterprise Linux 7.1 on IBM z Systems by Examples Session# 17493

Learn new features of Red Hat Enterprise Linux 7.1 on IBM z Systems by Examples Session# 17493 Shaping the Future of Enterprise Technology Learn new features of Red Hat Enterprise Linux 7.1 on IBM z Systems by Examples Session# 17493 Filipe Miranda Global Lead for Red Hat Products

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.6.0 Document Revision 1.0 Copyright Revision 1.0, April, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All rights

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

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

Chapter 7. Getting Started with Boot from Volume

Chapter 7. Getting Started with Boot from Volume Chapter 7. Getting Started with Boot from Volume This chapter discusses creating a bootable volume from an existing minidisk, cloning a volume from an existing volume, and booting a virtual server instance

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.8.0 Document Revision 1.0 Copyright Revision 1.0, July, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Disclaimer: I haven t gone through RHCSA/RHCE EL 7. I am preparing for upgrade of my RHCE certificate from RHCE EL4 to RHCE EL7. I don

More information

CMU : Cluster Management Utility. CMU diskless user s guide Version 4.0, January 2009

CMU : Cluster Management Utility. CMU diskless user s guide Version 4.0, January 2009 CMU : Cluster Management Utility CMU diskless user s guide Version 4.0, January 2009 Version 4.0 January 2009 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Installation Manual InfraManage.NET Installation Instructions for Ubuntu

Installation Manual InfraManage.NET Installation Instructions for Ubuntu Installation Manual InfraManage.NET Installation Instructions for Ubuntu Copyright 1996 2017 Timothy Ste. Marie Version 7.5.72SQL InfraManage.NET Installing InfraManage.NET Page 1 of 78 Table of Contents

More information

WHITE PAPER. Instant openmosix. How to build a working openmosix cluster without touching a compiler

WHITE PAPER. Instant openmosix. How to build a working openmosix cluster without touching a compiler WHITE PAPER How to build a working openmosix cluster without touching a compiler Document Approvals Approved for Publication: Author Name: Ian Latter 5 April 2006 CONTROL PAGE Document Control Document

More information

Please choose the best answer. More than one answer might be true, but choose the one that is best.

Please choose the best answer. More than one answer might be true, but choose the one that is best. Introduction to Linux and Unix - endterm Please choose the best answer. More than one answer might be true, but choose the one that is best. SYSTEM STARTUP 1. A hard disk master boot record is located:

More information

SECURE Gateway with Microsoft Azure Installation Guide. Version Document Revision 1.0

SECURE  Gateway with Microsoft Azure Installation Guide. Version Document Revision 1.0 SECURE Email Gateway with Microsoft Azure Installation Guide Version 4.7.0 Document Revision 1.0 Copyright Revision 1.0, November, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All rights

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

Install and Configure Samba - CentOS 7

Install and Configure Samba - CentOS 7 CentOS 7 Samba Guide Page 1 of 11 Install and Configure Samba - CentOS 7 What is Samba and why should I use it? Samba is a service that allows Linux machines to access and share files, folders and printers

More information

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external?

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? LAN Setup Reflection Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other VMs in the classroom?

More information

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat Rh202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) http://killexams.com/exam-detail/rh202 QUESTION: 156 Who ever creates the files/directories on /data group owner should be automatically

More information

Red Hat Network Satellite 5.0.0: Virtualization Step by Step

Red Hat Network Satellite 5.0.0: Virtualization Step by Step Red Hat Network Satellite 5.0.0: Virtualization Step by Step By Máirín Duffy, Red Hat Network Engineering Abstract Red Hat Network Satellite 5.0 is the first Satellite release to include virtual platform

More information

Deploying VMware ESX Server to IBM System x Using Altiris Deployment Solution 6.8 SP1

Deploying VMware ESX Server to IBM System x Using Altiris Deployment Solution 6.8 SP1 Chapter 1. Deploying VMware ESX Server 3.0.1 to IBM System x Using Altiris Deployment Solution 6.8 SP1 This document describes script-based deployment of ESX Server 3.0.1 on IBM System x servers, using

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

More information

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 6.0 Update 2 Release Notes April 2012 0898600-6.0-2 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The

More information

Computer System Design and Administration

Computer System Design and Administration Department of Computer and Electrical Engineering This work is published under a License: Creative Commons BY-NC-SA 4.0 Secure information service: Puzzle Information server LDAP clients SSH server Open

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.7.0 Document Revision 1.0 Copyright Revision 1.0, November, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All

More information

Installing caos with Cinch on Floppy Disk

Installing caos with Cinch on Floppy Disk Installing caos with Cinch on Floppy Disk Troy Andrew Johnson May 21, 2004 Abstract cinch is the caos Linux (http://www.caosity.org/) installer. Prerequisites What you need: two floppy disks (at least)

More information

Different ways to use Kon-Boot

Different ways to use Kon-Boot Robert Alaniz 28 July 2014 Different ways to use Kon-Boot This project consists of different ways of using Kon-Boot to bypass authentication on a windows machine. Kon-Boot is a toll that can bypass the

More information

RAP Installation README

RAP Installation README RAP Installation README (Redhat 9.x as platform) 1. Hardware System requirement CPU P3 100 + RAM 512M + Hard Disk (None SCSI) 20G+ Network Ports: 10/100/1000 1+ (HA and Clustering need 2+) CDROM System

More information

High Availability & Fault Tolerance of the Deployment Manager using NFS on Linux

High Availability & Fault Tolerance of the Deployment Manager using NFS on Linux High Availability & Fault Tolerance of the Deployment Manager using NFS on Linux Abstract: For this exercise a shared filesystem will be created using NFS 4 on which the dmgr profile will be created. This

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

"Charting the Course... RHCE Rapid Track Course. Course Summary

Charting the Course... RHCE Rapid Track Course. Course Summary Course Summary Description This course is carefully designed to match the topics found in the Red Hat RH299 exam prep course but also features the added benefit of an entire extra day of comprehensive

More information

How do I perform a backup and restore from a NOKIA IP VPN 10i to another NOKIA IP VPN 10i in the event of a hardware failure?

How do I perform a backup and restore from a NOKIA IP VPN 10i to another NOKIA IP VPN 10i in the event of a hardware failure? BACKUP AND RESTORE 1 (14) How do I perform a backup and restore from a NOKIA IP VPN 10i to another NOKIA IP VPN 10i in the event of a hardware failure? This document will demonstrate the backup process

More information

Installation & Getting Started Guide. Version Document Revision 1.0

Installation & Getting Started Guide. Version Document Revision 1.0 Installation & Getting Started Guide Version 1.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights reserved. The materials contained

More information

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

More information

Image Management Service. User Guide. Issue 03. Date

Image Management Service. User Guide. Issue 03. Date Issue 03 Date 2016-10-19 Contents Contents Change History... v 1 Overview... 6 1.1 Concept... 6 1.1.1 What Is Image Management Service?... 6 1.1.2 OSs for Public Images Supported by IMS... 7 1.1.3 Image

More information

CIS 76 VLab Pod Setup

CIS 76 VLab Pod Setup CIS 76 VLab Pod Setup Last updated 9/4/2017 Status on setup instructions: 1. pfsense (2.3.1, 64 bit) pfsense-ce-2.3.4-release-amd64 - DONE for Fa17 2. Kali (2017.1, 64 bit) kali-linux-2017.1-amd64.iso

More information

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application.

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application. CIT 210L Name: Lab #2 1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application. 2. Listing installed packages -

More information

Xcalenets Console Setup Guide. Xcalenets Console Setup Guide (Standalone version)

Xcalenets Console Setup Guide. Xcalenets Console Setup Guide (Standalone version) Xcalenets Console Setup Guide Xcalenets Console Setup Guide (Standalone version) 1 Content CONTENT... 2 Getting Started to Xcalenets Console Setup... 3 Account Level Introduction... 3 Login Console Setup...

More information

xcat 2 on AIX Installing AIX standalone nodes

xcat 2 on AIX Installing AIX standalone nodes xcat 2 on AIX Installing AIX standalone nodes (using standard NIM rte method) Date: 10/10/2009 1.0 Overview... 1 2.0 Installing AIX nodes (using standard NIM rte method)... 2 2.1 Create an operating system

More information

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

More information

INSTALLATION. Security of Information and Communication Systems. Table of contents

INSTALLATION. Security of Information and Communication Systems. Table of contents Security of Information and Communication Systems INSTALLATION Table of contents 1. Introduction...2 2....3 2.1. Hardware requirement...3 2.2. of the system...3 2.3. of ALCASAR...7 2.4. Connexion to the

More information

Red Hat CloudForms 4.0

Red Hat CloudForms 4.0 Red Hat CloudForms 4.0 Provisioning Virtual Machines and Hosts Provisioning, workload management, and orchestration for CloudForms Management Engine Last Updated: 2017-12-08 Red Hat CloudForms 4.0 Provisioning

More information

LAN Setup Reflection

LAN Setup Reflection LAN Setup Reflection After the LAN setup, ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other

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

The TinyHPC Cluster. Mukarram Ahmad. Abstract

The TinyHPC Cluster. Mukarram Ahmad. Abstract The TinyHPC Cluster Mukarram Ahmad Abstract TinyHPC is a beowulf class high performance computing cluster with a minor physical footprint yet significant computational capacity. The system is of the shared

More information

Installation of Fedora 12 with CD

Installation of Fedora 12 with CD Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com 07-12-09 This document is produced under Creative Common License (Attribution No Derivatives).

More information

Red Hat CloudForms 4.1 Provisioning Virtual Machines and Hosts

Red Hat CloudForms 4.1 Provisioning Virtual Machines and Hosts Red Hat CloudForms 4.1 Provisioning Virtual Machines and Hosts Provisioning, workload management, and orchestration for Red Hat CloudForms Red Hat CloudForms Documentation Team Red Hat CloudForms 4.1

More information

Configuring a Standalone VCL Environment using VMware Server 2.0

Configuring a Standalone VCL Environment using VMware Server 2.0 Configuring a Standalone VCL Environment using VMware Server 2.0 DISCLAIMER! This document provides instuctions for configuring a standalone VCL environment running on a single computer which is able to

More information

CIS 192 Linux Lab Exercise

CIS 192 Linux Lab Exercise CIS 192 Linux Lab Exercise Lab 8: Samba Spring 2009 Lab 8: Samba The purpose of this lab is to share files among Windows and Linux hosts on a common network. The goal is to browse directories on the Linux

More information

SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting

SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting Synopsis: This is the second System Administration class, a follow-on class for new administrators with limited networking

More information

Precursor Steps & Storage Node

Precursor Steps & Storage Node Precursor Steps & Storage Node In a basic HPC cluster, the head node is the orchestration unit and possibly the login portal for your end users. It s one of the most essential pieces to get working appropriately.

More information

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux Part 1 : Getting Familiar with Linux Chapter 1 : Getting started with Red Hat Enterprise Linux Chapter 2 Finding Your Way on the Command Line Hours Part II : Administering Red Hat Enterprise Linux Linux,

More information

Clearswift SECURE ICAP Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE ICAP Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE ICAP Gateway Installation & Getting Started Guide Version 4.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

XCAT 2 on AIX. Booting AIX diskless nodes Date: 10/10/2009

XCAT 2 on AIX. Booting AIX diskless nodes Date: 10/10/2009 XCAT 2 on AIX Booting AIX diskless nodes Date: 10/10/2009 1.0 Overview... 1 2.0 Deploying AIX diskless nodes using xcat... 2 2.1 Create a diskless image... 2 2.2 Update the SPOT (optional)... 3 2.2.1 Updating

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Red Hat CloudForms 4.5

Red Hat CloudForms 4.5 Red Hat CloudForms 4.5 Provisioning Virtual Machines and Hosts Provisioning, workload management, and orchestration for Red Hat CloudForms Last Updated: 2018-02-28 Red Hat CloudForms 4.5 Provisioning

More information

Telestra Diskless Installation Guide. Document: DOC-TEL-DSLS-IG-C-0

Telestra Diskless Installation Guide. Document: DOC-TEL-DSLS-IG-C-0 Advanced Simulation Technology inc. 500A Huntmar Park Drive Herndon, Virginia 20170 USA Tel. (703) 471-2104 Fax. (703) 471-2108 www.asti-usa.com Telestra Diskless Installation Guide Document: DOC-TEL-DSLS-IG-C-0

More information

Installation of RHEL 5 for Tenable SecurityCenter Evaluation

Installation of RHEL 5 for Tenable SecurityCenter Evaluation Installation of RHEL 5 for Tenable SecurityCenter Evaluation These instructions are for the installation of Red Hat Enterprise Linux (RHEL) 5 in preparation for installing Tenable SecurityCenter 4.4 for

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

OpenNebula 4.8 Quickstart CentOS 6 and Xen

OpenNebula 4.8 Quickstart CentOS 6 and Xen OpenNebula 4.8 Quickstart CentOS 6 and Xen Release 4.8 OpenNebula Project August 12, 2014 CONTENTS 1 Package Layout 3 2 Step 1. Installation in the Frontend 5 2.1 1.1. Install the repo............................................

More information

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 7.0 Release Notes May 2015 0898600-7.0 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The information

More information

Ubuntu Manually Mount Cdrom Drive Command Line Vmware

Ubuntu Manually Mount Cdrom Drive Command Line Vmware Ubuntu Manually Mount Cdrom Drive Command Line Vmware On Windows 7 (64-bit) I installed VMware Player and then Ubuntu 12.04, then Mount the virtual CD drive, Launch a terminal, Use tar to uncompress. I

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

Satellite 6 User Guide. ID Client Delivery

Satellite 6 User Guide. ID Client Delivery ID Client Delivery 08.06.2017 pdf generated on July 7, 2017 Table of Contents 1 Concepts 3 1.1 Terminology...................................... 3 1.2 Description of Key Elements.............................

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

Installing SUSE LINUX Enterprise Server 9 on an IBM ~ BladeCenter JS20

Installing SUSE LINUX Enterprise Server 9 on an IBM ~ BladeCenter JS20 October 12, 2004 Written By: Erik Salander IBM Corporation salander@us.ibm.com Noel Santiago-Ramos IBM Corporation noelsr@us.ibm.com Contributors: Kevin McCombs IBM Corporation mccombsk@us.ibm.com Aaron

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

Active Fabric Manager for Microsoft Cloud Platform System Installation Guide for AFM-CPS 2.2(0.0)

Active Fabric Manager for Microsoft Cloud Platform System Installation Guide for AFM-CPS 2.2(0.0) Active Fabric Manager for Microsoft Cloud Platform System Installation Guide for AFM-CPS 2.2(0.0) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information