Anda di halaman 1dari 11

SVIT- PG LAB

OS & Software Installation Procedure


Created by Arvind P. Hatkar, on 04/08/2015
1) Install Centos 7
1.1) Turn off Computer
1.2) Insert Pen drive (Bootable Centos-7) in computer
1.3) Start Computer, press F11, select Pen drive as boot drive, press enter
1.4) Select Install CentOS 7, press Enter
1.5) Select English English, English (India); Click Continue
1.6) Click on Software Selection: In Base Environment: GNOME Desktop; In Add-Ons for Selected Environment:
GNOME Applications, Internet Appli.., Legancy.., Office, Compatibility.., Development & Security Tools.
Then click Done.
1.7) Click on Installation Destination: Click on 9XX.XX GiB Drive, Click on Done, Click on Reclaim Space, Click
on Delete all, Click on Reclaim Space.
1.8) Click on Network & Host Name: Change Host name to PGXX (Where XX is 01,01,03), Click on configure set IP
address if you know and save it, finally click on Done.
1.9) Click on Begin Installation.
1.10) Click on Root Password: r4e3w2q1, click Done, again Done
1.11) Click on User Creation: Full name PGXX User (Where XX is 01,01,03), User name pglab, clear Make this
user administrator and require a password to use this account.
1.12) Wait to complete installation of 1378 packages, till option Reboot
1.13) Remove Pen drive, Computer will boot, Click on License Information, click on I accept, then Done, then
Finish Configuration
1.14)Click on PG03 User, On Welcome window click on Next if English(India)is selected, again Next, again Next,
again Next, Finally click on Start Using CentOS Linux
1.15) Cancel/Close GNOME Help,
1.16) Click on Applications - System Tools Settings Network Wired click on ON/OFF Button, check IP
address (Provide IP Address)
-----------------------------------------------------------------------------------------------------------2) After Installing Centos 7 Update through Proxy Server Settings for Yum Update
Open Terminal: Applications Favorites Terminal, type as following
[pglab@PG03 ~]$ su
Password: r4e3w2q1 (This Password will not appear on Screen)
[root@PG03 pglab]# cd /
[root@PG03 /]# cd etc
[root@localhost etc]# gedit yum.conf
Will open yum.conf file, append following three lines at the end of line distroverpkg=centos-release
Append following lines after distroverpkg=centos-release line
proxy=http://192.168.1.1:8080
proxy_username=etcpglab
proxy_password=etcpglab
Save file yum.conf
Close the file
Type exit then enter, exit then enter,. in terminal till terminal closes

SVIT- PG LAB
OS & Software Installation Procedure
Created by Arvind P. Hatkar, on 04/08/2015
-----------------------------------------------------------------------------------------------------------3) To Update Centos-7 use following command
[pglab@PG03 ~]$ su
Password: r4e3w2q1 (This Password will not appear on Screen)
[root@PG03 pglab]# cd /
[root@PG03 /]# yum update
Will start checking updates, type y (yes) for updates, and wait till it finishes downloading, installation,
verification and cleaning depending up on speed of computer and network.
Press yes, ok whenever required
Finally exit, exit
-----------------------------------------------------------------------------------------------------------4) Installation of TeamViewer (If Required)
[pglab@PG04 ~]$ sudo yum install glibc alsa-lib freetype libICE libSM libX11 libXau libXdamage libXext
libXfixes libXi libXrandr libXrender libXtst libgcc libuuid libxcb zlib
[pglab@PG04 ~]$ wget http://download.teamviewer.com/download/teamviewer.i686.rpm
[pglab@PG04 ~]$ sudo yum install teamviewer.i686.rpm
Check TeamViewer 10 in Applications - Internet
-----------------------------------------------------------------------------------------------------------5) Installation of NTFS Drives; Enable NTFS Files and Folder Access in CentOS-7
[pglab@PG03 Documents]$ su
Password: r4e3w2q1 (This Password will not appear on Screen)
[root@PG03 Documents]# rpm Uvh ntfs-3g-2015.3.14-2.el7.x86_64
Open Documents Folder, right click on ntfs-3g-2015.3.14-2.el7.x86_64 click on Open with Software Install, click
on Install, provide password.
------------------------------------------------------------------------------------------------------------

