環境設定是這樣:
因為在短時間內要安裝好SuSE Linux Enterprise server 10 SP2 (SLES),
並安裝要測試的application在上面做測試.
基於最保險,也最不會有完全不懂的狀況(至少比較好快速還原等...眾多理由)下,
決定採用Vmware來安裝 SLES.(以下談及 VM guest=SLES 10SP2 , Host=server 2003 OS only)
======================================
因此,下載SLES 10 SP2 DVD1的安裝光碟後,
就用它裝好基本設定,以及所需要之Configuration settings.
B。U。T , 還有下列東西需要注意:
01.VM guest 的Resources不能給太少 ===> 至少這台Host machine最好是OS only status!
所以啦,VM guest 的Disk Partition/RAM 的配置不能太小.
So, 我是這樣分配:
VM RAM:2GB (Host 原本有3GB 跑 server 2003 only)
VM Disk:40GB(Host 一顆160GB分割為40g+110g , VM path在D:/VPC 下)
--其中 /swap--> 4 GB (ram*2)
/ -->10GB
/opt -->20GB (ap會安裝在這,所以fvt team建議 是40GB空間的話,assign 20gb給/opt 用)
/home --> 2GB
剩下4gb --> I leave it unallocated.
02.VM guest在設定時要記得順便修改devices 設定 ===>
記得安裝components ;
要input Network card的IP info, like:IP/subnet mask/gateway/domain/(DNS)search IP ...(VM要記得先把Ethernet改為Bridged Mode);
VNC remote Administration 改為 [ Allow Remote administration ] =>安裝完畢後還要進去YaST 再設定一次password ...等.
User Authorization Method 選擇 [ Local(/etc/password) ]
不需要啟動LDAP Server (Skip this part)
最後安裝完畢後,記得確認VNC的設定!
03.其他準備安裝ap前的確認
確認 Num Lock可以正常按出0-9 ;
確認與 遠端windows 的連線已經建立(Connect to server...)
先建好要mount的folder位置.
mkdir -p /mnt/[iso]
再把遠端iso檔 copy到Guest local folder ,i.e. /media ,
然後再下指令 mount iso檔起來
mount -o loop /<where you place iso file> /opt/<destination>
./opt/<destination>/install.sh [Enter]
這樣就會launch 起來 application的installer了
References:
How to mount remote windows partition (windows share) under Linux
http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html
[分享] Linux 常用指令集
http://dz.adj.idv.tw/thread-275-1-1.html
linux教學-linux指令集
http://www.pcnet.idv.tw/pcnet/linux/linux_command.htm
Others:
mount windows share folder failed....
http://forums.opensuse.org/applications/394588-mount-windows-share-folder-failed.html
留言列表