> ntsysv
CentOS 설치후
XenServer 설정
1. Log on to XenServer host as a root user.
2. Create the required mount point:
Example: # mkdir /share (this creates a folder called share under / )
3. Use the mount command as follows:
# mount -t cifs //server/share -o username=UserName,password=myPassword /share
4. Type the command below to verify share has been mounted:
# mount
5. You should be able to list browse and list contents of share using
#ls -l
http://support.citrix.com/article/CTX121937
mount /dev/cdrom /mnt
cd /mnt/Linux
./install.sh
# cd /mnt/Linux
# rpm -ivh --nodeps xe-guest-utilities-6.2.0-1137.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:xe-guest-utilities-6.2.0-1137 ################################# [100%]
# rpm -ivh xe-guest-utilities-xenstore-6.2.0-1137.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:xe-guest-utilities-xenstore-6.2.0################################# [100%]
SVN cleanup 실패시.
svn cleanup 실패시..
sqlite 싸이트에서( http://www.sqlite.org/download.html ) sqlite.exe를 다운받아
SVN 폴더에 복사( 숨은폴더 .svn 가 보이는 폴더에 복사 )
cmd 실행하여 SVN폴더로 이동한뒤 아래와 같이 입력
sqlite3 .svn/wc.db "select * from work_queue"
sqlite3 .svn/wc.db "delete from work_queue"
따로 commit이나 rollback은 없는듯 함