SVIT- PG LAB

OS & Software Installation Procedure

Created by Arvind P. Hatkar, on 04/08/2015

6) VMware-Workstation Installation (Installer is stored in Documents)


Open Terminal from Documents and do following
[pglab@PG03 Documents]$ su
Password:
[root@PG03 Documents]# ls -l
total 530616
-rw-r--r--. 1 pglab pglab
25260 Aug 3 15:11 Centos_7_Installation.docx
-rw-r--r--. 1 pglab pglab
285392 Jul 24 10:40 ntfs-3g-2015.3.14-2.el7.x86_64.rpm
-rw-------. 1 pglab pglab
137 Sep 29 2014 VMware-10.0.3_key.txt
-rw-------. 1 pglab pglab 424254126 Sep 23 2014 VMware-Workstation-Full-10.0.3-1895310.x86_64.bundle
[root@PG03 Documents]# chmod a+x VMware-Workstation-Full-10.0.3-1895310.x86_64.bundle
[root@PG03 Documents]# ls -l
total 530616
-rw-r--r--. 1 pglab pglab
25260 Aug 3 15:11 Centos_7_Installation.docx
-rw-r--r--. 1 pglab pglab
285392 Jul 24 10:40 ntfs-3g-2015.3.14-2.el7.x86_64.rpm
-rw-------. 1 pglab pglab
137 Sep 29 2014 VMware-10.0.3_key.txt
-rwx--x--x. 1 pglab pglab 424254126 Sep 23 2014 VMware-Workstation-Full-10.0.3-1895310.x86_64.bundle
[root@PG03 Documents]# ./VMware-Workstation-Full-10.0.3-1895310.x86_64.bundle
Extracting VMware Installer...done.
Installation will start; you will be guided by Popup windows, read it and install.
6.1) Click I accept Next
6.2) Click I accept - Next
6.3) No next
6.4) No Next
6.5) root next
6.6) Just Next
6.7) HTTPS Port 443 Next
6.8) Copy First Licence Key Next
6.9) Install
6.10) On Installation was Successful - Close
------------------------------------------------------------------------------------------------------------

SVIT- PG LAB

OS & Software Installation Procedure

Created by Arvind P. Hatkar, on 04/08/2015

7) After Installation do following settings before starting VMware-Workstation


[pglab@PG03 ~]$ su
Password: r4e3w2q1 (This Password will not appear on Screen)
[root@PG03 pglab]# cd /
[root@PG03 /]# cd usr
[root@PG03 usr]# cd lib
[root@PG03 lib]# cd vmware
[root@PG03 vmware]# cd modules/
[root@PG03 modules]# cd source/
[root@PG03 source]# ls
vmblock.tar vmci.tar vmmon.tar vmnet.tar vsock.tar
[root@PG03 source]# tar -xvf vmnet.tar
vmnet-only/
vmnet-only/vm_atomic.h
vmnet-only/Makefile.normal
vmnet-only/community_source.h
.
.
vmnet-only/driver.c
vmnet-only/vmware_pack_end.h
[root@PG03 source]# cd vmnet-only/
[root@PG03 vmnet-only]# gedit filter.c
It will open filter.c file
Find/Replace (3, 13, 0) with (3, 0, 0), we have to replace at two (2) Places
Save file, close file
[root@PG03 vmnet-only]# cd ..
[root@PG03 source]# tar -uvf vmnet.tar vmnet-only
vmnet-only/filter.c
vmnet-only/filter.c~
[root@PG03 source]# rm -fr vmnet-only/
[root@PG03 source]# exit
exit
[pglab@PG03 ~]$exit (Terminal will Close)
-----------------------------------------------------------------------------------------------------------8) Try Opening VMware-Workstation
Applications - System Tools - VMware Workstation
Click on Install

SVIT- PG LAB
Provide root password

OS & Software Installation Procedure

Created by Arvind P. Hatkar, on 04/08/2015

