HP Integrity Superdome SX1000 SmartSetup Scripting Toolkit Deployment Guide: H - Page 25

Logical Volume Manager Support, Configuring the Static IPv6 Address, linux single, restorecon -r

Page 25 highlights

1. Boot the system with the RHEL5 or RHEL5UP1 replicated image in single mode by entering the following at the boot prompt: linux single 2. From the root directory, recursively restore all SELinux configuration files by entering: restorecon -r / The SELinux security policy configuration is closed by default when installing RHEL5U2 using SSTK so this situation does not exist when replicating this release and the correct SELinux extended attributes are in place. Logical Volume Manager Support SSTK v3.2 introduces a new Logical Volume Manager(LVM) feature that allows you to capture and deploy Linux residing on a disk with an LVM partition. The standard SSTK installation does not install Linux in an LVM partition. Before capturing the Linux image containing LVM partitions, ensure that Linux is installed on a single disk; the volume group cannot span multiple physical disks. Configuring the Static IPv6 Address After SSTK installation for RHEL4U7, RHEL5U3, and SLES10SP2, use the following steps to configure the static IPv6 address: 1. Restart the network device interface: # ifdown # ifup 2. Configure the IPv6 static address: # ifconfig inet6 add netmask up For example: # ifconfig eth3 inet6 3ffe:501:ffff:100:205:5dff:fea1:b73c/64 netmask 255.0.0.0 up 3. Check the network interface status: # ifconfig -a Messages similar to the following should be displayed: eth3 Link encap:Ethernet HWaddr 00:17:A4:51:E5:77 inet6 addr: 3ffe:501:ffff:100:205:5dff:fea1:b73c/64 Scope:Global UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Logical Volume Manager Support 25

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85

1.
Boot the system with the RHEL5 or RHEL5UP1 replicated image in single mode by entering
the following at the boot prompt:
linux single
2.
From the
root
directory, recursively restore all SELinux configuration files by entering:
restorecon -r /
The SELinux security policy configuration is closed by default when installing RHEL5U2 using
SSTK so this situation does not exist when replicating this release and the correct SELinux
extended attributes are in place.
Logical Volume Manager Support
SSTK v3.2 introduces a new Logical Volume Manager(LVM) feature that allows you to capture
and deploy Linux residing on a disk with an LVM partition. The standard SSTK installation does
not install Linux in an LVM partition. Before capturing the Linux image containing LVM partitions,
ensure that Linux is installed on a single disk; the volume group cannot span multiple physical
disks.
Configuring the Static IPv6 Address
After SSTK installation for RHEL4U7, RHEL5U3, and SLES10SP2, use the following steps to
configure the static IPv6 address:
1.
Restart the network device interface:
#
ifdown <
network_interface
>
#
ifup <
network_interface
>
2.
Configure the IPv6 static address:
#
ifconfig <
network_interface
> inet6 add <
ipv6_addr
> netmask
<
netmask_addr
> up
For example:
# ifconfig eth3 inet6 3ffe:501:ffff:100:205:5dff:fea1:b73c/64 netmask
255.0.0.0 up
3.
Check the network interface status:
#
ifconfig
a
Messages similar to the following should be displayed:
eth3
Link encap:Ethernet
HWaddr 00:17:A4:51:E5:77
inet6 addr: 3ffe:501:ffff:100:205:5dff:fea1:b73c/64 Scope:Global
UP BROADCAST MULTICAST
MTU:1500
Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b)
TX bytes:0 (0.0 b)
Logical Volume Manager Support
25