If you can't connect with Server IP Address , username and password make sure
2 or more ports need to unblock by firewall of server pc
2 or more ports need to unblock by firewall of server pc
swap
partition/boot
partition/
partitionhome
partitioncd /nfs/slac/g/scs/redhat/RedHat/RHEL6/6u1/workstation/x86_64/bootiso/ ls rhel-workstation-6.1-x86_64-boot.isofor 32-bit
cd /nfs/slac/g/scs/redhat/RedHat/RHEL6/6u1/workstation/i386/bootiso/ ls rhel-workstation-6.1-i386-boot.iso
cdrecord -scanbus dev=/dev/hdcYou'll get a line that includes some text identifying your specific CDROM device, along with the device address; for example:
1,0,0 100) '_NEC ' 'CD-RW NR-9300A ' '105B' Removable CD-ROMThe first field in this example, "1,0,0", is your CDROM device address. This is the information you'll need.
cdrecord -v -speed=2 dev=1,0,0 -eject -data boot.isoOn some systems you may need to prefix the device address with a transport layer indicator, such as 'ATA:' or 'ATAPI:', or you may need additional options on the cdrecord command line. See the man page for cdrecord for details.If you haven't burned any CDROMs before, it's a good idea to run some tests first by adding the '-dummy' option to the cdrecord command line.
WARNING:Please be careful to enter this information accurately, because errors can disrupt the network.Next you will enter NFS setup information. The NFS server name is
lnxinstall
and the Red Hat directories are:/vol/vol1/g.scs.redhat/RedHat/RHEL6/6u1/x86_64
./vol/vol1/g.scs.redhat/RedHat/RHEL6/6u1/i386
.lnxinstall
's IP address, 172.23.16.97
, instead of its name.root
password and DON'T FORGET IT! SLAC's post-installation tool taylor
will override this password.
/scswork
partition of 1 GB, to be reserved for the exclusive use of OCIO. Use the rest for scratch space; for example, you might want to create a larger /tmp
or add a separate /scratch
directory. Note that older files in /tmp
are periodically removed but files in /scratch
will remain until removed by you unless the system is re-installed.Partition Mount Point | Partition Type | Partition Size | |
---|---|---|---|
12 GB disk | +18 GB or larger disk | ||
/ | ext4 | 9 GB | 12 GB |
swap | swap | 1 x memory or at least 512 MB | 2 x memory or at least 1 GB |
/var | ext4 | 512 MB | 4 GB |
/usr/vice/cache | ext4 | 512 MB | 2 GB |
/tmp | ext4 | 512 MB | 4 GB |
/scswork | ext4 | omit | 1 GB |
/scratch (or extra /tmp space) | ext4 | omit | remainder |