Check VMware Workstation window Opens


-----------------------------------------------------------------------------------------------------------9) Install Windows XP in VMware Workstation
9.1) Open VMware-Workstation, Applications - System Tools - VMware Workstation
9.2) Click on Create a New Virtual Machine
9.3) Click on Next
9.4) Click on Use ISO image Browse Documents Windows XP(Installation Folder) select *.iso open Next
9.5) Provide Windows Product Key (Installation Folder)- Windows XP Key File Click on Next.
9.6) Again Click on Next
9.7) Maximum disk size (in GB): 100.00 GB; Select Store virtual disk as a single file; Click on Next.
9.8) Click on Customize Hardware; Change Memory for this virtual machine: 4096 and press enter.
9.9) Click on Processors: Number of processors 2; Number of cores per processor 2.
9.10) Select Virtualize Intel VT-x., and Click on Close.
9.11) Click on Finish, installation begins.
9.12) During Installation for Message windows like Removable Devices: Just click OK.
9.13) After Installation of Windows XP, automatically Windows XP will start, and will install VMware Tools.
9.14) After Installation of VMware Tools, shutdown Windows XP.
9.15) Click OK on Hint.
9.16) Open VMware-Workstation as Applications - System Tools - VMware Workstation VM Settings Hardware
Hard Disk Utilities Defragment. Click OK after defragmentation complete.
9.17) To add Parallel Port; Click Add Select Parallel Port Next Use a physical parallel port Next,
click on Physical Parallel Port Drop down menu and select /dev/paraport0 (if /dev/paraport0 not there select
Auto detect) click on Finish.
9.17) To add Serial Port; Click Add Select Serial Port Next Use a physical Serial port Next, click on
Physical Serial Port Drop down menu and select /dev/ttyS0 (if /dev/ ttyS0 not there select Auto detect) click
on Finish.
9.19) Click on Save (if Save is not visible right click on Virtual Machine Settings Resize Adjust Window so
that all buttons are visible).
-----------------------------------------------------------------------------------------------------------10) For Some Software/Tools we need to have/configure Serial/Parallel Access (Auto Select will not work)
-----------------------------------------------------------------------------------------------------------First Consider Parallel Port Access/Installation
10.1) Install Dot Matrix Printer EPSON LQ-1150II
10.1.1) Connect Printer to LPT Port, and Turn ON, with paper attached
10.1.2) Click Applications Sundry Print Settings Add Password Select Epson LQ-1150 Forward Adjust
Firewall Select Printer from Database Epson Forward 24-Pin Forward Apply Password Print Test
Page If printing started click OK OK.
10.1.3) Close Print Settings localhost

SVIT- PG LAB
OS & Software Installation Procedure
Created by Arvind P. Hatkar, on 04/08/2015
------------------------------------------------------------------------------------------------------------

10.1) Check lp Status and Provide lp user access


10.1.1) Check LP Status
[pglab@PG03 ~]$ su
Password:
[root@PG03 pglab]# service lp status
Redirecting to /bin/systemctl status lp.service
lp.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
-----------------------------------------------------------------------------------------------------------10.1.2) Provide LP Access to user (pglab)
[root@PG03 pglab]# cd /
[root@PG03 /]# cd etc
[root@PG03 etc]# gedit group
(gedit:5645): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
(gedit:5645): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
(gedit:5645): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
(gedit:5645): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
(gedit:5645): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
(gedit:5645): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
(gedit:5645): dconf-WARNING **: failed to commit changes to dconf: The connection is closed
Save group file and close
[root@PG03 etc]# exit

