Differences between revisions 3 and 4
Revision 3 as of 2011-02-24 10:32:18
Size: 31
Comment:
Revision 4 as of 2011-02-24 11:48:08
Size: 1642
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

This setup is not for Real-time system but for general Linux supporting the realtime system as file server with application software like MEDM, DTT, dataviewer.

== setup ubuntu desktop 1/4/2011 at 40m ==

 1. Prepare a proper partition on your HDD, recommends to have a new HDD for Ubuntu Linux
 1. Insert Ubuntu 10.4. 64bit CD-ROM and boot
 1. In installation package selection, select 'Ubuntu Server' which proceeds text mode installation
 1. In entering a hostname section, name proper hostname like 'desktop1'
 1. In partitioning section, recommends 'use entire disk' if you will duplicate and use this disk for other PC's setup.
 1. Starts installation process automatically
 1. Type 'controls' as a new username and 'XXXXXX(ask somebody)' as the password
 1. Select 'No' for encrypt the home directory
 1. Select 'No automatic updates' for stable operation
 1. Select
  * DNS server
  * OpenSSH server
  * Print server
  * Samba file server
  * Virtual Machine host
 1. login as controls on CUI
 1. {{{sudo apt-get install ubuntu-desktop
}}}
 1. update software {{{sudo apt-get update
}}}
 1. Install desktop {{{sudo apt-get install ubuntu-desktop
}}}
 1. {{{sudo reboot
}}}
then booted with GUI login screen.

=== Trouble shooting ===

1. If you cannot see past data on diaggui or dataviewer, define daq channel using daqconfig. Be careful that channels are activated.
1. If dmesg says DAQ size is too small, increase sampling rate on DAQ channels
1. If diaggui says test point is not available, suspect awg, and run /opt/rtcds/tst/x1/target/gds/startup_x1x14.cmd

Stand alone File Server

This setup is not for Real-time system but for general Linux supporting the realtime system as file server with application software like MEDM, DTT, dataviewer.

setup ubuntu desktop 1/4/2011 at 40m

  1. Prepare a proper partition on your HDD, recommends to have a new HDD for Ubuntu Linux
  2. Insert Ubuntu 10.4. 64bit CD-ROM and boot
  3. In installation package selection, select 'Ubuntu Server' which proceeds text mode installation
  4. In entering a hostname section, name proper hostname like 'desktop1'
  5. In partitioning section, recommends 'use entire disk' if you will duplicate and use this disk for other PC's setup.
  6. Starts installation process automatically
  7. Type 'controls' as a new username and 'XXXXXX(ask somebody)' as the password
  8. Select 'No' for encrypt the home directory
  9. Select 'No automatic updates' for stable operation
  10. Select
    • DNS server
    • OpenSSH server
    • Print server
    • Samba file server
    • Virtual Machine host
  11. login as controls on CUI
  12. {{{sudo apt-get install ubuntu-desktop

}}}

  1. update software {{{sudo apt-get update

}}}

  1. Install desktop {{{sudo apt-get install ubuntu-desktop

}}}

  1. {{{sudo reboot

}}} then booted with GUI login screen.

Trouble shooting

1. If you cannot see past data on diaggui or dataviewer, define daq channel using daqconfig. Be careful that channels are activated. 1. If dmesg says DAQ size is too small, increase sampling rate on DAQ channels 1. If diaggui says test point is not available, suspect awg, and run /opt/rtcds/tst/x1/target/gds/startup_x1x14.cmd

KAGRA/Subgroups/DGS/RTPC/StandAloneFileServer (last edited 2012-06-06 17:55:44 by OsamuMiyakawa)