Friday, May 29, 2015

How to configure PVM ?

How to configure PVM ?

1. On VM manager server, Ex. 10.24.1.150

2. # mkdir -p /isos/EL5u6-x86_64

3. # mount -o ro,loop /home/bliu/V41362-01.iso /isos/EL5u6-x86_64

4. # exportfs *:/isos/EL5u6-x86_64/

5. # cd /var/www/html

6. # mkdir files

7. # chown apache:apache /var/www/html/files

8. # cd files

9. # mkdir Linux

10. # mount -o ro,loop /home/bliu/V41362-01.iso Linux


    3  umount /mnt/bbliu
    8  cp motd motd.20131216
   11  lpinfo
   12  man lpinfo
   13  lpinfo -m
   16  lpinfo -m > lpinfo.txt
   17  vi lpinfo.txt
   19  find . -print | grep cup
  351  mkdir -p /isos/EL5u6-x86_64
  356  mount -o ro,loop /home/bliu/V41362-01.iso /isos/EL5u6-x86_64
  357  exportfs *:/isos/EL5u6-x86_64/
  362  /sbin/service portmap status
  364  service nfs status
  365  service nfs stop
  366  service nfs start
  381  exportfs *:/isos/EL5u6-x86_64/
  393  mkdir files
  394  chown apache:apache /var/www/html/files
  398  mount -o ro,loop /home/bliu/V41362-01.iso
  399  mkdir Linux
  400  mount -o ro,loop /home/bliu/V41362-01.iso Linux
  402  vi /etc/sysconfig/iptables
  403  service iptables restart
  404  service http
  405  service httpd
  406  service httpd status
  407  service httpd start
  408  service httpd status
  436  umount /isos/EL5u6-x86_64
  481  exportfs -u *:/isos/EL5u6-x86_64/

No comments:

Post a Comment

  How to Change Instance Type & Security Group of EC2 in AWS By David Taylor Updated April 29, 2023 EC2 stands for Elastic Compute Cloud...