SVIT- PG LAB
OS & Software Installation Procedure
Created by Arvind P. Hatkar, on 04/08/2015
exit
[pglab@PG03 ~]$ exit
-----------------------------------------------------------------------------------------------------------10.1.3) Restart Computer
-----------------------------------------------------------------------------------------------------------10.1.4) Check CUPS Status
Open Terminal
[pglab@PG03 ~]$ su
Password:
[root@PG03 pglab]# cd /
[root@PG03 /]# service cups status
Redirecting to /bin/systemctl status cups.service
cups.service - CUPS Printing Service
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
Active: active (running) since Tue 2015-08-04 11:31:39 IST; 4min 59s ago
Main PID: 1420 (cupsd)
CGroup: /system.slice/cups.service
1420 /usr/sbin/cupsd -f
Aug 04 11:31:39 PG03 systemd[1]: Started CUPS Printing Service.
[root@PG03 /]#
-----------------------------------------------------------------------------------------------------------10.1.4) Stop CUPS Status
[root@PG03 /]# service cups stop
Redirecting to /bin/systemctl stop cups.service
Warning: Stopping cups.service, but it can still be activated by:
cups.path
cups.socket
[root@PG03 /]#
-----------------------------------------------------------------------------------------------------------10.1.4) Check LP and CUPS Status
[root@PG03 /]# exit
exit
[pglab@PG03 ~]$ service lp status
Redirecting to /bin/systemctl status lp.service
lp.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
[pglab@PG03 ~]$ service cups status
Redirecting to /bin/systemctl status cups.service
cups.service - CUPS Printing Service

SVIT- PG LAB
OS & Software Installation Procedure
Created by Arvind P. Hatkar, on 04/08/2015
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
Active: inactive (dead) since Tue 2015-08-04 11:38:12 IST; 6min ago
Process: 1420 ExecStart=/usr/sbin/cupsd -f (code=exited, status=0/SUCCESS)
Main PID: 1420 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/cups.service
[pglab@PG03 ~]$ exit
-----------------------------------------------------------------------------------------------------------10.2) Try installing Parallel port in VMWare, by adding /dev/parport0
10.2.1) Open VMware-Workstation
Applications - System Tools - VMware Workstation double click on Parallel Port - click on Physical Parallel
Port Drop down menu and select /dev/paraport0 Click on Save (if Save is not visible right click on Virtual
Machine Settings Resize Adjust Window so that all buttons are visible).
10.2.2) Close VMware-Workstation
-----------------------------------------------------------------------------------------------------------Now Consider Serial Port Access/Installation
10.3.1) Check Serial port
[pglab@PG03 ~]$ su
Password:
[root@PG03 pglab]# setserial -g /dev/ttyS[0123]
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
/dev/ttyS1, UART: unknown, Port: 0x02f8, IRQ: 3
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
/dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3
-----------------------------------------------------------------------------------------------------------10.3.2) Check access to serial port
[root@PG03 pglab]# ls -l /dev/ttyS0
crw-rw----. 1 root dialout 4, 64 Aug 4 12:25 /dev/ttyS0
-----------------------------------------------------------------------------------------------------------10.3.3) Provide access to user of serial port
[root@PG03 pglab]# chown pglab /dev/ttyS0
-----------------------------------------------------------------------------------------------------------10.3.4) Check access to serial port
[root@PG03 pglab]# ls -l /dev/ttyS0
crw-rw----. 1 pglab dialout 4, 64 Aug 4 12:25 /dev/ttyS0
[root@PG03 pglab]# exit
exit
[pglab@PG03 ~]# exit
-----------------------------------------------------------------------------------------------------------10.4) Try installing Serial port in VMWare, by adding /dev/ttyS0
10.4.1) Open VMware-Workstation,

SVIT- PG LAB
Applications - System Tools - VMware
Drop down menu and select /dev/ttyS0
Settings Resize Adjust Window so
10.4.2) Close VMware-Workstation

OS & Software Installation Procedure


Created by Arvind P. Hatkar, on 04/08/2015
Workstation double click on Serial Port - click on Physical Serial Port
Click on Save (if Save is not visible right click on Virtual Machine
that all buttons are visible).

-----------------------------------------------------------------------------------------------------------11) Open VMware Workstation and start Windows XP


