Home
>
Lucent Technologies
>
Communications System
>
Lucent Technologies CentreVu Call Management System Release 3 Version 8 Guide
Lucent Technologies CentreVu Call Management System Release 3 Version 8 Guide
Have a look at the manual Lucent Technologies CentreVu Call Management System Release 3 Version 8 Guide online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 413 Lucent Technologies manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring15 3. Install the new disk drives in the upper drive bay. The illustration below shows where to install the new drives.
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring16 4. From the ok prompt, do a reconfigure boot by entering the following command: ______________________________________________________ ok boot -r ______________________________________________________ 5. Log in as root. 6. Enter the following command: ______________________________________________________ #ls -l /dev/dsk/c2t6d0s0 ______________________________________________________ The system should respond with a line similar to the following: ______________________________________________________ lrwxrwxrwx 1 roor roor 50 Nov 16 08:58 /dev/dsk/c2t6d0s0 -> ../../devices/sbus@3,0 /SUNW,fas@3,8800000/sd@6,0:a ______________________________________________________ Notice that c2t6d0s0 is pointing to sd@6,0:a, indicating that the CD- ROM drive is now on controller 2. Step 3: Install the mirror disks on an Enterprise 3000 system 2 Do this step only if you have an Enterprise 3000 system. Install the new disk drives, which will form the mirror, into the empty slots reserved in step 1. Follow the procedure in the “Add a Disk Drive” subsection in the Lucent Technologies hardware installation or hardware maintenance manual for your version of CMS. DO NOT PARTITION THE DISKS JUST YET; that happens next. Step 4: Partition the mirror disks 2 Partition the newly installed disks using the format command. If you have an Enterprise 3500, make certain that the new drives are named using “c1,” as c1t4d0 or c1t5d0. The procedure is as follows: 1. Enter: #format A menu of disks displays. You are asked to select one. 2. Enter the menu number of the new disk to be partitioned. The format> prompt displays. 3. Enter:format> partition The partition> prompt displays.
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring17 4. Enter:partition> print The partition table displays and the partition> prompt returns. Compare the display to the Partitioning table below to see whether you need to re-partition the disk. You probably will need to re- partition. 5. Enter the number of the partition to be reconfigured. The system begins a series of prompts for partitioning information. Answer according to the CMS version and disk type you are partitioning (see the Partitioning table below). Repeat this task for each partition on the disk. 6. Enter:partition> print The partition table displays and the partition> prompt returns. Compare the display to the Partitioning table to make certain you have repartitioned the disk properly. If not, repeat step 5. 7. Enter:partition> label The system responds Ready to label disk, continue? Partitioning (Note: Never change the default size of the overlap slice!) CMS R3V8 4.2-GB DiskCMS R3V8 9.1-GB Disk SCSI (E3000) and FC-AL (E 3500) Disk TypePart Tag FlagSize (cyl.)Starting CylinderSize (cyl.)Starting Cylinder Boot 0boot disk 1: / or root boot disk 2: unassignedwm 1023 0 616 0 1 unassigned wm 7 1023 7 616 2overlap or backup wm 3880 0 4924 0 3 unassigned wm 1879 1030 3716 623 4 swap wm 971 2109 585 4339 5-7 unassigned wm 0 0 0 0 Nonboot 0 unassigned wm 2 0 2 0 1 unassigned wm 3878 2 4922 2 2overlap or backup wm 3880 0 4924 0 3-7 unassigned wm 0 0 0 0
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring18 8. Enter:y The partition> prompt returns. 9. Enter:partition> q The format> prompt returns. 10. To select the next disk to be partitioned, enter:format> disk and return to item 2. If you have finished partitioning all the new disks, enter: format> q and continue with the next step. Step 5: Create the state database replicas 2 1. Alter your path by entering the following commands: 2. Create two state database replicas on slice 1 of boot disk 2: (where is the target number of boot disk 2) 3. Verify that the replicas were created by entering the following command: The system lists the state database replicas currently on the system. The following sample output shows two replicas on c0t2: Make sure the list includes the two replicas you just created. Step 6: Create the md.tab table entries2 1. Make copies of essential system files by entering these commands: 2. Edit /etc/opt/SUNWmd/md.tab and insert entries for the root and /cms metadevices. If your system is running CMS load r3v6aj.c or later, you must also create a section for the swap metadevice. # export PATH=$PATH:/usr/opt/SUNWmd/sbin:/olds # metadb -a -c3 -f /dev/rdsk/ #metadb -i flags first blk block count a u 16 1034 /dev/dsk/c0t2d0s1 a pc luo 16 1034 /dev/dsk/c0t2d0s1 # cp /etc/opt/SUNWmd/md.tab /etc/opt/SUNWmd/md.tab.orig # cp /etc/vfstab /etc/vfstab.orig # cp /etc/system /etc/system.orig
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring19 The root metadevice definitions go into the #metaroot section, which you must create for the occasion; d20 goes into the #/cms section, which already exists in the file. The swap metadevice definitions go into the #swap section which, like #metaroot, must be created for the occasion. The lines you add must be in the following general format: d< x> 1 d is the metadevice name. denotes the total number of disks named in the line. 1 indicates one disk with the device name . You should have recorded the device names on page 13 . The pattern 1 (space) repeats until all disks in the metadevice have been named. The d12 entry must specify one disk; the d20 entry must specify the same number of disks as the existing d19 entry. If your system has two disks in slots 0 and 1 and you are adding a two-disk mirror in slots 2 and 3, for example, you would add the md.tab lines shown in boldface in the following sample: -------- /etc/opt/SUNWmd/md.tab - EXAMPLE ONLY -------------- . . . #metaroot d11 1 1 c0t0d0s0 d12 1 1 c0t2d0s0 d13 -m d11 #/cms d19 2 1 /dev/rdsk/c0t0d0s3 1 /dev/rdsk/c0t1d0s1 d20 2 1 /dev/rdsk/c0t2d0s3 1 /dev/rdsk/c0t3d0s1 d21 -m d19 #metaswap (for load r3v6aj.c or later) d15 1 1 c0t0d0s4 d16 1 1 c0t2d0s4 d17 -m d15 ------------------------------------------------------------- 3. Save the /etc/opt/SUNWmd/md.tab file and quit the editor.
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring20 Step 7: Set up the mirrors for the root file system2 Set up the mirrors for the root file system with the following steps: 1. Activate metadevice d11: 2. Activate metadevice d13: 3. Activate metadevice d12: 4. Attach d12 to d13: 5. Verify that root is set up and resynching: Check the State: lines in the output list. They should read either Okay or Resyncing . If they do, then everything is fine. If they indicate any other status, something has gone wrong with the setup: discontinue the upgrade and telephone the Lucent National Customer Care Center (1.800.242.2121) or contact your Lucent representative or distributor.# metainit -f d11 d11: Concat/stripe is set up # # metainit -f d13 d13: Concat/stripe is set up # # metainit -f d12 d12: Concat/stripe is set up # # metattach d13 d12 d13: submirror d12 is attached # # metastat d13 d13: Mirror Submirror 0: d11 State: Okay Submirror 1: d12 State: Resyncing Pass: 1 Read option: roundrobin (default) Write option: parallel (default) Size: 2209680 blocks . . .
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring21 6. Set up d13 as the root mirror: 7. Reboot the system and log in as the root user: # metaroot d13 # # /usr/sbin/shutdown -i6 -g0 -y ... login: root Password: #
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring22 Step 8: Set up the mirrors for the swap space 2 Set up the mirrors for the swap space with the following steps: 1. Activate metadevice d15: 2. Activate metadevice d17: 3. Activate metadevice d16: 4. Attach d16 to d17: 5. Verify that swap is set up and resynching: Check the State: lines in the output list. They should read either Okay or Resyncing . If they do, then everything is fine. If they indicate any other status, something has gone wrong with the setup: discontinue the upgrade and telephone the Lucent National Customer Care Center (1.800.242.2121) or contact your Lucent representative or distributor.# metainit -f d15 d15: Concat/stripe is set up # # metainit d17 d17: Concat/stripe is set up # # metainit d16 d16: Concat/stripe is set up # # metattach d17 d16 d17: submirror d16 is attached # # metastat d17 d17: Mirror Submirror 0: d15 State: Okay Submirror 1: d16 State: Resyncing Pass: 1 Read option: roundrobin (default) Write option: parallel (default) Size: 2209680 blocks . . .
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring23 6. Edit /etc/vfstab. The relevant portion of the file looks like this: ----------------- /etc/vfstab ---------------- ... /dev/dsk/c0t0d0s4 - swap - no - /dev/dsk/c0t2d0s4 - swap - no - -------------------------------------------------- Do the following steps to modify the file: a. Copy the c0t0d0s4 entry and insert the copy on the succeeding line. b. Comment out the original entry by inserting a pound sign at the beginning of the line. c. Alter the copy by: 1. replacing c0t0d0s4 with d17 2. adding md/ after the dev/ d. Immediately after the line just added should be a line naming the secondary boot disk. Comment out that line by inserting a pound sign at the beginning of the line. When you have finished a through d, the relevant lines of the file might look something like this: ----------------- /etc/vfstab ---------------- ... #/dev/dsk/c0t0d0s4 - swap - no - /dev/md/dsk/d17 - swap - no - #/dev/dsk/c0t2d0s4 - swap - no - ---------------------------------------------- e. Save the file and quit the editor. 7. Set up the swap space by entering the following command: # swap -a /dev/md/dsk/d17 #
Installing Mirrored Systems CentreVu CMS Release 3 Version 8 Disk-Mirrored Systems How to upgrade an Enterprise platform to disk mirroring24 Step 9: Set up the /cms mirror2 1. Edit /etc/vfstab. Copy the d19 entry to the succeeding line. Then comment out the original and change “d19” to “d21”. For example: ---------------- /etc/vfstab - EXAMPLE ONLY ----------------- ... #/dev/md/dsk/d19 /dev/md/rdsk/d19 /cms ufs 2 yes - /dev/md/dsk/d21 /dev/md/rdsk/d21 /cms ufs 2 yes ------------------------------------------------------------- 2. Save the /etc/vfstab file and exit the editor. 3. Alter your path: 4. Activate the new metadevice (d20): 5. Verify that d20 is active: 6. Initialize the newly created mirror (d21): 7. Attach the new metadevice (d20) to the newly created mirror (d21): 8. Reboot the system by entering the following command:# export PATH=$PATH:/usr/opt/SUNWmd/sbin:/olds # metainit d20 d20: Concat/stripe is set up # # metastat d20 d20: Concat/Stripe Size: 14398560 blocks Stripe 0: Device Start Block Dbase State Hot Spare c0t1d0s3 0 No Okay Stripe 1: Device Start Block Dbase State Hot Spare c0t3d0s1 0 No Okay # # metainit -f d21 d21: Concat/stripe is set up # # metattach d21 d20 d21: submirror d20 is attached # # /usr/sbin/shutdown -y -i6 -g0