Differences between revisions 2 and 3
Revision 2 as of 2008-05-06 00:01:51
Size: 2592
Comment:
Revision 3 as of 2008-05-06 00:33:50
Size: 3503
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * Update the folders inside  from following locations  * Update the folders inside from following locations
Line 50: Line 50:
 * If everything is fine then go to burning CD now.
c. Create a ISO file and burn the DVD

 * Login as you to Robin machine:
  * Create the ISO file using the command below
  * # mkisofs -f -r -o /u/cdrom/linuxcd/linuxdemo.iso -J /u/cdrom/linuxcd
 * Login as root to burn the ISO file onto the DVD
  * Since the linuxcd folder does not fit in CD you have to burn the DVD
  * Put the blank dvd in robin and run this command
  * dvdrecord dev=2,0,0 speed=48 -eject -dao -data /u/cdrom/linuxcd/linuxdemo.iso
d. Print the label for the DVD you just burned.

 * Go to sweetum
 * Start>>All Program>>Adaptec Easy CD Creater>>Jewel Case Creator
 * Click File >>open >>/u/cdrom/linux version.jwl file
 * Do necessary changes on the label.
 * Find the CD label somewhere and place it in the laser printer next to sweetum in manual feed face up.
 * Click print and put the label in DVD
e. DONE!!!!!!!!

Making Demo CD for Linux Machine

This instruction will help you to create a Linux Demo CD:

a. On a Linux machine:

  • Login yourself not a root
  • Be in the folder /u/cdrom/linuxcd
  • You will see few files and folder there, do nothing with Readme.txt , setup.sh
  • Delete linuxdemo.iso file
  • cd into the folder /u/cdrom/linuxcd/cc
  • Update the folders inside from following locations
    • /u/ccdev/binl
    • /u/ccdev/standard
    • /u/ccdev/lib
    • /u/ccdev/pixmap
    • /u/ccdev/DEMO
  • Do nothing with folder manual and usr
  • cd into the folder /u/cdrom/linuxcd/cc/std
  • Then update the folders inside from following locations
    • /u/ccdev/std/binl
    • /u/ccdev/std/utbinl
    • /u/ccdev/std/binx11
    • /u/ccdev/std/utbinx11
  • Change the CCDIR to /u/cdrom/linuxcd/cc
    • export CCDIR=/u/cdrom/linuxcd/cc
  • Create the DEMO terminal
    • export NODEID=DEMO
  • echo $CCDIR to make sure have the right path
  • echo $NODEID to make sure you have the DEMO terminal
  • Now time to relicense for this DEMO company and its branches, so cd into /u/cdrom
  • Make a softlink of coaad and brlrep to your /u/cdrom folder
    • ln -s /u/ccdev/std/binl/coaad /u/cdrom/contrl
    • ln -s /u/ccdev/std/utbinl/brlrep /u/cdrom/brcntrl
  • type condisp -c -b to make sure you are in right company
  • type contrl to add a license to your demo cd, set the "License to Date" field in DEMO company record to something appropriate.
  • type brctrl to update the license in all its branch location.
  • Create the company as required. Then repeat the above two steps for each company that you create.

b. Before making iso files and burn it into the CD , you might want to see license and everything work perfectly.

  • Find the linux machine where we can do our testing.
  • Make sure the test machine has /mnt/cdrom folder
  • Copy everything from folder /u/cdrom/linuxcd to user@testmachine:/mnt/cdrom
  • On the test machine, login as root and be in the folder /mnt/cdrom/
  • Run the script setup.sh
  • The script will run and say it is ready to install program in your test machine and will create the folder cc and do you want to continue
  • Yes 'Y' then in few minutes it will run and install everything. The script will also create a ccmenubar icon in your desktop.
  • After installation is done, Press Ctrl+Alt+F7 to go to desktop
  • Double click to run ccmenubar icon. Login and check to see if you can change branch and run few programs.
  • If it mention about files missing or license problem, you might have to add files and relicense the DEMO company again.
  • If everything is fine then go to burning CD now.

c. Create a ISO file and burn the DVD

  • Login as you to Robin machine:
    • Create the ISO file using the command below
    • # mkisofs -f -r -o /u/cdrom/linuxcd/linuxdemo.iso -J /u/cdrom/linuxcd
  • Login as root to burn the ISO file onto the DVD
    • Since the linuxcd folder does not fit in CD you have to burn the DVD
    • Put the blank dvd in robin and run this command
    • dvdrecord dev=2,0,0 speed=48 -eject -dao -data /u/cdrom/linuxcd/linuxdemo.iso

d. Print the label for the DVD you just burned.

  • Go to sweetum
  • Start>>All Program>>Adaptec Easy CD Creater>>Jewel Case Creator

  • Click File >>open >>/u/cdrom/linux version.jwl file

  • Do necessary changes on the label.
  • Find the CD label somewhere and place it in the laser printer next to sweetum in manual feed face up.
  • Click print and put the label in DVD

e. DONE!!!!!!!!

DemoCD_Linux (last edited 2013-09-18 06:09:34 by localhost)