Deployment Example: Sun Java System Communications Services for Access Anywhere (EdgeMail)

ProcedureTo Configure the Administration Station After Jump-Start

Steps
  1. Edit the prompt in the /.profile for root:


    PS1="`tput bold``/usr/ucb/whoami`@`uname -n`:#`tput sgr0` "
  2. Restore the contents of /var/bits with the following commands:


    # cd /var
    # gzcat bits/bits.tar.gz | tar xf -
  3. Change ownership of home directories with the following commands:


    # cd /home
    # for I in `ls`
    > do
    > chown $I $I
    > done
    # cd /
  4. Once the system is on the corporate network, edit /etc/passwd and /etc/user_attr to put root back as a role.

  5. Create additional metadbs with the following command:


    metadb -a -c 3 /dev/dsk/c1t1d0s7 /dev/dsk/c1t2d0s7 /dev/dsk/c1t3d0s7
  6. Create a mirror of /export:

    1. Unmount it first with the following command:


      umount /export
      metainit -f d106 1 1 c1t2d0s6
      metainit -f d206 1 1 c1t3d0s6
      metainit -f d6 -m d106
    2. Edit the /etc/vfstab file. Comment out the entry for /export and add the following line:


      /dev/md/dsk/d6  /dev/md/rdsk/d6  /export  ufs  2  yes  logging
    3. Remount and attach the submirrors with the following commands:


      mount /export
      metattach d0 d200
      metattach d6 d206