Applications - System Tools - VMware Workstation
11.1)Click VM Settings Options Shared Folders Always enabled, Map as a network drive in Windows guests
Add Browse Documents Open In Name write Centos7_Documents OK - Click on Save (if Save is not
visible right click on Virtual Machine Settings Resize Adjust Window so that all buttons are visible).
11.2) Click on Start up this guest operating system to start VMware Eorkstation
11.3) If Printer is connected to Parallel Port of PC, Windows XP will detect it, Found New Hardware Wizard
11.4) Yes, this time only, Click Next
11.5) Install the software automatically, Click Next
11.6) Finish.
11.7) Check/Verify Status: Start Settings Printers and Faxes; You should see Printer and in Ready State.
11.8) Check/Verify Centos7_Documents which is shared in Windows XP (in My Computer Shared Folders Z:/)
-----------------------------------------------------------------------------------------------------------Install Different Software in Windows XP and verify its Working particularly for Serial (Embedded) and Parallel
Ports (VLSI)
-----------------------------------------------------------------------------------------------------------12) Oracle VM VirtualBox Installation (Installer is stored in Documents)
12.1) Open Documents
12.2) Select VirtualBox-5.0-5.0.0_101573_el7-1.x86_64.rpm
12.3) Right click on VirtualBox-5.0-5.0.0_101573_el7-1.x86_64.rpm Open With Software Install
12.4) Click on Install, Provide Password when required
.
.
.
12.5) Check installation at Applications-System Tools -Oracle VM VirtualBox
-----------------------------------------------------------------------------------------------------------13) RHEL 5.9 64Bit and CADENCE Installation in Oracle VM VirtualBox
13.1) Open Oracle VM VirtualBox
13.2) Click File - Import Appliance- will open Import Virtual Appliance
13.3) Browse to /home/pglab/Documents/RHEL_CAD_5.9_64Bit.ova, click Next, click Import
13.4) Click Settings - System - Motherboard -Base Memory 4096 MB

SVIT- PG LAB
OS & Software Installation Procedure
Created by Arvind P. Hatkar, on 04/08/2015
13.5) Click Settings - System - Shared Folders - Select Windows Folder - Click on Minus Sign(Remove it)-Click
on Plus Sign (Add into)- Provide Folder Path of Documents - Provide Folder Name - Click OK - again OK
13.6)
13.7)
13.8)
13.9)
file.

Finally Click on Start to start RHEL_CAD_5.9_64Bit


Provide Username: root
Provide Password:q1w2e3r4
Click Places - Home Folder - File System - etc - open hosts file and Change IP to 192.168.1.40, Save

13.10) Open Test folder on desktop, copy cds.lib and cshrc file from /cad to Test folder, Open Terminal from
Test Folder type following command followed by Enter
1)csh
2)source /cad/cshrc
3)virtuoso &
13.11) It should open window Virtuoso 6.1.5 - Log:/root/CDS.log, and should show check license successfully in
opened window
-----------------------------------------------------------------------------------------------------------14) VLC Installation
[pglab@PG03 ~]$ su
Password:
[root@PG03 pglab]# yum install epel-release
.
.
Total download size: 14 k
Installed size: 24 k
Is this ok [y/d/N]: y
.
.
Complete!
[root@PG03 pglab]#
[root@PG03 pglab]# yum localinstall --nogpgcheck http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextoprelease-0-1.el7.nux.noarch.rpm
.
.
Total size: 3.5 k
Installed size: 3.5 k
Is this ok [y/d/N]:
.
.
Complete!

SVIT- PG LAB
OS & Software Installation Procedure
Created by Arvind P. Hatkar, on 04/08/2015
[root@PG03 pglab]#
[root@PG03 pglab]# yum clean all
[root@PG03 pglab]# yum update
.
.
Total download size: 348 k
Is this ok [y/d/N]: y
.
.
Is this ok [y/N]: y
.
.
Complete!
[root@PG03 pglab]#
[root@PG03 pglab]# yum install vlc
.
.
.
Total download size: 20 M
Installed size: 73 M
Is this ok [y/d/N]: y
.
.
Complete!
[root@PG03 pglab]#
[root@PG03 pglab]# exit
exit
[pglab@PG03 ~]$ exit
Check and Open VLC in Applications - Sound & Video - VLC Media Player
------------------------------------------------------------------------------------------------------------

Anda mungkin juga menyukai